Searched refs:test (Results 101 - 125 of 1028) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/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
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/test/
H A Dsignal.c179 test(kevent_signal_add);
180 test(kevent_signal_del);
181 test(kevent_signal_get);
182 test(kevent_signal_disable);
183 test(kevent_signal_enable);
184 test(kevent_signal_oneshot);
185 test(kevent_signal_modify);
187 test(kevent_signal_dispatch);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/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
26 echo test script editing failed!
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/md4/
H A Dmd4test.c75 static char *test[] = { variable
104 P = test;
115 printf("test %d ok\n", i);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/md4/
H A Dmd4test.c75 static char *test[] = { variable
104 P = test;
115 printf("test %d ok\n", i);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-test.c2 /* dbus-test.c Program to run all tests
25 #include "dbus-test.h"
35 fprintf (stderr, "Unit test failed: %s\n", failure);
44 printf ("%s: checking for memleaks\n", "dbus-test");
59 TestFunc test)
63 printf ("%s: running %s tests\n", "dbus-test", test_name);
64 if (!test ())
74 TestDataFunc test,
79 printf ("%s: running %s tests\n", "dbus-test", test_name);
80 if (!test (test_data_di
57 run_test(const char *test_name, const char *specific_test, TestFunc test) argument
72 run_data_test(const char *test_name, const char *specific_test, TestDataFunc test, const char *test_data_dir) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dhmac.c190 static void test(AVHMAC *hmac, const uint8_t *key, int keylen, function
195 // Some of the test vectors are strings, where sizeof() includes the
216 static const uint8_t data6[] = "This is a test using a larger than block-size key and a larger "
225 // RFC 2202 test vectors
226 test(hmac, key1, 16, data1, sizeof(data1));
227 test(hmac, key2, sizeof(key2), data2, sizeof(data2));
228 test(hmac, key3, 16, data3, sizeof(data3));
229 test(hmac, key3, 80, data4, sizeof(data4));
230 test(hmac, key3, 80, data5, sizeof(data5));
237 // RFC 2202 test vector
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/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-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/unit/
H A Dunit1396.c37 struct test { struct
47 const struct test list1[]={
63 const struct test list2[]={
91 printf("curl_easy_unescape test %d DONE\n", i);
106 printf("curl_easy_escape test %d DONE (%s)\n", i, out);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dtest-eof.c92 const char *test = "test string"; local
109 if (send(pair[0], test, (int)strlen(test)+1, 0) < 0)
H A Dtest-weof.c65 const char *test = "test string"; local
68 len = send(fd, test, (int)strlen(test) + 1, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/test/
H A Dtest-eof.c3 * cc -I/usr/local/include -o time-test time-test.c -L/usr/local/lib -levent
64 const char *test = "test string"; local
71 send(pair[0], test, strlen(test)+1, 0);
H A Dtest-weof.c3 * cc -I/usr/local/include -o time-test time-test.c -L/usr/local/lib -levent
41 const char *test = "test string"; local
44 len = send(fd, test, strlen(test) + 1, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
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-R7000-V1.0.7.12_1.2.5/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...]

Completed in 303 milliseconds

1234567891011>>