/external/angle/src/tests/perf_tests/ |
D | TracePerfTest.cpp | 57 strstr << RenderTestParams::story() << "_" << GetTraceInfo(testID).name; in story() 61 RestrictedTraceID testID; member 103 const TraceInfo &traceInfo = GetTraceInfo(mParams.testID); in getStepAlignment() 587 mParams.testID == RestrictedTraceID::manhattan_10) in TracePerfTest() 594 mParams.testID == RestrictedTraceID::angry_birds_2_1500) in TracePerfTest() 612 if (mParams.testID == RestrictedTraceID::cod_mobile) in TracePerfTest() 626 if (mParams.testID == RestrictedTraceID::brawl_stars) in TracePerfTest() 631 if (mParams.testID == RestrictedTraceID::free_fire) in TracePerfTest() 636 if (mParams.testID == RestrictedTraceID::marvel_contest_of_champions) in TracePerfTest() 641 if (mParams.testID == RestrictedTraceID::world_of_tanks_blitz) in TracePerfTest() [all …]
|
/external/icu/icu4c/source/test/letest/ |
D | cletest.c | 288 static le_bool compareResults(const char *testID, TestResult *expected, TestResult *actual) in compareResults() argument 295 testID, expected->glyphCount, actual->glyphCount); in compareResults() 302 testID, i, expected->glyphs[i], actual->glyphs[i]); in compareResults() 310 testID, i, expected->indices[i], actual->indices[i]); in compareResults() 321 testID, i, expected->positions[i * 2], actual->positions[i * 2]); in compareResults() 331 testID, i, expected->positions[i * 2 + 1], actual->positions[i * 2 + 1]); in compareResults() 340 le_uint32 testChecksum, const char *testID) in checkFontVersion() argument 354 … log_info("Test %s: this may not be the same font used to generate the test data.\n", testID); in checkFontVersion() 398 …font *openFont(const char *fontName, const char *checksum, const char *version, const char *testID) in openFont() argument 408 log_info("Test %s: can't open font %s - test skipped.\n", testID, fontName); in openFont() [all …]
|
D | letest.cpp | 330 le_bool compareResults(const char *testID, TestResult *expected, TestResult *actual) in compareResults() argument 335 testID, expected->glyphCount, actual->glyphCount); in compareResults() 344 testID, i, expected->glyphs[i], actual->glyphs[i]); in compareResults() 352 testID, i, expected->indices[i], actual->indices[i]); in compareResults() 362 testID, i, expected->positions[i * 2], actual->positions[i * 2]); in compareResults() 374 testID, i, expected->positions[i * 2 + 1], actual->positions[i * 2 + 1]); in compareResults() 383 le_uint32 testChecksum, const char *testID) in checkFontVersion() argument 399 … log_info("Test %s: this may not be the same font used to generate the test data.\n", testID); in checkFontVersion() 541 …ance *openFont(const char *fontName, const char *checksum, const char *version, const char *testID) in openFont() argument 551 log_info("Test %s: can't open font %s - test skipped.\n", testID, fontName); in openFont() [all …]
|
D | xmlreader.h | 15 typedef void (*TestCaseCallback) (const char *testID,
|
/external/antlr/runtime/Python3/ |
D | setup.py | 109 testID = os.path.basename(testPath)[:-3] 113 = imp.find_module(testID, [testDir]) 116 testID, modFile, modPathname, modDescription 234 testID = os.path.basename(testPath)[:-3] 238 = imp.find_module(testID, [testDir]) 241 testID, modFile, modPathname, modDescription)
|
/external/antlr/runtime/Python/ |
D | setup.py | 106 testID = os.path.basename(testPath)[:-3] 110 = imp.find_module(testID, [testDir]) 113 testID, modFile, modPathname, modDescription 240 testID = os.path.basename(testPath)[:-3] 244 = imp.find_module(testID, [testDir]) 247 testID, modFile, modPathname, modDescription)
|
/external/OpenCL-CTS/test_conformance/integer_ops/ |
D | test_int_basic_ops.cpp | 208 int end_test_ID, int testID) in perThreadDataInit() argument 269 if (testID == -1) in perThreadDataInit() 363 ExplicitType type, int testID, in globalThreadDataNew() argument 377 pThis->m_testID = testID; in globalThreadDataNew() 411 … vectorSize, TestStyle style, int num_runs_shift, ExplicitType type, int testID, MTdata randIn, ui… 474 …t num_elements, int vectorSize, TestStyle style, int num_runs_shift, ExplicitType type, int testID) in test_integer_ops_threaded() argument 533 type, testID, threadcount); in test_integer_ops_threaded() 561 ExplicitType type, int testID, MTdata randDataIn, in test_integer_ops() argument 597 if (testID != -1) { in test_integer_ops() 598 start_test_ID = testID; in test_integer_ops() [all …]
|
/external/icu/icu4c/source/test/perf/leperf/ |
D | xmlreader.h | 16 typedef void (*TestCaseCallback) (const char *testID,
|
/external/skqp/tests/ |
D | MatrixClipCollapseTest.cpp | 675 static int testID = -1; in test_collapse() local 676 ++testID; in test_collapse() 677 if (testID < -1) { in test_collapse() 680 SkDebugf("test: %d\n", testID); in test_collapse()
|
/external/skia/tests/ |
D | MatrixClipCollapseTest.cpp | 675 static int testID = -1; in test_collapse() local 676 ++testID; in test_collapse() 677 if (testID < -1) { in test_collapse() 680 SkDebugf("test: %d\n", testID); in test_collapse()
|
/external/angle/src/tests/test_utils/runner/ |
D | TestSuite.cpp | 435 bool IsSlowTest(const std::vector<std::string> &slowTests, const TestIdentifier &testID) in IsSlowTest() argument 438 testID.sprintfName(buffer); in IsSlowTest()
|
/external/antlr/runtime/Python/unittests/ |
D | testtreewizard.py | 96 def testID(self): member in TestTreePatternLexer
|
/external/antlr/runtime/Python3/unittests/ |
D | testtreewizard.py | 95 def testID(self): member in TestTreePatternLexer
|