Home
last modified time | relevance | path

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

12345678910>>...43

/external/deqp/external/vulkancts/framework/vulkan/
DvkStrUtil.inl122 inline std::ostream& operator<< (std::ostream& s, VkPipelineCacheHeaderVersion value) { return s <…
123 inline std::ostream& operator<< (std::ostream& s, VkResult value) { return s << getResultStr(…
124 inline std::ostream& operator<< (std::ostream& s, VkStructureType value) { return s << getStruc…
125 inline std::ostream& operator<< (std::ostream& s, VkSystemAllocationScope value) { return s << ge…
126 inline std::ostream& operator<< (std::ostream& s, VkInternalAllocationType value) { return s << g…
127 inline std::ostream& operator<< (std::ostream& s, VkFormat value) { return s << getFormatStr(…
128 inline std::ostream& operator<< (std::ostream& s, VkImageType value) { return s << getImageTyp…
129 inline std::ostream& operator<< (std::ostream& s, VkImageTiling value) { return s << getImageT…
130 inline std::ostream& operator<< (std::ostream& s, VkPhysicalDeviceType value) { return s << getP…
131 inline std::ostream& operator<< (std::ostream& s, VkQueryType value) { return s << getQueryTyp…
[all …]
DvkStrUtilImpl.inl42 std::ostream& operator<< (std::ostream& s, XlibDisplayPtr v) { return s << tcu::toHex(v.internal…
43 std::ostream& operator<< (std::ostream& s, XlibWindow v) { return s << tcu::toHex(v.internal); }
44 std::ostream& operator<< (std::ostream& s, XlibVisualID v) { return s << tcu::toHex(v.internal)…
45 std::ostream& operator<< (std::ostream& s, XcbConnectionPtr v) { return s << tcu::toHex(v.intern…
46 std::ostream& operator<< (std::ostream& s, XcbWindow v) { return s << tcu::toHex(v.internal); }
47 std::ostream& operator<< (std::ostream& s, XcbVisualid v) { return s << tcu::toHex(v.internal);…
48 std::ostream& operator<< (std::ostream& s, WaylandDisplayPtr v) { return s << tcu::toHex(v.intern…
49 std::ostream& operator<< (std::ostream& s, WaylandSurfacePtr v) { return s << tcu::toHex(v.intern…
50 std::ostream& operator<< (std::ostream& s, MirConnectionPtr v) { return s << tcu::toHex(v.intern…
51 std::ostream& operator<< (std::ostream& s, MirSurfacePtr v) { return s << tcu::toHex(v.internal)…
[all …]
/external/swiftshader/third_party/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/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/google-breakpad/src/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/googletest/googletest/include/gtest/
Dgtest-printers.h130 ::std::ostream* os);
153 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue()
168 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue()
187 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue()
202 static void PrintValue(const T& value, ::std::ostream* os);
259 void DefaultPrintNonContainerTo(const T& value, ::std::ostream* os) { in DefaultPrintNonContainerTo()
402 void UniversalPrint(const T& value, ::std::ostream* os);
416 const C& container, ::std::ostream* os) { in DefaultPrintTo()
449 T* p, ::std::ostream* os) { in DefaultPrintTo()
461 T* p, ::std::ostream* os) { in DefaultPrintTo()
[all …]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest-printers.h131 ::std::ostream* os);
154 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue()
169 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue()
188 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue()
203 static void PrintValue(const T& value, ::std::ostream* os);
260 void DefaultPrintNonContainerTo(const T& value, ::std::ostream* os) { in DefaultPrintNonContainerTo()
403 void UniversalPrint(const T& value, ::std::ostream* os);
417 const C& container, ::std::ostream* os) { in DefaultPrintTo()
450 T* p, ::std::ostream* os) { in DefaultPrintTo()
462 T* p, ::std::ostream* os) { in DefaultPrintTo()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/
Dgtest-printers.h121 ::std::ostream* os);
140 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue()
154 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue()
173 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue()
223 void DefaultPrintNonContainerTo(const T& value, ::std::ostream* os) { in DefaultPrintNonContainerTo()
366 void UniversalPrint(const T& value, ::std::ostream* os);
373 const C& container, ::std::ostream* os) { in DefaultPrintTo()
407 T* p, ::std::ostream* os) { in DefaultPrintTo()
439 const T& value, ::std::ostream* os) { in DefaultPrintTo()
455 void PrintTo(const T& value, ::std::ostream* os) { in PrintTo()
[all …]
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest-printers.h120 ::std::ostream* os);
139 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue()
153 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue()
172 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue()
222 void DefaultPrintNonContainerTo(const T& value, ::std::ostream* os) { in DefaultPrintNonContainerTo()
365 void UniversalPrint(const T& value, ::std::ostream* os);
372 const C& container, ::std::ostream* os) { in DefaultPrintTo()
406 T* p, ::std::ostream* os) { in DefaultPrintTo()
438 const T& value, ::std::ostream* os) { in DefaultPrintTo()
454 void PrintTo(const T& value, ::std::ostream* os) { in PrintTo()
[all …]
/external/mesa3d/src/gtest/include/gtest/
Dgtest-printers.h120 ::std::ostream* os);
139 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue()
153 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue()
172 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue()
222 void DefaultPrintNonContainerTo(const T& value, ::std::ostream* os) { in DefaultPrintNonContainerTo()
365 void UniversalPrint(const T& value, ::std::ostream* os);
372 const C& container, ::std::ostream* os) { in DefaultPrintTo()
406 T* p, ::std::ostream* os) { in DefaultPrintTo()
438 const T& value, ::std::ostream* os) { in DefaultPrintTo()
454 void PrintTo(const T& value, ::std::ostream* os) { in PrintTo()
[all …]
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-printers.cc57 using ::std::ostream;
64 size_t count, ostream* os) { in PrintByteSegmentInObjectTo()
83 ostream* os) { in PrintBytesInObjectToImpl()
115 ostream* os) { in PrintBytesInObjectTo()
146 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { in PrintAsCharLiteralTo()
192 static CharFormat PrintAsStringLiteralTo(wchar_t c, ostream* os) { in PrintAsStringLiteralTo()
207 static CharFormat PrintAsStringLiteralTo(char c, ostream* os) { in PrintAsStringLiteralTo()
217 void PrintCharAndCodeTo(Char c, ostream* os) { in PrintCharAndCodeTo()
241 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo()
244 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo()
[all …]
/external/mesa3d/src/gtest/src/
Dgtest-printers.cc57 using ::std::ostream;
64 size_t count, ostream* os) { in PrintByteSegmentInObjectTo()
83 ostream* os) { in PrintBytesInObjectToImpl()
115 ostream* os) { in PrintBytesInObjectTo()
146 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { in PrintAsCharLiteralTo()
192 static CharFormat PrintAsStringLiteralTo(wchar_t c, ostream* os) { in PrintAsStringLiteralTo()
207 static CharFormat PrintAsStringLiteralTo(char c, ostream* os) { in PrintAsStringLiteralTo()
217 void PrintCharAndCodeTo(Char c, ostream* os) { in PrintCharAndCodeTo()
241 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo()
244 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
Dgtest-printers.cc57 using ::std::ostream;
64 size_t count, ostream* os) { in PrintByteSegmentInObjectTo()
83 ostream* os) { in PrintBytesInObjectToImpl()
115 ostream* os) { in PrintBytesInObjectTo()
146 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { in PrintAsCharLiteralTo()
192 static CharFormat PrintAsStringLiteralTo(wchar_t c, ostream* os) { in PrintAsStringLiteralTo()
207 static CharFormat PrintAsStringLiteralTo(char c, ostream* os) { in PrintAsStringLiteralTo()
217 void PrintCharAndCodeTo(Char c, ostream* os) { in PrintCharAndCodeTo()
241 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo()
244 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo()
[all …]
/external/v8/src/
Dostreams.cc45 OFStream::OFStream(FILE* f) : std::ostream(nullptr), buf_(f) { in OFStream()
88 std::ostream& PrintUC16(std::ostream& os, uint16_t c, bool (*pred)(uint16_t)) { in PrintUC16()
95 std::ostream& PrintUC16ForJSON(std::ostream& os, uint16_t c, in PrintUC16ForJSON()
104 std::ostream& PrintUC32(std::ostream& os, int32_t c, bool (*pred)(uint16_t)) { in PrintUC32()
116 std::ostream& operator<<(std::ostream& os, const AsReversiblyEscapedUC16& c) { in operator <<()
121 std::ostream& operator<<(std::ostream& os, const AsEscapedUC16ForJSON& c) { in operator <<()
130 std::ostream& operator<<(std::ostream& os, const AsUC16& c) { in operator <<()
135 std::ostream& operator<<(std::ostream& os, const AsUC32& c) { in operator <<()
139 std::ostream& operator<<(std::ostream& os, const AsHex& hex) { in operator <<()
150 std::ostream& operator<<(std::ostream& os, const AsHexBytes& hex) { in operator <<()
Dostreams.h35 class V8_EXPORT_PRIVATE OFStream : public std::ostream {
56 class StdoutStream : public std::ostream {
58 StdoutStream() : std::ostream(&stream_) {} in StdoutStream()
138 std::ostream& operator<<(std::ostream& os, const AsReversiblyEscapedUC16& c);
141 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream& os,
146 std::ostream& operator<<(std::ostream& os, const AsUC16& c);
150 std::ostream& operator<<(std::ostream& os, const AsUC32& c);
152 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream& os, const AsHex& v);
153 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream& os,
157 std::ostream& operator<<(std::ostream& os, const PrintIteratorRange<T>& range) {
Dobjects-printer.cc59 void Object::Print(std::ostream& os) { // NOLINT in Print()
68 void HeapObject::PrintHeader(std::ostream& os, const char* id) { // NOLINT in PrintHeader()
82 void HeapObject::HeapObjectPrint(std::ostream& os) { // NOLINT in HeapObjectPrint()
389 void ByteArray::ByteArrayPrint(std::ostream& os) { // NOLINT in ByteArrayPrint()
393 void BytecodeArray::BytecodeArrayPrint(std::ostream& os) { // NOLINT in BytecodeArrayPrint()
399 void FreeSpace::FreeSpacePrint(std::ostream& os) { // NOLINT in FreeSpacePrint()
406 std::ostream& os) { // NOLINT in FixedTypedArrayPrint()
410 bool JSObject::PrintProperties(std::ostream& os) { // NOLINT in PrintProperties()
473 void DoPrintElements(std::ostream& os, Object* object) { // NOLINT in DoPrintElements()
506 void PrintFixedArrayElements(std::ostream& os, T* array) { in PrintFixedArrayElements()
[all …]
/external/llvm/utils/unittest/googletest/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/google-breakpad/src/testing/gtest/src/
Dgtest-printers.cc56 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/swiftshader/third_party/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/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-notification.hpp38 inline std::ostream& operator<< (std::ostream& out, const subscription& s) { in operator <<()
54 virtual void out(std::ostream& out) const =0;
60 std::ostream& operator<< (std::ostream& out, const std::vector<T>& v);
63 auto to_stream(std::ostream& os, const T& t, int, int) in to_stream()
70 std::ostream& to_stream(std::ostream& os, const T&, int, ...) { in to_stream()
76 std::ostream& to_stream(std::ostream& os, const T&, ...) { in to_stream()
81 inline std::ostream& ostreamvector (std::ostream& os, const std::vector<T>& v) { in ostreamvector()
97 inline std::ostream& operator<< (std::ostream& os, const std::vector<T>& v) { in operator <<()
130 virtual void out(std::ostream& os) const { in out()
154 virtual void out(std::ostream& os) const { in out()
[all …]
/external/googletest/googletest/src/
Dgtest-printers.cc57 using ::std::ostream;
64 size_t count, ostream* os) { in PrintByteSegmentInObjectTo()
83 ostream* os) { in PrintBytesInObjectToImpl()
114 ostream* os) { in PrintBytesInObjectTo()
145 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { in PrintAsCharLiteralTo()
182 ostream::fmtflags flags = os->flags(); in PrintAsCharLiteralTo()
194 static CharFormat PrintAsStringLiteralTo(wchar_t c, ostream* os) { in PrintAsStringLiteralTo()
209 static CharFormat PrintAsStringLiteralTo(char c, ostream* os) { in PrintAsStringLiteralTo()
219 void PrintCharAndCodeTo(Char c, ostream* os) { in PrintCharAndCodeTo()
243 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo()
[all …]
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-printers.cc57 using ::std::ostream;
64 size_t count, ostream* os) { in PrintByteSegmentInObjectTo()
83 ostream* os) { in PrintBytesInObjectToImpl()
115 ostream* os) { in PrintBytesInObjectTo()
146 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { in PrintAsCharLiteralTo()
183 ostream::fmtflags flags = os->flags(); in PrintAsCharLiteralTo()
195 static CharFormat PrintAsStringLiteralTo(wchar_t c, ostream* os) { in PrintAsStringLiteralTo()
210 static CharFormat PrintAsStringLiteralTo(char c, ostream* os) { in PrintAsStringLiteralTo()
220 void PrintCharAndCodeTo(Char c, ostream* os) { in PrintCharAndCodeTo()
244 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo()
[all …]
/external/deqp/framework/egl/
DegluCallLogWrapper.cpp61 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 <<()
/external/v8/src/torque/
Ddeclarable.cc14 std::ostream& operator<<(std::ostream& os, const Callable& m) { in operator <<()
20 std::ostream& operator<<(std::ostream& os, const Variable& v) { in operator <<()
25 std::ostream& operator<<(std::ostream& os, const Builtin& b) { in operator <<()
31 std::ostream& operator<<(std::ostream& os, const RuntimeFunction& b) { in operator <<()
49 void PrintLabel(std::ostream& os, const Label& l, bool with_names) { in PrintLabel()
71 std::ostream& operator<<(std::ostream& os, const Label& l) { in operator <<()
76 std::ostream& operator<<(std::ostream& os, const Generic& g) { in operator <<()
/external/libcxx/src/
Diostream.cpp38 _ALIGNAS_TYPE (ostream) _LIBCPP_FUNC_VIS char cout[sizeof(ostream)]
54 _ALIGNAS_TYPE (ostream) _LIBCPP_FUNC_VIS char cerr[sizeof(ostream)]
69 _ALIGNAS_TYPE (ostream) _LIBCPP_FUNC_VIS char clog[sizeof(ostream)]
89 ostream* cout_ptr = ::new(cout) ostream(::new(__cout) __stdoutbuf<char>(stdout, &mb_cout)); in Init()
92 ostream* cerr_ptr = ::new(cerr) ostream(::new(__cerr) __stdoutbuf<char>(stderr, &mb_cerr)); in Init()
93 ::new(clog) ostream(cerr_ptr->rdbuf()); in Init()
112 ostream* cout_ptr = reinterpret_cast<ostream*>(cout); in ~Init()
118 ostream* clog_ptr = reinterpret_cast<ostream*>(clog); in ~Init()

12345678910>>...43