Searched refs:test (Results 76 - 100 of 578) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/rt-tester/
H A Drt-tester.py19 test = 0 variable
69 print " -t test mode (syntax check)"
70 print " testfile: read test specification from testfile"
117 test = 1 variable
134 # Read the test patterns
172 if test:
204 if test:
214 if not test:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/dsa/
H A Ddsa_gen.c108 BIGNUM *r0,*W,*X,*c,*test; local
140 test = BN_CTX_get(ctx);
142 if (!BN_lshift(test,BN_value_one(),bits-1))
236 if (!BN_add(X,X,test)) goto err;
245 if (BN_cmp(p,test) >= 0)
270 if (!BN_sub(test,p,BN_value_one())) goto err;
271 if (!BN_div(r0,NULL,test,q,ctx)) goto err;
273 if (!BN_set_word(test,h)) goto err;
278 /* g=test^r0%p */
279 if (!BN_mod_exp_mont(g,test,r
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dschematron.c19 * + hook and test include
81 * A Schematrons test, either an assert or a report
86 xmlSchematronTestPtr next; /* the next test in the list */
87 xmlSchematronTestType type; /* the test type */
89 xmlChar *test; /* the expression to test */ member in struct:_xmlSchematronTest
294 * @type: the type of test
296 * @node: the node hosting the test
297 * @test: the associated test
305 xmlSchematronAddTest(xmlSchematronParserCtxtPtr ctxt, xmlSchematronTestType type, xmlSchematronRulePtr rule, xmlNodePtr node, xmlChar *test, xmlChar *report) argument
853 xmlChar *test; local
1291 xmlSchematronFormatReport(xmlSchematronValidCtxtPtr ctxt, xmlNodePtr test, xmlNodePtr cur) argument
1368 xmlSchematronReportSuccess(xmlSchematronValidCtxtPtr ctxt, xmlSchematronTestPtr test, xmlNodePtr cur, xmlSchematronPatternPtr pattern, int success) argument
1600 xmlSchematronRunTest(xmlSchematronValidCtxtPtr ctxt, xmlSchematronTestPtr test, xmlDocPtr instance, xmlNodePtr cur, xmlSchematronPatternPtr pattern) argument
1669 xmlSchematronTestPtr test; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/djgpp/
H A Dedtest.bat3 test -f %XSRC%/tests/stateful-check.orig
10 test -f %XSRC%/tests/stateless-check.orig
17 test -f %XSRC%/tests/failuretranslit-check.orig
24 test -f %XSRC%/tests/translit-check.orig
33 echo test script editing failed!
H A Dconfig.bat152 test -f ./configure
154 test -d ./libcharset
157 test -f ./libcharset/configure
163 test -f ./configure.orig
167 test -f ./libcharset/configure.orig
173 test -f %XSRC%/libcharset/configure.orig
183 test -f %XSRC%/config.h.in
185 test -f %XSRC%/config.h-in
187 test -f %XSRC%/config.h-in
189 test
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dschematron.c19 * + hook and test include
81 * A Schematrons test, either an assert or a report
86 xmlSchematronTestPtr next; /* the next test in the list */
87 xmlSchematronTestType type; /* the test type */
89 xmlChar *test; /* the expression to test */ member in struct:_xmlSchematronTest
289 * @type: the type of test
291 * @node: the node hosting the test
292 * @test: the associated test
300 xmlSchematronAddTest(xmlSchematronParserCtxtPtr ctxt, xmlSchematronTestType type, xmlSchematronRulePtr rule, xmlNodePtr node, xmlChar *test, xmlChar *report) argument
846 xmlChar *test; local
1279 xmlSchematronFormatReport(xmlSchematronValidCtxtPtr ctxt, xmlNodePtr test, xmlNodePtr cur) argument
1356 xmlSchematronReportSuccess(xmlSchematronValidCtxtPtr ctxt, xmlSchematronTestPtr test, xmlNodePtr cur, int success) argument
1545 xmlSchematronRunTest(xmlSchematronValidCtxtPtr ctxt, xmlSchematronTestPtr test, xmlDocPtr instance, xmlNodePtr cur) argument
1614 xmlSchematronTestPtr test; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dschematron.c19 * + hook and test include
81 * A Schematrons test, either an assert or a report
86 xmlSchematronTestPtr next; /* the next test in the list */
87 xmlSchematronTestType type; /* the test type */
89 xmlChar *test; /* the expression to test */ member in struct:_xmlSchematronTest
289 * @type: the type of test
291 * @node: the node hosting the test
292 * @test: the associated test
300 xmlSchematronAddTest(xmlSchematronParserCtxtPtr ctxt, xmlSchematronTestType type, xmlSchematronRulePtr rule, xmlNodePtr node, xmlChar *test, xmlChar *report) argument
846 xmlChar *test; local
1279 xmlSchematronFormatReport(xmlSchematronValidCtxtPtr ctxt, xmlNodePtr test, xmlNodePtr cur) argument
1356 xmlSchematronReportSuccess(xmlSchematronValidCtxtPtr ctxt, xmlSchematronTestPtr test, xmlNodePtr cur, int success) argument
1545 xmlSchematronRunTest(xmlSchematronValidCtxtPtr ctxt, xmlSchematronTestPtr test, xmlDocPtr instance, xmlNodePtr cur) argument
1614 xmlSchematronTestPtr test; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/validchars/
H A Dvalidchr.c10 test(void) function
54 if (test())
74 c = test();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/serial/
H A DCatalogCornerCaseTest.java8 package com.sleepycat.collections.test.serial;
19 import com.sleepycat.util.test.SharedTestUtils;
20 import com.sleepycat.util.test.TestEnv;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DDbTestUtil.java9 package com.sleepycat.collections.test;
61 return getNewDir("test-dir");
85 return getNewFile("test-file");
120 public static String qualifiedTestName(TestCase test) { argument
122 String s = test.getClass().getName();
127 return s + '.' + test.getName();
H A DTestDataBinding.java9 package com.sleepycat.collections.test;
H A DTestKeyAssigner.java9 package com.sleepycat.collections.test;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DEnhanced0.java9 package com.sleepycat.persist.test;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/libtest/
H A Dlib511.c22 #include "test.h"
26 int test(char *URL) function
H A Dlib512.c22 #include "test.h"
29 int test(char *URL) function
H A Dlib514.c22 #include "test.h"
26 int test(char *URL) function
H A Dlib515.c22 #include "test.h"
26 int test(char *URL) function
H A Dlib516.c22 #include "test.h"
26 int test(char *URL) function
H A Dlib519.c22 #include "test.h"
26 int test(char *URL) function
H A Dlib521.c22 #include "test.h"
26 int test(char *URL) function
H A Dlib523.c22 #include "test.h"
26 int test(char *URL) function
H A Dlib542.c22 #include "test.h"
34 int test(char *URL) function
H A Dlib543.c24 #include "test.h"
28 int test(char *URL) function
H A Dlib544.c22 #include "test.h"
33 "This\0 is test binary data with an embedded NUL byte\n";
37 int test(char *URL) function
H A Dlib549.c27 #include "test.h"
31 int test(char *URL) function

Completed in 165 milliseconds

1234567891011>>