/external/v8/src/ |
D | objects-printer.cc | 19 OFStream os(stdout); in Print() local 25 void Object::Print(OStream& os) { // NOLINT in Print() 34 void HeapObject::PrintHeader(OStream& os, const char* id) { // NOLINT in PrintHeader() 39 void HeapObject::HeapObjectPrint(OStream& os) { // NOLINT in HeapObjectPrint() 196 void ByteArray::ByteArrayPrint(OStream& os) { // NOLINT in ByteArrayPrint() 201 void FreeSpace::FreeSpacePrint(OStream& os) { // NOLINT in FreeSpacePrint() 222 void JSObject::PrintProperties(OStream& os) { // NOLINT in PrintProperties() 254 static void DoPrintElements(OStream& os, Object* object) { // NOLINT in DoPrintElements() 262 void JSObject::PrintElements(OStream& os) { // NOLINT in PrintElements() 344 void JSObject::PrintTransitions(OStream& os) { // NOLINT in PrintTransitions() [all …]
|
/external/gtest/include/gtest/ |
D | gtest-printers.h | 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() 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/ |
D | gtest-printers.h | 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() 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/ |
D | gtest-printers.h | 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() 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/google-breakpad/src/testing/gtest/include/gtest/ |
D | gtest-printers.h | 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() 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/libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/ |
D | ctor_result_type.pass.cpp | 29 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/gtest/src/ |
D | gtest-printers.cc | 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() 246 void PrintTo(wchar_t wc, ostream* os) { in PrintTo() [all …]
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest-printers.cc | 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() 246 void PrintTo(wchar_t wc, ostream* os) { in PrintTo() [all …]
|
/external/mesa3d/src/gtest/src/ |
D | gtest-printers.cc | 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() 254 void PrintTo(wchar_t wc, ostream* os) { in PrintTo() [all …]
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-printers.cc | 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() 254 void PrintTo(wchar_t wc, ostream* os) { in PrintTo() [all …]
|
/external/libvncserver/libvncserver/ |
D | zrleoutstream.c | 68 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/google-breakpad/src/testing/include/gmock/ |
D | gmock-matchers.h | 78 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/ |
D | bool.pass.cpp | 55 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
|
D | unsigned_int.pass.cpp | 55 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
|
D | unsigned_long_long.pass.cpp | 55 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
|
D | unsigned_long.pass.cpp | 55 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
|
D | short.pass.cpp | 55 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
|
D | long_long.pass.cpp | 55 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
|
D | unsigned_short.pass.cpp | 55 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
|
/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() local 47 std::ostream os(&sb); in main() local 54 std::ostream os(&sb); in main() local 62 std::ostream os(&sb); in main() local
|
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/ |
D | signed_char_pointer.pass.cpp | 56 std::ostream os((std::streambuf*)0); in main() local 64 std::ostream os(&sb); in main() local 71 std::ostream os(&sb); in main() local 80 std::ostream os(&sb); in main() local
|
D | char_to_wide.pass.cpp | 56 std::wostream os((std::wstreambuf*)0); in main() local 64 std::wostream os(&sb); in main() local 71 std::wostream os(&sb); in main() local 80 std::wostream os(&sb); in main() local
|
D | unsigned_char.pass.cpp | 56 std::ostream os((std::streambuf*)0); in main() local 64 std::ostream os(&sb); in main() local 71 std::ostream os(&sb); in main() local 80 std::ostream os(&sb); in main() local
|
D | signed_char.pass.cpp | 56 std::ostream os((std::streambuf*)0); in main() local 64 std::ostream os(&sb); in main() local 71 std::ostream os(&sb); in main() local 80 std::ostream os(&sb); in main() local
|
D | char.pass.cpp | 56 std::ostream os((std::streambuf*)0); in main() local 64 std::ostream os(&sb); in main() local 71 std::ostream os(&sb); in main() local 80 std::ostream os(&sb); in main() local
|