Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/
H A DIOUtilsTest.java134 private Path testFilePath; field in IOUtilsTest
145 testFilePath = testFile.toPath(); in setUp()
150 … final BufferedOutputStream output = new BufferedOutputStream(Files.newOutputStream(testFilePath)); in setUp()
654 try (InputStream fin = Files.newInputStream(testFilePath)) { in testCopy_ByteArray_OutputStream()
674 try (InputStream fin = Files.newInputStream(testFilePath)) { in testCopy_ByteArray_Writer()
692 try (Reader fin = Files.newBufferedReader(testFilePath)) { in testCopy_String_Writer()
1281 try (Reader in = Files.newBufferedReader(testFilePath)) { in testSkip_FileReader()
1290 try (InputStream in = Files.newInputStream(testFilePath)) { in testSkip_InputStream()
1392 try (Reader fin = Files.newBufferedReader(testFilePath)) { in testStringToOutputStream()
1414 try (InputStream fin = Files.newInputStream(testFilePath)) { in testToBufferedInputStream_InputStream()
[all …]
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DPrintStreamTest.java48 private String testFilePath = null; field in PrintStreamTest
81 PrintStream os = new PrintStream(testFilePath); in test_Constructor_Ljava_lang_String()
93 new PrintStream(testFilePath, "Bogus"); in test_Constructor_Ljava_lang_String_Ljava_lang_String()
100 PrintStream os = new PrintStream(testFilePath, "utf-8"); in test_Constructor_Ljava_lang_String_Ljava_lang_String()
107 PrintStream os = new PrintStream(testFilePath, "utf-16"); in test_Constructor_Ljava_lang_String_Ljava_lang_String()
198 MockPrintStream os = new MockPrintStream(testFilePath); in test_clearError()
751 testFilePath = testFile.getAbsolutePath(); in setUp()
758 testFilePath = null; in tearDown()
/aosp_15_r20/external/icu/icu4c/source/test/letest/
H A 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()
H A Dletest.cpp565 const char *testFilePath = getPath(path, "letest.xml"); in DataDrivenTest() local
568 UXMLElement *root = parser->parseFile(testFilePath, status); in DataDrivenTest()
571 log_err("Could not open the test data file: %s\n", testFilePath); in DataDrivenTest()
H A Dxmlreader.h25 U_CAPI void readTestFile(const char *testFilePath, TestCaseCallback callback);
H A Dcletest.c499 const char *testFilePath = getPath(path, "letest.xml"); in DataDrivenTest() local
501 readTestFile(testFilePath, doTestCase); in DataDrivenTest()
/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/leperf/
H A 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()
H A Dxmlreader.h26 U_CAPI void readTestFile(const char *testFilePath, TestCaseCallback callback);
/aosp_15_r20/external/cronet/third_party/icu/source/test/letest/
H A 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()
H A Dxmlreader.h25 U_CAPI void readTestFile(const char *testFilePath, TestCaseCallback callback);
H A 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()
H A Dcletest.c499 const char *testFilePath = getPath(path, "letest.xml"); in DataDrivenTest() local
501 readTestFile(testFilePath, doTestCase); in DataDrivenTest()
/aosp_15_r20/external/icu/icu4c/source/test/perf/leperf/
H A 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()
H A Dxmlreader.h26 U_CAPI void readTestFile(const char *testFilePath, TestCaseCallback callback);
/aosp_15_r20/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DDownloadServiceTest.kt250 val testFilePath = File( in createTestFile() constant
254 testFilePath.mkdir() in createTestFile()
261 val file = File(testFilePath, "tmp$index$extension") in createTestFile()
/aosp_15_r20/external/zstd/tests/
H A 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=…
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dcsdetest.cpp531 const char *testFilePath = getPath(path, "csdetest.xml"); in DetectionTest() local
533 if (testFilePath == nullptr) { in DetectionTest()
543 UXMLElement *root = parser->parseFile(testFilePath, status); in DetectionTest()
H A Dssearch.cpp129 const char *testFilePath = getPath(path, "ssearch.xml"); in searchTest() local
131 if (testFilePath == nullptr) { in searchTest()
137 LocalPointer<UXMLElement> root(parser->parseFile(testFilePath, status)); in searchTest()
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dcsdetest.cpp531 const char *testFilePath = getPath(path, "csdetest.xml"); in DetectionTest() local
533 if (testFilePath == nullptr) { in DetectionTest()
543 UXMLElement *root = parser->parseFile(testFilePath, status); in DetectionTest()
H A Dssearch.cpp129 const char *testFilePath = getPath(path, "ssearch.xml"); in searchTest() local
131 if (testFilePath == nullptr) { in searchTest()
137 LocalPointer<UXMLElement> root(parser->parseFile(testFilePath, status)); in searchTest()
/aosp_15_r20/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DMediaPlayerPerformance.java201 public void mediaStressPlayback(String testFilePath) { in mediaStressPlayback() argument
205 mp.setDataSource(testFilePath); in mediaStressPlayback()
/aosp_15_r20/external/lz4/tests/
H A 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…
/aosp_15_r20/external/deqp/scripts/
H A Dmustpass.py301 def openAndStoreFile(filePath, testFilePath, parentFile): argument
305 parentFile.write(mainGroupSubDir + "/" + testFilePath + "\n")
/aosp_15_r20/external/pytorch/ios/TestApp/benchmark/
H A Dsetup.rb97 testFilePath = File.expand_path('../TestAppTests/')
/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/
Dcore-tests.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...

12