/external/chromium_org/third_party/icu/source/test/letest/ |
xmlreader.h | 13 typedef void (*TestCaseCallback) (const char *testID,
|
cletest.c | 284 static le_bool compareResults(const char *testID, TestResult *expected, TestResult *actual) 291 testID, expected->glyphCount, actual->glyphCount); 298 testID, i, expected->glyphs[i], actual->glyphs[i]); 306 testID, i, expected->indices[i], actual->indices[i]); 317 testID, i, expected->positions[i * 2], actual->positions[i * 2]); 327 testID, i, expected->positions[i * 2 + 1], actual->positions[i * 2 + 1]); 336 le_uint32 testChecksum, const char *testID) 350 log_info("Test %s: this may not be the same font used to generate the test data.\n", testID); 394 static le_font *openFont(const char *fontName, const char *checksum, const char *version, const char *testID) 404 log_info("Test %s: can't open font %s - test skipped.\n", testID, fontName) [all...] |
letest.cpp | 328 le_bool compareResults(const char *testID, TestResult *expected, TestResult *actual) 333 testID, expected->glyphCount, actual->glyphCount); 342 testID, i, expected->glyphs[i], actual->glyphs[i]); 350 testID, i, expected->indices[i], actual->indices[i]); 360 testID, i, expected->positions[i * 2], actual->positions[i * 2]); 372 testID, i, expected->positions[i * 2 + 1], actual->positions[i * 2 + 1]); 381 le_uint32 testChecksum, const char *testID) 397 log_info("Test %s: this may not be the same font used to generate the test data.\n", testID); 538 LEFontInstance *openFont(const char *fontName, const char *checksum, const char *version, const char *testID) 548 log_info("Test %s: can't open font %s - test skipped.\n", testID, fontName) [all...] |
/external/chromium_org/third_party/icu/source/test/perf/leperf/ |
xmlreader.h | 13 typedef void (*TestCaseCallback) (const char *testID,
|
/external/icu/icu4c/source/test/letest/ |
xmlreader.h | 13 typedef void (*TestCaseCallback) (const char *testID,
|
cletest.c | 284 static le_bool compareResults(const char *testID, TestResult *expected, TestResult *actual) 291 testID, expected->glyphCount, actual->glyphCount); 298 testID, i, expected->glyphs[i], actual->glyphs[i]); 306 testID, i, expected->indices[i], actual->indices[i]); 317 testID, i, expected->positions[i * 2], actual->positions[i * 2]); 327 testID, i, expected->positions[i * 2 + 1], actual->positions[i * 2 + 1]); 336 le_uint32 testChecksum, const char *testID) 350 log_info("Test %s: this may not be the same font used to generate the test data.\n", testID); 394 static le_font *openFont(const char *fontName, const char *checksum, const char *version, const char *testID) 404 log_info("Test %s: can't open font %s - test skipped.\n", testID, fontName) [all...] |
letest.cpp | 328 le_bool compareResults(const char *testID, TestResult *expected, TestResult *actual) 333 testID, expected->glyphCount, actual->glyphCount); 342 testID, i, expected->glyphs[i], actual->glyphs[i]); 350 testID, i, expected->indices[i], actual->indices[i]); 360 testID, i, expected->positions[i * 2], actual->positions[i * 2]); 372 testID, i, expected->positions[i * 2 + 1], actual->positions[i * 2 + 1]); 381 le_uint32 testChecksum, const char *testID) 397 log_info("Test %s: this may not be the same font used to generate the test data.\n", testID); 538 LEFontInstance *openFont(const char *fontName, const char *checksum, const char *version, const char *testID) 548 log_info("Test %s: can't open font %s - test skipped.\n", testID, fontName) [all...] |
/external/icu/icu4c/source/test/perf/leperf/ |
xmlreader.h | 13 typedef void (*TestCaseCallback) (const char *testID,
|
/external/antlr/antlr-3.4/runtime/Python/ |
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/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/ |
webrunner.js | 26 testID = testName; 27 testNames[testID] = testName; 28 testVersions[testID] = version || 0; 29 testSummary[testID] = testSummaryNum[testID] = testDone[testID] = testNum[testID] = 0; 31 queues[testID].push(function(){ 40 queues[testID].push(function(){ 50 queues[testID].push(function() [all...] |
/external/chromium_org/third_party/skia/tests/ |
MatrixClipCollapseTest.cpp | 675 static int testID = -1; 676 ++testID; 677 if (testID < -1) { 680 SkDebugf("test: %d\n", testID);
|
/external/antlr/antlr-3.4/runtime/Python/unittests/ |
testtreewizard.py | 96 def testID(self):
|