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

/macosx-10.10/ICU-531.30/icuSources/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);
/macosx-10.10/ICU-531.30/icuSources/test/perf/leperf/
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);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/tests/
H A Dtest_ewk2_download_job.cpp42 static const char testFilePath[] = "/test.pdf"; variable
159 CString fileUrl = httpServer->getURLForPath(testFilePath);
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dcsdetest.cpp542 const char *testFilePath = getPath(path, "csdetest.xml"); local
544 if (testFilePath == NULL) {
554 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 108 milliseconds