Searched defs:testID (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/test/letest/
H A Dcletest.c288 static le_bool compareResults(const char *testID, TestResult *expected, TestResult *actual) argument
295 testID, expected->glyphCount, actual->glyphCount);
302 testID, i, expected->glyphs[i], actual->glyphs[i]);
310 testID, i, expected->indices[i], actual->indices[i]);
321 testID, i, expected->positions[i * 2], actual->positions[i * 2]);
331 testID, i, expected->positions[i * 2 + 1], actual->positions[i * 2 + 1]);
340 le_uint32 testChecksum, const char *testID)
354 log_info("Test %s: this may not be the same font used to generate the test data.\n", testID);
398 static le_font *openFont(const char *fontName, const char *checksum, const char *version, const char *testID) argument
408 log_info("Test %s: can't open font %s - test skipped.\n", testID, fontNam
339 checkFontVersion(le_font *font, const char *testVersionString, le_uint32 testChecksum, const char *testID) argument
442 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 Dletest.cpp330 le_bool compareResults(const char *testID, TestResult *expected, TestResult *actual) argument
335 testID, expected->glyphCount, actual->glyphCount);
344 testID, i, expected->glyphs[i], actual->glyphs[i]);
352 testID, i, expected->indices[i], actual->indices[i]);
362 testID, i, expected->positions[i * 2], actual->positions[i * 2]);
374 testID, i, expected->positions[i * 2 + 1], actual->positions[i * 2 + 1]);
383 le_uint32 testChecksum, const char *testID)
399 log_info("Test %s: this may not be the same font used to generate the test data.\n", testID);
541 LEFontInstance *openFont(const char *fontName, const char *checksum, const char *version, const char *testID) argument
551 log_info("Test %s: can't open font %s - test skipped.\n", testID, fontNam
382 checkFontVersion(PortableFontInstance *fontInstance, const char *testVersionString, le_uint32 testChecksum, const char *testID) argument
[all...]
/external/skia/tests/
H A DMatrixClipCollapseTest.cpp675 static int testID = -1; local
676 ++testID;
677 if (testID < -1) {
680 SkDebugf("test: %d\n", testID);
/external/skqp/tests/
H A DMatrixClipCollapseTest.cpp675 static int testID = -1; local
676 ++testID;
677 if (testID < -1) {
680 SkDebugf("test: %d\n", testID);
/external/antlr/antlr-3.4/runtime/Python/unittests/
H A Dtesttreewizard.py96 def testID(self): member in class:TestTreePatternLexer

Completed in 163 milliseconds