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

1 2 3 4 5

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/
gbump.pass.cpp 15 // void gbump(int n);
33 void gbump(int n) function in struct:test
38 base::gbump(n);
51 t.gbump(2);
57 t.gbump(3);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
underflow.pass.cpp 36 void gbump(int n) {base::gbump(n);} function in struct:test_buf
66 f.gbump(8);
pbackfail.pass.cpp 36 void gbump(int n) {base::gbump(n);} function in struct:test_buf
overflow.pass.cpp 36 void gbump(int n) {base::gbump(n);} function in struct:test_buf
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
pbackfail.pass.cpp 31 void gbump(int n) {base::gbump(n);} function in struct:test_buf
underflow.pass.cpp 32 void gbump(int n) {base::gbump(n);} function in struct:test_buf
65 f.gbump(8);
101 f.gbump(8);
seekoff.pass.cpp 34 void gbump(int n) {base::gbump(n);} function in struct:test_buf
overflow.pass.cpp 33 void gbump(int n) {base::gbump(n);} function in struct:test_buf
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
strstream.cpp 199 gbump(-1);
206 gbump(-1);
211 gbump(-1);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
sstream.tcc 62 this->gbump(-1);
70 this->gbump(-1);
179 this->gbump((__beg + __newoffi) - this->gptr());
213 this->gbump((__beg + __pos) - this->gptr());
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
sstream.tcc 62 this->gbump(-1);
70 this->gbump(-1);
179 this->gbump((__beg + __newoffi) - this->gptr());
213 this->gbump((__beg + __pos) - this->gptr());
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
sstream.tcc 62 this->gbump(-1);
70 this->gbump(-1);
179 this->gbump((__beg + __newoffi) - this->gptr());
213 this->gbump((__beg + __pos) - this->gptr());
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
sstream.tcc 62 this->gbump(-1);
70 this->gbump(-1);
179 this->gbump((__beg + __newoffi) - this->gptr());
213 this->gbump((__beg + __pos) - this->gptr());
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
sstream.tcc 62 this->gbump(-1);
70 this->gbump(-1);
179 this->gbump((__beg + __newoffi) - this->gptr());
213 this->gbump((__beg + __pos) - this->gptr());
  /external/stlport/src/
strstream.cpp 159 gbump(-1);
163 gbump(-1);
167 gbump(-1);
  /ndk/sources/cxx-stl/stlport/src/
strstream.cpp 159 gbump(-1);
163 gbump(-1);
167 gbump(-1);
  /external/stlport/stlport/stl/
_sstream.c 108 this->gbump(1);
121 this->gbump(-1);
125 this->gbump(-1);
133 this->gbump(-1);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 108 this->gbump(1);
121 this->gbump(-1);
125 this->gbump(-1);
133 this->gbump(-1);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 108 this->gbump(1);
121 this->gbump(-1);
125 this->gbump(-1);
133 this->gbump(-1);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 108 this->gbump(1);
121 this->gbump(-1);
125 this->gbump(-1);
133 this->gbump(-1);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 108 this->gbump(1);
121 this->gbump(-1);
125 this->gbump(-1);
133 this->gbump(-1);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 108 this->gbump(1);
121 this->gbump(-1);
125 this->gbump(-1);
133 this->gbump(-1);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_sstream.c 108 this->gbump(1);
121 this->gbump(-1);
125 this->gbump(-1);
133 this->gbump(-1);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
streambuf 299 this->gbump(1);
357 this->gbump(-1);
378 this->gbump(-1);
474 gbump(int __n) { _M_in_cur += __n; }
684 this->gbump(1);
761 this->gbump(1);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
streambuf 302 this->gbump(1);
361 this->gbump(-1);
382 this->gbump(-1);
478 gbump(int __n) { _M_in_cur += __n; }
688 this->gbump(1);
766 this->gbump(1);

Completed in 1840 milliseconds

1 2 3 4 5