Searched refs:testID (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/test/letest/ |
D | cletest.c | 284 static le_bool compareResults(const char *testID, TestResult *expected, TestResult *actual) in compareResults() argument 291 testID, expected->glyphCount, actual->glyphCount); in compareResults() 298 testID, i, expected->glyphs[i], actual->glyphs[i]); in compareResults() 306 testID, i, expected->indices[i], actual->indices[i]); in compareResults() 317 testID, i, expected->positions[i * 2], actual->positions[i * 2]); in compareResults() 327 testID, i, expected->positions[i * 2 + 1], actual->positions[i * 2 + 1]); in compareResults() 336 le_uint32 testChecksum, const char *testID) in checkFontVersion() argument 350 … log_info("Test %s: this may not be the same font used to generate the test data.\n", testID); in checkFontVersion() 394 …font *openFont(const char *fontName, const char *checksum, const char *version, const char *testID) in openFont() argument 404 log_info("Test %s: can't open font %s - test skipped.\n", testID, fontName); in openFont() [all …]
|
D | letest.cpp | 328 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() 538 …ance *openFont(const char *fontName, const char *checksum, const char *version, const char *testID) in openFont() argument 548 log_info("Test %s: can't open font %s - test skipped.\n", testID, fontName); in openFont() [all …]
|
D | xmlreader.h | 13 typedef void (*TestCaseCallback) (const char *testID,
|
/external/webkit/Tools/CSSTestSuiteHarness/harness/ |
D | harness.js | 415 for (var testID in this.tests) { 416 var currTest = this.tests[testID]; 1385 TestSuite.prototype.markTestCompleted = function(testID, htmlStatus, xhtmlStatus) argument 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 in _self.tests) [all …]
|