/external/icu/icu4c/source/test/perf/utrie2perf/ |
D | utrie2perf.cpp | 97 Command(const UTrie2PerfTest &testcase) : testcase(testcase) {} in Command() 111 const UTrie2PerfTest &testcase; member in Command 117 CheckFCD(const UTrie2PerfTest &testcase) : Command(testcase) {} in CheckFCD() 119 static UPerfFunction* get(const UTrie2PerfTest &testcase) { in get() 175 ToNFC(const UTrie2PerfTest &testcase) : Command(testcase) { in ToNFC() 187 static UPerfFunction* get(const UTrie2PerfTest &testcase) { in get() 209 GetBiDiClass(const UTrie2PerfTest &testcase) : Command(testcase) {} in GetBiDiClass() 211 static UPerfFunction* get(const UTrie2PerfTest &testcase) { in get()
|
/external/chromium_org/third_party/icu/source/test/perf/utrie2perf/ |
D | utrie2perf.cpp | 97 Command(const UTrie2PerfTest &testcase) : testcase(testcase) {} in Command() 111 const UTrie2PerfTest &testcase; member in Command 117 CheckFCD(const UTrie2PerfTest &testcase) : Command(testcase) {} in CheckFCD() 119 static UPerfFunction* get(const UTrie2PerfTest &testcase) { in get() 175 ToNFC(const UTrie2PerfTest &testcase) : Command(testcase) { in ToNFC() 187 static UPerfFunction* get(const UTrie2PerfTest &testcase) { in get() 209 GetBiDiClass(const UTrie2PerfTest &testcase) : Command(testcase) {} in GetBiDiClass() 211 static UPerfFunction* get(const UTrie2PerfTest &testcase) { in get()
|
/external/chromium_org/v8/tools/testrunner/local/ |
D | testsuite.py | 68 def CommonTestName(self, testcase): argument 77 def VariantFlags(self, testcase, default_flags): argument 174 def GetFlagsForTestCase(self, testcase, context): argument 177 def GetSourceForTest(self, testcase): argument 183 def IsNegativeTest(self, testcase): argument 186 def HasFailed(self, testcase): argument 193 def HasUnexpectedOutput(self, testcase): argument 206 def StripOutputForTransmit(self, testcase): argument
|
/external/icu/icu4c/source/test/perf/unisetperf/ |
D | unisetperf.cpp | 135 Command(const UnicodeSetPerformanceTest &testcase) : testcase(testcase) {} in Command() 152 const UnicodeSetPerformanceTest &testcase; member in Command 157 Contains(const UnicodeSetPerformanceTest &testcase) : Command(testcase) { in Contains() 172 static UPerfFunction* get(const UnicodeSetPerformanceTest &testcase) { in get() 207 SpanUTF16(const UnicodeSetPerformanceTest &testcase) : Command(testcase) { in SpanUTF16() 234 static UPerfFunction* get(const UnicodeSetPerformanceTest &testcase) { in get() 258 SpanBackUTF16(const UnicodeSetPerformanceTest &testcase) : Command(testcase) { in SpanBackUTF16() 285 static UPerfFunction* get(const UnicodeSetPerformanceTest &testcase) { in get() 313 SpanUTF8(const UnicodeSetPerformanceTest &testcase) : Command(testcase) { in SpanUTF8() 335 static UPerfFunction* get(const UnicodeSetPerformanceTest &testcase) { in get() [all …]
|
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/ |
D | unisetperf.cpp | 135 Command(const UnicodeSetPerformanceTest &testcase) : testcase(testcase) {} in Command() 152 const UnicodeSetPerformanceTest &testcase; member in Command 157 Contains(const UnicodeSetPerformanceTest &testcase) : Command(testcase) { in Contains() 172 static UPerfFunction* get(const UnicodeSetPerformanceTest &testcase) { in get() 207 SpanUTF16(const UnicodeSetPerformanceTest &testcase) : Command(testcase) { in SpanUTF16() 234 static UPerfFunction* get(const UnicodeSetPerformanceTest &testcase) { in get() 258 SpanBackUTF16(const UnicodeSetPerformanceTest &testcase) : Command(testcase) { in SpanBackUTF16() 285 static UPerfFunction* get(const UnicodeSetPerformanceTest &testcase) { in get() 313 SpanUTF8(const UnicodeSetPerformanceTest &testcase) : Command(testcase) { in SpanUTF8() 335 static UPerfFunction* get(const UnicodeSetPerformanceTest &testcase) { in get() [all …]
|
/external/chromium_org/v8/test/test262/ |
D | testcfg.py | 55 def CommonTestName(self, testcase): argument 75 def GetFlagsForTestCase(self, testcase, context): argument 79 def GetSourceForTest(self, testcase): argument 84 def IsNegativeTest(self, testcase): argument
|
/external/icu/icu4c/source/test/perf/utfperf/ |
D | utfperf.cpp | 122 Command(const UtfPerformanceTest &testcase) in Command() 143 const UtfPerformanceTest &testcase; member in Command 153 Roundtrip(const UtfPerformanceTest &testcase) : Command(testcase) {} in Roundtrip() 155 static UPerfFunction* get(const UtfPerformanceTest &testcase) { in get() 220 FromUnicode(const UtfPerformanceTest &testcase) : Command(testcase) {} in FromUnicode() 222 static UPerfFunction* get(const UtfPerformanceTest &testcase) { in get() 265 FromUTF8(const UtfPerformanceTest &testcase) in FromUTF8() 272 static UPerfFunction* get(const UtfPerformanceTest &testcase) { in get()
|
/external/chromium_org/third_party/icu/source/test/perf/utfperf/ |
D | utfperf.cpp | 122 Command(const UtfPerformanceTest &testcase) in Command() 143 const UtfPerformanceTest &testcase; member in Command 153 Roundtrip(const UtfPerformanceTest &testcase) : Command(testcase) {} in Roundtrip() 155 static UPerfFunction* get(const UtfPerformanceTest &testcase) { in get() 220 FromUnicode(const UtfPerformanceTest &testcase) : Command(testcase) {} in FromUnicode() 222 static UPerfFunction* get(const UtfPerformanceTest &testcase) { in get() 265 FromUTF8(const UtfPerformanceTest &testcase) in FromUTF8() 272 static UPerfFunction* get(const UtfPerformanceTest &testcase) { in get()
|
/external/chromium_org/v8/test/promises-aplus/ |
D | testcfg.py | 71 def CommonTestName(self, testcase): argument 79 def GetFlagsForTestCase(self, testcase, context): argument 85 def GetSourceForTest(self, testcase): argument 91 def IsNegativeTest(self, testcase): argument
|
/external/chromium_org/v8/test/benchmarks/ |
D | testcfg.py | 107 def GetFlagsForTestCase(self, testcase, context): argument 129 def GetSourceForTest(self, testcase): argument 185 def VariantFlags(self, testcase, default_flags): argument
|
/external/chromium_org/v8/test/message/ |
D | testcfg.py | 59 def GetFlagsForTestCase(self, testcase, context): argument 70 def GetSourceForTest(self, testcase): argument 109 def StripOutputForTransmit(self, testcase): argument
|
/external/chromium_org/v8/test/mozilla/ |
D | testcfg.py | 90 def GetFlagsForTestCase(self, testcase, context): argument 106 def GetSourceForTest(self, testcase): argument 111 def IsNegativeTest(self, testcase): argument
|
/external/chromium_org/tools/valgrind/ |
D | drmemory_analyze.py | 22 def __init__(self, report, suppression, testcase): argument 84 def ParseReportFile(self, filename, testcase): argument 141 def Report(self, filenames, testcase, check_sanity): argument
|
D | memcheck_analyze.py | 119 def __init__(self, source_dir, error_node, commandline, testcase): argument 424 def Report(self, files, testcase, check_sanity=False): argument
|
/external/valgrind/main/none/tests/ |
D | tls.c | 46 struct testcase { struct 53 struct testcase *test = (struct testcase *)p; in tls_ptr() argument
|
/external/chromium_org/v8/test/preparser/ |
D | testcfg.py | 103 def GetFlagsForTestCase(self, testcase, context): argument 109 def GetSourceForTest(self, testcase): argument 115 def VariantFlags(self, testcase, default_flags): argument
|
/external/chromium_org/v8/test/mjsunit/ |
D | testcfg.py | 58 def GetFlagsForTestCase(self, testcase, context): argument 90 def GetSourceForTest(self, testcase): argument
|
/external/clang/test/CodeGen/ |
D | builtin-recursive.cc | 7 void testcase(void) { in testcase() function
|
/external/chromium_org/v8/test/webkit/ |
D | testcfg.py | 63 def GetFlagsForTestCase(self, testcase, context): argument 96 def GetSourceForTest(self, testcase): argument
|
/external/chromium_org/v8/test/mjsunit/regress/ |
D | regress-1513.js | 31 function testcase() { function
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/ |
D | BerInputStreamTest.java | 52 Object[][] testcase = { in test_CtorLjava_io_ByteArrayInputStream() local
|
D | IntegerTest.java | 142 int[] testcase = new int[] { 0, 1, -1, 127, -127, 128, -128, 32767, in testConversion() local
|
/external/chromium_org/v8/test/intl/ |
D | testcfg.py | 54 def GetFlagsForTestCase(self, testcase, context): argument
|
/external/chromium_org/v8/test/fuzz-natives/ |
D | testcfg.py | 41 def GetFlagsForTestCase(self, testcase, context): argument
|
/external/chromium_org/v8/test/cctest/ |
D | testcfg.py | 78 def GetFlagsForTestCase(self, testcase, context): argument
|