OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sputc
(Results
1 - 25
of
151
) sorted by null
1
2
3
4
5
6
7
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
overflow.pass.cpp
24
assert(sb.
sputc
('1') == '1');
26
assert(sb.
sputc
('2') == '2');
28
assert(sb.
sputc
('3') == '3');
30
assert(sb.
sputc
('4') == '4');
32
assert(sb.
sputc
('5') == '5');
34
assert(sb.
sputc
('6') == '6');
36
assert(sb.
sputc
('7') == '7');
38
assert(sb.
sputc
('8') == '8');
40
assert(sb.
sputc
('9') == '9');
42
assert(sb.
sputc
('0') == '0')
[
all
...]
seekoff.pass.cpp
48
assert(sb.
sputc
('a') == 'a');
51
assert(sb.
sputc
('b') == 'b');
54
assert(sb.
sputc
('c') == 'c');
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/
overflow.pass.cpp
42
assert(sb.
sputc
('1') == '1');
44
assert(sb.
sputc
('2') == '2');
46
assert(sb.
sputc
('3') == '3');
48
assert(sb.
sputc
('4') == '4');
50
assert(sb.
sputc
('5') == '5');
52
assert(sb.
sputc
('6') == '6');
54
assert(sb.
sputc
('7') == '7');
56
assert(sb.
sputc
('8') == '8');
58
assert(sb.
sputc
('9') == '9');
60
assert(sb.
sputc
('0') == '0')
[
all
...]
seekoff.pass.cpp
47
assert(sb.
sputc
('a') == 'a');
50
assert(sb.
sputc
('b') == 'b');
53
assert(sb.
sputc
('c') == 'c');
66
assert(sb.
sputc
('a') == 'a');
71
assert(sb.
sputc
('c') == 'c');
74
assert(sb.
sputc
('3') == '3');
77
assert(sb.
sputc
('7') == '7');
80
assert(sb.
sputc
('c') == 'c');
107
assert(sb.
sputc
(L'a') == L'a');
110
assert(sb.
sputc
(L'b') == L'b')
[
all
...]
seekpos.pass.cpp
35
assert(sb.
sputc
('a') == 'a');
44
assert(sb.
sputc
('a') == 'a');
47
assert(sb.
sputc
('3') == '3');
62
assert(sb.
sputc
(L'a') == L'a');
71
assert(sb.
sputc
(L'a') == L'a');
74
assert(sb.
sputc
(L'3') == L'3');
underflow.pass.cpp
48
sb.
sputc
('4');
66
sb.
sputc
(L'4');
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
cp_size_cp.pass.cpp
44
assert(sb.
sputc
('e') == 'e');
45
assert(sb.
sputc
('f') == 'f');
46
assert(sb.
sputc
('g') == 'g');
47
assert(sb.
sputc
('h') == 'h');
48
assert(sb.
sputc
('i') == 'i');
49
assert(sb.
sputc
('j') == EOF);
61
assert(sb.
sputc
('e') == 'e');
62
assert(sb.
sputc
('f') == 'f');
63
assert(sb.
sputc
('g') == 'g');
64
assert(sb.
sputc
('h') == 'h')
[
all
...]
scp_size_scp.pass.cpp
44
assert(sb.
sputc
('e') == 'e');
45
assert(sb.
sputc
('f') == 'f');
46
assert(sb.
sputc
('g') == 'g');
47
assert(sb.
sputc
('h') == 'h');
48
assert(sb.
sputc
('i') == 'i');
49
assert(sb.
sputc
('j') == EOF);
61
assert(sb.
sputc
('e') == 'e');
62
assert(sb.
sputc
('f') == 'f');
63
assert(sb.
sputc
('g') == 'g');
64
assert(sb.
sputc
('h') == 'h')
[
all
...]
ucp_size_ucp.pass.cpp
44
assert(sb.
sputc
('e') == 'e');
45
assert(sb.
sputc
('f') == 'f');
46
assert(sb.
sputc
('g') == 'g');
47
assert(sb.
sputc
('h') == 'h');
48
assert(sb.
sputc
('i') == 'i');
49
assert(sb.
sputc
('j') == EOF);
61
assert(sb.
sputc
('e') == 'e');
62
assert(sb.
sputc
('f') == 'f');
63
assert(sb.
sputc
('g') == 'g');
64
assert(sb.
sputc
('h') == 'h')
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
sputc.pass.cpp
15
// int_type
sputc
(char_type c);
51
assert(t.
sputc
('A') == 'a');
55
assert(t.
sputc
('A') == 'A');
58
assert(t.
sputc
('B') == 'B');
/art/runtime/
indenter.h
36
out_sbuf_->
sputc
(text_);
39
out_sbuf_->
sputc
(c);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members/
freeze.pass.cpp
24
assert(sb.
sputc
('a') == EOF);
26
assert(sb.
sputc
('a') == 'a');
pcount.pass.cpp
24
assert(sb.
sputc
('a') == 'a');
26
assert(sb.
sputc
(0) == 0);
str.pass.cpp
23
assert(sb.
sputc
('a') == 'a');
24
assert(sb.
sputc
(0) == 0);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.members/
rdbuf.pass.cpp
27
assert(fb->
sputc
('r') == 'r');
33
assert(fb->
sputc
(L'r') == L'r');
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
overflow.pass.cpp
81
assert(f.
sputc
(0x4E51) == 0x4E51);
82
assert(f.
sputc
(0x4E52) == 0x4E52);
83
assert(f.
sputc
(0x4E53) == 0x4E53);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/
rdbuf.pass.cpp
25
assert(sb->
sputc
('a') == 'a');
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest/
rdbuf.pass.cpp
25
assert(sb->
sputc
('a') == 'a');
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/
overflow.pass.cpp
29
assert(t.
sputc
('A') == -1);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
overflow.pass.cpp
122
assert(f.
sputc
(0x4E51) == 0x4E51);
123
assert(f.
sputc
(0x4E52) == 0x4E52);
124
assert(f.
sputc
(0x4E53) == 0x4E53);
/external/stlport/stlport/stl/
_ostream.c
169
if (this->_S_eof(__to->
sputc
(_Traits::to_char_type(__c))))
308
__failed = this->_S_eof(this->rdbuf()->
sputc
(__c));
310
__failed = this->_S_eof(this->rdbuf()->
sputc
(__c));
316
__failed = __failed || this->_S_eof(this->rdbuf()->
sputc
(__c));
400
if (this->_S_eof(__buf->
sputc
(this->widen(*__s++))))
414
__failed = this->_S_eof(this->rdbuf()->
sputc
(__c));
/ndk/sources/cxx-stl/stlport/stlport/stl/
_ostream.c
169
if (this->_S_eof(__to->
sputc
(_Traits::to_char_type(__c))))
308
__failed = this->_S_eof(this->rdbuf()->
sputc
(__c));
310
__failed = this->_S_eof(this->rdbuf()->
sputc
(__c));
316
__failed = __failed || this->_S_eof(this->rdbuf()->
sputc
(__c));
400
if (this->_S_eof(__buf->
sputc
(this->widen(*__s++))))
414
__failed = this->_S_eof(this->rdbuf()->
sputc
(__c));
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ostream.c
169
if (this->_S_eof(__to->
sputc
(_Traits::to_char_type(__c))))
308
__failed = this->_S_eof(this->rdbuf()->
sputc
(__c));
310
__failed = this->_S_eof(this->rdbuf()->
sputc
(__c));
316
__failed = __failed || this->_S_eof(this->rdbuf()->
sputc
(__c));
400
if (this->_S_eof(__buf->
sputc
(this->widen(*__s++))))
414
__failed = this->_S_eof(this->rdbuf()->
sputc
(__c));
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ostream.c
169
if (this->_S_eof(__to->
sputc
(_Traits::to_char_type(__c))))
308
__failed = this->_S_eof(this->rdbuf()->
sputc
(__c));
310
__failed = this->_S_eof(this->rdbuf()->
sputc
(__c));
316
__failed = __failed || this->_S_eof(this->rdbuf()->
sputc
(__c));
400
if (this->_S_eof(__buf->
sputc
(this->widen(*__s++))))
414
__failed = this->_S_eof(this->rdbuf()->
sputc
(__c));
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ostream.c
169
if (this->_S_eof(__to->
sputc
(_Traits::to_char_type(__c))))
308
__failed = this->_S_eof(this->rdbuf()->
sputc
(__c));
310
__failed = this->_S_eof(this->rdbuf()->
sputc
(__c));
316
__failed = __failed || this->_S_eof(this->rdbuf()->
sputc
(__c));
400
if (this->_S_eof(__buf->
sputc
(this->widen(*__s++))))
414
__failed = this->_S_eof(this->rdbuf()->
sputc
(__c));
Completed in 244 milliseconds
1
2
3
4
5
6
7