Home
last modified time | relevance | path

Searched defs:inputStream (Results 1 – 5 of 5) sorted by relevance

/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DUrlReplacement.java90 InputStream inputStream = new FileInputStream(urlReplacementConfigFile); in init() local
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/
DIncrementalDeqpPreparerTest.java91 InputStream inputStream = getClass().getResourceAsStream("/testdata/perf-dump.txt"); in testParseDump() local
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DCertificationSuiteResultReporter.java203 try (InputStream inputStream = stream.createInputStream()) { in testLog()
207 try (InputStream inputStream = stream.createInputStream()) { in testLog()
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DTestModelsListLoader.java156 static String readAssetsFileAsString(InputStream inputStream) throws IOException { in readAssetsFileAsString()
/test/mts/tools/mts-tradefed/tests/src/com/android/compatibility/tradefed/
DMtsTradefedTest.java164 InputStream inputStream = getClass().getClassLoader().getResourceAsStream(moduleTestList); in getTestModulesTaggedWithIncludeFilterFromXML() local