HomeSort by relevance Sort by last modified time
    Searched refs:pbump (Results 1 - 25 of 59) sorted by null

1 2 3

  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
pbump.pass.cpp 15 // void pbump(int n);
33 void pbump(int n) function in struct:test
38 base::pbump(n);
51 t.pbump(2);
52 t.pbump(1);
58 t.pbump(3);
59 t.pbump(1);
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/string.streams/stringbuf/stringbuf.virtuals/
underflow.pass.cpp 29 void pbump(int n) {base::pbump(n);} function in struct:testbuf
36 sb.pbump(3);
54 sb.pbump(3);
  /external/stlport/stlport/stl/
_sstream.c 87 this->pbump((int)_M_str.size()); // initial write position, if we initialized with string
148 this->pbump(1);
155 this->pbump((int)_M_str.size());
159 this->pbump((int)_M_str.size());
181 this->pbump((int)__n);
204 this->pbump((int)_M_str.size());
224 this->pbump(__STATIC_CAST(int, __n));
249 this->pbump((int)_M_str.size());
290 this->pbump((int)__offp);
349 this->pbump((int)__off)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 87 this->pbump((int)_M_str.size()); // initial write position, if we initialized with string
148 this->pbump(1);
155 this->pbump((int)_M_str.size());
159 this->pbump((int)_M_str.size());
181 this->pbump((int)__n);
204 this->pbump((int)_M_str.size());
224 this->pbump(__STATIC_CAST(int, __n));
249 this->pbump((int)_M_str.size());
290 this->pbump((int)__offp);
349 this->pbump((int)__off)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 87 this->pbump((int)_M_str.size()); // initial write position, if we initialized with string
148 this->pbump(1);
155 this->pbump((int)_M_str.size());
159 this->pbump((int)_M_str.size());
181 this->pbump((int)__n);
204 this->pbump((int)_M_str.size());
224 this->pbump(__STATIC_CAST(int, __n));
249 this->pbump((int)_M_str.size());
290 this->pbump((int)__offp);
349 this->pbump((int)__off)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 87 this->pbump((int)_M_str.size()); // initial write position, if we initialized with string
148 this->pbump(1);
155 this->pbump((int)_M_str.size());
159 this->pbump((int)_M_str.size());
181 this->pbump((int)__n);
204 this->pbump((int)_M_str.size());
224 this->pbump(__STATIC_CAST(int, __n));
249 this->pbump((int)_M_str.size());
290 this->pbump((int)__offp);
349 this->pbump((int)__off)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 87 this->pbump((int)_M_str.size()); // initial write position, if we initialized with string
148 this->pbump(1);
155 this->pbump((int)_M_str.size());
159 this->pbump((int)_M_str.size());
181 this->pbump((int)__n);
204 this->pbump((int)_M_str.size());
224 this->pbump(__STATIC_CAST(int, __n));
249 this->pbump((int)_M_str.size());
290 this->pbump((int)__offp);
349 this->pbump((int)__off)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 87 this->pbump((int)_M_str.size()); // initial write position, if we initialized with string
148 this->pbump(1);
155 this->pbump((int)_M_str.size());
159 this->pbump((int)_M_str.size());
181 this->pbump((int)__n);
204 this->pbump((int)_M_str.size());
224 this->pbump(__STATIC_CAST(int, __n));
249 this->pbump((int)_M_str.size());
290 this->pbump((int)__offp);
349 this->pbump((int)__off)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
streambuf.pass.cpp 53 base::pbump(n+1);
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
basic_ios.pass.cpp 47 base::pbump(n+1);
ios_base.pass.cpp 46 base::pbump(n+1);
ostream.pass.cpp 47 base::pbump(n+1);
streambuf.pass.cpp 53 base::pbump(n+1);
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
double.pass.cpp 46 base::pbump(n+1);
float.pass.cpp 46 base::pbump(n+1);
int.pass.cpp 46 base::pbump(n+1);
long.pass.cpp 46 base::pbump(n+1);
long_double.pass.cpp 46 base::pbump(n+1);
long_long.pass.cpp 46 base::pbump(n+1);
pointer.pass.cpp 46 base::pbump(n+1);
short.pass.cpp 46 base::pbump(n+1);
unsigned_int.pass.cpp 46 base::pbump(n+1);
unsigned_long.pass.cpp 46 base::pbump(n+1);
unsigned_long_long.pass.cpp 46 base::pbump(n+1);
unsigned_short.pass.cpp 46 base::pbump(n+1);

Completed in 979 milliseconds

1 2 3