/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 | 569 const char *testFilePath = getPath(path, "letest.xml"); 572 UXMLElement *root = parser->parseFile(testFilePath, status); 575 log_err("Could not open the test data file: %s\n", testFilePath); [all...] |
cletest.c | 497 const char *testFilePath = getPath(path, "letest.xml"); 499 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-trace/catapult/telemetry/telemetry/story/ |
story_set_unittest.py | 43 def testFilePath(self):
|
/external/v8/test/mozilla/ |
testcfg.py | 92 testfilepath = testfilename.split("/") 93 for i in xrange(len(testfilepath)): 95 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/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...] |