Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/model/
DXml.kt59 val inputStream = InputSource(xml) in parseDocument() constant
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/extras/
DStreamAdapter.kt26 class InputStreamAdapter(val inputStream: InputStream, constant in trebuchet.extras.InputStreamAdapter
/tools/loganalysis/javatests/com/android/loganalysis/parser/
DTimingsLogParserTest.java350 InputStream inputStream = new ByteArrayInputStream(input.getBytes()); in createBufferedReader() local
/tools/test/graphicsbenchmark/performance_tests/helper/src/com/android/game/qualification/
DGameCoreConfigurationXmlParser.java89 public GameCoreConfiguration parse(InputStream inputStream) in parse()
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/testtype/
DGameQualificationHostsideController.java313 try(InputStream inputStream = ApkInfo.class.getResourceAsStream(resource)) { in initApkList()
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/test/
DPerformanceTest.java252 try (InputStream inputStream = new FileInputStream(resultFile)) { in retrieveResultData()