Home
last modified time | relevance | path

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

12

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
Dsync.pass.cpp43 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/
Diostream.cpp296 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()
Dstdio_streambuf.h67 int sync();
Dstdio_streambuf.cpp144 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/
Dflush.pass.cpp34 sync() in sync() function in testbuf
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/
Dflush.pass.cpp35 sync() in sync() function in testbuf
Dendl.pass.cpp55 sync() in sync() function in testbuf
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Doutput_test_stream.hpp64 void sync();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream_sentry/
Dconstruct.pass.cpp30 int virtual sync() in sync() function
Ddestruct.pass.cpp30 int virtual sync() in sync() function
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dtest_tools.ipp472 sync();
489 sync();
506 sync();
523 sync();
600 sync();
608 output_test_stream::sync()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_streambuf.h138 virtual int sync();
153 int pubsync() { return this->sync(); } in pubsync()
D_streambuf.c184 basic_streambuf<_CharT, _Traits>::sync() { return 0; } in sync() function
D_istream.h161 int sync();
D_fstream.c402 int basic_filebuf<_CharT, _Traits>::sync() { in sync() function
D_fstream.h212 virtual int sync();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
D__std_stream237 virtual int sync();
327 __stdoutbuf<_CharT>::sync()
352 sync();
Dstreambuf91 virtual int sync();
192 virtual int sync();
273 return sync();
479 basic_streambuf<_CharT, _Traits>::sync()
Dfstream55 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();
Distream80 int sync();
239 int sync();
1311 basic_istream<_CharT, _Traits>::sync()
Dios104 static bool sync_with_stdio(bool sync = true);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream_sentry/
Dctor.pass.cpp46 int virtual sync() in sync() function
/ndk/tests/abcc/
Dbuild-abcc.sh97 …IR --build-dir=$BUILD_DIR --out-dir=$ABCC_PREBUILT_ASSETS/$ABI --abi=$ABI --no-sync $FLAGS $SRC_DIR
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dios.cpp463 ios_base::sync_with_stdio(bool sync) in sync_with_stdio() argument
467 previous_state = sync; in sync_with_stdio()
/ndk/sources/host-tools/sed-4.2.1/m4/
Dpo.m431 dnl the gettext macros and po/Makefile.in.in are in sync.

12