Home
last modified time | relevance | path

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

1234

/external/linux-kselftest/tools/testing/selftests/x86/
D5lvl.c10 struct testcase { struct
19 static struct testcase testcases[] = { argument
/external/ltp/testcases/kernel/syscalls/epoll_ctl/
Depoll_ctl02.c56 static struct testcase { struct
57 int *epfds;
58 int opt;
59 int *fds;
60 struct epoll_event *ts_event;
61 int exp_err;
/external/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
/external/v8/tools/testrunner/local/
Dtestsuite.py50 def FilterVariantsByTest(self, testcase): argument
59 def GetFlagSets(self, testcase, variant): argument
102 def CommonTestName(self, testcase): argument
270 def GetFlagsForTestCase(self, testcase, context): argument
273 def GetSourceForTest(self, testcase): argument
276 def IsFailureOutput(self, testcase): argument
279 def IsNegativeTest(self, testcase): argument
282 def HasFailed(self, testcase): argument
289 def GetOutcome(self, testcase): argument
299 def HasUnexpectedOutput(self, testcase): argument
[all …]
/external/curl/tests/unit/
Dunit1307.c30 struct testcase { struct
36 static const struct testcase tests[] = { argument
/external/google-breakpad/src/processor/
Dstatic_address_map_unittest.cc54 for (int testcase = 0; testcase < kNumberTestCases; ++testcase) { in SetUp() local
75 for (int testcase = 0; testcase < kNumberTestCases; ++testcase) { in SetUp() local
93 void CompareRetrieveResult(int testcase, int target) { in CompareRetrieveResult()
115 void RetrieveTester(int testcase) { in RetrieveTester()
157 int testcase = 0; in TEST_F() local
176 int testcase = 1; in TEST_F() local
195 int testcase = 2; in TEST_F() local
214 int testcase = 3; in TEST_F() local
/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/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
D5-1.c36 struct testcase { struct
41 struct testcase testcases[] = { argument
/external/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 …]
/external/ltp/testcases/kernel/syscalls/getdents/
Dgetdents01.c61 struct testcase { struct
68 struct testcase testcases[] = { argument
/external/valgrind/none/tests/
Dtls.c46 struct testcase { struct
53 struct testcase *test = (struct testcase *)p; in tls_ptr() argument
/external/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()
/external/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
/external/icu/icu4c/source/test/intltest/
Dtsdcfmsy.cpp254 struct testcase { in testNumberingSystem() struct
255 const char* locid; in testNumberingSystem()
256 const char* nsname; in testNumberingSystem()
257 const char16_t* expected1; // Expected number format string in testNumberingSystem()
258 const char16_t* expected2; // Expected pattern separator in testNumberingSystem()
/external/libevent/test/
Dregress_main.c190 basic_test_setup(const struct testcase_t *testcase) in basic_test_setup()
266 basic_test_cleanup(const struct testcase_t *testcase, void *ptr) in basic_test_cleanup()
309 legacy_test_setup(const struct testcase_t *testcase) in legacy_test_setup()
347 legacy_test_cleanup(const struct testcase_t *testcase, void *ptr) in legacy_test_cleanup()
Dtinytest.c92 testcase_run_bare_(const struct testcase_t *testcase) in testcase_run_bare_()
122 const struct testcase_t *testcase) in testcase_run_forked_()
224 const struct testcase_t *testcase)
288 struct testcase_t *testcase = &groups[i].cases[j]; local
/external/clang/test/CodeGen/
Dbuiltin-recursive.cpp7 void testcase(void) { in testcase() function
/external/autotest/server/cros/
Dcfm_jmidata_log_collector.py10 def GetDataFromLogs(testcase, data_type, log_lines): argument
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatRegressionTest.java327 void checkNBSPPatternRtNum(String testcase, NumberFormat nf, double myNumber) { in checkNBSPPatternRtNum()
345 void checkNBSPPatternRT(String testcase, NumberFormat nf) { in checkNBSPPatternRT()
353 String testcase; in TestNBSPInPattern() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberFormatRegressionTest.java330 void checkNBSPPatternRtNum(String testcase, NumberFormat nf, double myNumber) { in checkNBSPPatternRtNum()
348 void checkNBSPPatternRT(String testcase, NumberFormat nf) { in checkNBSPPatternRT()
356 String testcase; in TestNBSPInPattern() local
/external/curl/tests/server/
Dtftpd.c105 struct testcase { struct
106 char *buffer; /* holds the file data to send to the client */
107 size_t bufsize; /* size of the data in buffer */
108 char *rptr; /* read pointer into the buffer */
109 size_t rcount; /* amount of data left to read of the file */
110 long testno; /* test case number */
111 int ofile; /* file descriptor for output file when uploading to us */
113 int writedelay; /* number of seconds between each packet */
/external/ltp/testcases/kernel/timers/timer_delete/
Dtimer_delete03.c79 int testcase[] = { variable
/external/ltp/testcases/kernel/timers/clock_gettime/
Dclock_gettime03.c80 int testcase[6] = { variable
/external/ltp/testcases/kernel/timers/timer_create/
Dtimer_create04.c80 int testcase[6] = { variable

1234