/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/ |
H A D | IOUtilsTest.java | 134 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 D | PrintStreamTest.java | 48 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 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()
|
H A D | letest.cpp | 565 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 D | xmlreader.h | 25 U_CAPI void readTestFile(const char *testFilePath, TestCaseCallback callback);
|
H A D | cletest.c | 499 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 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()
|
H A D | xmlreader.h | 26 U_CAPI void readTestFile(const char *testFilePath, TestCaseCallback callback);
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/letest/ |
H A 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()
|
H A D | xmlreader.h | 25 U_CAPI void readTestFile(const char *testFilePath, TestCaseCallback callback);
|
H A 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()
|
H A D | cletest.c | 499 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 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()
|
H A D | xmlreader.h | 26 U_CAPI void readTestFile(const char *testFilePath, TestCaseCallback callback);
|
/aosp_15_r20/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/ |
D | DownloadServiceTest.kt | 250 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 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=…
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | csdetest.cpp | 531 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 D | ssearch.cpp | 129 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 D | csdetest.cpp | 531 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 D | ssearch.cpp | 129 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 D | MediaPlayerPerformance.java | 201 public void mediaStressPlayback(String testFilePath) { in mediaStressPlayback() argument 205 mp.setDataSource(testFilePath); in mediaStressPlayback()
|
/aosp_15_r20/external/lz4/tests/ |
H A 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…
|
/aosp_15_r20/external/deqp/scripts/ |
H A D | mustpass.py | 301 def openAndStoreFile(filePath, testFilePath, parentFile): argument 305 parentFile.write(mainGroupSubDir + "/" + testFilePath + "\n")
|
/aosp_15_r20/external/pytorch/ios/TestApp/benchmark/ |
H A D | setup.rb | 97 testFilePath = File.expand_path('../TestAppTests/')
|
/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/ |
D | core-tests.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/maven/
META- ... |