Home
last modified time | relevance | path

Searched defs:os (Results 1 – 25 of 698) sorted by relevance

12345678910>>...28

/external/v8/src/
Dobjects-printer.cc23 OFStream os(stdout); in Print() local
29 void Object::Print(std::ostream& os) { // NOLINT in Print()
39 void HeapObject::PrintHeader(std::ostream& os, const char* id) { // NOLINT in PrintHeader()
50 void HeapObject::HeapObjectPrint(std::ostream& os) { // NOLINT in HeapObjectPrint()
256 void Simd128Value::Simd128ValuePrint(std::ostream& os) { // NOLINT in Simd128ValuePrint()
265 void Float32x4::Float32x4Print(std::ostream& os) { // NOLINT in Float32x4Print()
308 void ByteArray::ByteArrayPrint(std::ostream& os) { // NOLINT in ByteArrayPrint()
313 void BytecodeArray::BytecodeArrayPrint(std::ostream& os) { // NOLINT in BytecodeArrayPrint()
318 void FreeSpace::FreeSpacePrint(std::ostream& os) { // NOLINT in FreeSpacePrint()
325 std::ostream& os) { // NOLINT in FixedTypedArrayPrint()
[all …]
Dostreams.cc57 std::ostream& PrintUC16(std::ostream& os, uint16_t c, bool (*pred)(uint16_t)) { in PrintUC16()
64 std::ostream& PrintUC16ForJSON(std::ostream& os, uint16_t c, in PrintUC16ForJSON()
73 std::ostream& PrintUC32(std::ostream& os, int32_t c, bool (*pred)(uint16_t)) { in PrintUC32()
85 std::ostream& operator<<(std::ostream& os, const AsReversiblyEscapedUC16& c) { in operator <<()
90 std::ostream& operator<<(std::ostream& os, const AsEscapedUC16ForJSON& c) { in operator <<()
99 std::ostream& operator<<(std::ostream& os, const AsUC16& c) { in operator <<()
104 std::ostream& operator<<(std::ostream& os, const AsUC32& c) { in operator <<()
108 std::ostream& operator<<(std::ostream& os, const AsHex& hex) { in operator <<()
Dtype-hints.cc10 std::ostream& operator<<(std::ostream& os, BinaryOperationHint hint) { in operator <<()
29 std::ostream& operator<<(std::ostream& os, CompareOperationHint hint) { in operator <<()
46 std::ostream& operator<<(std::ostream& os, ToBooleanHint hint) { in operator <<()
77 std::ostream& operator<<(std::ostream& os, ToBooleanHints hints) { in operator <<()
92 std::ostream& operator<<(std::ostream& os, const StringAddFlags& flags) { in operator <<()
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
Dgtest-printers.h135 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()
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()
386 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo()
394 inline void PrintTo(bool x, ::std::ostream* os) { in PrintTo()
[all …]
/external/mesa3d/src/gtest/include/gtest/
Dgtest-printers.h135 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()
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()
386 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo()
394 inline void PrintTo(bool x, ::std::ostream* os) { in PrintTo()
[all …]
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest-printers.h135 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()
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()
386 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo()
394 inline void PrintTo(bool x, ::std::ostream* os) { in PrintTo()
[all …]
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
Dgtest-printers.h135 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()
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()
386 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo()
394 inline void PrintTo(bool x, ::std::ostream* os) { in PrintTo()
[all …]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest-printers.h139 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()
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()
487 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo()
495 inline void PrintTo(bool x, ::std::ostream* os) { in PrintTo()
[all …]
/external/googletest/googletest/include/gtest/
Dgtest-printers.h139 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()
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()
487 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo()
495 inline void PrintTo(bool x, ::std::ostream* os) { in PrintTo()
[all …]
/external/v8/testing/gtest/include/gtest/
Dgtest-printers.h139 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()
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()
487 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo()
495 inline void PrintTo(bool x, ::std::ostream* os) { in PrintTo()
[all …]
/external/google-breakpad/src/testing/gtest/include/gtest/
Dgtest-printers.h135 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()
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()
386 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo()
394 inline void PrintTo(bool x, ::std::ostream* os) { in PrintTo()
[all …]
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest-printers.cc60 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()
246 void PrintTo(wchar_t wc, ostream* os) { in PrintTo()
[all …]
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-printers.cc64 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()
250 void PrintTo(wchar_t wc, ostream* os) { in PrintTo()
[all …]
/external/googletest/googletest/src/
Dgtest-printers.cc64 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()
250 void PrintTo(wchar_t wc, ostream* os) { in PrintTo()
[all …]
/external/v8/testing/gtest/src/
Dgtest-printers.cc64 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()
250 void PrintTo(wchar_t wc, ostream* os) { in PrintTo()
[all …]
/external/google-breakpad/src/testing/gtest/src/
Dgtest-printers.cc60 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()
246 void PrintTo(wchar_t wc, ostream* os) { in PrintTo()
[all …]
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/
Dctor_result_type.pass.cpp29 std::ostringstream os; in test1() local
36 std::ostringstream os; in test1() local
43 std::ostringstream os; in test1() local
57 std::ostringstream os; in test2() local
64 std::ostringstream os; in test2() local
71 std::ostringstream os; in test2() local
85 std::ostringstream os; in test3() local
92 std::ostringstream os; in test3() local
99 std::ostringstream os; in test3() local
113 std::ostringstream os; in test4() local
[all …]
/external/llvm/utils/unittest/googletest/src/
Dgtest-printers.cc68 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()
254 void PrintTo(wchar_t wc, ostream* os) { in PrintTo()
[all …]
/external/mesa3d/src/gtest/src/
Dgtest-printers.cc68 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()
254 void PrintTo(wchar_t wc, ostream* os) { in PrintTo()
[all …]
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest-printers.cc68 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()
254 void PrintTo(wchar_t wc, ostream* os) { in PrintTo()
[all …]
/external/libvncserver/libvncserver/
Dzrleoutstream.c68 zrleOutStream *os; in zrleOutStreamNew() local
97 void zrleOutStreamFree (zrleOutStream *os) in zrleOutStreamFree()
105 rfbBool zrleOutStreamFlush(zrleOutStream *os) in zrleOutStreamFlush()
151 static int zrleOutStreamOverrun(zrleOutStream *os, in zrleOutStreamOverrun()
212 static int zrleOutStreamCheck(zrleOutStream *os, int size) in zrleOutStreamCheck()
220 void zrleOutStreamWriteBytes(zrleOutStream *os, in zrleOutStreamWriteBytes()
233 void zrleOutStreamWriteU8(zrleOutStream *os, zrle_U8 u) in zrleOutStreamWriteU8()
239 void zrleOutStreamWriteOpaque8(zrleOutStream *os, zrle_U8 u) in zrleOutStreamWriteOpaque8()
245 void zrleOutStreamWriteOpaque16 (zrleOutStream *os, zrle_U16 u) in zrleOutStreamWriteOpaque16()
252 void zrleOutStreamWriteOpaque32 (zrleOutStream *os, zrle_U32 u) in zrleOutStreamWriteOpaque32()
[all …]
/external/vulkan-validation-layers/libs/glm/gtx/
Dio.inl73 GLM_FUNC_QUALIFIER std::ios_base& column_major(std::ios_base& os)
80 GLM_FUNC_QUALIFIER std::ios_base& row_major(std::ios_base& os)
87 GLM_FUNC_QUALIFIER std::ios_base& formatted(std::ios_base& os)
94 GLM_FUNC_QUALIFIER std::ios_base& unformatted(std::ios_base& os)
107 …GLM_FUNC_QUALIFIER std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>& os, tquat<…
127 …GLM_FUNC_QUALIFIER std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>& os, tvec2<…
145 …GLM_FUNC_QUALIFIER std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>& os, tvec3<…
164 …GLM_FUNC_QUALIFIER std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>& os, tvec4<…
184 …GLM_FUNC_QUALIFIER std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>& os, tmat2x…
199 …GLM_FUNC_QUALIFIER std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>& os, tmat2x…
[all …]
/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h78 explicit MatchResultListener(::std::ostream* os) : stream_(os) {} in MatchResultListener()
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()
344 virtual void DescribeNegationTo(::std::ostream* os) const { in DescribeNegationTo()
467 virtual void DescribeTo(::std::ostream* os) const { in DescribeTo()
471 virtual void DescribeNegationTo(::std::ostream* os) const { in DescribeNegationTo()
[all …]
/external/eigen/unsupported/test/
Dcxx11_tensor_io.cpp22 std::stringstream os; in test_output_0d() local
38 std::stringstream os; in test_output_1d() local
62 std::stringstream os; in test_output_2d() local
80 std::stringstream os; in test_output_expr() local
96 std::stringstream os; in test_output_string() local
114 std::stringstream os; in test_output_const() local
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
Dbool.pass.cpp55 std::ostream os((std::streambuf*)0); in main() local
63 std::ostream os(&sb); in main() local
70 std::ostream os(&sb); in main() local
77 std::ostream os(&sb); in main() local
85 std::ostream os(&sb); in main() local

12345678910>>...28