Home
last modified time | relevance | path

Searched refs:flush (Results 1 – 5 of 5) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/listeners/
DLogFileListener.java144 writer.flush(); in handleDivergences()
161 writer.flush(); in handleSeed()
/art/oatdump/
Doatdump.cc454 os << std::flush; in Dump()
478 os << std::flush; in Dump()
596 os << std::flush; in DumpOatDexFile()
624 os << std::flush; in DumpOatDexFile()
629 os << std::flush; in DumpOatDexFile()
706 os << std::flush; in ExportDexFile()
726 os << std::flush; in DumpOatClass()
759 os << std::flush; in DumpOatClass()
827 os << std::flush; in DumpOatMethod()
872 os << std::flush; in DumpOatMethod()
[all …]
/art/imgdiag/
Dimgdiag.cc74 os << std::flush; in Dump()
/art/tools/
Dchecker.py116 out.flush()
/art/runtime/
Ddebugger.cc4601 bool flush = true; in ProcessRecord() local
4610 flush = false; in ProcessRecord()
4613 if (flush) { in ProcessRecord()