HomeSort by relevance Sort by last modified time
    Searched full:pubsync (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /art/runtime/
indenter.h 35 out_sbuf_->pubsync();
42 out_sbuf_->pubsync();
51 out_sbuf_->pubsync();
59 return out_sbuf_->pubsync();
  /external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/
pubsync.pass.cpp 15 // int pubsync();
31 assert(t.pubsync() == 0);
Android.mk 23 test_name := input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/pubsync
24 test_src := pubsync.pass.cpp
  /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);
  /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()
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
streambuf 43 int pubsync();
144 int pubsync();
271 basic_streambuf<_CharT, _Traits>::pubsync()
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
streambuf 43 int pubsync();
144 int pubsync();
271 basic_streambuf<_CharT, _Traits>::pubsync()
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
ostream 322 * Otherwise, calls @c rdbuf()->pubsync(), and if that returns -1,
413 if (_M_os.rdbuf() && _M_os.rdbuf()->pubsync() == -1)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
ostream 320 * Otherwise, calls @c rdbuf()->pubsync(), and if that returns -1,
411 if (_M_os.rdbuf() && _M_os.rdbuf()->pubsync() == -1)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
ostream 320 * Otherwise, calls @c rdbuf()->pubsync(), and if that returns -1,
411 if (_M_os.rdbuf() && _M_os.rdbuf()->pubsync() == -1)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
ostream 320 * Otherwise, calls @c rdbuf()->pubsync(), and if that returns -1,
411 if (_M_os.rdbuf() && _M_os.rdbuf()->pubsync() == -1)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
ostream 320 * Otherwise, calls @c rdbuf()->pubsync(), and if that returns -1,
411 if (_M_os.rdbuf() && _M_os.rdbuf()->pubsync() == -1)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
ostream 322 * Otherwise, calls @c rdbuf()->pubsync(), and if that returns -1,
413 if (_M_os.rdbuf() && _M_os.rdbuf()->pubsync() == -1)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
ostream 322 * Otherwise, calls @c rdbuf()->pubsync(), and if that returns -1,
413 if (_M_os.rdbuf() && _M_os.rdbuf()->pubsync() == -1)
  /external/stlport/stlport/stl/
_ostream.h 136 if (this->rdbuf()->pubsync() == -1)
_streambuf.h 153 int pubsync() { return this->sync(); } function in class:basic_streambuf
  /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.6/x86_64-linux/include/c++/4.6/bits/
ostream.tcc 221 if (this->rdbuf() && this->rdbuf()->pubsync() == -1)
  /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)
  /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/5/sources/cxx-stl/gnu-libstdc++/include/bits/
ostream.tcc 219 if (this->rdbuf() && this->rdbuf()->pubsync() == -1)
  /prebuilts/ndk/5/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

Completed in 1205 milliseconds

1 2 3 4 5