/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/ |
pubsync.pass.cpp | 15 // int pubsync(); 31 assert(t.pubsync() == 0);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/ |
pubsync.pass.cpp | 15 // int pubsync(); 31 assert(t.pubsync() == 0);
|
/art/runtime/ |
indenter.h | 57 out_sbuf_->pubsync(); 67 return out_sbuf_->pubsync(); 88 out_sbuf_->pubsync();
|
/prebuilts/misc/common/swig/include/2.0.11/std/ |
std_streambuf.i | 47 pubsync() ;
|
/external/libcxx/include/ |
streambuf | 43 int pubsync(); 144 int pubsync(); 271 basic_streambuf<_CharT, _Traits>::pubsync()
|
ostream | 266 if (__os_.rdbuf()->pubsync() == -1) 977 if (this->rdbuf()->pubsync() == -1) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
streambuf | 43 int pubsync(); 144 int pubsync(); 271 basic_streambuf<_CharT, _Traits>::pubsync()
|
ostream | 254 if (__os_.rdbuf()->pubsync() == -1) 965 if (this->rdbuf()->pubsync() == -1)
|
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
streambuf | 43 int pubsync(); 144 int pubsync(); 271 basic_streambuf<_CharT, _Traits>::pubsync()
|
ostream | 254 if (__os_.rdbuf()->pubsync() == -1) 965 if (this->rdbuf()->pubsync() == -1)
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_ostream.h | 136 if (this->rdbuf()->pubsync() == -1)
|
_streambuf.h | 153 int pubsync() { return this->sync(); } function in class:basic_streambuf
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
ostream.tcc | 219 if (this->rdbuf() && this->rdbuf()->pubsync() == -1)
|
istream.tcc | 795 if (__sb->pubsync() == -1)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
ostream.tcc | 219 if (this->rdbuf() && this->rdbuf()->pubsync() == -1)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
ostream.tcc | 219 if (this->rdbuf() && this->rdbuf()->pubsync() == -1)
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
ostream.tcc | 219 if (this->rdbuf() && this->rdbuf()->pubsync() == -1)
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_ostream.h | 136 if (this->rdbuf()->pubsync() == -1)
|
_streambuf.h | 153 int pubsync() { return this->sync(); } function in class:basic_streambuf
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
ostream | 344 * Otherwise, calls @c rdbuf()->pubsync(), and if that returns -1, 434 if (_M_os.rdbuf() && _M_os.rdbuf()->pubsync() == -1)
|
istream | 546 * Otherwise, calls @c rdbuf()->pubsync(), and if that returns -1,
|
streambuf | 271 pubsync() { return this->sync(); }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ |
ostream | 344 * Otherwise, calls @c rdbuf()->pubsync(), and if that returns -1, 434 if (_M_os.rdbuf() && _M_os.rdbuf()->pubsync() == -1)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
ostream | 344 * Otherwise, calls @c rdbuf()->pubsync(), and if that returns -1, 434 if (_M_os.rdbuf() && _M_os.rdbuf()->pubsync() == -1)
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
ostream | 344 * Otherwise, calls @c rdbuf()->pubsync(), and if that returns -1, 434 if (_M_os.rdbuf() && _M_os.rdbuf()->pubsync() == -1)
|