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

  /external/icu4c/test/letest/
xmlreader.h 23 U_CAPI void readTestFile(const char *testFilePath, TestCaseCallback callback);
xmlreader.cpp 133 void readTestFile(const char *testFilePath, TestCaseCallback callback)
138 UXMLElement *root = parser->parseFile(testFilePath, status);
141 log_err("Could not open the test data file: %s\n", testFilePath);
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...]
cletest.c 495 const char *testFilePath = getPath(path, "letest.xml");
497 readTestFile(testFilePath, doTestCase);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/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");
160 MockPrintStream os = new MockPrintStream(testFilePath);
659 testFilePath = testFile.getAbsolutePath();
666 testFilePath = null;
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.java 191 public void mediaStressPlayback(String testFilePath) {
195 mp.setDataSource(testFilePath);
  /external/icu4c/test/intltest/
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...]
csdetest.cpp 491 const char *testFilePath = getPath(path, "csdetest.xml");
493 if (testFilePath == NULL) {
503 UXMLElement *root = parser->parseFile(testFilePath, status);

Completed in 177 milliseconds