Home
last modified time | relevance | path

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

/external/icu4c/test/letest/
Dcletest.c284 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 …]
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()
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 …]
Dxmlreader.h13 typedef void (*TestCaseCallback) (const char *testID,
/external/webkit/Tools/CSSTestSuiteHarness/harness/
Dharness.js415 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 …]