/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
D | PrintStreamTest.java | 54 public MockPrintStream(OutputStream os) { in MockPrintStream() 73 MockPrintStream os = new MockPrintStream(testFilePath); in test_Constructor_Ljava_lang_String() local 82 MockPrintStream os = new MockPrintStream(testFilePath, "utf-8"); in test_Constructor_Ljava_lang_String_Ljava_lang_String() local 100 PrintStream os = new PrintStream(bos); in test_ConstructorLjava_io_OutputStream() local 116 PrintStream os = new PrintStream(bos); in test_ConstructorLjava_io_OutputStreamZ() local 141 PrintStream os = new PrintStream(new OutputStream() { in test_checkError() local 160 MockPrintStream os = new MockPrintStream(testFilePath); in test_clearError() local 174 PrintStream os = new PrintStream(bos); in test_close() local 184 PrintStream os = new PrintStream(bos); in test_flush() local 197 PrintStream os = new PrintStream(bos, true); in test_print$C() local [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/chromium/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/llvm/utils/unittest/googletest/ |
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/chromium/testing/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/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/chromium/testing/gmock/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() 459 std::ostream* os) { in PrintIfNotEmpty() 526 ::std::ostream* os) { in ExplainMatchFailuresTo() [all …]
|
/external/apache-harmony/support/src/test/java/tests/support/ |
D | Support_HttpServer.java | 209 void print(OutputStream os, String text) throws IOException { in print() 304 OutputStream os = socket.getOutputStream(); in contentTest() local 320 OutputStream os = socket.getOutputStream(); in chunkedTest() local 341 OutputStream os = socket.getOutputStream(); in authenticateTest() local 376 OutputStream os = socket.getOutputStream(); in redirectTest() local 394 OutputStream os = socket.getOutputStream(); in otherTest() local 430 OutputStream os = socket.getOutputStream(); in headersTest() local 473 OutputStream os = socket.getOutputStream(); in postTest() local 487 OutputStream os = socket.getOutputStream(); in notFound() local
|
/external/clang/test/PCH/ |
D | chain-late-anonymous-namespace.cpp | 9 namespace os {} namespace 26 namespace os { namespace 52 namespace os { namespace
|
/external/openssl/crypto/hmac/ |
D | hm_ameth.c | 77 ASN1_OCTET_STRING *os = (ASN1_OCTET_STRING *)pkey->pkey.ptr; in hmac_key_free() local 109 ASN1_OCTET_STRING *os; in old_hmac_decode() local 120 ASN1_OCTET_STRING *os = (ASN1_OCTET_STRING *)pkey->pkey.ptr; in old_hmac_encode() local
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DereferenceChecker.cpp | 46 DereferenceChecker::AddDerefSource(raw_ostream &os, in AddDerefSource() 132 llvm::raw_svector_ostream os(buf); in checkLocation() local 142 llvm::raw_svector_ostream os(buf); in checkLocation() local 153 llvm::raw_svector_ostream os(buf); in checkLocation() local 167 llvm::raw_svector_ostream os(buf); in checkLocation() local
|
/external/chromium/chrome/browser/resources/ |
D | software_rendering_list.json | 56 "os": { object 69 "os": { object 83 "os": { object 96 "os": { object 108 "os": { object 122 "os": { object 135 "os": { object 150 "os": { object 170 "os": { object 190 "os": { object [all …]
|
/external/e2fsprogs/lib/e2p/ |
D | ostype.c | 27 const char *os; in e2p_os2string() local 60 int i, os; in main() local
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
D | codec.cc | 55 std::ostringstream os; in ToString() local 72 std::ostringstream os; in ToString() local
|
/external/openssl/crypto/asn1/ |
D | evp_asn1.c | 66 ASN1_STRING *os; in ASN1_TYPE_set_octetstring() local 100 ASN1_OCTET_STRING os,*osp; in ASN1_TYPE_set_int_octetstring() local 143 ASN1_OCTET_STRING *os=NULL; in ASN1_TYPE_get_int_octetstring() local
|
/external/tremolo/Tremolo/ |
D | framing.c | 852 void ogg_stream_init(ogg_stream_state *os, int serialno){ in ogg_stream_init() 859 ogg_stream_state *os=_ogg_calloc(1,sizeof(*os)); in ogg_stream_create() local 865 int ogg_stream_clear(ogg_stream_state *os){ in ogg_stream_clear() 874 int ogg_stream_destroy(ogg_stream_state *os){ in ogg_stream_destroy() 888 static void _next_lace(oggbyte_buffer *ob,ogg_stream_state *os){ in _next_lace() 902 static void _span_queued_page(ogg_stream_state *os){ in _span_queued_page() 995 int ogg_stream_pagein(ogg_stream_state *os, ogg_page *og){ in ogg_stream_pagein() 1029 int ogg_stream_reset(ogg_stream_state *os){ in ogg_stream_reset() 1054 int ogg_stream_reset_serialno(ogg_stream_state *os,int serialno){ in ogg_stream_reset_serialno() 1060 static int _packetout(ogg_stream_state *os,ogg_packet *op,int adv){ in _packetout() [all …]
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/ |
D | StreamForwarder.java | 23 OutputStream os; field in StreamForwarder 31 …StreamForwarder(Channel c, StreamForwarder sibling, Socket s, InputStream is, OutputStream os, Str… in StreamForwarder()
|
/external/chromium/base/debug/ |
D | stack_trace_unittest.cc | 27 std::ostringstream os; in TEST() local 106 std::ostringstream os; in TEST() local
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/ |
D | runtests.bat | 16 set os=win32 variable 52 if x%1==x-os set os =%2 && shift && shift && goto processcmdlineargs variable
|
/external/zlib/contrib/iostream/ |
D | test.cpp | 8 gzofstream os( 1, ios::out ); in main() local
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
D | ProcessTest.java | 39 OutputStream os = proc.getOutputStream(); in test_getInputStream() local 78 OutputStream os = proc.getOutputStream(); in test_getOutputStream() local
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
D | SerializerSwitcher.java | 99 OutputStream os = oldSerializer.getOutputStream(); in switchSerializerIfHTML() local 189 OutputStream os = serializer.getOutputStream(); in switchSerializerIfHTML() local
|
/external/llvm/include/llvm/Support/ |
D | ToolOutputFile.h | 53 raw_fd_ostream &os() { return OS; } in os() function
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | HTMLDiagnostics.cpp | 210 llvm::raw_string_ostream os(s); in ReportDiag() local 242 llvm::raw_string_ostream os(s); in ReportDiag() local 293 llvm::raw_fd_ostream os(H.c_str(), ErrorMsg); in ReportDiag() local 360 llvm::raw_string_ostream os(sbuf); in HandlePiece() local 504 static void EmitAlphaCounter(raw_ostream &os, unsigned n) { in EmitAlphaCounter() 514 unsigned HTMLDiagnostics::ProcessMacroPiece(raw_ostream &os, in ProcessMacroPiece()
|