| /external/apache-commons-io/src/test/java/org/apache/commons/io/ |
| D | IOUtilsTest.java | 121 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/ |
| D | xmlreader.cpp | 135 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()
|
| D | xmlreader.h | 25 U_CAPI void readTestFile(const char *testFilePath, TestCaseCallback callback);
|
| D | cletest.c | 499 const char *testFilePath = getPath(path, "letest.xml"); in DataDrivenTest() local 501 readTestFile(testFilePath, doTestCase); in DataDrivenTest()
|
| D | letest.cpp | 571 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/ |
| D | xmlreader.cpp | 135 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()
|
| D | xmlreader.h | 25 U_CAPI void readTestFile(const char *testFilePath, TestCaseCallback callback);
|
| D | letest.cpp | 571 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()
|
| D | cletest.c | 499 const char *testFilePath = getPath(path, "letest.xml"); in DataDrivenTest() local 501 readTestFile(testFilePath, doTestCase); in DataDrivenTest()
|
| /external/icu/icu4c/source/test/perf/leperf/ |
| D | xmlreader.cpp | 139 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()
|
| D | xmlreader.h | 26 U_CAPI void readTestFile(const char *testFilePath, TestCaseCallback callback);
|
| /external/cronet/third_party/icu/source/test/perf/leperf/ |
| D | xmlreader.cpp | 139 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()
|
| D | xmlreader.h | 26 U_CAPI void readTestFile(const char *testFilePath, TestCaseCallback callback);
|
| /external/zstd/tests/ |
| D | DEPRECATED-test-zstd-speed.py | 151 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/ |
| D | csdetest.cpp | 531 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()
|
| D | ssearch.cpp | 129 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/ |
| D | csdetest.cpp | 531 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()
|
| D | ssearch.cpp | 129 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/ |
| D | test-lz4-speed.py | 148 testFilePath, fileName, last_csize, last_cspeed, last_dspeed): argument 155 …result = execute('programs/%s -rqi5b1e%s %s' % (executableName, args.lastCLevel, testFilePath), pr…
|