| /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 | 30 struct testcase { struct 38 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 | 33 struct testcase { struct 39 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/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/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
| D | NumberFormatRegressionTest.java | 324 void checkNBSPPatternRtNum(String testcase, NumberFormat nf, double myNumber) { in checkNBSPPatternRtNum() 342 void checkNBSPPatternRT(String testcase, NumberFormat nf) { in checkNBSPPatternRT() 350 String testcase; in TestNBSPInPattern() local
|
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| D | NumberFormatRegressionTest.java | 323 void checkNBSPPatternRtNum(String testcase, NumberFormat nf, double myNumber) { in checkNBSPPatternRtNum() 341 void checkNBSPPatternRT(String testcase, NumberFormat nf) { in checkNBSPPatternRT() 349 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
|
| /external/linux-kselftest/tools/testing/selftests/ftrace/ |
| D | ftracetest | 147 testcase() { # testfile function
|
| /external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
| D | TestConversion.java | 114 DataMap testcase = (DataMap) iter.next(); in conversionTest() local 136 private void TestFromUnicode(DataMap testcase, int caseNr) { in TestFromUnicode() 473 private void TestToUnicode(DataMap testcase, int caseNr) { in TestToUnicode() 917 private void TestGetUnicodeSet(DataMap testcase) { in TestGetUnicodeSet()
|
| /external/ltp/testcases/kernel/timers/timer_settime/ |
| D | timer_settime03.c | 78 int testcase[] = { variable
|
| /external/linux-kselftest/tools/testing/selftests/powerpc/stringloops/ |
| D | memcmp.c | 41 static int testcase(void) in testcase() function
|