Home
last modified time | relevance | path

Searched defs:testcase (Results 1 – 25 of 64) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/
Dplaceholder.py37 def instantiate_for_spirv_args(self, testcase): argument
48 def instantiate_for_expectation(self, testcase): argument
73 def instantiate_for_spirv_args(self, testcase): argument
86 def instantiate_for_expectation(self, testcase): argument
101 def instantiate_for_spirv_args(self, testcase): argument
114 def instantiate_for_expectation(self, testcase): argument
132 def instantiate_for_spirv_args(self, testcase): argument
157 def instantiate_for_expectation(self, testcase): argument
170 def instantiate_for_spirv_args(self, testcase): argument
176 def instantiate_for_expectation(self, testcase): argument
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/tools/
Dplaceholder.py37 def instantiate_for_spirv_args(self, testcase): argument
48 def instantiate_for_expectation(self, testcase): argument
73 def instantiate_for_spirv_args(self, testcase): argument
86 def instantiate_for_expectation(self, testcase): argument
101 def instantiate_for_spirv_args(self, testcase): argument
114 def instantiate_for_expectation(self, testcase): argument
132 def instantiate_for_spirv_args(self, testcase): argument
157 def instantiate_for_expectation(self, testcase): argument
170 def instantiate_for_spirv_args(self, testcase): argument
176 def instantiate_for_expectation(self, testcase): argument
[all …]
/third_party/ltp/testcases/kernel/syscalls/sync_file_range/
Dsync_file_range02.c32 struct testcase { struct
42 static void verify_sync_file_range(struct testcase *tc) in verify_sync_file_range() argument
/third_party/ltp/testcases/kernel/syscalls/timer_create/
Dtimer_create02.c46 static struct testcase { struct
62 struct testcase *tc = &tcases[n]; in run() argument
/third_party/ltp/testcases/kernel/syscalls/timer_settime/
Dtimer_settime02.c45 static struct testcase { struct
63 struct testcase *tc = &tcases[n]; in run() argument
Dtimer_settime01.c35 static struct testcase { struct
51 struct testcase *tc = &tcases[n]; in run() argument
/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/
Depoll_ctl02.c46 static struct testcase { struct
47 int *epfds;
48 int opt;
49 int *fds;
50 struct epoll_event *ts_event;
51 int exp_err;
/third_party/ltp/testcases/kernel/syscalls/futex/
Dfutex_wait01.c36 struct testcase { struct
46 static struct testcase testcases[] = { argument
Dfutex_wake01.c31 struct testcase { struct
39 static struct testcase testcases[] = { argument
/third_party/curl/tests/unit/
Dunit1607.c44 struct testcase { struct
46 const char *optval;
70 static const struct testcase tests[] = { argument
Dunit1609.c44 struct testcase { struct
46 const char *optval;
49 const char *host;
50 int port;
53 const char *address[10];
Dunit1307.c58 struct testcase { struct
64 static const struct testcase tests[] = { argument
/third_party/ltp/testcases/kernel/syscalls/tgkill/
Dtgkill03.c78 static const struct testcase { struct
95 const struct testcase *tc = &testcases[i]; in run() argument
/third_party/icu/icu4c/source/test/perf/utrie2perf/
Dutrie2perf.cpp99 Command(const UTrie2PerfTest &testcase) : testcase(testcase) {} in Command()
113 const UTrie2PerfTest &testcase; member in Command
119 CheckFCD(const UTrie2PerfTest &testcase) : Command(testcase) {} in CheckFCD()
121 static UPerfFunction* get(const UTrie2PerfTest &testcase) { in get()
177 ToNFC(const UTrie2PerfTest &testcase) : Command(testcase) { in ToNFC()
189 static UPerfFunction* get(const UTrie2PerfTest &testcase) { in get()
211 GetBiDiClass(const UTrie2PerfTest &testcase) : Command(testcase) {} in GetBiDiClass()
213 static UPerfFunction* get(const UTrie2PerfTest &testcase) { in get()
/third_party/ltp/testcases/kernel/syscalls/readv/
Dreadv01.c30 static struct testcase { struct
47 const struct testcase *tc = testcase_list + n; in test_readv() argument
/third_party/icu/icu4c/source/test/perf/unisetperf/
Dunisetperf.cpp138 Command(const UnicodeSetPerformanceTest &testcase) : testcase(testcase) {} in Command()
155 const UnicodeSetPerformanceTest &testcase; member in Command
160 Contains(const UnicodeSetPerformanceTest &testcase) : Command(testcase) { in Contains()
175 static UPerfFunction* get(const UnicodeSetPerformanceTest &testcase) { in get()
210 SpanUTF16(const UnicodeSetPerformanceTest &testcase) : Command(testcase) { in SpanUTF16()
237 static UPerfFunction* get(const UnicodeSetPerformanceTest &testcase) { in get()
261 SpanBackUTF16(const UnicodeSetPerformanceTest &testcase) : Command(testcase) { in SpanBackUTF16()
288 static UPerfFunction* get(const UnicodeSetPerformanceTest &testcase) { in get()
316 SpanUTF8(const UnicodeSetPerformanceTest &testcase) : Command(testcase) { in SpanUTF8()
338 static UPerfFunction* get(const UnicodeSetPerformanceTest &testcase) { in get()
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
D5-1.c35 struct testcase { struct
40 struct testcase testcases[] = { argument
/third_party/ltp/testcases/kernel/syscalls/getdents/
Dgetdents01.c62 struct testcase { struct
69 struct testcase testcases[] = { argument
/third_party/ltp/testcases/kernel/syscalls/rmdir/
Drmdir03.c35 static struct testcase { struct
45 struct testcase *tc = &tcases[n]; in do_rmdir() argument
Drmdir02.c37 static struct testcase { struct
38 char *dir;
39 int exp_errno;
/third_party/icu/icu4c/source/test/perf/utfperf/
Dutfperf.cpp125 Command(const UtfPerformanceTest &testcase) in Command()
146 const UtfPerformanceTest &testcase; member in Command
156 Roundtrip(const UtfPerformanceTest &testcase) : Command(testcase) {} in Roundtrip()
158 static UPerfFunction* get(const UtfPerformanceTest &testcase) { in get()
223 FromUnicode(const UtfPerformanceTest &testcase) : Command(testcase) {} in FromUnicode()
225 static UPerfFunction* get(const UtfPerformanceTest &testcase) { in get()
268 FromUTF8(const UtfPerformanceTest &testcase) in FromUTF8()
275 static UPerfFunction* get(const UtfPerformanceTest &testcase) { in get()
/third_party/ltp/testcases/network/can/filter-tests/
Dcan_filter.c69 canid_t calc_id(int testcase) in calc_id()
81 canid_t calc_mask(int testcase) in calc_mask()
104 int testcase; in main() local
/third_party/ltp/testcases/kernel/io/aio/
Daio02.c26 struct testcase { struct
30 } testcases[] = { argument
/third_party/icu/icu4c/source/test/intltest/
Dtsdcfmsy.cpp351 struct testcase { in testNumberingSystem() struct
352 const char* locid; in testNumberingSystem()
353 const char* nsname; in testNumberingSystem()
354 const char16_t* expected1; // Expected number format string in testNumberingSystem()
355 const char16_t* expected2; // Expected pattern separator in testNumberingSystem()
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
Dparser15.4.4.14-9-2.ts12 function testcase() { function

123