OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:istringstream
(Results
26 - 50
of
186
) sorted by null
1
2
3
4
5
6
7
8
/ndk/tests/device/test-stlport/unit/
iostream_test.cpp
43
istringstream
istr;
62
istringstream
istr;
sstream_test.cpp
97
istringstream
s( "1\n2\nabcd\nghk lm\nabcd ef" );
122
istringstream
s("0");
134
istringstream
s( "0" );
229
istringstream
is( "12345" );
236
istringstream
dis( "1.2345" );
243
istringstream
fis( "1.2345" );
332
istringstream
in("01234567890123456789");
359
istringstream
in("01234567890123456789");
396
istringstream
is( "0123456789" );
istmit_test.cpp
58
istringstream
istr(buff);
76
istringstream
empty_istr;
88
istringstream
istr("aabbcd");
99
istringstream
istr("11 22 AA BB 33 44 CC DD");
138
istringstream
is("1 2 3 4 5 6 7 8 9 10");
/external/stlport/test/unit/
sstream_test.cpp
97
istringstream
s( "1\n2\nabcd\nghk lm\nabcd ef" );
122
istringstream
s("0");
134
istringstream
s( "0" );
229
istringstream
is( "12345" );
236
istringstream
dis( "1.2345" );
243
istringstream
fis( "1.2345" );
332
istringstream
in("01234567890123456789");
359
istringstream
in("01234567890123456789");
396
istringstream
is( "0123456789" );
istmit_test.cpp
58
istringstream
istr(buff);
76
istringstream
empty_istr;
88
istringstream
istr("aabbcd");
99
istringstream
istr("11 22 AA BB 33 44 CC DD");
138
istringstream
is("1 2 3 4 5 6 7 8 9 10");
/ndk/tests/device/test-gnustl-full/unit/
sstream_test.cpp
97
istringstream
s( "1\n2\nabcd\nghk lm\nabcd ef" );
122
istringstream
s("0");
134
istringstream
s( "0" );
229
istringstream
is( "12345" );
236
istringstream
dis( "1.2345" );
243
istringstream
fis( "1.2345" );
332
istringstream
in("01234567890123456789");
359
istringstream
in("01234567890123456789");
396
istringstream
is( "0123456789" );
istmit_test.cpp
58
istringstream
istr(buff);
76
istringstream
empty_istr;
88
istringstream
istr("aabbcd");
99
istringstream
istr("11 22 AA BB 33 44 CC DD");
138
istringstream
is("1 2 3 4 5 6 7 8 9 10");
/frameworks/native/opengl/tests/hwc/
hwcTestLib.h
130
ColorFract hwcTestParseColor(std::
istringstream
& in, bool& error);
131
struct hwc_rect hwcTestParseHwcRect(std::
istringstream
& in, bool& error);
132
HwcTestDim hwcTestParseDim(std::
istringstream
& in, bool& error);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/istringstream/istringstream.assign/
member_swap.pass.cpp
23
std::
istringstream
ss0(" 123 456");
24
std::
istringstream
ss(" 789 321");
nonmember_swap.pass.cpp
26
std::
istringstream
ss0(" 123 456");
27
std::
istringstream
ss(" 789 321");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/istringstream/istringstream.cons/
string.pass.cpp
24
std::
istringstream
ss(" 123 456");
35
std::
istringstream
ss(" 123 456", std::ios_base::out);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops/
equal.pass.cpp
28
std::
istringstream
inf1(" 1 23");
29
std::
istringstream
inf2(" 1 23");
arrow.pass.cpp
33
std::
istringstream
inf("1.5 23 ");
dereference.pass.cpp
22
std::
istringstream
inf(" 1 23");
post_increment.pass.cpp
22
std::
istringstream
inf(" 1 23");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_equal/
equal.pass.cpp
23
std::
istringstream
inf1("abc");
24
std::
istringstream
inf2("def");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op!=/
not_equal.pass.cpp
25
std::
istringstream
inf1("abc");
26
std::
istringstream
inf2("def");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op==/
equal.pass.cpp
25
std::
istringstream
inf1("abc");
26
std::
istringstream
inf2("def");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/
io.pass.cpp
39
std::
istringstream
is(os.str());
53
std::
istringstream
is(os.str());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/
io.pass.cpp
45
std::
istringstream
is(os.str());
59
std::
istringstream
is(os.str());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/
io.pass.cpp
39
std::
istringstream
is(os.str());
53
std::
istringstream
is(os.str());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string.io/
get_line_delim_rv.pass.cpp
28
getline(std::
istringstream
(" abc* def* ghij"), s, '*');
40
getline(std::
istringstream
(" abc* def* ghij"), s, '*');
get_line_rv.pass.cpp
28
getline(std::
istringstream
(" abc\n def\n ghij"), s);
40
getline(std::
istringstream
(" abc\n def\n ghij"), s);
/external/stlport/stlport/using/
iosfwd
20
using _STLP_NEW_IO_NAMESPACE::
istringstream
;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons/
istream.pass.cpp
22
std::
istringstream
inf(" 1 23");
Completed in 1252 milliseconds
1
2
3
4
5
6
7
8