HomeSort by relevance Sort by last modified time
    Searched full:testfilepath (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/third_party/icu/source/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/chromium_org/third_party/icu/source/test/perf/leperf/
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);
  /external/icu/icu4c/source/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/icu/icu4c/source/test/perf/leperf/
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);
  /external/chromium_org/components/cronet/android/test/src/org/chromium/cronet_test_apk/
CronetTestActivity.java 116 String testFilePath = "test";
120 String[] files = assetManager.list(testFilePath);
125 testFilePath + "/" + file,
  /external/chromium_org/v8/test/mozilla/
testcfg.py 96 testfilepath = testfilename.split(os.path.sep)
97 for i in xrange(len(testfilepath)):
99 reduce(os.path.join, testfilepath[:i], ""),
  /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;
  /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 204 public void mediaStressPlayback(String testFilePath) {
208 mp.setDataSource(testFilePath);
  /external/chromium_org/third_party/icu/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...]
  /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...]
  /prebuilts/misc/common/android-support-test/
android-support-test.jar 

Completed in 715 milliseconds