OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pbump
(Results
1 - 25
of
137
) sorted by null
1
2
3
4
5
6
/external/libcxx/test/std/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);
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/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);
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/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);
/external/libcxx/test/std/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);
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/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);
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/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);
/prebuilts/ndk/r10/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/r11/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/r13/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
...]
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
streambuf.pass.cpp
53
base::
pbump
(n+1);
/external/libcxx/test/std/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);
/external/libcxx/test/std/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);
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 839 milliseconds
1
2
3
4
5
6