OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOutputStream
(Results
26 - 50
of
189
) sorted by null
1
2
3
4
5
6
7
8
/libcore/luni/src/main/java/javax/xml/transform/stream/
StreamResult.java
110
public OutputStream
getOutputStream
() {
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppRfcommTransport.java
71
return mSocket.
getOutputStream
();
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapRfcommTransport.java
70
return mSocket.
getOutputStream
();
/packages/apps/Email/src/com/android/email/mail/
Transport.java
142
public OutputStream
getOutputStream
();
/cts/tests/tests/net/src/android/net/cts/
LocalServerSocketTest.java
83
OutputStream clientOutStream = clientSocket.
getOutputStream
();
89
OutputStream serverOutStream = serverSocket.
getOutputStream
();
/external/apache-harmony/support/src/test/java/tests/support/
Support_HttpServer.java
304
OutputStream os = socket.
getOutputStream
();
320
OutputStream os = socket.
getOutputStream
();
341
OutputStream os = socket.
getOutputStream
();
376
OutputStream os = socket.
getOutputStream
();
394
OutputStream os = socket.
getOutputStream
();
430
OutputStream os = socket.
getOutputStream
();
473
OutputStream os = socket.
getOutputStream
();
487
OutputStream os = socket.
getOutputStream
();
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/
AdbUtils.java
61
OutputStream os = localSocket.
getOutputStream
();
117
if(!sendAdbCmd(socket.getInputStream(), socket.
getOutputStream
(), cmd)) {
/libcore/luni/src/test/java/libcore/sqlite/
OldBlobTest.java
61
OutputStream out = testBlob.
getOutputStream
();
89
OutputStream os = blob.
getOutputStream
();
113
OutputStream out = testBlob.
getOutputStream
();
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
ExcludedProxyTest.java
74
OutputStream out2 = conn2.
getOutputStream
();
98
OutputStream out = conn4.
getOutputStream
();
126
OutputStream os = s.
getOutputStream
();
143
OutputStream os = s.
getOutputStream
();
177
OutputStream out = conn.
getOutputStream
();
/frameworks/base/tests/CoreTests/android/core/
SocketTest.java
77
s.
getOutputStream
().write(0xa5);
81
s1.
getOutputStream
().write(0x5a);
140
client.
getOutputStream
().write(1);
/libcore/luni/src/test/java/tests/api/java/lang/
ProcessTest.java
42
OutputStream os = proc.
getOutputStream
();
71
* java.lang.Process#
getOutputStream
()
77
OutputStream os = proc.
getOutputStream
();
197
public OutputStream
getOutputStream
() {
Process2Test.java
35
* java.lang.Process#
getOutputStream
()
44
assertNotNull(p.
getOutputStream
());
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ProcessTest.java
39
OutputStream os = proc.
getOutputStream
();
68
* @tests java.lang.Process#
getOutputStream
()
78
OutputStream os = proc.
getOutputStream
();
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
SerializerSwitcher.java
99
OutputStream os = oldSerializer.
getOutputStream
();
189
OutputStream os = serializer.
getOutputStream
();
/frameworks/base/core/java/android/net/
LocalSocket.java
151
public OutputStream
getOutputStream
() throws IOException {
153
return impl.
getOutputStream
();
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/forwarder/
ConnectionHandler.java
107
mFromSocketOutputStream = mFromSocket.
getOutputStream
();
108
mToSocketOutputStream = mToSocket.
getOutputStream
();
/external/apache-xml/src/main/java/org/apache/xml/serializer/
WriterToASCI.java
143
public OutputStream
getOutputStream
()
/external/nist-sip/java/gov/nist/javax/sip/stack/
IOHandler.java
206
OutputStream outputStream = clientSock.
getOutputStream
();
212
OutputStream outputStream = clientSock.
getOutputStream
();
280
OutputStream outputStream = clientSock.
getOutputStream
();
286
OutputStream outputStream = clientSock.
getOutputStream
();
/libcore/luni/src/main/java/java/net/
SocketImpl.java
187
protected abstract OutputStream
getOutputStream
() throws IOException;
/libcore/luni/src/main/java/java/util/logging/
SocketHandler.java
126
super.internalSetOutputStream(new BufferedOutputStream(this.socket.
getOutputStream
()));
/packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
BinaryTempFileBody.java
37
* A Body that is backed by a temp file. The Body exposes a
getOutputStream
method that allows
54
public OutputStream
getOutputStream
() throws IOException {
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/message/
TempFileBinaryBody.java
59
OutputStream out = tempFile.
getOutputStream
();
/packages/apps/Email/src/com/android/email/mail/transport/
MailTransport.java
180
mOut = new BufferedOutputStream(mSocket.
getOutputStream
(), 512);
210
mOut = new BufferedOutputStream(mSocket.
getOutputStream
(), 512);
310
public OutputStream
getOutputStream
() {
327
OutputStream out =
getOutputStream
();
/sdk/common/src/com/android/io/
FileWrapper.java
119
public OutputStream
getOutputStream
() throws StreamException {
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
VersionLoader.java
50
out = new BufferedWriter(new OutputStreamWriter(socket.
getOutputStream
()));
Completed in 1333 milliseconds
1
2
3
4
5
6
7
8