Home
last modified time | relevance | path

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

123456789

/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 …]
/external/angle/third_party/spirv-tools/src/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 …]
/external/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 …]
/external/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
/external/ltp/testcases/kernel/syscalls/epoll_ctl/
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;
/external/ltp/testcases/kernel/syscalls/timer_create/
Dtimer_create02.c46 static struct testcase { struct
62 struct testcase *tc = &tcases[n]; in run() argument
/external/pytorch/scripts/compile_tests/
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
/external/linux-kselftest/tools/testing/selftests/vm/
Dva_128TBswitch.c33 struct testcase { struct
42 static struct testcase testcases[] = { argument
/external/ltp/testcases/kernel/syscalls/futex/
Dfutex_wait01.c16 struct testcase { struct
25 static struct testcase testcases[] = { argument
Dfutex_wake01.c12 struct testcase { struct
20 static struct testcase testcases[] = { argument
/external/ltp/testcases/kernel/syscalls/waitpid/
Dwaitpid04.c17 static struct testcase { struct
30 const struct testcase *tc = testcase_list + n; in run() argument
/external/curl/tests/unit/
Dunit1607.c46 struct testcase { struct
48 const char *optval;
72 static const struct testcase tests[] = { argument
Dunit1397.c39 struct testcase { struct
45 static struct testcase tests[] = { argument
Dunit1609.c46 struct testcase { struct
48 const char *optval;
51 const char *host;
52 int port;
55 const char *address[10];
/external/ltp/testcases/kernel/syscalls/timer_settime/
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;
Dtimer_settime02.c48 static struct testcase { struct
49 kernel_timer_t *timer_id;
50 struct tst_its **new_ptr;
51 struct tst_its **old_ptr;
52 int it_value_tv_nsec;
53 int error;
/external/ltp/testcases/kernel/syscalls/tgkill/
Dtgkill03.c78 static const struct testcase { struct
95 const struct testcase *tc = &testcases[i]; in run() argument
/external/bazelbuild-rules_go/tests/core/cross/
Dsdk_version_test.go26 type testcase struct { struct
27 Name, SDKVersion, expectedVersion string
/external/cronet/stable/third_party/icu/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()
/external/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()
/external/cronet/tot/third_party/icu/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()
/external/google-breakpad/src/processor/
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
/external/tink/go/mac/subtle/
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
/external/mesa3d/src/freedreno/fdl/
Dfd_layout_test.h8 struct testcase { struct
9 enum pipe_format format;
33 bool fdl_test_layout(const struct testcase *testcase, const struct fd_dev_id *dev_id); argument
/external/ltp/testcases/kernel/syscalls/readv/
Dreadv01.c30 static struct testcase { struct
47 const struct testcase *tc = testcase_list + n; in test_readv() argument

123456789