Home
last modified time | relevance | path

Searched refs:pubsync (Results 1 – 10 of 10) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/
Dpubsync.pass.cpp31 assert(t.pubsync() == 0); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dstreambuf43 int pubsync();
144 int pubsync();
271 basic_streambuf<_CharT, _Traits>::pubsync()
Dostream254 if (__os_.rdbuf()->pubsync() == -1)
965 if (this->rdbuf()->pubsync() == -1)
Distream1323 if (this->rdbuf()->pubsync() == -1)
Dlocale4359 if (__bufptr_->pubsync())
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_streambuf.h153 int pubsync() { return this->sync(); } in pubsync() function
D_ostream.h136 if (this->rdbuf()->pubsync() == -1) in flush()
D_istream.c481 if (__buf->pubsync() == -1) { in sync()
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk1755 $(call gen-test, input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/pubsync)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk1746 $(call gen-test, input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/pubsync)