Searched refs:test (Results 1 - 25 of 1028) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dnoproxy-test.c23 static void test(const char *pattern, const char *host) function
33 test(NULL, "domain.com");
34 test("example.com domain.com", "domain.com");
35 test("example.com other.com", "domain.com");
36 test("example.com,domain.com", "domain.com");
37 test("example.com,domain.com", "otherdomain.com");
38 test("example.com, *.domain.com", "sub.domain.com");
39 test("example.com, *.domain.com", "domain.com");
40 test("example.com, .domain.com", "domain.com");
41 test("*", "domai
[all...]
H A Durl-test.c23 static void test(const char *base, const char *rel) function
41 test(NULL, "baz");
42 test("/foo/bar", "baz");
43 test("/foo/bar", "../baz");
44 test("/foo/bar", "/baz");
45 test("http://server/foo/", "baz");
46 test("http://server/foo/bar", "baz");
47 test("http://server/foo/", "../baz");
48 test("http://server/foo/bar/123", "../../baz");
49 test("htt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dtest.h35 #define mu_assert(message, test) do { if (!(test)) return message; } while (0)
36 #define mu_run_test(test) \
39 puts("RUNNING TEST " #test "..."); \
40 message = test(); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/tests/
H A Dcheck_confuse.h7 #define fail_unless(test) \
8 do { if(!(test)) { \
11 "%s:%d: test FAILED:\nFailed test: %s\n" \
13 __FILE__, __LINE__, #test); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/macos/src/
H A Dmacos_main.c6 #include <GUSICommandLine.h> #include <stdlib.h> #undef main DECLARE_MAIN(test) REGISTER_MAIN_START REGISTER_MAIN(test) REGISTER_MAIN_END int main() { (void) exec_commands(); return 0; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/macos/src/
H A Dmacos_main.c6 #include <GUSICommandLine.h> #include <stdlib.h> #undef main DECLARE_MAIN(test) REGISTER_MAIN_START REGISTER_MAIN(test) REGISTER_MAIN_END int main() { (void) exec_commands(); return 0; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/fate/
H A Dlibavcodec.mak2 fate-iirfilter: libavcodec/iirfilter-test$(EXESUF)
3 fate-iirfilter: CMD = run libavcodec/iirfilter-test
H A Dlibavutil.mak2 fate-adler32: libavutil/adler32-test$(EXESUF)
3 fate-adler32: CMD = run libavutil/adler32-test
7 fate-aes: libavutil/aes-test$(EXESUF)
8 fate-aes: CMD = run libavutil/aes-test
12 fate-base64: libavutil/base64-test$(EXESUF)
13 fate-base64: CMD = run libavutil/base64-test
16 fate-crc: libavutil/crc-test$(EXESUF)
17 fate-crc: CMD = run libavutil/crc-test
20 fate-des: libavutil/des-test$(EXESUF)
21 fate-des: CMD = run libavutil/des-test
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/nsswitch/
H A Dlongarg.exp15 foreach { test } $longarg_tests {
16 set test_desc [lindex $test 0]
17 set test_file [lindex $test 1]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/smbd/
H A Dse_access_check.exp40 foreach { test } $se_access_check_tests {
41 set test_desc [lindex $test 0]
42 set test_file [lindex $test 1]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/hmac/
H A Dhmactest.c88 } test[8] = { variable in typeref:struct:test_st
90 "", 0, "More text test vectors to stuff up EBCDIC machines :-)", 54,
117 "", 0, "My test data", 12,
121 "", 0, "My test data", 12,
125 "123456", 6, "My test data", 12,
129 "12345", 5, "My test data again", 12,
149 printf("test skipped: MD5 disabled\n");
153 ebcdic2ascii(test[0].data, test[0].data, test[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/hmac/
H A Dhmactest.c88 } test[8] = { variable in typeref:struct:test_st
90 "", 0, "More text test vectors to stuff up EBCDIC machines :-)", 54,
117 "", 0, "My test data", 12,
121 "", 0, "My test data", 12,
125 "123456", 6, "My test data", 12,
129 "12345", 5, "My test data again", 12,
149 printf("test skipped: MD5 disabled\n");
153 ebcdic2ascii(test[0].data, test[0].data, test[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dlibavutil.mak2 fate-adler32: libavutil/adler32-test$(EXESUF)
3 fate-adler32: CMD = run libavutil/adler32-test
7 fate-aes: libavutil/aes-test$(EXESUF)
8 fate-aes: CMD = run libavutil/aes-test
12 fate-atomic: libavutil/atomic-test$(EXESUF)
13 fate-atomic: CMD = run libavutil/atomic-test
17 fate-avstring: libavutil/avstring-test$(EXESUF)
18 fate-avstring: CMD = run libavutil/avstring-test
21 fate-base64: libavutil/base64-test$(EXESUF)
22 fate-base64: CMD = run libavutil/base64-test
[all...]
H A Dlibavformat.mak2 fate-noproxy: libavformat/noproxy-test$(EXESUF)
3 fate-noproxy: CMD = run libavformat/noproxy-test
6 fate-srtp: libavformat/srtp-test$(EXESUF)
7 fate-srtp: CMD = run libavformat/srtp-test
10 fate-url: libavformat/url-test$(EXESUF)
11 fate-url: CMD = run libavformat/url-test
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/apparmor/include/
H A Dprocattr.h22 int aa_setprocattr_changehat(char *args, size_t size, int test);
23 int aa_setprocattr_changeprofile(char *fqname, bool onexec, int test);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ms/
H A Dtenc.bat3 echo test %1 %2 %3 %4 %5 %6
4 %ssleay% %1 %2 %3 %4 %5 %6 -e -bufsize 113 -k test -in %input% -out %tmp1%
5 %ssleay% %1 %2 %3 %4 %5 %6 -d -bufsize 157 -k test -in %tmp1% -out %out1%
9 echo test base64 %1 %2 %3 %4 %5 %6
10 %ssleay% %1 %2 %3 %4 %5 %6 -a -e -bufsize 113 -k test -in %input% -out %tmp1%
11 %ssleay% %1 %2 %3 %4 %5 %6 -a -d -bufsize 157 -k test -in %tmp1% -out %out1%
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ms/
H A Dtenc.bat3 echo test %1 %2 %3 %4 %5 %6
4 %ssleay% %1 %2 %3 %4 %5 %6 -e -bufsize 113 -k test -in %input% -out %tmp1%
5 %ssleay% %1 %2 %3 %4 %5 %6 -d -bufsize 157 -k test -in %tmp1% -out %out1%
9 echo test base64 %1 %2 %3 %4 %5 %6
10 %ssleay% %1 %2 %3 %4 %5 %6 -a -e -bufsize 113 -k test -in %input% -out %tmp1%
11 %ssleay% %1 %2 %3 %4 %5 %6 -a -d -bufsize 157 -k test -in %tmp1% -out %out1%
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ms/
H A Dtenc.bat3 echo test %1 %2 %3 %4 %5 %6
4 %ssleay% %1 %2 %3 %4 %5 %6 -e -bufsize 113 -k test -in %input% -out %tmp1%
5 %ssleay% %1 %2 %3 %4 %5 %6 -d -bufsize 157 -k test -in %tmp1% -out %out1%
9 echo test base64 %1 %2 %3 %4 %5 %6
10 %ssleay% %1 %2 %3 %4 %5 %6 -a -e -bufsize 113 -k test -in %input% -out %tmp1%
11 %ssleay% %1 %2 %3 %4 %5 %6 -a -d -bufsize 157 -k test -in %tmp1% -out %out1%
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/samples/kfifo/
H A Dbytestream-example.c39 static struct kfifo test; variable in typeref:struct:kfifo
41 static DECLARE_KFIFO(test, unsigned char, FIFO_SIZE);
57 printk(KERN_INFO "byte stream fifo test start\n");
60 kfifo_in(&test, "hello", 5);
64 kfifo_put(&test, &i);
67 printk(KERN_INFO "fifo len: %u\n", kfifo_len(&test));
70 i = kfifo_out(&test, buf, 5);
74 ret = kfifo_out(&test, buf, 2);
77 ret = kfifo_in(&test, buf, ret);
82 kfifo_skip(&test);
[all...]
H A Dinttype-example.c39 static DECLARE_KFIFO_PTR(test, int);
41 static DEFINE_KFIFO(test, int, FIFO_SIZE);
57 printk(KERN_INFO "int fifo test start\n");
61 kfifo_put(&test, &i);
64 printk(KERN_INFO "fifo len: %u\n", kfifo_len(&test));
67 ret = kfifo_out(&test, buf, 2);
70 ret = kfifo_in(&test, buf, ret);
75 kfifo_skip(&test);
78 for (i = 20; kfifo_put(&test, &i); i++)
81 printk(KERN_INFO "queue len: %u\n", kfifo_len(&test));
[all...]
H A Drecord-example.c47 struct kfifo_rec_ptr_1 test; variable in typeref:struct:kfifo_rec_ptr_1
52 static mytest test; variable
75 printk(KERN_INFO "record fifo test start\n");
77 kfifo_in(&test, &hello, sizeof(hello));
80 printk(KERN_INFO "fifo peek len: %u\n", kfifo_peek_len(&test));
85 kfifo_in(&test, buf, i + 1);
90 kfifo_skip(&test);
92 printk(KERN_INFO "fifo len: %u\n", kfifo_len(&test));
95 ret = kfifo_out_peek(&test, buf, sizeof(buf));
101 while (!kfifo_is_empty(&test)) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dhmactest.c89 } test[4]={ variable in typeref:struct:test_st
92 "More text test vectors to stuff up EBCDIC machines :-)",
133 printf("test skipped: MD5 disabled\n");
137 ebcdic2ascii(test[0].data, test[0].data, test[0].data_len);
138 ebcdic2ascii(test[1].data, test[1].data, test[1].data_len);
139 ebcdic2ascii(test[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/hmac/
H A Dhmactest.c89 } test[4]={ variable in typeref:struct:test_st
92 "More text test vectors to stuff up EBCDIC machines :-)",
133 printf("test skipped: MD5 disabled\n");
137 ebcdic2ascii(test[0].data, test[0].data, test[0].data_len);
138 ebcdic2ascii(test[1].data, test[1].data, test[1].data_len);
139 ebcdic2ascii(test[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/test/
H A Dmain.c122 struct unit_test *test; local
128 for (test = &tests[0]; test->ut_name != NULL; test++) {
129 test->ut_enabled = 0;
136 for (test = &tests[0]; test->ut_name != NULL; test++) {
137 if (strcmp(arg, test->ut_name) == 0) {
138 test
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/card/
H A Dmmc_test.c30 * Limit the test area size to the maximum MMC HC erase group size. Note that
57 * @max_sz: test area size (in bytes)
76 * struct mmc_test_card - test information.
77 * @card: card under test
101 static int mmc_test_set_blksize(struct mmc_test_card *test, unsigned size) argument
109 ret = mmc_wait_for_cmd(test->card->host, &cmd, 0);
119 static void mmc_test_prepare_mrq(struct mmc_test_card *test, argument
134 if (!mmc_card_blockaddr(test->card))
153 mmc_set_data_timeout(mrq->data, test->card);
165 static int mmc_test_wait_busy(struct mmc_test_card *test) argument
196 mmc_test_buffer_transfer(struct mmc_test_card *test, u8 *buffer, unsigned addr, unsigned blksz, int write) argument
426 mmc_test_print_rate(struct mmc_test_card *test, uint64_t bytes, struct timespec *ts1, struct timespec *ts2) argument
446 mmc_test_print_avg_rate(struct mmc_test_card *test, uint64_t bytes, unsigned int count, struct timespec *ts1, struct timespec *ts2) argument
485 __mmc_test_prepare(struct mmc_test_card *test, int write) argument
509 mmc_test_prepare_write(struct mmc_test_card *test) argument
514 mmc_test_prepare_read(struct mmc_test_card *test) argument
519 mmc_test_cleanup(struct mmc_test_card *test) argument
545 mmc_test_prepare_broken_mrq(struct mmc_test_card *test, struct mmc_request *mrq, int write) argument
563 mmc_test_check_result(struct mmc_test_card *test, struct mmc_request *mrq) argument
591 mmc_test_check_broken_result(struct mmc_test_card *test, struct mmc_request *mrq) argument
625 mmc_test_simple_transfer(struct mmc_test_card *test, struct scatterlist *sg, unsigned sg_len, unsigned dev_addr, unsigned blocks, unsigned blksz, int write) argument
656 mmc_test_broken_transfer(struct mmc_test_card *test, unsigned blocks, unsigned blksz, int write) argument
692 mmc_test_transfer(struct mmc_test_card *test, struct scatterlist *sg, unsigned sg_len, unsigned dev_addr, unsigned blocks, unsigned blksz, int write) argument
776 mmc_test_basic_write(struct mmc_test_card *test) argument
794 mmc_test_basic_read(struct mmc_test_card *test) argument
812 mmc_test_verify_write(struct mmc_test_card *test) argument
826 mmc_test_verify_read(struct mmc_test_card *test) argument
840 mmc_test_multi_write(struct mmc_test_card *test) argument
866 mmc_test_multi_read(struct mmc_test_card *test) argument
892 mmc_test_pow2_write(struct mmc_test_card *test) argument
910 mmc_test_pow2_read(struct mmc_test_card *test) argument
928 mmc_test_weird_write(struct mmc_test_card *test) argument
946 mmc_test_weird_read(struct mmc_test_card *test) argument
964 mmc_test_align_write(struct mmc_test_card *test) argument
979 mmc_test_align_read(struct mmc_test_card *test) argument
994 mmc_test_align_multi_write(struct mmc_test_card *test) argument
1021 mmc_test_align_multi_read(struct mmc_test_card *test) argument
1048 mmc_test_xfersize_write(struct mmc_test_card *test) argument
1063 mmc_test_xfersize_read(struct mmc_test_card *test) argument
1078 mmc_test_multi_xfersize_write(struct mmc_test_card *test) argument
1096 mmc_test_multi_xfersize_read(struct mmc_test_card *test) argument
1116 mmc_test_write_high(struct mmc_test_card *test) argument
1131 mmc_test_read_high(struct mmc_test_card *test) argument
1146 mmc_test_multi_write_high(struct mmc_test_card *test) argument
1173 mmc_test_multi_read_high(struct mmc_test_card *test) argument
1202 mmc_test_no_highmem(struct mmc_test_card *test) argument
1214 mmc_test_area_map(struct mmc_test_card *test, unsigned long sz, int max_scatter) argument
1233 mmc_test_area_transfer(struct mmc_test_card *test, unsigned int dev_addr, int write) argument
1245 mmc_test_area_io(struct mmc_test_card *test, unsigned long sz, unsigned int dev_addr, int write, int max_scatter, int timed) argument
1275 mmc_test_area_fill(struct mmc_test_card *test) argument
1284 mmc_test_area_erase(struct mmc_test_card *test) argument
1298 mmc_test_area_cleanup(struct mmc_test_card *test) argument
1317 mmc_test_area_init(struct mmc_test_card *test, int erase, int fill) argument
1372 mmc_test_area_prepare(struct mmc_test_card *test) argument
1380 mmc_test_area_prepare_erase(struct mmc_test_card *test) argument
1388 mmc_test_area_prepare_fill(struct mmc_test_card *test) argument
1401 mmc_test_best_performance(struct mmc_test_card *test, int write, int max_scatter) argument
1411 mmc_test_best_read_performance(struct mmc_test_card *test) argument
1419 mmc_test_best_write_performance(struct mmc_test_card *test) argument
1427 mmc_test_best_read_perf_max_scatter(struct mmc_test_card *test) argument
1435 mmc_test_best_write_perf_max_scatter(struct mmc_test_card *test) argument
1443 mmc_test_profile_read_perf(struct mmc_test_card *test) argument
1462 mmc_test_profile_write_perf(struct mmc_test_card *test) argument
1487 mmc_test_profile_trim_perf(struct mmc_test_card *test) argument
1522 mmc_test_profile_seq_read_perf(struct mmc_test_card *test) argument
1548 mmc_test_profile_seq_write_perf(struct mmc_test_card *test) argument
1577 mmc_test_profile_seq_trim_perf(struct mmc_test_card *test) argument
1856 mmc_test_run(struct mmc_test_card *test, int testcase) argument
1939 struct mmc_test_card *test; local
[all...]

Completed in 394 milliseconds

1234567891011>>