Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/
Dflush.pass.cpp47 os.flush(); in main()
50 os.flush(); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Diostream.cpp59 cout_ptr->flush(); in ~Init()
60 clog_ptr->flush(); in ~Init()
64 wcout_ptr->flush(); in ~Init()
65 wclog_ptr->flush(); in ~Init()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/
Dflush.pass.cpp47 flush(os); in main()
54 flush(os); in main()
/ndk/sources/cxx-stl/stlport/stlport/using/h/
Dostream.h4 using _STLP_OLD_IO_NAMESPACE::flush;
Diostream.h22 using _STLP_OLD_IO_NAMESPACE::flush;
/ndk/sources/cxx-stl/stlport/stlport/using/
Dostream10 using _STLP_NEW_IO_NAMESPACE::flush;
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ostream.h134 _Self& flush() { in flush() function
189 _M_str.flush(); in ~sentry()
224 __str.tie()->flush(); in __init_bostr()
359 __os.flush(); in endl()
372 flush(basic_ostream<_CharT, _Traits>& __os) { in flush() function
373 __os.flush(); in flush()
D_istream.h297 __istr.tie()->flush();
313 __istr.tie()->flush();
D_rope.h217 void flush() {
221 ~sequence_buffer() { flush(); }
229 __x.flush();
235 __x.flush();
251 flush();
267 flush();
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Doutput_test_stream.hpp59 void flush();
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dprogress.hpp131 do { m_os << '*' << std::flush; } while ( ++_tic < tics_needed ); in display_tic()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dtest_tools.ipp479 flush();
496 flush();
513 flush();
571 m_pimpl->m_pattern.flush();
576 flush();
584 output_test_stream::flush()
Dcompiler_log_formatter.ipp72 ostr.flush();
Dplain_report_formatter.ipp94 ostr.flush();
Dunit_test_log.ipp153 s_log_impl().stream().flush();
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-message_test.cc135 << "A NUL char " << std::ends << std::flush in TEST()
Dgtest_unittest.cc4537 << "A NUL char " << std::ends << std::flush << " in line 2."; in TEST()
5034 r << "Data" << std::endl << std::flush << std::ends << "Will be visible"; in TEST()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dostream64 basic_ostream& flush();
119 basic_ostream<charT,traits>& flush(basic_ostream<charT,traits>& os);
201 basic_ostream& flush();
239 __os.tie()->flush();
954 basic_ostream<_CharT, _Traits>::flush()
1023 __os.flush();
1039 flush(basic_ostream<_CharT, _Traits>& __os)
1041 __os.flush();
Distream271 __is.tie()->flush();
/ndk/tests/awk/extract-pid/
Dtest-1.in89 root 171 2 0 0 ffffffff 00000000 S flush-179:0
113 root 3461 2 0 0 ffffffff 00000000 S flush-0:17
/ndk/sources/host-tools/make-3.81/tests/
DNEWS115 flush their output for some reason will still print all the
/ndk/sources/host-tools/nawk-20071023/
DFIXES896 flush stdout before opening file or pipe
/ndk/sources/host-tools/make-3.81/
DChangeLog1122 * main.c (log_working_directory): flush stdout to be sure the WD
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk1611 $(call gen-test, input.output/iostream.format/output.streams/ostream.manip/flush)
1619 $(call gen-test, input.output/iostream.format/output.streams/ostream.unformatted/flush)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk1620 $(call gen-test, input.output/iostream.format/output.streams/ostream.manip/flush)
1628 $(call gen-test, input.output/iostream.format/output.streams/ostream.unformatted/flush)