Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Ddex_bytecode.h194 std::ostream& operator<<(std::ostream& os, Opcode opcode);
197 std::ostream& operator<<(std::ostream& os, InstructionFormat format);
/tools/dexter/slicer/
Ddex_bytecode.cc319 std::ostream& operator<<(std::ostream& os, Opcode opcode) { in operator <<()
323 std::ostream& operator<<(std::ostream& os, InstructionFormat format) { in operator <<()
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/testtype/
DGameQualificationHostsideController.java318 try (OutputStream ostream = new FileOutputStream(mApkInfoFile)) { in initApkList() argument
319 ByteStreams.copy(inputStream, ostream); in initApkList()