Home
last modified time | relevance | path

Searched refs:testFilePath (Results 1 – 19 of 19) sorted by relevance

/external/apache-commons-io/src/test/java/org/apache/commons/io/
DIOUtilsTest.java121 private Path testFilePath; field in IOUtilsTest
132 testFilePath = testFile.toPath(); in setUp()
137 … final BufferedOutputStream output = new BufferedOutputStream(Files.newOutputStream(testFilePath)); in setUp()
640 try (InputStream fin = Files.newInputStream(testFilePath)) { in testCopy_ByteArray_OutputStream()
660 try (InputStream fin = Files.newInputStream(testFilePath)) { in testCopy_ByteArray_Writer()
678 try (Reader fin = Files.newBufferedReader(testFilePath)) { in testCopy_String_Writer()
1273 try (Reader in = Files.newBufferedReader(testFilePath)) { in testSkip_FileReader()
1282 try (InputStream in = Files.newInputStream(testFilePath)) { in testSkip_InputStream()
1351 try (Reader fin = Files.newBufferedReader(testFilePath)) { in testStringToOutputStream()
1373 try (InputStream fin = Files.newInputStream(testFilePath)) { in testToBufferedInputStream_InputStream()
[all …]
/external/cronet/third_party/icu/source/test/letest/
Dxmlreader.cpp135 void readTestFile(const char *testFilePath, TestCaseCallback callback) in readTestFile() argument
140 UXMLElement *root = parser->parseFile(testFilePath, status); in readTestFile()
143 log_err("Could not open the test data file: %s\n", testFilePath); in readTestFile()
Dxmlreader.h25 U_CAPI void readTestFile(const char *testFilePath, TestCaseCallback callback);
Dcletest.c499 const char *testFilePath = getPath(path, "letest.xml"); in DataDrivenTest() local
501 readTestFile(testFilePath, doTestCase); in DataDrivenTest()
Dletest.cpp571 const char *testFilePath = getPath(path, "letest.xml"); in DataDrivenTest() local
574 UXMLElement *root = parser->parseFile(testFilePath, status); in DataDrivenTest()
577 log_err("Could not open the test data file: %s\n", testFilePath); in DataDrivenTest()
/external/icu/icu4c/source/test/letest/
Dxmlreader.cpp135 void readTestFile(const char *testFilePath, TestCaseCallback callback) in readTestFile() argument
140 UXMLElement *root = parser->parseFile(testFilePath, status); in readTestFile()
143 log_err("Could not open the test data file: %s\n", testFilePath); in readTestFile()
Dxmlreader.h25 U_CAPI void readTestFile(const char *testFilePath, TestCaseCallback callback);
Dletest.cpp571 const char *testFilePath = getPath(path, "letest.xml"); in DataDrivenTest() local
574 UXMLElement *root = parser->parseFile(testFilePath, status); in DataDrivenTest()
577 log_err("Could not open the test data file: %s\n", testFilePath); in DataDrivenTest()
Dcletest.c499 const char *testFilePath = getPath(path, "letest.xml"); in DataDrivenTest() local
501 readTestFile(testFilePath, doTestCase); in DataDrivenTest()
/external/icu/icu4c/source/test/perf/leperf/
Dxmlreader.cpp139 void readTestFile(const char *testFilePath, TestCaseCallback callback) in readTestFile() argument
144 UXMLElement *root = parser->parseFile(testFilePath, status); in readTestFile()
147 log_err("Could not open the test data file: %s\n", testFilePath); in readTestFile()
Dxmlreader.h26 U_CAPI void readTestFile(const char *testFilePath, TestCaseCallback callback);
/external/cronet/third_party/icu/source/test/perf/leperf/
Dxmlreader.cpp139 void readTestFile(const char *testFilePath, TestCaseCallback callback) in readTestFile() argument
144 UXMLElement *root = parser->parseFile(testFilePath, status); in readTestFile()
147 log_err("Could not open the test data file: %s\n", testFilePath); in readTestFile()
Dxmlreader.h26 U_CAPI void readTestFile(const char *testFilePath, TestCaseCallback callback);
/external/zstd/tests/
DDEPRECATED-test-zstd-speed.py151 testFilePath, fileName, last_csize, last_cspeed, last_dspeed): argument
164 …%s' % (cpuSelector, executableName, args.lastCLevel, args.dictionary, testFilePath), print_output=…
166 …ms/%s -rqi5b1e%s %s' % (cpuSelector, executableName, args.lastCLevel, testFilePath), print_output=…
/external/cronet/third_party/icu/source/test/intltest/
Dcsdetest.cpp531 const char *testFilePath = getPath(path, "csdetest.xml"); in DetectionTest() local
533 if (testFilePath == NULL) { in DetectionTest()
543 UXMLElement *root = parser->parseFile(testFilePath, status); in DetectionTest()
Dssearch.cpp129 const char *testFilePath = getPath(path, "ssearch.xml"); in searchTest() local
131 if (testFilePath == NULL) { in searchTest()
137 LocalPointer<UXMLElement> root(parser->parseFile(testFilePath, status)); in searchTest()
/external/icu/icu4c/source/test/intltest/
Dcsdetest.cpp531 const char *testFilePath = getPath(path, "csdetest.xml"); in DetectionTest() local
533 if (testFilePath == NULL) { in DetectionTest()
543 UXMLElement *root = parser->parseFile(testFilePath, status); in DetectionTest()
Dssearch.cpp129 const char *testFilePath = getPath(path, "ssearch.xml"); in searchTest() local
131 if (testFilePath == NULL) { in searchTest()
137 LocalPointer<UXMLElement> root(parser->parseFile(testFilePath, status)); in searchTest()
/external/lz4/tests/
Dtest-lz4-speed.py148 testFilePath, fileName, last_csize, last_cspeed, last_dspeed): argument
155 …result = execute('programs/%s -rqi5b1e%s %s' % (executableName, args.lastCLevel, testFilePath), pr…