Searched refs:ostream (Results 51 - 75 of 682) sorted by relevance

1234567891011>>

/external/chromium_org/dbus/
H A Dobject_path.cc7 #include <ostream>
29 void PrintTo(const ObjectPath& path, std::ostream* out) {
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
H A Ddxbc_dump.cpp32 std::ostream& operator <<(std::ostream& out, const dxbc_container& container)
/external/chromium_org/tools/gn/
H A Dconfig_values_extractors.cc17 void operator()(const std::string& s, std::ostream& out) const {
32 std::ostream& out) {
/external/libcxx/test/input.output/iostream.format/output.streams/ostream/
H A DAndroid.mk17 test_makefile := external/libcxx/test/input.output/iostream.format/output.streams/ostream/Android.mk
19 test_name := input.output/iostream.format/output.streams/ostream/types
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/
H A Dflush.pass.cpp10 // <ostream>
18 #include <ostream>
46 std::ostream os(&sb);
/external/libcxx/test/iterators/stream.iterators/ostream.iterator/
H A DAndroid.mk17 test_makefile := external/libcxx/test/iterators/stream.iterators/ostream.iterator/Android.mk
19 test_name := iterators/stream.iterators/ostream.iterator/types
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
H A Ddxbc_dump.cpp32 std::ostream& operator <<(std::ostream& out, const dxbc_container& container)
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest-printers.h45 // 1. foo::PrintTo(const T&, ostream*)
46 // 2. operator<<(ostream&, const T&) defined in either foo or the
69 // void ::testing::internal::UniversalTersePrint(const T& value, ostream*);
74 // void ::testing::internal::UniversalPrint(const T& value, ostream*);
98 #include <ostream> // NOLINT
113 // ostream.
116 ::std::ostream* os);
135 static void PrintValue(const T& value, ::std::ostream* os) {
149 static void PrintValue(const T& value, ::std::ostream* os) {
168 static void PrintValue(const T& value, ::std::ostream* o
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-printers.h45 // 1. foo::PrintTo(const T&, ostream*)
46 // 2. operator<<(ostream&, const T&) defined in either foo or the
69 // void ::testing::internal::UniversalTersePrint(const T& value, ostream*);
74 // void ::testing::internal::UniversalPrint(const T& value, ostream*);
98 #include <ostream> // NOLINT
113 // ostream.
116 ::std::ostream* os);
135 static void PrintValue(const T& value, ::std::ostream* os) {
149 static void PrintValue(const T& value, ::std::ostream* os) {
168 static void PrintValue(const T& value, ::std::ostream* o
[all...]
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-printers.h45 // 1. foo::PrintTo(const T&, ostream*)
46 // 2. operator<<(ostream&, const T&) defined in either foo or the
69 // void ::testing::internal::UniversalTersePrint(const T& value, ostream*);
74 // void ::testing::internal::UniversalPrint(const T& value, ostream*);
98 #include <ostream> // NOLINT
113 // ostream.
116 ::std::ostream* os);
135 static void PrintValue(const T& value, ::std::ostream* os) {
149 static void PrintValue(const T& value, ::std::ostream* os) {
168 static void PrintValue(const T& value, ::std::ostream* o
[all...]
/external/chromium_org/components/invalidation/
H A Dinvalidation_test_util.cc29 virtual void DescribeTo(::std::ostream* os) const;
30 virtual void DescribeNegationTo(::std::ostream* os) const;
47 void AckHandleEqMatcher::DescribeTo(::std::ostream* os) const {
51 void AckHandleEqMatcher::DescribeNegationTo(::std::ostream* os) const {
61 virtual void DescribeTo(::std::ostream* os) const;
62 virtual void DescribeNegationTo(::std::ostream* os) const;
91 void InvalidationEqMatcher::DescribeTo(::std::ostream* os) const {
95 void InvalidationEqMatcher::DescribeNegationTo(::std::ostream* os) const {
101 void PrintTo(const AckHandle& ack_handle, ::std::ostream* os) {
112 void PrintTo(const Invalidation& inv, ::std::ostream* o
[all...]
/external/deqp/framework/opengl/
H A DgluStrUtil.cpp33 std::ostream& operator<< (std::ostream& str, EnumPointerFmt fmt)
51 std::ostream& operator<< (std::ostream& str, TextureUnitStr unitStr)
60 std::ostream& operator<< (std::ostream& str, const TextureParameterValueStr& valueStr)
103 std::ostream& operator<< (std::ostream& str, ApiType apiType)
122 std::ostream& operator<< (std::ostream
[all...]
/external/chromium_org/testing/gtest/src/
H A Dgtest-printers.cc41 // type Foo by defining either operator<<(::std::ostream&, const Foo&)
42 // or void PrintTo(const Foo&, ::std::ostream*) in the namespace that
49 #include <ostream> // NOLINT
57 using ::std::ostream;
64 size_t count, ostream* os) {
81 // Prints the bytes in the given value to the given ostream.
83 ostream* os) {
115 ostream* os) {
146 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) {
192 static CharFormat PrintAsStringLiteralTo(wchar_t c, ostream* o
[all...]
/external/gtest/src/
H A Dgtest-printers.cc41 // type Foo by defining either operator<<(::std::ostream&, const Foo&)
42 // or void PrintTo(const Foo&, ::std::ostream*) in the namespace that
48 #include <ostream> // NOLINT
56 using ::std::ostream;
60 size_t count, ostream* os) {
77 // Prints the bytes in the given value to the given ostream.
79 ostream* os) {
111 ostream* os) {
142 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) {
188 static CharFormat PrintAsStringLiteralTo(wchar_t c, ostream* o
[all...]
/external/chromium_org/ui/gfx/test/
H A Dgfx_util.cc93 void PrintTo(const BoxF& box, ::std::ostream* os) {
97 void PrintTo(const Point& point, ::std::ostream* os) {
101 void PrintTo(const Point3F& point, ::std::ostream* os) {
105 void PrintTo(const PointF& point, ::std::ostream* os) {
109 void PrintTo(const QuadF& quad, ::std::ostream* os) {
113 void PrintTo(const Rect& rect, ::std::ostream* os) {
117 void PrintTo(const RectF& rect, ::std::ostream* os) {
121 void PrintTo(const Size& size, ::std::ostream* os) {
125 void PrintTo(const SizeF& size, ::std::ostream* os) {
129 void PrintTo(const Transform& transform, ::std::ostream* o
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-printers.cc41 // type Foo by defining either operator<<(::std::ostream&, const Foo&)
42 // or void PrintTo(const Foo&, ::std::ostream*) in the namespace that
48 #include <ostream> // NOLINT
56 using ::std::ostream;
68 size_t count, ostream* os) {
85 // Prints the bytes in the given value to the given ostream.
87 ostream* os) {
119 ostream* os) {
150 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) {
196 static CharFormat PrintAsWideStringLiteralTo(wchar_t c, ostream* o
[all...]
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
H A Ddouble.pass.cpp10 // <ostream>
17 #include <ostream>
55 std::ostream os((std::streambuf*)0);
63 std::ostream os(&sb);
70 std::ostream os(&sb);
77 std::ostream os(&sb);
H A Dfloat.pass.cpp10 // <ostream>
17 #include <ostream>
55 std::ostream os((std::streambuf*)0);
63 std::ostream os(&sb);
70 std::ostream os(&sb);
77 std::ostream os(&sb);
H A Dint.pass.cpp10 // <ostream>
17 #include <ostream>
55 std::ostream os((std::streambuf*)0);
63 std::ostream os(&sb);
70 std::ostream os(&sb);
77 std::ostream os(&sb);
H A Dlong.pass.cpp10 // <ostream>
17 #include <ostream>
55 std::ostream os((std::streambuf*)0);
63 std::ostream os(&sb);
70 std::ostream os(&sb);
77 std::ostream os(&sb);
H A Dlong_double.pass.cpp10 // <ostream>
17 #include <ostream>
55 std::ostream os((std::streambuf*)0);
63 std::ostream os(&sb);
70 std::ostream os(&sb);
77 std::ostream os(&sb);
H A Dlong_long.pass.cpp10 // <ostream>
17 #include <ostream>
55 std::ostream os((std::streambuf*)0);
63 std::ostream os(&sb);
70 std::ostream os(&sb);
77 std::ostream os(&sb);
H A Dshort.pass.cpp10 // <ostream>
17 #include <ostream>
55 std::ostream os((std::streambuf*)0);
63 std::ostream os(&sb);
70 std::ostream os(&sb);
77 std::ostream os(&sb);
H A Dunsigned_int.pass.cpp10 // <ostream>
17 #include <ostream>
55 std::ostream os((std::streambuf*)0);
63 std::ostream os(&sb);
70 std::ostream os(&sb);
77 std::ostream os(&sb);
H A Dunsigned_long.pass.cpp10 // <ostream>
17 #include <ostream>
55 std::ostream os((std::streambuf*)0);
63 std::ostream os(&sb);
70 std::ostream os(&sb);
77 std::ostream os(&sb);

Completed in 615 milliseconds

1234567891011>>