Home
last modified time | relevance | path

Searched defs:sync (Results 1 – 13 of 13) sorted by relevance

/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/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/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
Dsync.pass.cpp43 int sync() in sync() function
/ndk/sources/cxx-stl/stlport/src/
Dstdio_streambuf.cpp144 int stdio_streambuf_base::sync() { in sync() function in stdio_streambuf_base
Diostream.cpp296 bool _STLP_CALL ios_base::sync_with_stdio(bool sync) { in sync_with_stdio()
/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/sources/cxx-stl/stlport/stlport/stl/
D_streambuf.c184 basic_streambuf<_CharT, _Traits>::sync() { return 0; } in sync() function
D_fstream.c402 int basic_filebuf<_CharT, _Traits>::sync() { in sync() function
D_istream.c476 int basic_istream<_CharT, _Traits>::sync() { in sync() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dios.cpp463 ios_base::sync_with_stdio(bool sync) in sync_with_stdio()