Searched refs:test (Results 251 - 275 of 579) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/libtest/
H A Dlib526.c37 * Test case 526, 527 and 532 use FTP, while test 528 uses the lib526 tool but
41 #include "test.h"
53 int test(char *URL) function
145 /* test 526 and 528 */
157 /* test 527 */
159 /* Upon non-failure test flow the easy's have already been cleanup'ed. In
173 /* test 532 */
H A Dlib536.c22 #include "test.h"
78 int test(char *URL) function
H A Dlib547.c27 #include "test.h"
80 int test(char *URL) function
H A Dlib553.c23 /* This test case and code is based on the bug recipe Joe Malicki provided for
27 #include "test.h"
58 int test(char *URL) function
H A Dlib569.c22 #include "test.h"
37 int test(char *URL) function
H A Dlib570.c22 #include "test.h"
34 int test(char *URL) function
H A Dlib576.c22 #include "test.h"
99 int test(char *URL) function
H A Dlib579.c22 #include "test.h"
87 int test(char *URL) function
H A Dlib591.c22 #include "test.h"
24 /* lib591 is used for test cases 591, 592, 593 and 594 */
34 int test(char *URL) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A DcharsetConv.c58 iconv_t test = iconv_open("ASCII", testCp); local
60 if(test == (iconv_t) -1)
62 res = iconv(test,
72 iconv_close(test);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/nmbd/
H A Dnmbd.c275 static BOOL reload_nmbd_services(BOOL test) argument
286 test = False;
290 if ( test && !lp_file_list_changed() )
296 if ( !test ) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/
H A Dudev_rules.h84 struct key test; member in struct:udev_rule
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep016.tcl8 # TEST Replication election test with varying required nvotes.
19 puts "Skipping replication test on Win 9x platform."
37 # Run the body of the test with and without recovery.
101 # portion of the test is complete.
132 # in 'ret' below and the test will fail.
142 # this should still fail. TODO: need another test verifying
165 # This test doesn't use the testing hooks, so
200 $qdir $m $elector $nsites $nvotes $nclients $winner 1 test.db
216 $qdir $m $elector $nsites $nvotes $nclients $winner 1 test.db
232 $qdir $m $elector $nsites $n $n $winner 1 test
[all...]
H A Dparallel.tcl41 # RPC test is very long so force it to run first
102 puts "Creating test list..."
144 "source $test_path/test.tcl; run_queue $i \
217 "Starting test $num of $nitems $qtype items. "
233 "-log-file=./test$num.%p -follow-child-processes -messages=first"
237 << "source $test_path/test.tcl; $cmd" \
329 proc run_ptest { nprocs test args } {
338 if { [info exists parms($test)] } {
341 $test $method $args] != 0 } {
346 eval exec_ptest $nprocs $basename $test
[all...]
/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 DSequenceTest.java9 package com.sleepycat.persist.test;
26 import com.sleepycat.util.test.SharedTestUtils;
27 import com.sleepycat.util.test.TestEnv;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/cpu/
H A Dcyrix.c22 /* we test for DEVID by checking whether CCR3 is writable */
368 * Perform the Cyrix 5/2 test. A Cyrix won't change
373 unsigned int test; local
379 : "=a" (test)
384 return (unsigned char) (test >> 8) == 0x02;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/basic/
H A Dfixdep.c258 /* test is s ends in sub */
375 static char test[] __attribute__((aligned(sizeof(int)))) = "CONF"; local
377 if (*(int *)test != INT_CONF) {
379 *(int *)test);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-iop3xx.c168 typedef int (* compare_func)(unsigned test, unsigned mask);
205 all_bits_clear(unsigned test, unsigned mask) argument
207 return (test & mask) == 0;
211 any_bits_set(unsigned test, unsigned mask) argument
213 return (test & mask) != 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx86/
H A Dinffas32.asm260 test esi,3
309 test edx,0800000h
359 test al,al
381 test al,16
438 test al,16
517 test al,64
535 test al,64
680 test al,al
701 test al,16
741 test a
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dget_op.S172 tstb UFLG_TMP(%a6) |test flag for unsupp/unimp state
497 cmpiw #0x0fff,%d1 |test for inf or NaN
509 btstb #signan_bit,ETEMP_HI(%a6) |test for snan
522 tstl ETEMP(%a6) |test sign of the zero
549 cmpiw #0x0fff,%d1 |test for inf or NaN
568 btstb #signan_bit,ETEMP_HI(%a6) |test for snan
571 btstb #snan_bit,FPCR_ENABLE(%a6) |test for snan enabled
589 tstl ETEMP(%a6) |test sign of the zero
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx86/
H A Dinffas32.asm260 test esi,3
309 test edx,0800000h
359 test al,al
381 test al,16
438 test al,16
517 test al,64
535 test al,64
680 test al,al
701 test al,16
741 test a
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Delgamal.c131 gcry_mpi_t test = gcry_mpi_new ( 0 ); local
141 gcry_mpi_randomize ( test, nbits, GCRY_WEAK_RANDOM );
143 do_encrypt ( out1_a, out1_b, test, &pk );
145 if ( mpi_cmp( test, out2 ) )
148 sign ( out1_a, out1_b, test, sk );
149 if ( !verify( out1_a, out1_b, test, &pk ) )
152 gcry_mpi_release ( test );
158 log_fatal ("Elgamal test key for %s %s failed\n",
162 log_debug ("Elgamal test key for %s %s failed\n",
348 /* Now we can test ou
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx64/
H A Dinffasx64.asm103 test al, al
119 test al, al
132 test al, 16
170 test al, 16 ; /* if ((op & 16) == 0) */
235 test al, 64
249 test al, 64
342 test al, 32
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx64/
H A Dinffasx64.asm103 test al, al
119 test al, al
132 test al, 16
170 test al, 16 ; /* if ((op & 16) == 0) */
235 test al, 64
249 test al, 64
342 test al, 32
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/core/
H A Dethtool.c642 struct ethtool_test test; local
650 if (copy_from_user(&test, useraddr, sizeof(test)))
653 test.len = ops->self_test_count(dev);
654 data = kmalloc(test.len * sizeof(u64), GFP_USER);
658 ops->self_test(dev, &test, data);
661 if (copy_to_user(useraddr, &test, sizeof(test)))
663 useraddr += sizeof(test);
664 if (copy_to_user(useraddr, data, test
[all...]

Completed in 230 milliseconds

<<11121314151617181920>>