HomeSort by relevance Sort by last modified time
    Searched defs:testFilePath (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/icu/source/test/letest/
cletest.c 495 const char *testFilePath = getPath(path, "letest.xml");
497 readTestFile(testFilePath, doTestCase);
letest.cpp 568 const char *testFilePath = getPath(path, "letest.xml");
571 UXMLElement *root = parser->parseFile(testFilePath, status);
574 log_err("Could not open the test data file: %s\n", testFilePath);
    [all...]
  /external/icu/icu4c/source/test/letest/
cletest.c 495 const char *testFilePath = getPath(path, "letest.xml");
497 readTestFile(testFilePath, doTestCase);
letest.cpp 568 const char *testFilePath = getPath(path, "letest.xml");
571 UXMLElement *root = parser->parseFile(testFilePath, status);
574 log_err("Could not open the test data file: %s\n", testFilePath);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
csdetest.cpp 491 const char *testFilePath = getPath(path, "csdetest.xml");
493 if (testFilePath == NULL) {
503 UXMLElement *root = parser->parseFile(testFilePath, status);
ssearch.cpp 152 const char *testFilePath = getPath(path, "ssearch.xml");
154 if (testFilePath == NULL) {
160 LocalPointer<UXMLElement> root(parser->parseFile(testFilePath, status));
490 const char *testFilePath = getPath(path, "ssearch.xml");
492 if (testFilePath == NULL) {
498 UXMLElement *root = parser->parseFile(testFilePath, status);
    [all...]
  /external/icu/icu4c/source/test/intltest/
csdetest.cpp 542 const char *testFilePath = getPath(path, "csdetest.xml");
544 if (testFilePath == NULL) {
554 UXMLElement *root = parser->parseFile(testFilePath, status);
    [all...]
ssearch.cpp 118 const char *testFilePath = getPath(path, "ssearch.xml");
120 if (testFilePath == NULL) {
126 LocalPointer<UXMLElement> root(parser->parseFile(testFilePath, status));
    [all...]
  /frameworks/testing/support/src/android/support/test/runner/
AndroidJUnitRunner.java 424 String testFilePath = arguments.getString(ARGUMENT_TEST_FILE);
425 if (testFilePath != null) {
426 parseTestClassesFromFile(testFilePath, builder);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
PrintStreamTest.java 40 private String testFilePath = null;
73 MockPrintStream os = new MockPrintStream(testFilePath);
82 MockPrintStream os = new MockPrintStream(testFilePath, "utf-8");
88 new PrintStream(testFilePath, "Bogus");
161 MockPrintStream os = new MockPrintStream(testFilePath);
661 testFilePath = testFile.getAbsolutePath();
668 testFilePath = null;

Completed in 1640 milliseconds