Searched refs:flush (Results 76 - 83 of 83) sorted by relevance

1234

/gem5/ext/systemc/src/
H A Dsystemc.h77 using std::flush;
/gem5/src/dev/arm/
H A Dhdlcd.cc648 flush();
/gem5/util/minorview/
H A Dview.py300 gtk.gdk.flush()
/gem5/configs/example/
H A Dread_config.py91 sys.stdout.flush()
/gem5/src/mem/ruby/structures/
H A DCacheMemory.cc48 out << flush; local
/gem5/src/base/
H A Dcp_annotate.cc931 osbin->flush();
976 osbin->flush();
/gem5/src/base/stats/
H A Dtext.cc165 stream->flush();
/gem5/ext/googletest/googletest/test/
H A Dgtest_unittest.cc4622 // Tests that basic IO manipulators (endl, ends, and flush) can be
4627 << "A NUL char " << std::ends << std::flush << " in line 2.";
5124 r << "Data" << std::endl << std::flush << std::ends << "Will be visible";

Completed in 46 milliseconds

1234