/external/gtest/include/gtest/ |
D | gtest-printers.h | 116 ::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/google-breakpad/src/testing/gtest/include/gtest/ |
D | gtest-printers.h | 116 ::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/mesa3d/src/gtest/include/gtest/ |
D | gtest-printers.h | 116 ::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/ |
D | gtest-printers.h | 116 ::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/libcxx/src/ |
D | iostream.cpp | 26 _ALIGNAS_TYPE (ostream) _LIBCPP_FUNC_VIS char cout[sizeof(ostream)]; 27 _ALIGNAS_TYPE (ostream) _LIBCPP_FUNC_VIS char cerr[sizeof(ostream)]; 28 _ALIGNAS_TYPE (ostream) _LIBCPP_FUNC_VIS char clog[sizeof(ostream)]; 39 ostream* cout_ptr = ::new(cout) ostream(::new(__cout) __stdoutbuf<char>(stdout, state_types+1)); in Init() 40 ostream* cerr_ptr = ::new(cerr) ostream(::new(__cerr) __stdoutbuf<char>(stderr, state_types+2)); in Init() 41 ::new(clog) ostream(cerr_ptr->rdbuf()); in Init() 57 ostream* cout_ptr = reinterpret_cast<ostream*>(cout); in ~Init() 58 ostream* clog_ptr = reinterpret_cast<ostream*>(clog); in ~Init()
|
/external/gtest/src/ |
D | gtest-printers.cc | 56 using ::std::ostream; 60 size_t count, ostream* os) { in PrintByteSegmentInObjectTo() 79 ostream* os) { in PrintBytesInObjectToImpl() 111 ostream* os) { in PrintBytesInObjectTo() 142 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { in PrintAsCharLiteralTo() 188 static CharFormat PrintAsStringLiteralTo(wchar_t c, ostream* os) { in PrintAsStringLiteralTo() 203 static CharFormat PrintAsStringLiteralTo(char c, ostream* os) { in PrintAsStringLiteralTo() 213 void PrintCharAndCodeTo(Char c, ostream* os) { in PrintCharAndCodeTo() 237 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo() 240 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo() [all …]
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest-printers.cc | 56 using ::std::ostream; 60 size_t count, ostream* os) { in PrintByteSegmentInObjectTo() 79 ostream* os) { in PrintBytesInObjectToImpl() 111 ostream* os) { in PrintBytesInObjectTo() 142 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { in PrintAsCharLiteralTo() 188 static CharFormat PrintAsWideStringLiteralTo(wchar_t c, ostream* os) { in PrintAsWideStringLiteralTo() 203 static CharFormat PrintAsNarrowStringLiteralTo(char c, ostream* os) { in PrintAsNarrowStringLiteralTo() 212 void PrintCharAndCodeTo(Char c, ostream* os) { in PrintCharAndCodeTo() 237 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo() 240 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo() [all …]
|
/external/mesa3d/src/gtest/src/ |
D | gtest-printers.cc | 56 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/llvm/utils/unittest/googletest/src/ |
D | gtest-printers.cc | 56 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/deqp/framework/egl/ |
D | egluCallLogWrapper.cpp | 61 std::ostream& operator<< (std::ostream& str, PointerFmt<T> fmt) in operator <<() 98 inline std::ostream& operator<< (std::ostream& str, EnumPointerFmt fmt) in operator <<() 120 inline std::ostream& operator<< (std::ostream& str, StringFmt fmt) in operator <<() 139 inline std::ostream& operator<< (std::ostream& str, const ConfigAttribValuePointerFmt& fmt) in operator <<() 159 inline std::ostream& operator<< (std::ostream& str, const ContextAttribValuePointerFmt& fmt) in operator <<() 179 inline std::ostream& operator<< (std::ostream& str, const SurfaceAttribValuePointerFmt& fmt) in operator <<() 198 inline std::ostream& operator<< (std::ostream& str, const EGLDisplayFmt& fmt) in operator <<() 217 inline std::ostream& operator<< (std::ostream& str, const EGLSurfaceFmt& fmt) in operator <<() 236 inline std::ostream& operator<< (std::ostream& str, const EGLContextFmt& fmt) in operator <<()
|
D | egluStrUtil.hpp | 72 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& str, const SurfaceAttribListFmt& fmt); 87 std::ostream& operator<< (std::ostream& str, const ContextAttribListFmt& fmt);
|
D | egluStrUtil.cpp | 30 std::ostream& operator<< (std::ostream& str, const ConfigAttribValueFmt& attribFmt) in operator <<() 86 std::ostream& operator<< (std::ostream& str, const ContextAttribValueFmt& attribFmt) in operator <<() 105 std::ostream& operator<< (std::ostream& str, const SurfaceAttribValueFmt& attribFmt) in operator <<() 147 std::ostream& operator<< (std::ostream& str, const ConfigAttribListFmt& fmt) in operator <<() 187 std::ostream& operator<< (std::ostream& str, const SurfaceAttribListFmt& fmt) in operator <<() 227 std::ostream& operator<< (std::ostream& str, const ContextAttribListFmt& fmt) in operator <<()
|
/external/deqp/framework/opengl/ |
D | gluStrUtil.hpp | 73 std::ostream& operator<< (std::ostream& str, const TextureUnitStr& unitStr); 74 std::ostream& operator<< (std::ostream& str, const TextureParameterValueStr& valueStr); 75 std::ostream& operator<< (std::ostream& str, const BooleanPointerFmt& fmt); 76 std::ostream& operator<< (std::ostream& str, const EnumPointerFmt& fmt); 94 std::ostream& operator<< (std::ostream& str, ApiType apiType); 95 std::ostream& operator<< (std::ostream& str, ContextType contextType);
|
D | gluStrUtil.cpp | 33 std::ostream& operator<< (std::ostream& str, const BooleanPointerFmt& fmt) in operator <<() 52 std::ostream& operator<< (std::ostream& str, const EnumPointerFmt& fmt) in operator <<() 71 std::ostream& operator<< (std::ostream& str, const TextureUnitStr& unitStr) in operator <<() 80 std::ostream& operator<< (std::ostream& str, const TextureParameterValueStr& valueStr) in operator <<() 126 std::ostream& operator<< (std::ostream& str, ApiType apiType) in operator <<() 145 std::ostream& operator<< (std::ostream& str, ContextType contextType) in operator <<()
|
D | gluVarType.hpp | 319 std::ostream& operator<< (std::ostream& str, const Indent& indent); 320 std::ostream& operator<< (std::ostream& str, const DeclareStructTypePtr& decl); 321 std::ostream& operator<< (std::ostream& str, const DeclareStructType& decl); 322 std::ostream& operator<< (std::ostream& str, const DeclareVariable& decl); 331 std::ostream& operator<< (std::ostream& str, const Layout& decl); 332 std::ostream& operator<< (std::ostream& str, const VariableDeclaration& decl);
|
D | gluVarType.cpp | 295 std::ostream& operator<< (std::ostream& str, const Layout& layout) in operator <<() 327 std::ostream& operator<< (std::ostream& str, const VariableDeclaration& decl) in operator <<() 350 std::ostream& operator<< (std::ostream& str, const Indent& indent) in operator <<() 357 std::ostream& operator<< (std::ostream& str, const DeclareVariable& decl) in operator <<() 403 std::ostream& operator<< (std::ostream& str, const DeclareStructTypePtr& decl) in operator <<() 424 std::ostream& operator<< (std::ostream& str, const DeclareStructType& decl) in operator <<()
|
/external/pdfium/testing/ |
D | fx_string_testhelpers.cpp | 13 std::ostream& output_string(std::ostream& out, const T& str) { in output_string() 33 std::ostream& operator<<(std::ostream& out, const CFX_ByteStringC& str) { in operator <<() 37 std::ostream& operator<<(std::ostream& out, const CFX_ByteString& str) { in operator <<() 41 std::ostream& operator<<(std::ostream& out, const CFX_WideStringC& str) { in operator <<() 45 std::ostream& operator<<(std::ostream& out, const CFX_WideString& str) { in operator <<()
|
D | fx_string_testhelpers.h | 13 std::ostream& operator<<(std::ostream& out, const CFX_ByteStringC& str); 14 std::ostream& operator<<(std::ostream& out, const CFX_ByteString& str); 15 std::ostream& operator<<(std::ostream& out, const CFX_WideStringC& str); 16 std::ostream& operator<<(std::ostream& out, const CFX_WideString& str);
|
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream_sentry/ |
D | destruct.pass.cpp | 40 std::ostream os((std::streambuf*)0); in main() 41 std::ostream::sentry s(os); in main() 47 std::ostream os(&sb); in main() 48 std::ostream::sentry s(os); in main() 54 std::ostream os(&sb); in main() 55 std::ostream::sentry s(os); in main() 62 std::ostream os(&sb); in main() 65 std::ostream::sentry s(os); in main()
|
D | construct.pass.cpp | 40 std::ostream os((std::streambuf*)0); in main() 41 std::ostream::sentry s(os); in main() 46 std::ostream os(&sb); in main() 47 std::ostream::sentry s(os); in main() 52 std::ostream os(&sb); in main() 54 std::ostream os2(&sb2); in main() 57 std::ostream::sentry s(os); in main()
|
/external/deqp/framework/common/ |
D | tcuFormatUtil.hpp | 44 std::ostream& toStream (std::ostream& stream) const in toStream() 67 std::ostream& operator<< (std::ostream& stream, tcu::Format::Hex<NumDigits> hex) in operator <<() 96 std::ostream& toStream (std::ostream& stream) in toStream() 127 inline std::ostream& operator<< (std::ostream& stream, Bitfield<BitfieldSize> decoder) in operator <<() 146 std::ostream& toStream (std::ostream& stream) const in toStream() 170 inline std::ostream& operator<< (std::ostream& stream, const Enum<T, NumBytes>& fmt) { return fmt.t… in operator <<() 195 std::ostream& operator<< (std::ostream& str, const Array<Iterator>& fmt) in operator <<() 209 std::ostream& operator<< (std::ostream& str, const ArrayPointer<T>& fmt) in operator <<()
|
/external/libcxx/include/ |
D | iostream | 20 #include <ostream> 25 extern ostream cout; 26 extern ostream cerr; 27 extern ostream clog; 41 #include <ostream> 50 extern _LIBCPP_FUNC_VIS ostream cout; 51 extern _LIBCPP_FUNC_VIS ostream cerr; 52 extern _LIBCPP_FUNC_VIS ostream clog;
|
/external/clang/test/SemaTemplate/ |
D | dependent-names.cpp | 142 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/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/ |
D | sm4_dump.cpp | 33 std::ostream& operator <<(std::ostream& out, const sm4_op& op) in operator <<() 133 std::ostream& operator <<(std::ostream& out, const sm4_dcl& dcl) in operator <<() 179 std::ostream& operator <<(std::ostream& out, const sm4_insn& insn) in operator <<() 193 std::ostream& operator <<(std::ostream& out, const sm4_program& program) in operator <<()
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-matchers.h | 78 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 …]
|