Searched refs:tests (Results 51 - 75 of 672) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dlibtransmission-test.h102 runTests( const testFunc * const tests, int numTests ) argument
106 (void) current_test; /* Use test even if we don't have any tests to run */
109 if( (ret = (*tests[i])()) )
112 return 0; /* All tests passed */
117 const testFunc tests[] = { test }; \
118 return runTests(tests, 1); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter/
H A Dxt_u32.h35 struct xt_u32_test tests[XT_U32_MAXSIZE+1]; member in struct:xt_u32
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/include/linux/netfilter/
H A Dxt_u32.h35 struct xt_u32_test tests[XT_U32_MAXSIZE+1]; member in struct:xt_u32
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/sfc/
H A Dselftest.c59 * @payload: Payload used in tests
73 * MII, NVRAM and register tests
77 static int efx_test_phy_alive(struct efx_nic *efx, struct efx_self_tests *tests) argument
83 tests->phy_alive = rc ? -1 : 1;
89 static int efx_test_nvram(struct efx_nic *efx, struct efx_self_tests *tests) argument
95 tests->nvram = rc ? -1 : 1;
101 static int efx_test_chip(struct efx_nic *efx, struct efx_self_tests *tests) argument
108 tests->registers = rc ? -1 : 1;
122 struct efx_self_tests *tests)
127 tests
121 efx_test_interrupts(struct efx_nic *efx, struct efx_self_tests *tests) argument
162 efx_test_eventq_irq(struct efx_channel *channel, struct efx_self_tests *tests) argument
222 efx_test_phy(struct efx_nic *efx, struct efx_self_tests *tests, unsigned flags) argument
592 efx_test_loopbacks(struct efx_nic *efx, struct efx_self_tests *tests, unsigned int loopback_modes) argument
663 efx_selftest(struct efx_nic *efx, struct efx_self_tests *tests, unsigned flags) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/testsuite/
H A DMakefile6 TESTS := $(patsubst tests/%,%,$(wildcard tests/*.t))
36 ERRF="results/$@.$$o.err" $(KENV) $(PREFIX) tests/$@ > results/$@.$$o.out; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/
H A DMakefile37 if test -d tests; then cd tests && $(MAKE) all; fi
88 if test -d tests; then cd tests && $(MAKE) check; fi
98 if test -d tests; then cd tests && $(MAKE) mostlyclean; fi
108 if test -d tests; then cd tests && $(MAKE) clean; fi
118 if test -d tests; then cd tests
[all...]
H A DMakefile.in37 if test -d tests; then cd tests && $(MAKE) all; fi
88 if test -d tests; then cd tests && $(MAKE) check; fi
98 if test -d tests; then cd tests && $(MAKE) mostlyclean; fi
108 if test -d tests; then cd tests && $(MAKE) clean; fi
118 if test -d tests; then cd tests
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgmerge-compendium-614 ${MSGCONV} --to-code=UTF-8 -o mm-ko.utf-8.pot ${top_srcdir}/tests/mm-ko.ascii.pot
18 ${MSGCONV} --to-code=UTF-8 -o mm-ko.utf-8.po ${top_srcdir}/tests/mm-ko.euc-kr.po
22 ${MSGCONV} --to-code=UTF-8 -o mm-ko-comp.utf-8.po ${top_srcdir}/tests/mm-ko-comp.euc-kr.po
27 --compendium ${top_srcdir}/tests/mm-ko-comp.euc-kr.po \
28 ${top_srcdir}/tests/mm-ko.euc-kr.po ${top_srcdir}/tests/mm-ko.ascii.pot
37 ${top_srcdir}/tests/mm-ko.euc-kr.po ${top_srcdir}/tests/mm-ko.ascii.pot
45 --compendium ${top_srcdir}/tests/mm-ko-comp.euc-kr.po \
46 mm-ko.utf-8.po ${top_srcdir}/tests/m
[all...]
H A Dgettext-341 ${MSGFMT} -o de_DE/LC_MESSAGES/tstlang.mo ${top_srcdir}/tests/gettext-3-1.po
42 ${MSGFMT} -o fr_FR/LC_MESSAGES/tstlang.mo ${top_srcdir}/tests/gettext-3-2.po
H A Dgettext-642 ${MSGFMT} -o de_DE/LC_MESSAGES/tstthread.mo ${top_srcdir}/tests/gettext-6-1.po
43 ${MSGFMT} -o fr_FR/LC_MESSAGES/tstthread.mo ${top_srcdir}/tests/gettext-6-2.po
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/
H A Dfate-run.sh8 base64=tests/base64
21 outdir="tests/data/fate"
28 psnr=$(tests/tiny_psnr "$1" "$2" 2 0 0)
83 regtest codec $1 tests/$1
87 regtest lavf lavf tests/vsynth1
91 cleanfiles="tests/data/lavfi/${test#lavfi-}.nut"
92 regtest lavfi lavfi tests/vsynth1
99 image_*) file="tests/data/images/${t#image_}/%02d.${t#image_}" ;;
102 test -f tests/data/$d/$file && break
104 file=$(echo tests/dat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DMakefile.am36 .PHONY: test run-unit-tests run-px-tests
40 test: ../src/wget$(EXEEXT) run-unit-tests run-px-tests
56 run-unit-tests: unit-tests$(EXEEXT) ../src/libunittest.a
57 ./unit-tests$(EXEEXT)
59 run-px-tests: WgetTest.pm ../src/wget$(EXEEXT)
130 check_PROGRAMS = unit-tests
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/
H A DMakefile.in38 if test -d tests; then cd tests && $(MAKE) all; fi
89 if test -d tests; then cd tests && $(MAKE) check; fi
99 if test -d tests; then cd tests && $(MAKE) mostlyclean; fi
110 if test -d tests; then cd tests && $(MAKE) clean; fi
121 if test -d tests; then cd tests
[all...]
H A DMakefile38 if test -d tests; then cd tests && $(MAKE) all; fi
89 if test -d tests; then cd tests && $(MAKE) check; fi
99 if test -d tests; then cd tests && $(MAKE) mostlyclean; fi
110 if test -d tests; then cd tests && $(MAKE) clean; fi
121 if test -d tests; then cd tests
[all...]
H A DMakefile.os222 (cd tests && $(MAKE) -f Makefile.os2 all && cd ..)
49 (cd tests && $(MAKE) -f Makefile.os2 check && cd ..)
55 (cd tests && $(MAKE) -f Makefile.os2 mostlyclean && cd ..)
61 (cd tests && $(MAKE) -r Makefile.os2 clean && cd ..)
67 (cd tests && $(MAKE) -f Makefile.os2 distclean && cd ..)
74 (cd tests && $(MAKE) -f Makefile.os2 maintainer-clean && cd ..)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/script/tests/
H A Dtest_posix_s3.sh3 # this runs the file serving tests that are expected to pass with samba3
41 # tests, so leaving it alone for now -- jpeach
48 tests="$base $raw $rpc $unix"
56 echo "WARNING: Skipping tests $skipped"
59 for t in $tests; do
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/pl/
H A Dunix.pl186 my ($str, $tests) = @_;
188 foreach my $t (keys %$tests)
190 $str =~ s/(\.\/)?\$\($t\)/\$(TEST_D)\/$tests->{$t}/g;
277 my %tests;
331 $tests{$1} = $2;
341 my $tests;
342 foreach my $t (keys %tests)
344 $tests .= "$t = $tests{$t}\n";
355 $d = fixtests($d, \%tests);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/unit/
H A DMakefile.am44 -I$(top_srcdir)/tests/libtest \
54 -I$(top_srcdir)/tests/libtest
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/pl/
H A Dunix.pl186 my ($str, $tests) = @_;
188 foreach my $t (keys %$tests)
190 $str =~ s/(\.\/)?\$\($t\)/\$(TEST_D)\/$tests->{$t}/g;
277 my %tests;
331 $tests{$1} = $2;
341 my $tests;
342 foreach my $t (keys %tests)
344 $tests .= "$t = $tests{$t}\n";
355 $d = fixtests($d, \%tests);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/async_tx/
H A Draid6test.c158 static int test(int disks, int *tests) argument
190 (*tests)++;
201 int tests = 0; local
215 err += test(4, &tests);
217 err += test(5, &tests);
222 err += test(11, &tests);
223 err += test(12, &tests);
225 err += test(NDISKS, &tests);
228 pr("complete (%d tests, %d failure%s)\n",
229 tests, er
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/fate/
H A Dvoice.mak5 fate-g722enc: tests/data/asynth-16000-1.sw
6 fate-g722enc: CMD = md5 -ar 16000 -ac 1 -f s16le -i $(TARGET_PATH)/tests/data/asynth-16000-1.sw -acodec g722 -ac 1 -f g722
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/
H A DMakefile.am25 DIST_SUBDIRS = m4 compat mpi cipher random src doc tests
26 SUBDIRS = compat mpi cipher random src doc tests
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/test/
H A Dmain.c109 struct unit_test tests[] = { local
126 /* If specific tests are requested, disable all tests by default */
128 for (test = &tests[0]; test->ut_name != NULL; test++) {
136 for (test = &tests[0]; test->ut_name != NULL; test++) {
163 for (test = &tests[0]; test->ut_name != NULL; test++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/
H A DMakefile.am25 DIST_SUBDIRS = m4 compat mpi cipher random src doc tests
26 SUBDIRS = compat mpi cipher random src doc tests
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/
H A DMakefile.am290 modules/moo-tests \
301 modules/term-ostream-tests \
309 tests/test-moo-aroot.oo.c \
310 tests/test-moo-aroot.oo.h \
311 tests/test-moo-assign.c \
312 tests/test-moo-asub1.oo.c \
313 tests/test-moo-asub1.oo.h \
314 tests/test-moo-root.oo.c \
315 tests/test-moo-root.oo.h \
316 tests/tes
[all...]

Completed in 220 milliseconds

1234567891011>>