Searched refs:sync (Results 1 - 21 of 21) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
H A Dsync.pass.cpp12 // int sync();
43 int sync() function in struct:testbuf
55 assert(is.sync() == 0);
61 assert(is.sync() == 0);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/
H A Dflush.pass.cpp34 sync() function in class:testbuf
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/
H A Dflush.pass.cpp35 sync() function in class:testbuf
H A Dendl.pass.cpp55 sync() function in class:testbuf
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream_sentry/
H A Dconstruct.pass.cpp30 int virtual sync() function in struct:testbuf1
H A Ddestruct.pass.cpp30 int virtual sync() function in struct:testbuf1
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
H A Doutput_test_stream.hpp64 void sync();
/ndk/sources/cxx-stl/stlport/src/
H A Diostream.cpp296 bool _STLP_CALL ios_base::sync_with_stdio(bool sync) { argument
302 if (sync == _S_is_synced) return sync;
305 // just set the sync flag and exit
307 _S_is_synced = sync;
308 return sync;
316 if (sync)
321 if (sync) {
344 _S_is_synced = sync;
H A Dstdio_streambuf.h67 int sync();
H A Dstdio_streambuf.cpp144 int stdio_streambuf_base::sync() { function in class:stdio_streambuf_base
/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_streambuf.h138 virtual int sync();
153 int pubsync() { return this->sync(); }
H A D_streambuf.c184 basic_streambuf<_CharT, _Traits>::sync() { return 0; } function in class:_Traits
H A D_istream.h161 int sync();
H A D_fstream.c402 int basic_filebuf<_CharT, _Traits>::sync() { function in class:_Traits
H A D_fstream.h212 virtual int sync();
H A D_istream.c476 int basic_istream<_CharT, _Traits>::sync() {
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream_sentry/
H A Dctor.pass.cpp46 int virtual sync() function in struct:testbuf
/ndk/tests/abcc/
H A Dbuild-abcc.sh97 run $BUILDTOOLS/build-on-device-toolchain.sh --ndk-dir=$NDK_DIR --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/
H A Dios.cpp463 ios_base::sync_with_stdio(bool sync) argument
467 previous_state = sync;
/ndk/tests/device/test-libc++-shared-full/jni/
H A DAndroid.mk1580 $(call gen-test, input.output/iostream.format/input.streams/istream.unformatted/sync)
/ndk/tests/device/test-libc++-static-full/jni/
H A DAndroid.mk1571 $(call gen-test, input.output/iostream.format/input.streams/istream.unformatted/sync)

Completed in 1247 milliseconds