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

  /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/base/tests/RenderScriptTests/tests_v11/src/com/android/rs/test/
UnitTest.java 35 public int testID;
44 testID = numTests++;
  /frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/
UnitTest.java 35 public int testID;
44 testID = numTests++;
  /frameworks/base/tests/RenderScriptTests/tests/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.valueOf(testID.substring(4))-1;
  /libcore/support/src/test/java/tests/support/
Support_TestWebServer.java 349 private String testID;
354 /* Reference to test number from testID */
512 testID = path.substring(1);
742 if (testID.startsWith("test")) {
743 testNum = Integer.valueOf(testID.substring(4))-1;
  /external/webkit/Tools/CSSTestSuiteHarness/harness/
harness.js 415 for (var testID in this.tests) {
416 var currTest = this.tests[testID];
703 var testId = match[2];
718 var test = this.tests[testId];
743 if (currTest.id == testId) {
1124 var testId = result[3];
1130 var result = { 'id' : testId };
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/unittests/
testtreewizard.py 96 def testID(self):

Completed in 1099 milliseconds