/ndk/sources/cxx-stl/stlport/stlport/using/ |
export | 12 strstream
|
strstream | 4 using _STLP_NEW_IO_NAMESPACE::strstream;
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/using/ |
export | 12 strstream
|
strstream | 4 using _STLP_NEW_IO_NAMESPACE::strstream;
|
/ndk/sources/cxx-stl/stlport/stlport/using/h/ |
strstream.h | 4 using _STLP_OLD_IO_NAMESPACE::strstream;
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/using/h/ |
strstream.h | 4 using _STLP_OLD_IO_NAMESPACE::strstream;
|
/frameworks/base/tools/aapt2/diff/ |
Diff.cpp | 149 std::stringstream strStream; 150 strStream << "value " << pkgA->name << ":" << typeA->type << "/" << entryA->name 152 valueA->print(&strStream); 153 strStream << "\n vs \n"; 154 valueB->print(&strStream); 155 emitDiffLine(apkB->getSource(), strStream.str()); 174 std::stringstream strStream; 175 strStream << "missing " << pkgA->name << ":" << typeA->type << "/" << entryA->name 177 emitDiffLine(apkB->getSource(), strStream.str()); 190 std::stringstream strStream; [all...] |
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/ |
types.pass.cpp | 10 // <strstream> 12 // class strstream 22 #include <strstream> 27 static_assert((std::is_base_of<std::iostream, std::strstream>::value), ""); 28 static_assert((std::is_same<std::strstream::char_type, char>::value), ""); 29 static_assert((std::is_same<std::strstream::int_type, std::char_traits<char>::int_type>::value), ""); 30 static_assert((std::is_same<std::strstream::pos_type, std::char_traits<char>::pos_type>::value), ""); 31 static_assert((std::is_same<std::strstream::off_type, std::char_traits<char>::off_type>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstream/ |
types.pass.cpp | 10 // <strstream> 12 // class strstream 22 #include <strstream> 27 static_assert((std::is_base_of<std::iostream, std::strstream>::value), ""); 28 static_assert((std::is_same<std::strstream::char_type, char>::value), ""); 29 static_assert((std::is_same<std::strstream::int_type, std::char_traits<char>::int_type>::value), ""); 30 static_assert((std::is_same<std::strstream::pos_type, std::char_traits<char>::pos_type>::value), ""); 31 static_assert((std::is_same<std::strstream::off_type, std::char_traits<char>::off_type>::value), "");
|
/ndk/tests/device/test-gnustl-full/unit/ |
strstream_buffer_read_test.cpp | 7 # include <strstream> 30 strstream stream(hello, sizeof(hello), ios_base::in);
|
strstream_header_test.cpp | 9 # include <strstream>
|
/ndk/tests/device/test-stlport/unit/ |
strstream_buffer_read_test.cpp | 7 # include <strstream> 30 strstream stream(hello, sizeof(hello), ios_base::in);
|
strstream_header_test.cpp | 9 # include <strstream>
|
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest/ |
rdbuf.pass.cpp | 10 // <strstream> 12 // class strstream 16 #include <strstream> 23 const std::strstream out(buf, 0);
|
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/ |
freeze.pass.cpp | 10 // <strstream> 12 // class strstream 16 #include <strstream> 22 std::strstream out;
|
pcount.pass.cpp | 10 // <strstream> 12 // class strstream 16 #include <strstream> 22 std::strstream out;
|
str.pass.cpp | 10 // <strstream> 12 // class strstream 16 #include <strstream> 22 std::strstream out;
|
/external/parameter-framework/upstream/parameter/ |
BitParameterType.cpp | 92 std::ostringstream strStream; 94 strStream << "Pos and Size attributes inconsistent with maximum container element size (" 97 serializingContext.setError(strStream.str()); 107 std::ostringstream strStream; 109 strStream << "Max attribute inconsistent with maximum encodable size (" 112 serializingContext.setError(strStream.str()); 131 std::ostringstream strStream; 133 strStream << "Value " << strValue << " standing out of admitted range ["; 137 strStream << "0x0, " 141 strStream << "0, " [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest/ |
rdbuf.pass.cpp | 10 // <strstream> 12 // class strstream 16 #include <strstream> 23 const std::strstream out(buf, 0);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/ |
freeze.pass.cpp | 10 // <strstream> 12 // class strstream 16 #include <strstream> 22 std::strstream out;
|
pcount.pass.cpp | 10 // <strstream> 12 // class strstream 16 #include <strstream> 22 std::strstream out;
|
str.pass.cpp | 10 // <strstream> 12 // class strstream 16 #include <strstream> 22 std::strstream out;
|
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons/ |
default.pass.cpp | 10 // <strstream> 12 // class strstream 14 // strstream(); 16 #include <strstream> 21 std::strstream inout;
|
cp_size_mode.pass.cpp | 10 // <strstream> 12 // class strstream 14 // strstream(char* s, int n, ios_base::openmode mode = ios_base::in | ios_base::out); 16 #include <strstream> 23 std::strstream inout(buf, 0); 43 std::strstream inout(buf, 11, std::ios::app);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons/ |
default.pass.cpp | 10 // <strstream> 12 // class strstream 14 // strstream(); 16 #include <strstream> 21 std::strstream inout;
|