Home
last modified time | relevance | path

Searched refs:testcases (Results 1 - 25 of 621) sorted by relevance

12345678910>>...25

/third_party/protobuf/python/google/protobuf/internal/
H A D_parameterized.py51 example above, there are three separate testcases, one of which will
127 c.op1, c.op2, c.result for c in testcases
200 def __init__(self, test_method, testcases, naming_type):
205 _FIRST_ARG, the testcases must be tuples, and the first element must
210 testcases: (list of tuple/dict) A list of parameter
215 self.testcases = testcases
259 return (MakeBoundParamTest(c) for c in self.testcases)
262 def _IsSingletonList(testcases):
263 """True iff testcases contain
[all...]
/third_party/ltp/testcases/kernel/syscalls/getdents/
H A Dgetdents01.c44 struct testcase testcases[] = { variable
107 for (i = 0; i < ARRAY_SIZE(testcases); i++) in reset_flags()
108 testcases[i].found = 0; in reset_flags()
116 for (i = 0; i < ARRAY_SIZE(testcases); i++) { in check_flags()
117 if (!testcases[i].found) { in check_flags()
118 tst_res(TINFO, "Entry '%s' not found", testcases[i].name); in check_flags()
133 for (i = 0; i < ARRAY_SIZE(testcases); i++) { in set_flag()
134 if (!strcmp(name, testcases[i].name)) { in set_flag()
136 if (testcases[i].found) in set_flag()
139 testcases[ in set_flag()
[all...]
/third_party/libexif/test/nls/
H A Dtest-codeset.c46 const TestCase testcases[] = { variable
80 const char *orig = testcases[i].orig; in check()
81 const char *transl = gettext(testcases[i].orig); in check()
82 const char *latin1 = testcases[i].latin1; in check()
83 const char *utf8 = testcases[i].utf8; in check()
166 for (i=0; testcases[i].locale != NULL; i++) { in checks()
167 const int localelen = strlen(testcases[i].locale); in checks()
168 if (strncmp(newlocale, testcases[i].locale, localelen) == 0) { in checks()
183 for (i=0; testcases[i].locale != NULL; i++) { in main()
184 printf("%s\n", testcases[ in main()
[all...]
H A Dtest-nls.c18 static testcase testcases[] = { variable
45 for (i=0; i < sizeof(testcases)/sizeof(testcases[0]); i++) { in main()
46 char *locale = testcases[i].locale; in main()
47 char *untranslated = testcases[i].untranslated; in main()
48 char *expected = testcases[i].expected; in main()
/third_party/json/
H A DMakefile74 mkdir -p fuzz-testing fuzz-testing/testcases fuzz-testing/out
77 find tests/data/json_tests -size -5k -name *json | xargs -I{} cp "{}" fuzz-testing/testcases
78 @echo "Execute: afl-fuzz -i fuzz-testing/testcases -o fuzz-testing/out fuzz-testing/fuzzer"
82 mkdir -p fuzz-testing fuzz-testing/testcases fuzz-testing/out
85 find tests/data -size -5k -name *.bson | xargs -I{} cp "{}" fuzz-testing/testcases
86 @echo "Execute: afl-fuzz -i fuzz-testing/testcases -o fuzz-testing/out fuzz-testing/fuzzer"
90 mkdir -p fuzz-testing fuzz-testing/testcases fuzz-testing/out
93 find tests/data -size -5k -name *.cbor | xargs -I{} cp "{}" fuzz-testing/testcases
94 @echo "Execute: afl-fuzz -i fuzz-testing/testcases -o fuzz-testing/out fuzz-testing/fuzzer"
98 mkdir -p fuzz-testing fuzz-testing/testcases fuz
[all...]
/third_party/ltp/include/mk/
H A Dautomake.mk30 testcases/realtime \
31 testcases/open_posix_testsuite
35 .PHONY: testcases/realtime/configure
36 testcases/realtime/configure:
39 .PHONY: testcases/open_posix_testsuite/configure
40 testcases/open_posix_testsuite/configure:
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
H A D5-1.c42 static struct testcase testcases[] = { variable
111 for (i = 0; i < sizeof(testcases) / sizeof(*testcases); i++) { in main()
113 pa = mmap(NULL, size, testcases[i].prot, testcases[i].flags, fd, in main()
118 print_error(&testcases[i], errno); in main()
/third_party/ltp/testcases/kernel/fs/doio/
H A DMakefile2 # kernel/fs/doio testcases Makefile.
25 include $(top_srcdir)/include/mk/testcases.mk
28 -I$(abs_top_srcdir)/testcases/kernel/fs/doio/include/
39 %.o: $(abs_top_srcdir)/testcases/kernel/fs/doio/%.c
/third_party/ltp/testcases/kernel/mem/include/
H A Dlibmem.mk19 MEM_SRCDIR := $(abs_top_srcdir)/testcases/kernel/mem
22 MEM_DIR := $(top_builddir)/testcases/kernel/mem
43 include $(top_srcdir)/testcases/kernel/include/lib.mk
/third_party/ltp/testcases/kernel/syscalls/cma/
H A Dprocess_vm_readv03.c32 } testcases[] = { variable
156 int bufsize = testcases[i].bufsize; in run()
157 int remote_iovecs = testcases[i].remote_iovecs; in run()
158 int local_iovecs = testcases[i].local_iovecs; in run()
196 .tcnt = ARRAY_SIZE(testcases),
/third_party/mesa3d/src/freedreno/fdl/
H A Dfd5_layout_test.c36 static const struct testcase testcases[] = { variable
109 for (int i = 0; i < ARRAY_SIZE(testcases); i++) { in main()
110 if (!fdl_test_layout(&testcases[i], 540)) in main()
/third_party/ltp/testcases/kernel/syscalls/futex/
H A Dfutex_wake01.c20 static struct testcase testcases[] = { variable
43 struct testcase *tc = &testcases[n]; in run()
66 .tcnt = ARRAY_SIZE(testcases),
H A Dfutex_wait01.c25 static struct testcase testcases[] = { variable
45 struct testcase *tc = &testcases[n]; in run()
76 .tcnt = ARRAY_SIZE(testcases),
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/run-cts/
H A Dmain.go256 fmt.Printf("Testing %d test cases...\n", len(r.testcases))
260 fmt.Printf("Testing %d test cases...\n", len(r.testcases))
327 testcases []string
382 // query. On success, gatherTestCases() populates r.testcases.
410 r.testcases = tests
447 caseIndices := make(chan int, len(r.testcases))
448 for i := range r.testcases {
455 results := make(chan result, len(r.testcases))
550 res := result{index: idx, testcase: r.testcases[idx]}
556 postResp, err := http.Post(fmt.Sprintf("http://localhost:%v/run?%v", port, r.testcases[id
[all...]
/third_party/ltp/testcases/kernel/syscalls/sync_file_range/
H A Dsync_file_range02.c77 static struct testcase testcases[] = { variable
97 verify_sync_file_range(&testcases[i]); in run()
120 .tcnt = ARRAY_SIZE(testcases),
/third_party/ltp/testcases/network/stress/udp/uni-basic/
H A Dudp4-uni-basic0136 # See testcases/network/stress/README
104 $LTP_RSH $RHOST ${LTPROOT}/'testcases/bin/output_ipsec_conf flush | PATH=/sbin:/usr/sbin:$PATH setkey -c' >/dev/null 2>&1
239 $LTP_RSH $RHOST ${LTPROOT}/testcases/bin/output_ipsec_conf dst $IPSEC_PROTO $IPSEC_MODE $SPI $lhost_addr $rhost_addr' | PATH=/sbin:/usr/sbin:$PATH setkey -c' 2>&1 | tee $ipsec_log
251 ret=`$LTP_RSH $RHOST ${LTPROOT}/testcases/bin/check_icmpv4_connectivity $rhost_ifname $lhost_addr' ; echo $?'`
259 ret=`$LTP_RSH $RHOST ${LTPROOT}/testcases/bin/check_icmpv6_connectivity $rhost_ifname $lhost_addr' ; echo $?'`
301 ret=`$LTP_RSH $RHOST ${LTPROOT}/testcases/bin/ns-udpclient -b -f $IP_VER -S $lhost_addr -p $server_port' ; echo $?'`
/third_party/ltp/testcases/kernel/mem/cpuset/
H A DMakefile22 include $(top_srcdir)/include/mk/testcases.mk
23 include $(top_srcdir)/testcases/kernel/mem/include/libmem.mk
/third_party/ltp/testcases/kernel/mem/swapping/
H A DMakefile21 include $(top_srcdir)/include/mk/testcases.mk
22 include $(top_srcdir)/testcases/kernel/mem/include/libmem.mk
/third_party/ltp/testcases/kernel/mem/oom/
H A DMakefile21 include $(top_srcdir)/include/mk/testcases.mk
22 include $(top_srcdir)/testcases/kernel/mem/include/libmem.mk
/third_party/ltp/testcases/kernel/mem/thp/
H A DMakefile7 include $(top_srcdir)/include/mk/testcases.mk
8 include $(top_srcdir)/testcases/kernel/mem/include/libmem.mk
/third_party/ltp/testcases/kernel/mem/tunable/
H A DMakefile6 include $(top_srcdir)/include/mk/testcases.mk
7 include $(top_srcdir)/testcases/kernel/mem/include/libmem.mk
/third_party/ltp/testcases/kernel/mem/ksm/
H A DMakefile9 include $(top_srcdir)/include/mk/testcases.mk
10 include $(top_srcdir)/testcases/kernel/mem/include/libmem.mk
/third_party/ltp/testcases/kernel/mem/vma/
H A DMakefile8 include $(top_srcdir)/include/mk/testcases.mk
9 include $(top_srcdir)/testcases/kernel/mem/include/libmem.mk
/third_party/ltp/testcases/kernel/syscalls/migrate_pages/
H A DMakefile6 include $(top_srcdir)/include/mk/testcases.mk
13 include $(top_srcdir)/testcases/kernel/include/lib.mk
/third_party/ltp/testcases/kernel/syscalls/mbind/
H A DMakefile8 include $(top_srcdir)/include/mk/testcases.mk
15 include $(top_srcdir)/testcases/kernel/include/lib.mk

Completed in 6 milliseconds

12345678910>>...25