Searched refs:test (Results 201 - 225 of 578) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dgen_except.S58 cmpib #IDLE_SIZE-4,1(%a7) |test for idle frame
60 cmpib #UNIMP_40_SIZE-4,1(%a7) |test for orig unimp frame
62 cmpib #UNIMP_41_SIZE-4,1(%a7) |test for rev unimp frame
102 cmpib #UNIMP_40_SIZE-4,1(%a7) |test for orig unimp frame
107 cmpib #UNIMP_41_SIZE-4,1(%a7) |test for rev unimp frame
143 btstb #5,CMDREG1B(%a6) |test for fmove out
155 bfffo %d0{#24:#8},%d1 |test for first set bit
179 tstb UFLG_TMP(%a6) |test flag for unsup/unimp state
225 tstb UFLG_TMP(%a6) |test flag for unsupp/unimp state
257 tstb UFLG_TMP(%a6) |test fla
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/inflate86/
H A Dinffas86.c840 test al, al
854 test al, 16
905 test al, 16 /* if ((op & 16) == 0) */
984 test al, 64
998 test al, 64
1091 test al, 32
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/inflate86/
H A Dinffas86.c840 test al, al
854 test al, 16
905 test al, 16 /* if ((op & 16) == 0) */
984 test al, 64
998 test al, 64
1091 test al, 32
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dperf.c308 uint32_t test; local
326 /* Get the interface type and test type */
328 test = (image_type & 0xffff);
343 (test >= MAX_CUDA_IMAGES)) ||
345 (test >= MAX_ONYX_IMAGES)))
350 return perf_config(cuda_images[test]);
352 return perf_config(onyx_images[test]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libogg-1.1.4/src/
H A Dframing.c639 /* The whole test page is buffered. Verify the checksum */
1153 /* continuing packet test */
1286 unsigned char *data=_ogg_malloc(1024*1024); /* for scripted test cases only */
1308 /* construct a test packet */
1321 /* submit the test packet */
1509 /* continuing packet test */
1568 /* test for the libogg 1.1.1 resync in large continuation bug
1624 ogg_packet test; local
1649 if(ogg_stream_packetout(&os_de,&test)!=1)error();
1650 checkpacket(&test,
1669 ogg_packet test; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dinode.c464 static struct inode * find_inode(struct super_block * sb, struct hlist_head *head, int (*test)(struct inode *, void *), void *data)
474 if (!test(inode, data))
565 static struct inode * get_new_inode(struct super_block *sb, struct hlist_head *head, int (*test)(struct inode *, void *), int (*set)(struct inode *, void *), void *data)
575 old = find_inode(sb, head, test, data);
728 * @test: callback used for comparisons between inodes
729 * @data: opaque data pointer to pass to @test
741 * Note, @test is called with the inode_lock held, so can't sleep.
744 struct hlist_head *head, int (*test)(struct inode *, void *),
750 inode = find_inode(sb, head, test, data);
798 * @test
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dlockscript.tcl17 source $test_path/test.tcl
87 # We used to sleep 1 to $sleepint seconds. This makes the test
H A Drecd15scr.tcl15 source $test_path/test.tcl
H A Drep006.tcl19 puts "Skipping replication test on Win 9x platform."
29 # Run the body of the test with and without recovery.
118 open_and_dump_file test.db $clientenv $t1 \
122 # or --enable-debug_wop; we'll need to skip portions of the test if so.
164 [catch {berkdb_open_noerr -env $rdenv test.db} ret]
H A Drep018script.tcl15 # rep_verbose: Is the test doing verbose reporting?
19 source $test_path/test.tcl
43 # Join the queue env. We assume the rep test convention of
H A Drep076.tcl28 puts "Skipping replication test on Win 9x platform."
154 $elector $nsites $nvotes $nclients $winner1 0 test.db 1
161 $elector $nsites $nvotes $nclients $winner2 0 test.db
H A Drep078script.tcl17 source $test_path/test.tcl
34 # Join the queue env. We assume the rep test convention of
H A Dtest004.tcl22 set tnum test$reopen
29 # Otherwise it is the test directory and the name.
157 error_check_good test$reopen:keys_deleted $count $nentries
H A Dtest025.tcl8 # TEST DB_APPEND flag test.
31 # Otherwise it is the test directory and the name.
33 set testfile $testdir/test$tnum.db
36 set testfile test$tnum.db
129 # Now, reopen the file and run the last test again.
133 # Now, reopen the file and run the last test again in the
H A Dtest026.tcl11 # TEST ... test that cursors delete duplicates correctly
13 # TEST Keyed delete test through cursor. If ndups is small; this will
14 # TEST test on-page dups; if it's large, it will test off-page dups.
31 # Otherwise it is the test directory and the name.
33 set testfile $testdir/test$tnum.db
36 set testfile test$tnum.db
57 with $ndups dups; cursor delete 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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/src/com/sleepycat/db/test/
H A DAppendRecnoTest.java10 * Based on scr016 TestAppendRecno test application.
13 package com.sleepycat.db.test;
29 import com.sleepycat.db.test.TestUtils;
H A DEncryptTest.java2 package com.sleepycat.db.test;
21 import com.sleepycat.db.test.TestUtils;
44 * To disable a test mark it with @Ignore
H A DHashCompareTest.java9 package com.sleepycat.db.test;
26 import com.sleepycat.db.test.TestUtils;
52 * To disable a test mark it with @Ignore
H A DRepmgrStartupTest.java3 * A test case that brings up the replication
10 package com.sleepycat.db.test;
12 import com.sleepycat.db.test.TestUtils;
61 envConfig.setErrorPrefix("RepmgrStartupTest test");
103 TestUtils.DEBUGOUT(2, "Warning: shutdown had a problem cleaning up test directory.\n" + e);
183 * RepmgrStartupTest test: Waiting for handle count (1) or msg_th (0) to complete replication lockout
/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 DSecondaryDeadlockTest.java9 package com.sleepycat.collections.test;
23 import com.sleepycat.util.test.TestEnv;
112 /* Allow GC of DB objects in the test case. */
127 * This test deadlocks a lot at degree 3 serialization. In debugging
/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 DEvolveTest.java8 package com.sleepycat.persist.test;
19 import com.sleepycat.util.test.SharedTestUtils;
138 /* If the store cannot be opened, this test is not appropriate. */
222 * test we can pass false for oldTypesExist because newStore starts
H A DJoinTest.java9 package com.sleepycat.persist.test;
29 import com.sleepycat.util.test.TxnTestCase;
58 store = new EntityStore(env, "test", config);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/util/test/
H A DUtfTest.java9 package com.sleepycat.util.test;
20 import com.sleepycat.util.test.SharedTestUtils;

Completed in 157 milliseconds

1234567891011>>