HomeSort by relevance Sort by last modified time
    Searched refs:testID (Results 1 - 15 of 15) sorted by null

  /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/icu4c/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...]
  /frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
UnitTest.java 35 public int testID;
44 testID = numTests++;
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
UnitTest.java 35 public int testID;
44 testID = numTests++;
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UnitTest.java 35 public int testID;
44 testID = numTests++;
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UnitTest.java 35 public int testID;
44 testID = numTests++;
  /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...]
  /frameworks/base/tests/CoreTests/android/core/
TestWebServer.java 338 private String testID;
340 /* Reference to test number from testID */
552 testID = new String(buf, 0, index, i-index);
553 if (testID.startsWith("/")) {
554 testID = testID.substring(1);
783 if (testID.startsWith("test")) {
784 testNum = Integer.valueOf(testID.substring(4))-1;
  /libcore/support/src/test/java/tests/support/
Support_TestWebServer.java 319 private String testID;
324 /* Reference to test number from testID */
482 testID = path.substring(1);
712 if (testID.startsWith("test")) {
713 testNum = Integer.valueOf(testID.substring(4))-1;
  /external/antlr/antlr-3.4/runtime/Python/unittests/
testtreewizard.py 96 def testID(self):

Completed in 8818 milliseconds