Searched refs:testFilePath (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/icu/source/test/letest/
H A Dxmlreader.h23 U_CAPI void readTestFile(const char *testFilePath, TestCaseCallback callback);
H A Dxmlreader.cpp133 void readTestFile(const char *testFilePath, TestCaseCallback callback) argument
138 UXMLElement *root = parser->parseFile(testFilePath, status);
141 log_err("Could not open the test data file: %s\n", testFilePath);
H A Dletest.cpp568 const char *testFilePath = getPath(path, "letest.xml"); local
571 UXMLElement *root = parser->parseFile(testFilePath, status);
574 log_err("Could not open the test data file: %s\n", testFilePath);
H A Dcletest.c495 const char *testFilePath = getPath(path, "letest.xml"); local
497 readTestFile(testFilePath, doTestCase);
/external/icu4c/test/letest/
H A Dxmlreader.h23 U_CAPI void readTestFile(const char *testFilePath, TestCaseCallback callback);
H A Dxmlreader.cpp133 void readTestFile(const char *testFilePath, TestCaseCallback callback) argument
138 UXMLElement *root = parser->parseFile(testFilePath, status);
141 log_err("Could not open the test data file: %s\n", testFilePath);
H A Dletest.cpp568 const char *testFilePath = getPath(path, "letest.xml"); local
571 UXMLElement *root = parser->parseFile(testFilePath, status);
574 log_err("Could not open the test data file: %s\n", testFilePath);
H A Dcletest.c495 const char *testFilePath = getPath(path, "letest.xml"); local
497 readTestFile(testFilePath, doTestCase);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DPrintStreamTest.java40 private String testFilePath = null; field in class:PrintStreamTest
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;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dssearch.cpp152 const char *testFilePath = getPath(path, "ssearch.xml"); local
154 if (testFilePath == NULL) {
160 LocalPointer<UXMLElement> root(parser->parseFile(testFilePath, status));
490 const char *testFilePath = getPath(path, "ssearch.xml"); local
492 if (testFilePath == NULL) {
498 UXMLElement *root = parser->parseFile(testFilePath, status);
H A Dcsdetest.cpp491 const char *testFilePath = getPath(path, "csdetest.xml"); local
493 if (testFilePath == NULL) {
503 UXMLElement *root = parser->parseFile(testFilePath, status);
/external/icu4c/test/intltest/
H A Dcsdetest.cpp503 const char *testFilePath = getPath(path, "csdetest.xml"); local
505 if (testFilePath == NULL) {
515 UXMLElement *root = parser->parseFile(testFilePath, status);
H A Dssearch.cpp118 const char *testFilePath = getPath(path, "ssearch.xml"); local
120 if (testFilePath == NULL) {
126 LocalPointer<UXMLElement> root(parser->parseFile(testFilePath, status));

Completed in 247 milliseconds