Searched refs:ostream (Results 126 - 150 of 682) sorted by relevance

1234567891011>>

/external/stlport/src/
H A 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_cou
[all...]
/external/deqp/framework/opengl/
H A DgluVarType.hpp31 #include <ostream>
317 std::ostream& operator<< (std::ostream& str, const Indent& indent);
318 std::ostream& operator<< (std::ostream& str, const DeclareStructTypePtr& decl);
319 std::ostream& operator<< (std::ostream& str, const DeclareStructType& decl);
320 std::ostream& operator<< (std::ostream& str, const DeclareVariable& decl);
329 std::ostream
[all...]
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dutil_unittest.h70 inline std::ostream& operator<<(std::ostream& os, const buzz::Jid& jid) {
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
H A Dsm4_dump.cpp33 std::ostream& operator <<(std::ostream& out, const sm4_op& op)
133 std::ostream& operator <<(std::ostream& out, const sm4_dcl& dcl)
179 std::ostream& operator <<(std::ostream& out, const sm4_insn& insn)
193 std::ostream& operator <<(std::ostream& out, const sm4_program& program)
/external/chromium_org/tools/gn/
H A Dninja_target_writer.h23 NinjaTargetWriter(const Target* target, std::ostream& out);
52 std::ostream& out_;
H A Dninja_toolchain_writer.h37 std::ostream& out);
54 std::ostream& out_;
H A Dpath_output.cc26 void PathOutput::WriteFile(std::ostream& out, const SourceFile& file) const {
30 void PathOutput::WriteDir(std::ostream& out,
73 void PathOutput::WriteFile(std::ostream& out, const OutputFile& file) const {
78 void PathOutput::WriteFiles(std::ostream& out,
86 void PathOutput::WriteDir(std::ostream& out,
112 void PathOutput::WriteFile(std::ostream& out,
119 std::ostream& out,
141 void PathOutput::WritePathStr(std::ostream& out,
H A Dconfig_values_extractors.h8 #include <ostream>
79 std::ostream& out) {
93 std::ostream& out) {
103 std::ostream& out);
/external/deqp/executor/
H A DxeTestCaseResult.cpp70 std::ostream& operator<< (std::ostream& str, const NumericValue& value)
/external/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons/
H A DAndroid.mk19 test_name := iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons/ostream
20 test_src := ostream.pass.cpp
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
H A Dsm4_dump.cpp33 std::ostream& operator <<(std::ostream& out, const sm4_op& op)
133 std::ostream& operator <<(std::ostream& out, const sm4_dcl& dcl)
179 std::ostream& operator <<(std::ostream& out, const sm4_insn& insn)
193 std::ostream& operator <<(std::ostream& out, const sm4_program& program)
/external/oprofile/libutil++/
H A Dchild_reader.h61 bool get_data(std::ostream & out, std::ostream & err);
/external/stlport/stlport/using/h/
H A Diostream.h2 using _STLP_OLD_IO_NAMESPACE::ostream;
/external/chromium_org/dbus/
H A Dobject_path.h51 CHROME_DBUS_EXPORT void PrintTo(const ObjectPath& path, std::ostream* out);
/external/chromium_org/sync/syncable/
H A Dsyncable_id.h32 SYNC_EXPORT_PRIVATE std::ostream& operator<<(std::ostream& out, const Id& id);
119 SYNC_EXPORT_PRIVATE friend std::ostream& operator<<(std::ostream& out,
/external/libcxx/test/input.output/iostream.format/std.manip/
H A Dsetfill.pass.cpp28 std::ostream os(&sb);
/external/openfst/src/include/fst/script/
H A Dprint.h38 ostream *ostrm;
47 ostream *ostrm,
63 void PrintFst(const FstClass &fst, ostream &ostrm, const string &dest,
73 void PrintFst(const Fst<Arc> &fst, ostream &os, const string dest = "",
/external/oprofile/libpp/
H A 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/stlport/stlport/
H A Diostream.h28 #include <ostream.h>
68 class ostream_withassign : public ostream {
70 ostream_withassign() : ostream((streambuf*)0) {}
73 ostream_withassign& operator=(ostream& __s) {
/external/chromium_org/cc/test/
H A Dtest_now_source.h54 void PrintTo(const scoped_refptr<TestNowSource>& src, ::std::ostream* os);
55 ::std::ostream& operator<<(::std::ostream& os,
/external/chromium_org/components/dom_distiller/core/
H A Ddom_distiller_test_util.h32 virtual void DescribeTo(std::ostream* os) const OVERRIDE;
33 virtual void DescribeNegationTo(std::ostream* os) const OVERRIDE;
36 void DescribeUpdates(std::ostream* os) const;
/external/chromium_org/net/quic/
H A Dquic_connection_stats.cc7 using std::ostream;
50 ostream& operator<<(ostream& os, const QuicConnectionStats& s) {
H A Dquic_connection_stats.h8 #include <ostream>
20 NET_EXPORT_PRIVATE friend std::ostream& operator<<(
21 std::ostream& os, const QuicConnectionStats& s);
/external/chromium_org/sync/js/
H A Djs_test_util.cc13 void PrintTo(const JsEventDetails& details, ::std::ostream* os) {
35 virtual void DescribeTo(::std::ostream* os) const {
39 virtual void DescribeNegationTo(::std::ostream* os) const {
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableValueTestHelper.cpp42 void PrintTo(const AnimatableClipPathOperation& animValue, ::std::ostream* os)
47 void PrintTo(const AnimatableColor& animColor, ::std::ostream* os)
54 void PrintTo(const AnimatableImage& animImage, ::std::ostream* os)
59 void PrintTo(const AnimatableNeutral& animValue, ::std::ostream* os)
64 void PrintTo(const AnimatableRepeatable& animValue, ::std::ostream* os)
77 void PrintTo(const AnimatableSVGLength& animSVGLength, ::std::ostream* os)
83 void PrintTo(const AnimatableShapeValue& animValue, ::std::ostream* os)
88 void PrintTo(const AnimatableStrokeDasharrayList& animValue, ::std::ostream* os)
101 void PrintTo(const AnimatableTransform& animTransform, ::std::ostream* os)
151 void PrintTo(const AnimatableUnknown& animUnknown, ::std::ostream* o
[all...]

Completed in 1492 milliseconds

1234567891011>>