/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/ |
D | sync.pass.cpp | 43 int sync() in sync() function 55 assert(is.sync() == 0); in main() 61 assert(is.sync() == 0); in main()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | iostream.cpp | 296 bool _STLP_CALL ios_base::sync_with_stdio(bool sync) { in sync_with_stdio() argument 302 if (sync == _S_is_synced) return sync; in sync_with_stdio() 307 _S_is_synced = sync; in sync_with_stdio() 308 return sync; in sync_with_stdio() 316 if (sync) in sync_with_stdio() 321 if (sync) { in sync_with_stdio() 344 _S_is_synced = sync; in sync_with_stdio()
|
D | stdio_streambuf.h | 67 int sync();
|
D | stdio_streambuf.cpp | 144 int stdio_streambuf_base::sync() { in sync() function in stdio_streambuf_base
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/ |
D | flush.pass.cpp | 34 sync() in sync() function in testbuf
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/ |
D | flush.pass.cpp | 35 sync() in sync() function in testbuf
|
D | endl.pass.cpp | 55 sync() in sync() function in testbuf
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
D | output_test_stream.hpp | 64 void sync();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream_sentry/ |
D | construct.pass.cpp | 30 int virtual sync() in sync() function
|
D | destruct.pass.cpp | 30 int virtual sync() in sync() function
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | test_tools.ipp | 472 sync(); 489 sync(); 506 sync(); 523 sync(); 600 sync(); 608 output_test_stream::sync()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _streambuf.h | 138 virtual int sync(); 153 int pubsync() { return this->sync(); } in pubsync()
|
D | _streambuf.c | 184 basic_streambuf<_CharT, _Traits>::sync() { return 0; } in sync() function
|
D | _istream.h | 161 int sync();
|
D | _fstream.c | 402 int basic_filebuf<_CharT, _Traits>::sync() { in sync() function
|
D | _fstream.h | 212 virtual int sync();
|
D | _istream.c | 476 int basic_istream<_CharT, _Traits>::sync() { in sync() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | __std_stream | 237 virtual int sync(); 327 __stdoutbuf<_CharT>::sync() 352 sync();
|
D | streambuf | 91 virtual int sync(); 192 virtual int sync(); 273 return sync(); 479 basic_streambuf<_CharT, _Traits>::sync()
|
D | fstream | 55 virtual int sync(); 223 virtual int sync(); 563 if (sync()) 792 if (__file_ == 0 || (__width <= 0 && __off != 0) || sync()) 827 if (__file_ == 0 || sync()) 842 basic_filebuf<_CharT, _Traits>::sync() 914 sync();
|
D | istream | 80 int sync(); 239 int sync(); 1311 basic_istream<_CharT, _Traits>::sync()
|
D | ios | 104 static bool sync_with_stdio(bool sync = true);
|
D | locale | 4062 virtual int sync(); 4307 if (__cv_ == 0 || __bufptr_ == 0 || (__width <= 0 && __off != 0) || sync()) 4330 if (__cv_ == 0 || __bufptr_ == 0 || sync()) 4339 wbuffer_convert<_Codecvt, _Elem, _Tr>::sync() 4457 if ((__cm_ & ios_base::out) && sync())
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream_sentry/ |
D | ctor.pass.cpp | 46 int virtual sync() in sync() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | ios.cpp | 463 ios_base::sync_with_stdio(bool sync) in sync_with_stdio() argument 467 previous_state = sync; in sync_with_stdio()
|