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

  /external/icu/icu4c/source/test/letest/
xmlreader.h 15 typedef void (*TestCaseCallback) (const char *testID,
cletest.c 288 static le_bool compareResults(const char *testID, TestResult *expected, TestResult *actual)
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)
408 log_info("Test %s: can't open font %s - test skipped.\n", testID, fontName)
    [all...]
letest.cpp 330 le_bool compareResults(const char *testID, TestResult *expected, TestResult *actual)
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)
551 log_info("Test %s: can't open font %s - test skipped.\n", testID, fontName)
    [all...]
  /external/icu/icu4c/source/test/perf/leperf/
xmlreader.h 16 typedef void (*TestCaseCallback) (const char *testID,
  /frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
UnitTest.java 35 public int testID;
44 testID = numTests++;
  /frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
UnitTest.java 35 public int testID;
44 testID = numTests++;
  /frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
UnitTest.java 35 public int testID;
44 testID = numTests++;
  /frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
UnitTest.java 38 public int testID;
47 testID = numTests++;
  /frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/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)
  /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.parseInt(testID.substring(4))-1;
  /libcore/support/src/test/java/tests/support/
Support_TestWebServer.java 304 private String testID;
309 /* Reference to test number from testID */
475 testID = path.substring(1);
714 if (testID.startsWith("test")) {
715 testNum = Integer.valueOf(testID.substring(4))-1;
  /external/skia/tests/
MatrixClipCollapseTest.cpp 675 static int testID = -1;
676 ++testID;
677 if (testID < -1) {
680 SkDebugf("test: %d\n", testID);
  /external/antlr/antlr-3.4/runtime/Python/unittests/
testtreewizard.py 96 def testID(self):

Completed in 319 milliseconds