Home
last modified time | relevance | path

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

12345678910>>...12

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DPrintStreamTest.java54 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/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.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/chromium/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/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/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/libvpx/libvpx/third_party/googletest/src/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/chromium/testing/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/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/chromium/testing/gmock/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()
459 std::ostream* os) { in PrintIfNotEmpty()
526 ::std::ostream* os) { in ExplainMatchFailuresTo()
[all …]
/external/apache-harmony/support/src/test/java/tests/support/
DSupport_HttpServer.java209 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/
Dchain-late-anonymous-namespace.cpp9 namespace os {} namespace
26 namespace os { namespace
52 namespace os { namespace
/external/openssl/crypto/hmac/
Dhm_ameth.c77 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/chromium/chrome/browser/resources/
Dsoftware_rendering_list.json56 "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/libogg/src/
Dframing.c188 int ogg_stream_init(ogg_stream_state *os,int serialno){ in ogg_stream_init()
211 int ogg_stream_check(ogg_stream_state *os){ in ogg_stream_check()
217 int ogg_stream_clear(ogg_stream_state *os){ in ogg_stream_clear()
228 int ogg_stream_destroy(ogg_stream_state *os){ in ogg_stream_destroy()
239 static int _os_body_expand(ogg_stream_state *os,int needed){ in _os_body_expand()
254 static int _os_lacing_expand(ogg_stream_state *os,int needed){ in _os_lacing_expand()
304 int ogg_stream_iovecin(ogg_stream_state *os, ogg_iovec_t *iov, int count, in ogg_stream_iovecin()
362 int ogg_stream_packetin(ogg_stream_state *os,ogg_packet *op){ in ogg_stream_packetin()
372 static int ogg_stream_flush_i(ogg_stream_state *os,ogg_page *og, int force){ in ogg_stream_flush_i()
517 int ogg_stream_flush(ogg_stream_state *os,ogg_page *og){ in ogg_stream_flush()
[all …]
/external/e2fsprogs/lib/e2p/
Dostype.c29 const char *os; in e2p_os2string() local
62 int i, os; in main() local
/external/chromium/third_party/libjingle/source/talk/session/phone/
Dcodec.cc55 std::ostringstream os; in ToString() local
72 std::ostringstream os; in ToString() local
/external/smack/src/org/jivesoftware/smackx/packet/
DVersion.java55 private String os; field in Version
113 public void setOs(String os) { in setOs()
/external/openssl/crypto/asn1/
Devp_asn1.c66 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/
Dframing.c852 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/
DStreamForwarder.java23 OutputStream os; field in StreamForwarder
31 …StreamForwarder(Channel c, StreamForwarder sibling, Socket s, InputStream is, OutputStream os, Str… in StreamForwarder()
/external/chromium/base/debug/
Dstack_trace_unittest.cc27 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/
Druntests.bat16 set os=win32 variable
52 if x%1==x-os set os =%2 && shift && shift && goto processcmdlineargs variable
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DASN1OutputStream.java11 private OutputStream os; field in ASN1OutputStream
14 OutputStream os) in ASN1OutputStream()
176 public ImplicitOutputStream(OutputStream os) in ImplicitOutputStream()
/external/zlib/src/contrib/iostream/
Dtest.cpp8 gzofstream os( 1, ios::out ); in main() local

12345678910>>...12