Searched refs:test (Results 126 - 150 of 1028) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DBuilder.pm70 Test::Builder - Backend for building test libraries
94 my($test, $name) = @_;
96 $Test->ok($test, $name);
104 building block upon which to write your own test libraries I<which can
116 test.
118 Since you only run one test per program, there is B<one and only one>
137 test might be run multiple times in the same process.
268 Gets/sets the # of tests we expect this test to run and prints out
294 Declares that this test will run an indeterminate # of tests.
353 $Test->ok($test,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dshelltest.tcl8 # TEST The scr### directories are shell scripts that test a variety of
14 # example compilation, etc. test scripts into the Tcl framework.
36 set test [lindex $testpair 1]
40 shelltest_run $SH $dir $test $testdir
45 set test [lindex [lindex $shelltest_list $run_one] 1]
49 shelltest_run $SH $dir $test $testdir
61 proc shelltest_run { sh srcdir test testdir } {
62 puts "Running shell script $srcdir ($test)..."
64 set ret [catch {exec $sh -c "cd $testdir && sh $test" >&@ stdout} res]
67 puts "FAIL: shell test
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/test/
H A Duser.c140 test(kevent_user_add_and_delete);
141 test(kevent_user_get);
142 test(kevent_user_disable_and_enable);
143 test(kevent_user_oneshot);
145 test(kevent_user_dispatch);
H A Dread.c325 test(kevent_socket_add);
326 test(kevent_socket_del);
327 test(kevent_socket_add_without_ev_add);
328 test(kevent_socket_get);
329 test(kevent_socket_disable_and_enable);
330 test(kevent_socket_oneshot);
331 test(kevent_socket_clear);
333 test(kevent_socket_dispatch);
335 test(kevent_socket_listen_backlog);
336 test(kevent_socket_eo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dlibrary.mak13 $(SUBDIR)%-test.o: $(SUBDIR)%-test.c
16 $(SUBDIR)%-test.o: $(SUBDIR)%.c
19 $(SUBDIR)%-test.i: $(SUBDIR)%-test.c
22 $(SUBDIR)%-test.i: $(SUBDIR)%.c
64 $(RM) $(addprefix $(SUBDIR),*-test$(EXESUF) $(CLEANFILES) $(CLEANSUFFIXES) $(LIBSUFFIXES)) \
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
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-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/
H A Dfate-run.sh10 test="${1#fate-}"
16 ref=${7:-"${base}/ref/fate/${test}"}
28 outfile="${outdir}/${test}"
29 errfile="${outdir}/${test}.err"
30 cmpfile="${outdir}/${test}.diff"
31 repfile="${outdir}/${test}.rep"
34 test ${1} = ${1#/} && p=${target_path}/
70 test "${V:-0}" -gt 0 && echo "$target_exec" $target_path/"$@" >&3
75 test "${V:-0}" -gt 0 && echo "$target_exec" $target_path/"$@" >&3
123 encfile="${outdir}/${test}
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/fate/
H A Dvpx.mak28 FATE_VP8 += fate-vp8-test-vector$(2)-$(1)
29 fate-vp8-test-vector$(2)-$(1): CMD = framemd5 $(3) -i $(SAMPLES)/vp8-test-vectors-r1/vp80-00-comprehensive-$(1).ivf
30 fate-vp8-test-vector$(2)-$(1): REF = $(SRC_PATH)/tests/ref/fate/vp8-test-vector-$(1)
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/djgpp/
H A Dconfig.bat147 test -f ./configure
149 test -d ./libcharset
152 test -f ./libcharset/configure
158 test -f ./configure.orig
162 test -f ./libcharset/configure.orig
168 test -f %XSRC%/libcharset/configure.orig
178 test -f %XSRC%/config.h.in
180 test -f %XSRC%/config.h-in
182 test -f %XSRC%/config.h-in
184 test
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A Drun-px85 foreach my $test (@tests) {
86 print "Running $test\n\n";
87 system("$^X -I$top_srcdir/tests $top_srcdir/tests/$test $top_srcdir");
88 push @tested, { name => $test, result => $? >> 8 };
110 foreach my $test (@tested) {
111 my $colored = exists $colors{$test->{result}}
112 ? $colors{$test->{result}}
114 print "$colored $test->{name}\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/
H A Dfate-run.sh10 test="${1#fate-}"
16 ref=${7:-"${base}/ref/fate/${test}"}
22 outfile="${outdir}/${test}"
23 errfile="${outdir}/${test}.err"
24 cmpfile="${outdir}/${test}.diff"
25 repfile="${outdir}/${test}.rep"
48 test "${V:-0}" -gt 0 && echo "$target_exec" $target_path/"$@" >&3
77 t="${test#$2-}"
91 cleanfiles="tests/data/lavfi/${test#lavfi-}.nut"
96 t="${test#see
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dsystem.h65 /* clear Z flag and then test the C flag */ \
106 /* then test Z=0 and C=0 */ \
208 * - if (*ptr == test) then orig = *ptr; *ptr = test;
209 * - if (*ptr != test) then orig = *ptr;
211 extern uint64_t __cmpxchg_64(uint64_t test, uint64_t new, volatile uint64_t *v);
215 #define cmpxchg(ptr, test, new) \
219 __typeof__(*(ptr)) __xg_test = (test); \
253 extern uint32_t __cmpxchg_32(uint32_t *v, uint32_t test, uint32_t new);
255 #define cmpxchg(ptr, test, ne
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Djack_audio.c135 int test, pkt_size = self->buffer_size * self->nports * sizeof(float); local
141 if ((test = av_new_packet(&pkt, pkt_size)) < 0) {
143 return test;
154 int i, test; local
200 if ((test = supply_new_packets(self, context))) {
202 return test;
237 int test; local
239 if ((test = start_jack(context)))
240 return test;
265 int test; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/validchars/
H A Dvalidchr.c10 test(void) function
54 if (test())
74 c = test();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dlibtransmission-test.h12 #define REPORT_TEST(test, result) \
106 (void) current_test; /* Use test even if we don't have any tests to run */
115 #define MAIN_SINGLE_TEST(test) \
117 const testFunc tests[] = { test }; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Djack_audio.c127 int test, pkt_size = self->buffer_size * self->nports * sizeof(float); local
133 if ((test = av_new_packet(&pkt, pkt_size)) < 0) {
135 return test;
146 int i, test; local
191 if ((test = supply_new_packets(self, context))) {
193 return test;
228 int test; local
230 if ((test = start_jack(context)))
231 return test;
256 int test; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/libtest/
H A Dlib1513.c25 * Before the fix, this test program returned 52 (CURLE_GOT_NOTHING) instead
29 #include "test.h"
39 int test(char *URL) function

Completed in 317 milliseconds

1234567891011>>