Searched refs:test (Results 51 - 75 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 Dtest.tcl5 # $Id: test.tcl,v 12.54 2008/05/13 18:32:51 carol Exp $
61 # Set when we're running a child process in a rep test.
66 # Set when we want to use replication test messaging that cannot
83 # of a test with run_all or run_std.
89 # If you call a test with the proc find_valid_methods, it will
99 # to test with and without the flag, but to run a meaningful
129 # This is where the test numbering and parameters now live.
148 # From here on out, test.tcl contains the procs that are used to
149 # run all or part of the test suite.
230 # If this is run_std only, run each rep test fo
[all...]
H A Dinclude.tcl11 set test_path @srcdir@/../test
H A Drecdscript.tcl10 # dir: test directory
17 source $test_path/test.tcl
H A Drep017script.tcl19 source $test_path/test.tcl
41 # Join the queue env. We assume the rep test convention of
70 $clientenv test check 10
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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/testsuite/server/
H A Dipc.exp26 do_smbclient "!touch test.out\r" "touch test.out"
28 foreach { op } { "dir\r" "put test.out\r" "get test.out\r" \
29 "get /etc/passwd\r" "mkdir foo\r" "print test.out\r" } {
44 file delete test.out
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Dinclude.tcl11 set test_path ../dist/../test
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/md4/
H A Dmd4test.c75 static char *test[]={ variable
104 P=(unsigned char **)test;
118 printf("test %d ok\n",i);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/md5/
H A Dmd5test.c75 static char *test[]={ variable
104 P=(unsigned char **)test;
118 printf("test %d ok\n",i);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Dmd4test.c75 static char *test[]={ variable
104 P=(unsigned char **)test;
118 printf("test %d ok\n",i);
H A Dmd5test.c75 static char *test[]={ variable
104 P=(unsigned char **)test;
118 printf("test %d ok\n",i);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dmd4test.c75 static char *test[]={ variable
104 P=(unsigned char **)test;
118 printf("test %d ok\n",i);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/md4/
H A Dmd4test.c75 static char *test[]={ variable
104 P=(unsigned char **)test;
118 printf("test %d ok\n",i);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/
H A Dconfigure5 # Otherwise, you can just use directly "make test; make install"
39 while test $# -ge 1
60 test=ztest$$
61 cat > $test.c <<EOF
66 test -z "$CC" && echo Checking for gcc...
74 if test "$gcc" -eq 1 && ($cc -c $cflags $test.c) 2>/dev/null; then
171 if test $shared -eq 1; then
173 # we must test in two steps (cc then ld), required at least on SunOS 4.x
174 if test "`(
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/radio/
H A Dradio-cadet.c149 unsigned freq=0,test,fifo=0; local
160 test=12500;
163 freq+=test;
165 test=test<<1;
182 unsigned test; local
190 test=0;
191 test=(fifo>>23)&0x02; /* Align data for SDO */
192 test|=0x1c; /* SDM=1, SWE=1, SEN=1, SCK=0 */
194 outb(test,i
211 int i,j,test; local
[all...]
/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 DNullClassCatalog.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/collections/test/
H A DNullTransactionRunner.java9 package com.sleepycat.collections.test;
H A DTestEntity.java9 package com.sleepycat.collections.test;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dunix.c91 char *test; local
134 test = &buf[i];
135 for (i = 0; test[i]; i++) {
136 if (test[i] != dir[i]) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A Dthread2.py28 def test(expectedLineNumbersDefault): function
51 test(1)
61 ts.append(Thread(target=test,args=(0,)))
76 ts.append(Thread(target=test,args=(1,)))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/libtest/
H A Dlib520.c22 #include "test.h"
26 int test(char *URL) function
H A Dlib524.c22 #include "test.h"
26 int test(char *URL) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/dsa/
H A Ddsa_gen.c94 BIGNUM *r0,*W,*X,*c,*test; local
130 test = BN_CTX_get(ctx2);
131 if (test == NULL) goto err;
133 if (!BN_lshift(test,BN_value_one(),bits-1)) goto err;
224 if (!BN_add(X,X,test)) goto err;
233 if (BN_cmp(p,test) >= 0)
256 if (!BN_sub(test,p,BN_value_one())) goto err;
257 if (!BN_div(r0,NULL,test,q,ctx)) goto err;
259 if (!BN_set_word(test,h)) goto err;
264 /* g=test
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dcheck-xml-test-suite.py17 CONF="xml-test-suite/xmlconf/xmlconf.xml"
18 LOG="check-xml-test-suite.log"
287 def runTest(test):
294 uri = test.prop('URI')
295 id = test.prop('ID')
302 base = test.getBase(None)
307 type = test.prop('TYPE')
318 extra = test.prop('ENTITIES')
329 # print "Unknow value %s for an ENTITIES test value" % (extra)
348 content = string.strip(test
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/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...]

Completed in 203 milliseconds

1234567891011>>