Searched refs:ostream (Results 1 - 25 of 682) sorted by relevance

1234567891011>>

/external/stlport/test/unit/
H A Dostream_header_test.cpp9 # include <ostream>
/external/chromium_org/base/strings/
H A Dnullable_string16.cc7 #include <ostream>
13 std::ostream& operator<<(std::ostream& out, const NullableString16& value) {
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableValueTestHelper.h64 void PrintTo(const AnimatableClipPathOperation&, ::std::ostream*);
65 void PrintTo(const AnimatableColor&, ::std::ostream*);
66 void PrintTo(const AnimatableImage&, ::std::ostream*);
67 void PrintTo(const AnimatableNeutral&, ::std::ostream*);
68 void PrintTo(const AnimatableRepeatable&, ::std::ostream*);
69 void PrintTo(const AnimatableSVGLength&, ::std::ostream*);
70 void PrintTo(const AnimatableShapeValue&, ::std::ostream*);
71 void PrintTo(const AnimatableStrokeDasharrayList&, ::std::ostream*);
72 void PrintTo(const AnimatableTransform&, ::std::ostream*);
73 void PrintTo(const AnimatableUnknown&, ::std::ostream*);
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/testing/
H A DWTFTestHelpers.h41 WTF_UNITTEST_HELPERS_EXPORT std::ostream& operator<<(std::ostream&, const String&);
/external/pcre/dist/
H A Dpcre_stringpiece.cc41 std::ostream& operator<<(std::ostream& o, const pcrecpp::StringPiece& piece) {
/external/stlport/test/eh/
H A DTestClass.cpp20 std::ostream& operator << (std::ostream& s, const TestClass& t) {
/external/libcxx/test/input.output/iostream.format/output.streams/
H A Dversion.pass.cpp10 // <ostream>
12 #include <ostream>
/external/chromium_org/components/policy/core/common/
H A Dpolicy_test_utils.h9 #include <ostream>
60 std::ostream& operator<<(std::ostream& os, const policy::PolicyBundle& bundle);
61 std::ostream& operator<<(std::ostream& os, policy::PolicyScope scope);
62 std::ostream& operator<<(std::ostream& os, policy::PolicyLevel level);
63 std::ostream& operator<<(std::ostream& os, policy::PolicyDomain domain);
64 std::ostream
[all...]
/external/libcxx/test/input.output/iostream.format/output.streams/ostream_sentry/
H A Ddestruct.pass.cpp10 // <ostream>
17 #include <ostream>
40 std::ostream os((std::streambuf*)0);
41 std::ostream::sentry s(os);
47 std::ostream os(&sb);
48 std::ostream::sentry s(os);
54 std::ostream os(&sb);
55 std::ostream::sentry s(os);
62 std::ostream os(&sb);
65 std::ostream
[all...]
H A Dconstruct.pass.cpp10 // <ostream>
17 #include <ostream>
40 std::ostream os((std::streambuf*)0);
41 std::ostream::sentry s(os);
46 std::ostream os(&sb);
47 std::ostream::sentry s(os);
52 std::ostream os(&sb);
54 std::ostream os2(&sb2);
57 std::ostream::sentry s(os);
/external/chromium_org/net/base/
H A Dint128.cc14 std::ostream& operator<<(std::ostream& o, const uint128& b) {
/external/chromium_org/sync/internal_api/public/base/
H A Dmodel_type_test_util.h8 #include <ostream>
16 void PrintTo(ModelTypeSet model_types, ::std::ostream* os);
/external/chromium_org/third_party/icu/source/io/unicode/
H A Dustream.h34 #include <ostream>
40 * Write the contents of a UnicodeString to a C++ ostream. This functions writes
41 * the characters in a UnicodeString to an ostream. The UChars in the
42 * UnicodeString are converted to the char based ostream with the default
46 U_IO_API std::ostream & U_EXPORT2 operator<<(std::ostream& stream, const UnicodeString& s);
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
H A DAndroid.mk17 test_makefile := external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/Android.mk
19 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/ostream
20 test_src := ostream.pass.cpp
23 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/basic_ios
27 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream
[all...]
/external/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
H A Dtie_ostream.pass.cpp22 std::ostream* os = (std::ostream*)1;
23 std::ostream* r = ios.tie(os);
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
H A DAndroid.mk17 test_makefile := external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/Android.mk
19 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/bool
23 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/unsigned_short
27 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/pointer
31 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream
[all...]
/external/deqp/framework/opengl/
H A DgluStrUtil.hpp64 std::ostream& operator<< (std::ostream& str, TextureUnitStr unitStr);
65 std::ostream& operator<< (std::ostream& str, const TextureParameterValueStr& valueStr);
66 std::ostream& operator<< (std::ostream& str, EnumPointerFmt fmt);
74 std::ostream& operator<< (std::ostream& str, ApiType apiType);
75 std::ostream& operator<< (std::ostream
[all...]
/external/libcxx/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/
H A DAndroid.mk17 test_makefile := external/libcxx/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/Android.mk
19 test_name := iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/ostream
20 test_src := ostream.pass.cpp
23 test_name := iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/ostream_delem
27 test_name := iterators/stream.iterators/ostream.iterator/ostream
[all...]
/external/chromium_org/net/quic/
H A Dquic_types.cc7 using std::ostream;
17 ostream& operator<<(ostream& os, const QuicConsumedData& s) {
/external/deqp/executor/
H A DxeTestLogWriter.hpp30 #include <ostream>
40 void writeTestLog (const BatchResult& batchResult, std::ostream& stream);
44 void writeTestResult (const TestCaseResult& result, std::ostream& stream);
/external/deqp/framework/egl/
H A DegluStrUtil.hpp72 std::ostream& operator<< (std::ostream& str, const ConfigAttribValueFmt& attribFmt);
75 std::ostream& operator<< (std::ostream& str, const SurfaceAttribValueFmt& attribFmt);
78 std::ostream& operator<< (std::ostream& str, const ContextAttribValueFmt& attribFmt);
81 std::ostream& operator<< (std::ostream& str, const ConfigAttribListFmt& fmt);
84 std::ostream& operator<< (std::ostream
[all...]
/external/icu/icu4c/source/io/unicode/
H A Dustream.h38 #include <ostream>
44 * Write the contents of a UnicodeString to a C++ ostream. This functions writes
45 * the characters in a UnicodeString to an ostream. The UChars in the
46 * UnicodeString are converted to the char based ostream with the default
50 U_IO_API std::ostream & U_EXPORT2 operator<<(std::ostream& stream, const UnicodeString& s);
/external/libcxx/test/depr/depr.str.strstreams/depr.ostrstream/
H A Dtypes.pass.cpp22 static_assert((std::is_base_of<std::ostream, std::ostrstream>::value), "");
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts/
H A DAndroid.mk17 test_makefile := external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts/Android.mk
19 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts/tested_elsewhere
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/
H A DAndroid.mk17 test_makefile := external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/Android.mk
19 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/CharT
23 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/signed_char
27 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/char_to_wide_pointer
31 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream
[all...]

Completed in 498 milliseconds

1234567891011>>