Home
last modified time | relevance | path

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

/external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/
DAndroid.mk23 test_name := input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/pubsync
24 test_src := pubsync.pass.cpp
Dpubsync.pass.cpp31 assert(t.pubsync() == 0); in main()
/external/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())
/external/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.c495 if (__buf->pubsync() == -1) { in sync()