Searched refs:testID (Results 1 - 6 of 6) sorted by relevance
/external/icu4c/test/letest/ |
H A D | xmlreader.h | 13 typedef void (*TestCaseCallback) (const char *testID,
|
H A D | cletest.c | 284 static le_bool compareResults(const char *testID, TestResult *expected, TestResult *actual) argument 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) argument 404 log_info("Test %s: can't open font %s - test skipped.\n", testID, fontNam 335 checkFontVersion(le_font *font, const char *testVersionString, le_uint32 testChecksum, const char *testID) argument 438 doTestCase(const char *testID, const char *fontName, const char *fontVersion, const char *fontChecksum, le_int32 scriptCode, le_int32 languageCode, const LEUnicode *text, le_int32 charCount, TestResult *expected) argument [all...] |
H A D | letest.cpp | 328 le_bool compareResults(const char *testID, TestResult *expected, TestResult *actual) argument 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) argument 548 log_info("Test %s: can't open font %s - test skipped.\n", testID, fontNam 380 checkFontVersion(PortableFontInstance *fontInstance, const char *testVersionString, le_uint32 testChecksum, const char *testID) argument [all...] |
/external/antlr/antlr-3.4/runtime/Python/ |
H A 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/webkit/Tools/CSSTestSuiteHarness/harness/ |
H A D | harness.js | 415 for (var testID in this.tests) { 416 var currTest = this.tests[testID]; 1385 TestSuite.prototype.markTestCompleted = function(testID, htmlStatus, xhtmlStatus) 1387 var test = this.tests[testID]; 1389 window.console.log('markTestCompleted failed to find test ' + testID); 1426 for (var testID in this.tests) { 1427 var currTest = this.tests[testID]; 1604 for (var testID in _self.tests) { 1605 var test = _self.tests[testID]; 1659 for (var testID i [all...] |
/external/antlr/antlr-3.4/runtime/Python/unittests/ |
H A D | testtreewizard.py | 96 def testID(self): member in class:TestTreePatternLexer
|
Completed in 195 milliseconds