/third_party/protobuf/python/google/protobuf/internal/ |
H A D | _parameterized.py | 51 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 D | getdents01.c | 44 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 D | test-codeset.c | 46 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 D | test-nls.c | 18 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 D | Makefile | 74 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 D | automake.mk | 30 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 D | 5-1.c | 42 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 D | Makefile | 2 # 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 D | libmem.mk | 19 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 D | process_vm_readv03.c | 32 } 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 D | fd5_layout_test.c | 36 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 D | futex_wake01.c | 20 static struct testcase testcases[] = { variable 43 struct testcase *tc = &testcases[n]; in run() 66 .tcnt = ARRAY_SIZE(testcases),
|
H A D | futex_wait01.c | 25 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 D | main.go | 256 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 D | sync_file_range02.c | 77 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 D | udp4-uni-basic01 | 36 # 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 D | Makefile | 22 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 D | Makefile | 21 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 D | Makefile | 21 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 D | Makefile | 7 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 D | Makefile | 6 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 D | Makefile | 9 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 D | Makefile | 8 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 D | Makefile | 6 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 D | Makefile | 8 include $(top_srcdir)/include/mk/testcases.mk 15 include $(top_srcdir)/testcases/kernel/include/lib.mk
|