Home
last modified time | relevance | path

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

12345678910>>...36

/external/v8/src/diagnostics/
Dobjects-printer.cc36 StdoutStream os; in Print() local
52 void PrintHeapObjectHeaderWithoutMap(HeapObject object, std::ostream& os, in PrintHeapObjectHeaderWithoutMap()
70 void HeapObject::PrintHeader(std::ostream& os, const char* id) { // NOLINT in PrintHeader()
75 void HeapObject::HeapObjectPrint(std::ostream& os) { // NOLINT in HeapObjectPrint()
217 void ByteArray::ByteArrayPrint(std::ostream& os) { // NOLINT in ByteArrayPrint()
224 void BytecodeArray::BytecodeArrayPrint(std::ostream& os) { // NOLINT in BytecodeArrayPrint()
230 void FreeSpace::FreeSpacePrint(std::ostream& os) { // NOLINT in FreeSpacePrint()
234 bool JSObject::PrintProperties(std::ostream& os) { // NOLINT in PrintProperties()
303 void DoPrintElements(std::ostream& os, Object object, int length) { // NOLINT in DoPrintElements()
336 void PrintTypedArrayElements(std::ostream& os, const ElementType* data_ptr, in PrintTypedArrayElements()
[all …]
/external/googletest/googletest/include/gtest/
Dgtest-printers.h153 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()
260 void DefaultPrintNonContainerTo(const T& value, ::std::ostream* os) { in DefaultPrintNonContainerTo()
405 const C& container, ::std::ostream* os) { in DefaultPrintTo()
438 T* p, ::std::ostream* os) { in DefaultPrintTo()
450 T* p, ::std::ostream* os) { in DefaultPrintTo()
465 const T& value, ::std::ostream* os) { in DefaultPrintTo()
481 void PrintTo(const T& value, ::std::ostream* os) { in PrintTo()
521 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo()
[all …]
/external/mesa3d/src/gtest/include/gtest/
Dgtest-printers.h153 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()
260 void DefaultPrintNonContainerTo(const T& value, ::std::ostream* os) { in DefaultPrintNonContainerTo()
407 const C& container, ::std::ostream* os) { in DefaultPrintTo()
440 T* p, ::std::ostream* os) { in DefaultPrintTo()
452 T* p, ::std::ostream* os) { in DefaultPrintTo()
467 const T& value, ::std::ostream* os) { in DefaultPrintTo()
483 void PrintTo(const T& value, ::std::ostream* os) { in PrintTo()
523 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo()
[all …]
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest-printers.h151 static void PrintValue(const T &value, ::std::ostream *os) { in PrintValue()
167 static void PrintValue(const T &value, ::std::ostream *os) { in PrintValue()
186 static void PrintValue(const T &value, ::std::ostream *os) { in PrintValue()
258 void DefaultPrintNonContainerTo(const T &value, ::std::ostream *os) { in DefaultPrintNonContainerTo()
404 const C &container, ::std::ostream *os) { in DefaultPrintTo()
437 ::std::ostream *os) { in DefaultPrintTo()
449 ::std::ostream *os) { in DefaultPrintTo()
464 ::std::ostream *os) { in DefaultPrintTo()
480 void PrintTo(const T &value, ::std::ostream *os) { in PrintTo()
520 inline void PrintTo(char c, ::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/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest-printers.h154 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()
260 void DefaultPrintNonContainerTo(const T& value, ::std::ostream* os) { in DefaultPrintNonContainerTo()
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()
477 const T& value, ::std::ostream* os) { in DefaultPrintTo()
493 void PrintTo(const T& value, ::std::ostream* os) { in PrintTo()
537 inline void PrintTo(char c, ::std::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/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/
Dgtest-printers.h140 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()
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()
488 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo()
496 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/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/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/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/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/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()
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()
247 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo()
253 void PrintTo(wchar_t wc, ostream* os) { in PrintTo()
[all …]
/external/mesa3d/src/gtest/src/
Dgtest-printers.cc65 size_t count, ostream* os) { in PrintByteSegmentInObjectTo()
84 ostream* os) { in PrintBytesInObjectToImpl()
115 ostream* os) { in PrintBytesInObjectTo()
146 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { in PrintAsCharLiteralTo()
196 static CharFormat PrintAsStringLiteralTo(wchar_t c, ostream* os) { in PrintAsStringLiteralTo()
211 static CharFormat PrintAsStringLiteralTo(char c, ostream* os) { in PrintAsStringLiteralTo()
221 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/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-printers.cc64 size_t count, ostream *os) { in PrintByteSegmentInObjectTo()
83 ostream *os) { in PrintBytesInObjectToImpl()
114 ostream *os) { in PrintBytesInObjectTo()
139 static CharFormat PrintAsCharLiteralTo(Char c, ostream *os) { in PrintAsCharLiteralTo()
169 static CharFormat PrintAsStringLiteralTo(wchar_t c, ostream *os) { in PrintAsStringLiteralTo()
179 static CharFormat PrintAsStringLiteralTo(char c, ostream *os) { in PrintAsStringLiteralTo()
189 void PrintCharAndCodeTo(Char c, ostream *os) { in PrintCharAndCodeTo()
212 void PrintTo(unsigned char c, ::std::ostream *os) { in PrintTo()
215 void PrintTo(signed char c, ::std::ostream *os) { in PrintTo()
221 void PrintTo(wchar_t wc, ostream *os) { PrintCharAndCodeTo<wchar_t>(wc, os); } in PrintTo()
[all …]
/external/googletest/googletest/src/
Dgtest-printers.cc65 size_t count, ostream* os) { in PrintByteSegmentInObjectTo()
84 ostream* os) { in PrintBytesInObjectToImpl()
115 ostream* os) { in PrintBytesInObjectTo()
146 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { in PrintAsCharLiteralTo()
196 static CharFormat PrintAsStringLiteralTo(wchar_t c, ostream* os) { in PrintAsStringLiteralTo()
211 static CharFormat PrintAsStringLiteralTo(char c, ostream* os) { in PrintAsStringLiteralTo()
221 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/angle/src/common/
DPackedGLEnums_autogen.cpp70 std::ostream &operator<<(std::ostream &os, AlphaTestFunc value) in operator <<()
173 std::ostream &operator<<(std::ostream &os, BufferBinding value) in operator <<()
276 std::ostream &operator<<(std::ostream &os, BufferUsage value) in operator <<()
354 std::ostream &operator<<(std::ostream &os, ClientVertexArrayType value) in operator <<()
412 std::ostream &operator<<(std::ostream &os, CullFaceMode value) in operator <<()
472 std::ostream &operator<<(std::ostream &os, FilterMode value) in operator <<()
530 std::ostream &operator<<(std::ostream &os, FogMode value) in operator <<()
586 std::ostream &operator<<(std::ostream &os, GraphicsResetStatus value) in operator <<()
641 std::ostream &operator<<(std::ostream &os, HandleType value) in operator <<()
693 std::ostream &operator<<(std::ostream &os, HintSetting value) in operator <<()
[all …]
DPackedEGLEnums_autogen.cpp50 std::ostream &operator<<(std::ostream &os, CompositorTiming value) in operator <<()
102 std::ostream &operator<<(std::ostream &os, ContextPriority value) in operator <<()
158 std::ostream &operator<<(std::ostream &os, MessageType value) in operator <<()
229 std::ostream &operator<<(std::ostream &os, ObjectType value) in operator <<()
293 std::ostream &operator<<(std::ostream &os, TextureFormat value) in operator <<()
369 std::ostream &operator<<(std::ostream &os, Timestamp value) in operator <<()
/external/catch2/examples/
D210-Evt-EventListeners.cpp25 std::ostream& operator<<( std::ostream& os, std::vector<T> const& v ) { in operator <<()
37 void print( std::ostream& os, int const level, std::string const& title, Catch::SourceLineInfo cons… in print()
51 void print( std::ostream& os, int const level, Catch::MessageInfo const& info ) { in print()
58 void print( std::ostream& os, int const level, std::string const& title, std::vector<Catch::Message… in print()
73 void print( std::ostream& os, int const level, std::string const& title, Catch::TestRunInfo const& … in print()
88 void print( std::ostream& os, int const level, std::string const& title, Catch::Counts const& info … in print()
103 void print( std::ostream& os, int const level, std::string const& title, Catch::Totals const& info … in print()
115 void print( std::ostream& os, int const level, std::string const& title, Catch::TestRunStats const&… in print()
149 void print( std::ostream& os, int const level, std::string const& title, Catch::TestCaseInfo const&… in print()
173 void print( std::ostream& os, int const level, std::string const& title, Catch::TestCaseStats const… in print()
[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/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
/external/v8/src/objects/
Dtype-hints.cc10 std::ostream& operator<<(std::ostream& os, BinaryOperationHint hint) { in operator <<()
34 std::ostream& operator<<(std::ostream& os, CompareOperationHint hint) { in operator <<()
64 std::ostream& operator<<(std::ostream& os, ForInHint hint) { in operator <<()
78 std::ostream& operator<<(std::ostream& os, const StringAddFlags& flags) { in operator <<()
/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_sentry/
Ddestruct.pass.cpp42 std::ostream os((std::streambuf*)0); in main() local
49 std::ostream os(&sb); in main() local
56 std::ostream os(&sb); in main() local
65 std::ostream os(&sb); in main() local
/external/v8/src/utils/
Dostreams.cc128 std::ostream& PrintUC16(std::ostream& os, uint16_t c, bool (*pred)(uint16_t)) { in PrintUC16()
135 std::ostream& PrintUC16ForJSON(std::ostream& os, uint16_t c, in PrintUC16ForJSON()
144 std::ostream& PrintUC32(std::ostream& os, int32_t c, bool (*pred)(uint16_t)) { in PrintUC32()
155 std::ostream& operator<<(std::ostream& os, const AsReversiblyEscapedUC16& c) { in operator <<()
159 std::ostream& operator<<(std::ostream& os, const AsEscapedUC16ForJSON& c) { in operator <<()
167 std::ostream& operator<<(std::ostream& os, const AsUC16& c) { in operator <<()
171 std::ostream& operator<<(std::ostream& os, const AsUC32& c) { in operator <<()
175 std::ostream& operator<<(std::ostream& os, const AsHex& hex) { in operator <<()
186 std::ostream& operator<<(std::ostream& os, const AsHexBytes& hex) { in operator <<()

12345678910>>...36