/external/linux-kselftest/tools/testing/selftests/x86/ |
D | 5lvl.c | 10 struct testcase { struct 19 static struct testcase testcases[] = { argument
|
/external/ltp/testcases/kernel/syscalls/epoll_ctl/ |
D | epoll_ctl02.c | 56 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/ |
D | futex_wait01.c | 36 struct testcase { struct 46 static struct testcase testcases[] = { argument
|
D | futex_wake01.c | 31 struct testcase { struct 39 static struct testcase testcases[] = { argument
|
/external/v8/tools/testrunner/local/ |
D | testsuite.py | 50 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/ |
D | unit1307.c | 30 struct testcase { struct 36 static const struct testcase tests[] = { argument
|
/external/google-breakpad/src/processor/ |
D | static_address_map_unittest.cc | 54 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/ |
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()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
D | 5-1.c | 36 struct testcase { struct 41 struct testcase testcases[] = { argument
|
/external/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 …]
|
/external/ltp/testcases/kernel/syscalls/getdents/ |
D | getdents01.c | 61 struct testcase { struct 68 struct testcase testcases[] = { argument
|
/external/valgrind/none/tests/ |
D | tls.c | 46 struct testcase { struct 53 struct testcase *test = (struct testcase *)p; in tls_ptr() argument
|
/external/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()
|
/external/ltp/testcases/network/can/filter-tests/ |
D | can_filter.c | 69 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/ |
D | tsdcfmsy.cpp | 254 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/ |
D | regress_main.c | 190 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()
|
D | tinytest.c | 92 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/ |
D | builtin-recursive.cpp | 7 void testcase(void) { in testcase() function
|
/external/autotest/server/cros/ |
D | cfm_jmidata_log_collector.py | 10 def GetDataFromLogs(testcase, data_type, log_lines): argument
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | NumberFormatRegressionTest.java | 327 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/ |
D | NumberFormatRegressionTest.java | 330 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/ |
D | tftpd.c | 105 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/ |
D | timer_delete03.c | 79 int testcase[] = { variable
|
/external/ltp/testcases/kernel/timers/clock_gettime/ |
D | clock_gettime03.c | 80 int testcase[6] = { variable
|
/external/ltp/testcases/kernel/timers/timer_create/ |
D | timer_create04.c | 80 int testcase[6] = { variable
|