Searched refs:test (Results 226 - 250 of 579) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest062.tcl31 # Otherwise it is the test directory and the name.
33 set testfile $testdir/test$tnum.db
36 set testfile test$tnum.db
H A Dtxn014.tcl28 set parentfile test$tnum.db
29 set nonparentfile test$tnum.db.2
H A Dtestparams.tcl17 sdb sdbtest sec si test txn}
58 set test_names(test) [list test001 test002 test003 test004 test005 \
75 set rpc_tests(berkeley_db_svc) [concat $test_names(test) $test_names(sdb)]
76 set rpc_tests(berkeley_db_cxxsvc) $test_names(test)
77 set rpc_tests(berkeley_db_javasvc) $test_names(test)
93 foreach test $freebsd_skip_tests_for_rpc {
94 set idx [lsearch -exact $rpc_tests($svc) $test]
108 test(010|026|027|028|030|031|032|033|034| # These should be fixable by
112 test(011|017|018|022|023|024|029|040|049| # Not expected to work with
122 foreach test
[all...]
H A Drep020.tcl8 # TEST Replication elections - test election generation numbers.
16 puts "Skipping replication test on Win 9x platform."
35 puts "Rep$tnum ($method): Election generation test."
134 $msg $elector $nsites $nvotes $nclients $winner 1 test.db
166 $msg $elector $nsites $nvotes $nclients $winner 1 test.db
204 $msg $elector $nsites $nvotes $nclients $winner 0 test.db
216 # Skip this part of the test for mixed-mode logging,
257 $msg $elector $nsites $nvotes $nclients $winner 1 test.db
H A Dtest074.tcl30 # First, test non-dup (and not-very-interesting) case with
39 # Otherwise it is the test directory and the name.
41 set testfile $testdir/test$tnum-nodup.db
44 set testfile test$tnum-nodup.db
168 # db name. Otherwise it is the test directory and the name.
170 set testfile $testdir/test$tnum$opt.db
172 set testfile test$tnum$opt.db
H A Dtest076.tcl62 set testfile test$tnum.$i.db
H A Dtest078.tcl29 set testfile $testdir/test$tnum-a.db
32 set testfile test$tnum-a.db
104 set testfile $testdir/test$tnum-b.db
107 set testfile test$tnum-b.db
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Dse401.h20 #define wait_interruptible(test, queue, wait) \
24 if (test) \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/parisc/kernel/
H A Dpdc_chassis.c264 unsigned long test; local
267 ret = pdc_chassis_warn(&test);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dconnect.c527 int test = select_fd (local_sock, opt.connect_timeout, WAIT_FOR_READ);
528 if (test == 0)
530 if (test <= 0)
853 int test;
855 test = info->imp->poller (fd, timeout, wf, info->ctx);
857 test = sock_poll (fd, timeout, wf);
858 if (test == 0)
860 if (test <= 0)
523 int test = select_fd (local_sock, opt.connect_timeout, WAIT_FOR_READ); local
847 int test; local
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dx_unimp.S49 moveb (%a7),%d0 |test for valid version num
50 andib #0xf0,%d0 |test for $4x
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/serial/
H A Dwhiteheat.h38 #define WHITEHEAT_DO_TEST 15 /* perform the specified test */
173 #define WHITEHEAT_TEST_UART_CLK_START 0x06 /* uart clock test start */
174 #define WHITEHEAT_TEST_UART_CLK_STOP 0x07 /* uart clock test stop */
182 __u8 test; /* see WHITEHEAT_TEST_* above*/ member in struct:whiteheat_test
266 #define WHITEHEAT_TEST_FAIL 0x00 /* test failed */
267 #define WHITEHEAT_TEST_UNKNOWN 0x01 /* unknown test requested */
268 #define WHITEHEAT_TEST_PASS 0xff /* test passed */
272 __u8 test; /* indicates which test this is a response for, see WHITEHEAT_DO_TEST above */ member in struct:whiteheat_test_info
274 __u8 results[32]; /* test
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A DMakefile.am56 test.dtd
65 for test in $(PYTESTS) ; \
66 do log=`$(PYTHON) $(srcdir)/$$test` ; \
68 echo "-- $$test" ; echo "$$log" ; fi ; done)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/src/
H A Dmkhelp.pl99 my @test = `gzip --version 2>&1`;
100 if($test[0] =~ /gzip/) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/torture/
H A Dvfstest.c430 BOOL reload_services(BOOL test) argument
440 test = False;
446 if (test && !lp_file_list_changed())
454 if (!test)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/serial/test/
H A DMarshalledObject.java9 package com.sleepycat.bind.serial.test;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/tuple/test/
H A DMarshalledObject.java9 package com.sleepycat.bind.tuple.test;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DForeignKeyTest.java9 package com.sleepycat.collections.test;
19 import com.sleepycat.bind.serial.test.MarshalledObject;
32 import com.sleepycat.util.test.SharedTestUtils;
33 import com.sleepycat.util.test.TestEnv;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DEnhanced2.java9 package com.sleepycat.persist.test;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/acorn/block/
H A Dmfm.S43 @ test number of remaining bytes to transfer
64 and r5,r5,#0x8000 @ This is test for things which should be on: Busy
112 @ test number of remaining bytes to transfer
128 and r5,r5,#0x8000 @ This is test for things which should be on: Busy
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dcheck-relaxng-test-suite.py19 CONF=os.path.join(os.path.dirname(__file__), "test/relaxng/OASIS/spectest.xml")
20 LOG="check-relaxng-test-suite.log"
21 RES="relaxng-test-results.xml"
149 # handle an incorrect test
266 log.write("\n ======== test %d line %d section %s ==========\n" % (
271 print "test %d line %d" % (nb_schemas_tests, node.lineNo())
283 print "warning test line %d has more than one <incorrect> example" %(node.lineNo())
289 print "warning test line %d has more than one <correct> example"% (node.lineNo())
340 for test in node.xpathEval('testCase'):
341 handle_testCase(test)
[all...]
H A Dcheck-relaxng-test-suite2.py18 CONF=os.path.join(os.path.dirname(__file__), "test/relaxng/testsuite.xml")
19 LOG="check-relaxng-test-suite2.log"
163 # handle an incorrect test
280 log.write("\n ======== test %d line %d section %s ==========\n" % (
285 print "test %d line %d" % (nb_schemas_tests, node.lineNo())
297 print "warning test line %d has more than one <incorrect> example" %(node.lineNo())
303 print "warning test line %d has more than one <correct> example"% (node.lineNo())
353 for test in node.xpathEval('testCase'):
354 handle_testCase(test)
355 for test i
[all...]
H A Dcheck-xsddata-test-suite.py19 CONF=os.path.join(os.path.dirname(__file__), "test/xsdtest/xsdtestsuite.xml")
20 LOG="check-xsddata-test-suite.log"
161 # handle an incorrect test
278 log.write("\n ======== test %d line %d section %s ==========\n" % (
283 print "test %d line %d" % (nb_schemas_tests, node.lineNo())
295 print "warning test line %d has more than one <incorrect> example" %(node.lineNo())
301 print "warning test line %d has more than one <correct> example"% (node.lineNo())
351 for test in node.xpathEval('testCase'):
352 handle_testCase(test)
353 for test i
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/libtest/
H A Dlib505.c22 #include "test.h"
44 int test(char *URL) function
H A Dlib525.c22 #include "test.h"
32 int test(char *URL) function
47 /* test 529 */
50 /* test 525 */
146 /* test 529 */
153 /* test 525 */

Completed in 184 milliseconds

1234567891011>>