HomeSort by relevance Sort by last modified time
    Searched refs:OutputStream (Results 176 - 200 of 1409) sorted by null

1 2 3 4 5 6 78 91011>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/internal/net/www/protocol/file/
FileURLConnectionTest.java 24 import java.io.OutputStream;
42 OutputStream os = null;
  /libcore/luni/src/test/java/libcore/java/net/
OldUnixSocketTest.java 22 import java.io.OutputStream;
46 OutputStream clientOut = pingClient.getOutputStream();
51 OutputStream out = worker.getOutputStream();
107 OutputStream o = socket.getOutputStream();
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/
JPEGOutputStream.java 21 import java.io.OutputStream;
33 public JPEGOutputStream(OutputStream out) {
37 public JPEGOutputStream(OutputStream out, int width, int height, int quality,
135 native private int setup(OutputStream out, int width, int height, int format, int quality);
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
DeferredFileOutputStream.java 23 import java.io.OutputStream;
63 private OutputStream currentOutputStream;
146 protected OutputStream getStream() throws IOException
245 public void writeTo(OutputStream out) throws IOException
ThresholdingOutputStream.java 20 import java.io.OutputStream;
29 * This class overrides all <code>OutputStream</code> methods. However, these
42 extends OutputStream
81 // --------------------------------------------------- OutputStream methods
240 * <code>OutputStream</code> methods in this class will ultimately delegate.
246 protected abstract OutputStream getStream() throws IOException;
  /cts/common/host-side/manifest-generator/tests/src/com/android/compatibility/common/generator/
ManifestGeneratorTest.java 20 import java.io.OutputStream;
59 OutputStream output = new OutputStream() {
  /cts/tests/tests/net/src/android/net/cts/
LocalServerSocketTest.java 22 import java.io.OutputStream;
42 OutputStream clientOutStream = clientSocket.getOutputStream();
48 OutputStream serverOutStream = serverSocket.getOutputStream();
  /external/apache-http/src/org/apache/http/impl/entity/
EntitySerializer.java 35 import java.io.OutputStream;
75 protected OutputStream doSerialize(
101 OutputStream outstream = doSerialize(outbuffer, message);
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/bc/
BcDigestCalculatorProvider.java 4 import java.io.OutputStream;
33 public OutputStream getOutputStream()
46 extends OutputStream
  /external/guava/guava-tests/test/com/google/common/io/
TestOutputStream.java 28 import java.io.OutputStream;
39 public TestOutputStream(OutputStream out, TestOption... options) throws IOException {
43 public TestOutputStream(OutputStream out, Iterable<TestOption> options) throws IOException {
  /external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/output/
FileOutput.java 17 import java.io.OutputStream;
53 final OutputStream output = openFile();
66 private OutputStream openFile() throws IOException {
  /external/libweave/src/
streams.h 17 class MemoryStream : public InputStream, public OutputStream {
40 StreamCopier(InputStream* source, OutputStream* destination);
51 OutputStream* destination_{nullptr};
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/write/
BitstreamWriter.java 26 import java.io.OutputStream;
35 private final OutputStream os;
39 public BitstreamWriter(OutputStream out) {
  /external/protobuf/java/src/main/java/com/google/protobuf/
MessageLite.java 38 import java.io.OutputStream;
117 * {@link #writeDelimitedTo(OutputStream)}.
119 void writeTo(OutputStream output) throws IOException;
122 * Like {@link #writeTo(OutputStream)}, but writes the size of the message
129 void writeDelimitedTo(OutputStream output) throws IOException;
279 * {@link MessageLite#writeDelimitedTo(OutputStream)} to write your message
303 * {@link MessageLite#writeDelimitedTo(OutputStream)} to write messages in
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
GenericSignatureFormatErrorTest.java 11 import java.io.OutputStream;
59 OutputStream fos = new FileOutputStream(tf);
86 private void copy(InputStream is, OutputStream os) {
  /libcore/ojluni/src/main/java/javax/crypto/
CipherOutputStream.java 31 * A CipherOutputStream is composed of an OutputStream and a Cipher so
33 * to the underlying OutputStream. The cipher must be fully
42 * java.io.OutputStream and java.io.FilterOutputStream. This class
55 * @see java.io.OutputStream
69 private OutputStream output;
79 * Constructs a CipherOutputStream from an OutputStream and a
85 * @param os the OutputStream object
88 public CipherOutputStream(OutputStream os, Cipher c) {
95 * Constructs a CipherOutputStream from an OutputStream without
101 * @param os the OutputStream objec
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
BinaryTempFileBody.java 34 import java.io.OutputStream;
54 public OutputStream getOutputStream() throws IOException {
71 public void writeTo(OutputStream out) throws IOException, MessagingException {
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
TempFileBinaryBody.java 24 import java.io.OutputStream;
59 OutputStream out = tempFile.getOutputStream();
86 * @see org.apache.james.mime4j.message.Body#writeTo(java.io.OutputStream)
88 public void writeTo(OutputStream out) throws IOException {
  /cts/tools/vm-tests-tf/src/util/build/
ExecuteFile.java 25 import java.io.OutputStream;
51 private OutputStream outStream;
55 private OutputStream errStream;
77 public void setErr(@Nonnull OutputStream stream) {
81 public void setOut(@Nonnull OutputStream stream) {
188 OutputStream localOutStream = outStream;
199 OutputStream localErrStream = errStream;
243 public ThreadBytesStreamSucker(@Nonnull InputStream is, @Nonnull OutputStream os,
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
CopyUtils.java 23 import java.io.OutputStream;
33 * (<code>OutputStream</code>, <code>Writer</code>, <code>String</code> and
84 * 1 copy InputStream OutputStream (primitive)
89 * 4 copy Reader OutputStream 2
91 * 5 copy String OutputStream 2
95 * 8 copy byte[] OutputStream (trivial)
128 // byte[] -> OutputStream
132 * Copy bytes from a <code>byte[]</code> to an <code>OutputStream</code>.
134 * @param output the <code>OutputStream</code> to write to
137 public static void copy(byte[] input, OutputStream output
    [all...]
  /external/apache-http/android/src/com/android/internal/http/multipart/
Part.java 35 import java.io.OutputStream;
179 * {@link Part#sendParts(OutputStream, Part[], byte[])}
190 * @return <code>true</code> if {@link #sendData(OutputStream)} can be successfully called
203 protected void sendStart(OutputStream out) throws IOException {
204 LOG.trace("enter sendStart(OutputStream out)");
216 protected void sendDispositionHeader(OutputStream out) throws IOException {
217 LOG.trace("enter sendDispositionHeader(OutputStream out)");
229 protected void sendContentTypeHeader(OutputStream out) throws IOException {
230 LOG.trace("enter sendContentTypeHeader(OutputStream out)");
251 protected void sendTransferEncodingHeader(OutputStream out) throws IOException
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSUtils.java 5 import java.io.OutputStream;
246 static OutputStream createBEROctetOutputStream(OutputStream s,
308 static OutputStream attachSignersToOutputStream(Collection signers, OutputStream s)
310 OutputStream result = s;
320 static OutputStream getSafeOutputStream(OutputStream s)
325 static OutputStream getSafeTeeOutputStream(OutputStream s1
    [all...]
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/
ZipMultiReportOutputTest.java 21 import java.io.OutputStream;
52 OutputStream out = zipOutput.createFile("a.txt");
67 OutputStream out = zipOutput.createFile("b.txt");
81 OutputStream out = zipOutput.createFile("b.txt");
97 OutputStream out = zipOutput.createFile("dir/index.html");
121 OutputStream out = zipOutput.createFile("dir/index.html");
141 OutputStream out = zipOutput.createFile("index.html");
148 OutputStream out = zipOutput.createFile("index.html");
155 OutputStream out = zipOutput.createFile("index.html");
162 OutputStream out = zipOutput.createFile("index.html")
    [all...]
  /external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
LZWEncoder.java 4 import java.io.OutputStream;
122 void char_out(byte c, OutputStream outs) throws IOException {
131 void cl_block(OutputStream outs) throws IOException {
145 void compress(int init_bits, OutputStream outs) throws IOException {
217 void encode(OutputStream os) throws IOException {
229 void flush_char(OutputStream outs) throws IOException {
255 void output(int code, OutputStream outs) throws IOException {
  /art/compiler/
elf_writer_quick.cc 98 OutputStream* StartRoData() OVERRIDE;
99 void EndRoData(OutputStream* rodata) OVERRIDE;
100 OutputStream* StartText() OVERRIDE;
101 void EndText(OutputStream* text) OVERRIDE;
107 virtual OutputStream* GetStream() OVERRIDE;
183 OutputStream* ElfWriterQuick<ElfTypes>::StartRoData() {
190 void ElfWriterQuick<ElfTypes>::EndRoData(OutputStream* rodata) {
196 OutputStream* ElfWriterQuick<ElfTypes>::StartText() {
203 void ElfWriterQuick<ElfTypes>::EndText(OutputStream* text) {
275 OutputStream* ElfWriterQuick<ElfTypes>::GetStream()
    [all...]

Completed in 514 milliseconds

1 2 3 4 5 6 78 91011>>