/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/antlr-3.4/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/icu/icu4c/source/test/perf/leperf/ |
D | xmlreader.h | 16 typedef void (*TestCaseCallback) (const char *testID,
|
/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/antlr/antlr-3.4/runtime/Python/unittests/ |
D | testtreewizard.py | 96 def testID(self): member in TestTreePatternLexer
|