/third_party/spirv-tools/test/tools/ |
D | placeholder.py | 37 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/swiftshader/third_party/SPIRV-Tools/test/tools/ |
D | placeholder.py | 37 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/ |
D | placeholder.py | 37 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/ |
D | sync_file_range02.c | 32 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/epoll_ctl/ |
D | epoll_ctl02.c | 37 static struct testcase { struct 38 int *epfd; 39 int opt; 40 int *fd; 41 struct epoll_event *event; 42 int exp_err; 43 const char *desc;
|
/third_party/mesa3d/src/amd/common/ |
D | ac_surface_test_common.h | 156 struct testcase { struct 165 static struct testcase testcases[] = { argument 186 static struct radeon_info get_radeon_info(struct testcase *testcase) in get_radeon_info()
|
/third_party/ltp/testcases/kernel/syscalls/timer_create/ |
D | timer_create02.c | 46 static struct testcase { struct 62 struct testcase *tc = &tcases[n]; in run() argument
|
/third_party/ltp/testcases/kernel/syscalls/timer_settime/ |
D | timer_settime01.c | 36 static struct testcase { struct 37 struct tst_its *old_ptr; 38 int it_value_tv_usec; 39 int it_interval_tv_usec; 40 int flag; 41 char *description;
|
D | timer_settime02.c | 47 static struct testcase { struct 48 kernel_timer_t *timer_id; 49 struct tst_its **new_ptr; 50 struct tst_its **old_ptr; 51 int it_value_tv_nsec; 52 int error;
|
/third_party/ltp/testcases/kernel/syscalls/futex/ |
D | futex_wait01.c | 16 struct testcase { struct 25 static struct testcase testcases[] = { argument
|
D | futex_wake01.c | 12 struct testcase { struct 20 static struct testcase testcases[] = { argument
|
/third_party/ltp/testcases/kernel/syscalls/tgkill/ |
D | tgkill03.c | 78 static const struct testcase { struct 95 const struct testcase *tc = &testcases[i]; in run() argument
|
/third_party/icu/icu4c/source/test/perf/utrie2perf/ |
D | utrie2perf.cpp | 99 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/mesa3d/src/freedreno/fdl/ |
D | fd_layout_test.h | 24 struct testcase { struct 25 enum pipe_format format; 49 bool fdl_test_layout(const struct testcase *testcase, int gpu_id); argument
|
/third_party/ltp/testcases/kernel/syscalls/readv/ |
D | readv01.c | 30 static struct testcase { struct 47 const struct testcase *tc = testcase_list + n; in test_readv() argument
|
/third_party/ltp/testcases/kernel/syscalls/getdents/ |
D | getdents01.c | 37 struct testcase { struct 44 struct testcase testcases[] = { argument
|
/third_party/icu/icu4c/source/test/perf/unisetperf/ |
D | unisetperf.cpp | 138 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/ |
D | 5-1.c | 37 struct testcase { struct 42 static struct testcase testcases[] = { argument
|
/third_party/icu/icu4c/source/test/perf/utfperf/ |
D | utfperf.cpp | 125 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/kernel/syscalls/rmdir/ |
D | rmdir03.c | 35 static struct testcase { struct 45 struct testcase *tc = &tcases[n]; in do_rmdir() argument
|
D | rmdir02.c | 37 static struct testcase { struct 38 char *dir; 39 int exp_errno;
|
/third_party/ltp/testcases/network/can/filter-tests/ |
D | can_filter.c | 23 static canid_t calc_id(int testcase) in calc_id() 35 static canid_t calc_mask(int testcase) in calc_mask() 86 int testcase = n; in run() local
|
/third_party/ltp/testcases/kernel/io/aio/ |
D | aio02.c | 26 struct testcase { struct 30 } testcases[] = { argument
|
/third_party/icu/icu4c/source/test/intltest/ |
D | tsdcfmsy.cpp | 351 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/python/Lib/test/support/ |
D | warnings_helper.py | 8 def check_syntax_warning(testcase, statement, errtext='', argument 102 def check_no_warnings(testcase, message='', category=Warning, force_gc=False): argument 127 def check_no_resource_warning(testcase): argument
|