Home
last modified time | relevance | path

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

123456789

/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/tools/
H A 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 …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/tools/
H A 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 …]
/aosp_15_r20/external/deqp-deps/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 …]
/aosp_15_r20/external/icu/icu4c/source/test/perf/unisetperf/
H A 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 …]
/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/unisetperf/
H A 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 …]
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/sync_file_range/
H A Dsync_file_range02.c32 struct testcase { struct
42 static void verify_sync_file_range(struct testcase *tc) in verify_sync_file_range() argument
/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_surface_test_common.h152 struct testcase { struct
161 static struct testcase testcases[] = { argument
192 static struct radeon_info get_radeon_info(struct testcase *testcase) in get_radeon_info()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dmultioutput_fusion_test.cc194 const char* testcase = R"( in XLA_TEST_F() local
224 const char* testcase = R"( in XLA_TEST_F() local
249 const char* testcase = R"( in XLA_TEST_F() local
296 const std::string testcase = absl::StrCat(kScalarOps, R"( in XLA_TEST_F() local
318 const std::string testcase = absl::StrCat(kScalarOps, R"( in XLA_TEST_F() local
340 const std::string testcase = absl::StrCat(kScalarOps, R"( in XLA_TEST_F() local
363 const std::string testcase = absl::StrCat(kScalarOps, R"( in XLA_TEST_F() local
386 const std::string testcase = absl::StrCat(kScalarOps, R"( in XLA_TEST_F() local
409 const std::string testcase = R"( in XLA_TEST_F() local
440 const std::string testcase = absl::StrCat(kScalarOps, R"( in XLA_TEST_F() local
[all …]
/aosp_15_r20/external/pytorch/scripts/compile_tests/
H A Dcommon.py38 def find(testcase, condition): argument
45 def skipped_test(testcase): argument
52 def passed_test(testcase): argument
62 def key(testcase): argument
81 def excluded_testcase(testcase): argument
92 def is_unexpected_success(testcase): argument
110 def is_passing_skipped_test(testcase): argument
124 def is_failure(testcase): argument
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/epoll_ctl/
H A Depoll_ctl02.c37 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;
/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/utrie2perf/
H A 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()
/aosp_15_r20/external/icu/icu4c/source/test/perf/utrie2perf/
H A 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()
/aosp_15_r20/external/google-breakpad/src/processor/
H A Dstatic_address_map_unittest.cc57 for (int testcase = 0; testcase < kNumberTestCases; ++testcase) { in SetUp() local
78 for (int testcase = 0; testcase < kNumberTestCases; ++testcase) { in SetUp() local
96 void CompareRetrieveResult(int testcase, int target) { in CompareRetrieveResult()
118 void RetrieveTester(int testcase) { in RetrieveTester()
160 int testcase = 0; in TEST_F() local
179 int testcase = 1; in TEST_F() local
198 int testcase = 2; in TEST_F() local
217 int testcase = 3; in TEST_F() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/vm/
H A Dva_128TBswitch.c33 struct testcase { struct
42 static struct testcase testcases[] = { argument
/aosp_15_r20/external/tink/go/mac/subtle/
H A Dcmac_test.go56 type testcase struct { struct
57 Comment string
58 Key string
59 Msg string
60 Result string
61 Tag string
62 TcID uint32
/aosp_15_r20/external/rust/android-crates-io/crates/der/src/asn1/
Dreal.rs849 let testcase = &[0x09, 0x05, 0x03, 0x31, 0x2E, 0x45, 0x31]; in validation_cases() localVariable
860 let testcase = &[0x09, 0x05, 0x03, 0x31, 0x2E, 0x45, 0x32]; in validation_cases() localVariable
871 let testcase = &[0x09, 0x08, 0x03, 0x31, 0x30, 0x31, 0x2E, 0x45, 0x2B, 0x30]; in validation_cases() localVariable
882 let testcase = &[0x09, 0x08, 0x03, 0x31, 0x30, 0x31, 0x2E, 0x45, 0x2B, 0x30]; in validation_cases() localVariable
893 let testcase = &[0x09, 0x00]; in validation_cases() localVariable
904 let testcase = &[ in validation_cases() localVariable
919 let testcase = &[0x09, 0x06, 0x03, 0x2D, 0x31, 0x2E, 0x45, 0x31]; in validation_cases() localVariable
930 let testcase = &[0x09, 0x06, 0x03, 0x2D, 0x31, 0x2E, 0x45, 0x32]; in validation_cases() localVariable
941 let testcase = &[ in validation_cases() localVariable
954 let testcase = &[0x09, 0x07, 0x03, 0x2D, 0x35, 0x2E, 0x45, 0x2D, 0x31]; in validation_cases() localVariable
[all …]
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/timer_create/
H A Dtimer_create02.c46 static struct testcase { struct
62 struct testcase *tc = &tcases[n]; in run() argument
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/timer_settime/
H A Dtimer_settime01.c36 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;
H A Dtimer_settime02.c47 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;
/aosp_15_r20/external/curl/tests/unit/
H A Dunit1607.c46 struct testcase { struct
48 const char *optval;
72 static const struct testcase tests[] = { argument
/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/utfperf/
H A 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()
/aosp_15_r20/external/icu/icu4c/source/test/perf/utfperf/
H A 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()
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/tgkill/
H A Dtgkill03.c78 static const struct testcase { struct
95 const struct testcase *tc = &testcases[i]; in run() argument
/aosp_15_r20/external/mesa3d/src/freedreno/fdl/
H A Dfd_layout_test.h6 struct testcase { struct
7 enum pipe_format format;
31 bool fdl_test_layout(const struct testcase *testcase, int gpu_id); argument
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/futex/
H A Dfutex_wait01.c16 struct testcase { struct
25 static struct testcase testcases[] = { argument

123456789