HomeSort by relevance Sort by last modified time
    Searched refs:pbump (Results 76 - 100 of 106) sorted by null

1 2 34 5

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
strstream.cpp 184 pbump(static_cast<int>(nout));
188 pbump(1);
278 pbump(static_cast<int>((epptr() - pbase()) - __off));
308 pbump(static_cast<int>((epptr() - pbase()) - temp));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/ext.manip/
put_money.pass.cpp 45 base::pbump(n+1);
put_time.pass.cpp 45 base::pbump(n+1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
bool.pass.cpp 46 base::pbump(n+1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/
CharT.pass.cpp 47 base::pbump(n+1);
CharT_pointer.pass.cpp 47 base::pbump(n+1);
char.pass.cpp 47 base::pbump(n+1);
char_pointer.pass.cpp 47 base::pbump(n+1);
char_to_wide.pass.cpp 47 base::pbump(n+1);
char_to_wide_pointer.pass.cpp 47 base::pbump(n+1);
signed_char.pass.cpp 47 base::pbump(n+1);
signed_char_pointer.pass.cpp 47 base::pbump(n+1);
unsigned_char.pass.cpp 47 base::pbump(n+1);
unsigned_char_pointer.pass.cpp 47 base::pbump(n+1);
  /ndk/sources/cxx-stl/stlport/src/
strstream.cpp 138 pbump((int)old_size);
149 pbump(1);
236 pbump((int)off);
240 pbump((int)(off - (pbase() - seeklow)));
  /external/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
get_streambuf.pass.cpp 50 base::pbump(n+1);
get_streambuf_chart.pass.cpp 51 base::pbump(n+1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
get_streambuf.pass.cpp 50 base::pbump(n+1);
get_streambuf_chart.pass.cpp 51 base::pbump(n+1);
  /external/oprofile/include/
sstream 189 pbump(newoffo + off);
212 pbump(o);
  /external/zlib/src/contrib/iostream3/
zfstream.cc 226 this->pbump(1);
240 this->pbump(-bytes_to_write);
  /external/stlport/stlport/stl/
_streambuf.h 115 void pbump(int __n) { _M_pnext += __n; } function in class:basic_streambuf
  /external/zlib/src/contrib/iostream/
zfstream.cpp 198 pbump(1);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 115 void pbump(int __n) { _M_pnext += __n; } function in class:basic_streambuf
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 115 void pbump(int __n) { _M_pnext += __n; } function in class:basic_streambuf

Completed in 549 milliseconds

1 2 34 5