Home
last modified time | relevance | path

Searched refs:ostream (Results 1 – 2 of 2) sorted by relevance

/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/testtype/
DGameQualificationHostsideController.java314 try (OutputStream ostream = new FileOutputStream(mApkInfoFile)) { in initApkList() argument
315 ByteStreams.copy(inputStream, ostream); in initApkList()
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/data_storage/_sponge/
Dsponge_client_lite.py54 def WriteXmlToStream(self, ostream, encoding='UTF-8'): argument
62 xml_writer = SimpleXMLWriter.XMLWriter(ostream, encoding)