/external/stlport/src/ |
ostream.cpp | 20 #include <ostream>
|
iostream.cpp | 71 _STLP_DECLSPEC ostream cout(0); 72 _STLP_DECLSPEC ostream cerr(0); 73 _STLP_DECLSPEC ostream clog(0); 101 _STLP_DECLSPEC _Stl_aligned_buffer<ostream> cout; 102 _STLP_DECLSPEC _Stl_aligned_buffer<ostream> cerr; 103 _STLP_DECLSPEC _Stl_aligned_buffer<ostream> clog; 106 _Stl_aligned_buffer<ostream> cout; 107 _Stl_aligned_buffer<ostream> cerr; 108 _Stl_aligned_buffer<ostream> clog; 225 ostream* ptr_cout = new(&cout) ostream(cout_buf.get()); cout_buf.release() [all...] |
/external/stlport/stlport/ |
iostream.h | 28 #include <ostream.h> 68 class ostream_withassign : public ostream { 70 ostream_withassign() : ostream((streambuf*)0) {} 73 ostream_withassign& operator=(ostream& __s) {
|
ostream | 37 # include_next <ostream> 39 # include _STLP_NATIVE_HEADER(ostream)
|
/ndk/sources/cxx-stl/stlport/src/ |
ostream.cpp | 20 #include <ostream>
|
iostream.cpp | 71 _STLP_DECLSPEC ostream cout(0); 72 _STLP_DECLSPEC ostream cerr(0); 73 _STLP_DECLSPEC ostream clog(0); 101 _STLP_DECLSPEC _Stl_aligned_buffer<ostream> cout; 102 _STLP_DECLSPEC _Stl_aligned_buffer<ostream> cerr; 103 _STLP_DECLSPEC _Stl_aligned_buffer<ostream> clog; 106 _Stl_aligned_buffer<ostream> cout; 107 _Stl_aligned_buffer<ostream> cerr; 108 _Stl_aligned_buffer<ostream> clog; 225 ostream* ptr_cout = new(&cout) ostream(cout_buf.get()); cout_buf.release() [all...] |
/ndk/sources/cxx-stl/stlport/stlport/ |
iostream.h | 28 #include <ostream.h> 68 class ostream_withassign : public ostream { 70 ostream_withassign() : ostream((streambuf*)0) {} 73 ostream_withassign& operator=(ostream& __s) {
|
ostream | 37 # include_next <ostream> 39 # include _STLP_NATIVE_HEADER(ostream)
|
/packages/apps/Camera/jni/feature_stab/src/dbregtest/ |
PgmImage.h | 30 friend std::ostream& operator<< (std::ostream& o, const PgmImage& im); 95 std::ostream& operator<< (std::ostream& o, const PgmImage& im);
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/ |
iostream.h | 28 #include <ostream.h> 68 class ostream_withassign : public ostream { 70 ostream_withassign() : ostream((streambuf*)0) {} 73 ostream_withassign& operator=(ostream& __s) {
|
ostream | 37 # include_next <ostream> 39 # include _STLP_NATIVE_HEADER(ostream)
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/ |
iostream.h | 28 #include <ostream.h> 68 class ostream_withassign : public ostream { 70 ostream_withassign() : ostream((streambuf*)0) {} 73 ostream_withassign& operator=(ostream& __s) {
|
ostream | 37 # include_next <ostream> 39 # include _STLP_NATIVE_HEADER(ostream)
|
/prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/ |
iostream.h | 28 #include <ostream.h> 68 class ostream_withassign : public ostream { 70 ostream_withassign() : ostream((streambuf*)0) {} 73 ostream_withassign& operator=(ostream& __s) {
|
ostream | 37 # include_next <ostream> 39 # include _STLP_NATIVE_HEADER(ostream)
|
/external/webkit/Tools/android/flex-2.5.4a/ |
FlexLexer.h | 71 int yylex( istream* new_in, ostream* new_out = 0 ) 80 ostream* new_out = 0 ) = 0; 107 yyFlexLexer( istream* arg_yyin = 0, ostream* arg_yyout = 0 ); 117 virtual void switch_streams( istream* new_in, ostream* new_out ); 144 ostream* yyout; // output sink for default LexerOutput
|
/external/clang/test/SemaTemplate/ |
dependent-names.cpp | 142 typedef basic_ostream<char> ostream; typedef in namespace:std 143 extern ostream cout; 144 std::ostream &operator<<(std::ostream &out, const char *); 213 std::ostream& operator<<(std::ostream& out, ns::Data data) { // expected-note {{should be declared prior to the call site or in namespace 'PR10053::my_file2::ns'}} 235 std::ostream &print(std::ostream &out, int); // expected-note-re {{should be declared prior to the call site$}} 236 std::ostream &print(std::ostream &out, ns::Data); // expected-note {{should be declared prior to the call site or in namespace 'PR1 (…) [all...] |
/external/bluetooth/glib/gio/ |
gmemoryoutputstream.c | 216 * @ostream: a #GMemoryOutputStream 218 * Gets any loaded data from the @ostream. 226 g_memory_output_stream_get_data (GMemoryOutputStream *ostream) 228 g_return_val_if_fail (G_IS_MEMORY_OUTPUT_STREAM (ostream), NULL); 230 return ostream->priv->data; 235 * @ostream: a #GMemoryOutputStream 252 g_memory_output_stream_get_size (GMemoryOutputStream *ostream) 254 g_return_val_if_fail (G_IS_MEMORY_OUTPUT_STREAM (ostream), 0); 256 return ostream->priv->len; 261 * @ostream: a #GMemoryOutputStrea 375 GMemoryOutputStream *ostream; local 578 GMemoryOutputStream *ostream; local 593 GMemoryOutputStream *ostream; local [all...] |
/external/chromium/chrome/browser/sync/ |
js_test_util.h | 9 #include <ostream> 25 void PrintTo(const JsArgList& args, ::std::ostream* os);
|
/external/oprofile/libutil++/ |
child_reader.h | 61 bool get_data(std::ostream & out, std::ostream & err);
|
/external/chromium/sdch/open-vcdiff/src/gtest/ |
gtest-message.h | 54 // The Message class works like an ostream repeater. 60 // 2. Then you stream the Message object to an ostream. 62 // to the ostream. 84 typedef std::ostream& (*BasicNarrowIoManip)(std::ostream&); 129 // ostream is undefined behavior. Depending on the compiler, you 217 // Streams a Message to an ostream. 218 inline std::ostream& operator <<(std::ostream& os, const Message& sb) {
|
/external/chromium/testing/gmock/src/ |
gmock-cardinalities.cc | 39 #include <ostream> // NOLINT 85 virtual void DescribeTo(::std::ostream* os) const; 107 void BetweenCardinalityImpl::DescribeTo(::std::ostream* os) const { 128 // Describes the given call count to an ostream. 130 ::std::ostream* os) {
|
/external/chromium/testing/gtest/include/gtest/ |
gtest-message.h | 56 // The Message class works like an ostream repeater. 62 // 2. Then you stream the Message object to an ostream. 64 // to the ostream. 86 typedef std::ostream& (*BasicNarrowIoManip)(std::ostream&); 134 // ostream is undefined behavior. Depending on the compiler, you 223 // Streams a Message to an ostream. 224 inline std::ostream& operator <<(std::ostream& os, const Message& sb) {
|
/external/gtest/include/gtest/ |
gtest-message.h | 54 // The Message class works like an ostream repeater. 60 // 2. Then you stream the Message object to an ostream. 62 // to the ostream. 84 typedef std::ostream& (*BasicNarrowIoManip)(std::ostream&); 129 // ostream is undefined behavior. Depending on the compiler, you 217 // Streams a Message to an ostream. 218 inline std::ostream& operator <<(std::ostream& os, const Message& sb) {
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
gtest-message.h | 56 // The Message class works like an ostream repeater. 62 // 2. Then you stream the Message object to an ostream. 64 // to the ostream. 86 typedef std::ostream& (*BasicNarrowIoManip)(std::ostream&); 134 // ostream is undefined behavior. Depending on the compiler, you 223 // Streams a Message to an ostream. 224 inline std::ostream& operator <<(std::ostream& os, const Message& sb) {
|