HomeSort by relevance Sort by last modified time
    Searched full:testfilepath (Results 1 - 10 of 10) 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/
MediaFrameworkTest.java 60 private String testfilepath = "/sdcard/awb.awb"; field in class:MediaFrameworkTest
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.java 196 public void mediaStressPlayback(String testFilePath) {
200 mp.setDataSource(testFilePath);
  /external/chromium/chrome/browser/resources/
filebrowse.html 1046 var testfilepath = currentPath;
1047 testfilepath = testfilepath + counter;
1048 existingfolder = $(testfilepath);
1050 currentPath = testfilepath;
    [all...]
  /external/icu4c/test/intltest/
csdetest.cpp 503 const char *testFilePath = getPath(path, "csdetest.xml");
505 if (testFilePath == NULL) {
515 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...]

Completed in 361 milliseconds