Home
last modified time | relevance | path

Searched refs:testID (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/test/letest/
Dcletest.c286 static le_bool compareResults(const char *testID, TestResult *expected, TestResult *actual) in compareResults() argument
293 testID, expected->glyphCount, actual->glyphCount); in compareResults()
300 testID, i, expected->glyphs[i], actual->glyphs[i]); in compareResults()
308 testID, i, expected->indices[i], actual->indices[i]); in compareResults()
319 testID, i, expected->positions[i * 2], actual->positions[i * 2]); in compareResults()
329 testID, i, expected->positions[i * 2 + 1], actual->positions[i * 2 + 1]); in compareResults()
338 le_uint32 testChecksum, const char *testID) in checkFontVersion() argument
352 … log_info("Test %s: this may not be the same font used to generate the test data.\n", testID); in checkFontVersion()
396 …font *openFont(const char *fontName, const char *checksum, const char *version, const char *testID) in openFont() argument
406 log_info("Test %s: can't open font %s - test skipped.\n", testID, fontName); in openFont()
[all …]
Dletest.cpp328 le_bool compareResults(const char *testID, TestResult *expected, TestResult *actual) in compareResults() argument
333 testID, expected->glyphCount, actual->glyphCount); in compareResults()
342 testID, i, expected->glyphs[i], actual->glyphs[i]); in compareResults()
350 testID, i, expected->indices[i], actual->indices[i]); in compareResults()
360 testID, i, expected->positions[i * 2], actual->positions[i * 2]); in compareResults()
372 testID, i, expected->positions[i * 2 + 1], actual->positions[i * 2 + 1]); in compareResults()
381 le_uint32 testChecksum, const char *testID) in checkFontVersion() argument
397 … log_info("Test %s: this may not be the same font used to generate the test data.\n", testID); in checkFontVersion()
539 …ance *openFont(const char *fontName, const char *checksum, const char *version, const char *testID) in openFont() argument
549 log_info("Test %s: can't open font %s - test skipped.\n", testID, fontName); in openFont()
[all …]
Dxmlreader.h13 typedef void (*TestCaseCallback) (const char *testID,
/external/antlr/antlr-3.4/runtime/Python/
Dsetup.py106 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/
Dxmlreader.h13 typedef void (*TestCaseCallback) (const char *testID,
/external/skia/tests/
DMatrixClipCollapseTest.cpp675 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/
Dtesttreewizard.py96 def testID(self): member in TestTreePatternLexer