Home
last modified time | relevance | path

Searched refs:ostream (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/external/astl/src/
Dostream.cpp37 ostream::ostream() { } in ostream() function in std::ostream
39 ostream::~ostream() { } in ~ostream()
41 ostream& ostream::operator<<(const char_type *str) { in operator <<()
48 ostream& ostream::operator<<(char_type c) { in operator <<()
53 ostream& ostream::operator<<(bool val) { in operator <<()
62 ostream& ostream::operator<<(int val) { in operator <<()
69 ostream& ostream::operator<<(unsigned int val) { in operator <<()
76 ostream& ostream::operator<<(long int val) { in operator <<()
83 ostream& ostream::operator<<(unsigned long int val) { in operator <<()
90 ostream& ostream::operator<<(long long int val) { in operator <<()
[all …]
/external/astl/include/
Dostream41 * Basic implementation of ostream. The STL standard defines a
47 class ostream: public basic_ios
56 ostream();
59 explicit ostream(streambuf *sb) { this->init(sb); }
60 virtual ~ostream();
63 ostream& flush();
70 ostream& operator<<(ostream& (*manip)(ostream&)) { return manip(*this); }
71 ostream& operator<<(ios_base& (*manip)(ios_base&)) {
76 ostream& operator<<(unsigned long int val);
77 ostream& operator<<(long int val);
[all …]
/external/gtest/include/gtest/
Dgtest-printers.h116 ::std::ostream* os);
135 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue()
149 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue()
168 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue()
218 void DefaultPrintNonContainerTo(const T& value, ::std::ostream* os) { in DefaultPrintNonContainerTo()
264 void UniversalPrint(const T& value, ::std::ostream* os);
271 const C& container, ::std::ostream* os) { in DefaultPrintTo()
305 T* p, ::std::ostream* os) { in DefaultPrintTo()
337 const T& value, ::std::ostream* os) { in DefaultPrintTo()
353 void PrintTo(const T& value, ::std::ostream* os) { in PrintTo()
[all …]
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest-printers.h116 ::std::ostream* os);
135 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue()
149 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue()
168 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue()
218 void DefaultPrintNonContainerTo(const T& value, ::std::ostream* os) { in DefaultPrintNonContainerTo()
264 void UniversalPrint(const T& value, ::std::ostream* os);
271 const C& container, ::std::ostream* os) { in DefaultPrintTo()
305 T* p, ::std::ostream* os) { in DefaultPrintTo()
337 const T& value, ::std::ostream* os) { in DefaultPrintTo()
353 void PrintTo(const T& value, ::std::ostream* os) { in PrintTo()
[all …]
/external/chromium/testing/gtest/include/gtest/
Dgtest-printers.h116 ::std::ostream* os);
135 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue()
149 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue()
168 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue()
218 void DefaultPrintNonContainerTo(const T& value, ::std::ostream* os) { in DefaultPrintNonContainerTo()
264 void UniversalPrint(const T& value, ::std::ostream* os);
271 const C& container, ::std::ostream* os) { in DefaultPrintTo()
305 T* p, ::std::ostream* os) { in DefaultPrintTo()
337 const T& value, ::std::ostream* os) { in DefaultPrintTo()
353 void PrintTo(const T& value, ::std::ostream* os) { in PrintTo()
[all …]
/external/llvm/utils/unittest/googletest/
Dgtest-printers.cc56 using ::std::ostream;
68 size_t count, ostream* os) { in PrintByteSegmentInObjectTo()
87 ostream* os) { in PrintBytesInObjectToImpl()
119 ostream* os) { in PrintBytesInObjectTo()
150 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { in PrintAsCharLiteralTo()
196 static CharFormat PrintAsWideStringLiteralTo(wchar_t c, ostream* os) { in PrintAsWideStringLiteralTo()
211 static CharFormat PrintAsNarrowStringLiteralTo(char c, ostream* os) { in PrintAsNarrowStringLiteralTo()
220 void PrintCharAndCodeTo(Char c, ostream* os) { in PrintCharAndCodeTo()
245 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo()
248 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo()
[all …]
/external/chromium/testing/gtest/src/
Dgtest-printers.cc56 using ::std::ostream;
68 size_t count, ostream* os) { in PrintByteSegmentInObjectTo()
87 ostream* os) { in PrintBytesInObjectToImpl()
119 ostream* os) { in PrintBytesInObjectTo()
150 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { in PrintAsCharLiteralTo()
196 static CharFormat PrintAsWideStringLiteralTo(wchar_t c, ostream* os) { in PrintAsWideStringLiteralTo()
211 static CharFormat PrintAsNarrowStringLiteralTo(char c, ostream* os) { in PrintAsNarrowStringLiteralTo()
220 void PrintCharAndCodeTo(Char c, ostream* os) { in PrintCharAndCodeTo()
245 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo()
248 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo()
[all …]
/external/gtest/src/
Dgtest-printers.cc56 using ::std::ostream;
68 size_t count, ostream* os) { in PrintByteSegmentInObjectTo()
87 ostream* os) { in PrintBytesInObjectToImpl()
119 ostream* os) { in PrintBytesInObjectTo()
150 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { in PrintAsCharLiteralTo()
196 static CharFormat PrintAsWideStringLiteralTo(wchar_t c, ostream* os) { in PrintAsWideStringLiteralTo()
211 static CharFormat PrintAsNarrowStringLiteralTo(char c, ostream* os) { in PrintAsNarrowStringLiteralTo()
220 void PrintCharAndCodeTo(Char c, ostream* os) { in PrintCharAndCodeTo()
245 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo()
248 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo()
[all …]
/external/oprofile/libpp/
Darrange_profiles.h161 std::ostream & operator<<(std::ostream &, profile_sample_files const &);
162 std::ostream & operator<<(std::ostream &, profile_dep_set const &);
163 std::ostream & operator<<(std::ostream &, profile_set const &);
164 std::ostream & operator<<(std::ostream &, profile_template const &);
165 std::ostream & operator<<(std::ostream &, profile_class const &);
166 std::ostream & operator<<(std::ostream &, profile_classes const &);
Dformat_output.h69 void output_header(std::ostream & out);
135 void do_output(std::ostream & out, symbol_entry const & symbol,
141 size_t output_header_field(std::ostream & out, format_flags fl,
145 size_t output_field(std::ostream & out, field_datum const & datum,
184 void output(std::ostream & out, symbol_collection const & syms);
193 void output(std::ostream & out, symbol_entry const * symb);
196 void output_details(std::ostream & out, symbol_entry const * symb);
214 void output(std::ostream & out, symbol_collection const & syms);
228 void output(std::ostream & out, diff_collection const & syms);
232 void output(std::ostream & out, diff_symbol const & sym);
[all …]
Dxml_utils.h47 void output_symbol_bytes(std::ostream & out, symbol_entry const * symb,
49 bool output_summary_data(std::ostream & out, count_array_t const & summary,
52 void output_program_structure(std::ostream & out);
53 void build_subclasses(std::ostream & out);
/external/bluetooth/glib/gio/
Dgmemoryoutputstream.c226 g_memory_output_stream_get_data (GMemoryOutputStream *ostream) in g_memory_output_stream_get_data() argument
228 g_return_val_if_fail (G_IS_MEMORY_OUTPUT_STREAM (ostream), NULL); in g_memory_output_stream_get_data()
230 return ostream->priv->data; in g_memory_output_stream_get_data()
252 g_memory_output_stream_get_size (GMemoryOutputStream *ostream) in g_memory_output_stream_get_size() argument
254 g_return_val_if_fail (G_IS_MEMORY_OUTPUT_STREAM (ostream), 0); in g_memory_output_stream_get_size()
256 return ostream->priv->len; in g_memory_output_stream_get_size()
272 g_memory_output_stream_get_data_size (GMemoryOutputStream *ostream) in g_memory_output_stream_get_data_size() argument
274 g_return_val_if_fail (G_IS_MEMORY_OUTPUT_STREAM (ostream), 0); in g_memory_output_stream_get_data_size()
276 return ostream->priv->valid_len; in g_memory_output_stream_get_data_size()
299 array_resize (GMemoryOutputStream *ostream, in array_resize() argument
[all …]
/external/clang/test/SemaTemplate/
Ddependent-names.cpp142 typedef basic_ostream<char> ostream; typedef
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… in operator <<()
235 …std::ostream &print(std::ostream &out, int); // expected-note-re {{should be declared prior to the…
236 …std::ostream &print(std::ostream &out, ns::Data); // expected-note {{should be declared prior to t…
237 …std::ostream &print(std::ostream &out, std::vector<ns2::Data>); // expected-note {{should be decla…
238 …std::ostream &print(std::ostream &out, std::pair<ns::Data, ns2::Data>); // expected-note {{should …
/external/chromium/webkit/glue/
Dweb_io_operators.h16 std::ostream& operator<<(std::ostream& out, const WebString& s);
20 std::ostream& operator<<(std::ostream& out, const WebPoint& p);
23 std::ostream& operator<<(std::ostream& out, const WebRect& p);
Dweb_io_operators.cc20 std::ostream& operator<<(std::ostream& out, const WebString& s) { in operator <<()
25 std::ostream& operator<<(std::ostream& out, const WebPoint& p) { in operator <<()
29 std::ostream& operator<<(std::ostream& out, const WebRect& p) { in operator <<()
/external/webkit/Tools/WebKitTestRunner/
DStringFunctions.h82 inline std::ostream& operator<<(std::ostream& out, WKStringRef stringRef)
90 inline std::ostream& operator<<(std::ostream& out, const WKRetainPtr<WKStringRef>& stringRef)
95 inline std::ostream& operator<<(std::ostream& out, WKURLRef urlRef)
103 inline std::ostream& operator<<(std::ostream& out, const WKRetainPtr<WKURLRef>& urlRef)
/external/stlport/src/
Diostream.cpp71 _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(); in _S_initialize()
[all …]
/external/chromium/testing/gmock/include/gmock/
Dgmock-matchers.h78 explicit MatchResultListener(::std::ostream* os) : stream_(os) {} in MatchResultListener()
91 ::std::ostream* stream() { return stream_; } in stream()
100 ::std::ostream* const stream_;
135 virtual void DescribeTo(::std::ostream* os) const = 0;
143 virtual void DescribeNegationTo(::std::ostream* os) const { in DescribeNegationTo()
166 explicit StreamMatchResultListener(::std::ostream* os) in StreamMatchResultListener()
206 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } in DescribeTo()
209 void DescribeNegationTo(::std::ostream* os) const { in DescribeNegationTo()
214 void ExplainMatchResultTo(T x, ::std::ostream* os) const { in ExplainMatchResultTo()
340 virtual void DescribeTo(::std::ostream* os) const { in DescribeTo()
[all …]
/external/icu4c/io/unicode/
Dustream.h46 U_IO_API std::ostream & U_EXPORT2 operator<<(std::ostream& stream, const UnicodeString& s);
69 U_IO_API ostream & U_EXPORT2 operator<<(ostream& stream, const UnicodeString& s);
/external/openfst/src/include/fst/
Dutil.h169 inline ostream &WriteType(ostream &strm, const T t) { in WriteType()
176 inline ostream &WriteType(ostream &strm, const T t) { \
196 inline ostream &WriteType(ostream &strm, const string &s) { in WriteType()
204 inline ostream &WriteType(ostream &strm, const pair<S, T> &p) { in WriteType()
213 inline ostream &WriteType(ostream &strm, const C<S, T> &c) { \
228 inline ostream &WriteType(ostream &strm, const C<S, T, U> &c) { \
315 ostream *strm = &std::cout; in WriteLabelPairs()
347 bool AlignOutput(ostream &strm, int align);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dutil.h55 inline ostream &WriteType(ostream &strm, const T t) { in WriteType()
60 inline ostream &WriteType(ostream &strm, const string s) { in WriteType()
/external/webkit/Tools/android/flex-2.5.4a/
DFlexLexer.h71 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/openssl/crypto/comp/
Dc_zlib.c134 z_stream ostream; member
160 state->ostream.zalloc = zlib_zalloc; in zlib_stateful_init()
161 state->ostream.zfree = zlib_zfree; in zlib_stateful_init()
162 state->ostream.opaque = Z_NULL; in zlib_stateful_init()
163 state->ostream.next_in = Z_NULL; in zlib_stateful_init()
164 state->ostream.next_out = Z_NULL; in zlib_stateful_init()
165 state->ostream.avail_in = 0; in zlib_stateful_init()
166 state->ostream.avail_out = 0; in zlib_stateful_init()
167 err = deflateInit_(&state->ostream,Z_DEFAULT_COMPRESSION, in zlib_stateful_init()
186 deflateEnd(&state->ostream); in zlib_stateful_finish()
[all …]
/external/openfst/src/include/fst/script/
Dprint.h38 ostream *ostrm;
47 ostream *ostrm, in FstPrinterArgs()
63 void PrintFst(const FstClass &fst, ostream &ostrm, const string &dest,
73 void PrintFst(const Fst<Arc> &fst, ostream &os, const string dest = "",
Dweight-class.h35 virtual void Print(ostream *o) const = 0;
54 virtual void Print(ostream *o) const { in Print()
140 friend ostream &operator << (ostream &o, const WeightClass &c);
182 ostream& operator << (ostream &o, const WeightClass &c);

12345678910>>...12