HomeSort by relevance Sort by last modified time
    Searched refs:InputStream (Results 526 - 550 of 3051) sorted by null

<<21222324252627282930>>

  /art/test/656-annotation-lookup-generic-jni/src-art/
Main.java 19 import java.io.InputStream;
33 InputStream inputStream = zipFile.getInputStream(zipEntry);
36 inputStream.read(dexFileContents, 0, dexFileSize);
  /art/tools/ahat/src/main/com/android/ahat/
StaticHandler.java 22 import java.io.InputStream;
39 InputStream is = loader.getResourceAsStream(mResourceName);
  /cts/tests/tests/security/src/android/security/cts/
BitmapFactorySecurityTests.java 27 import java.io.InputStream;
37 InputStream is = mContext.getResources().openRawResource(resId);
Movie33897722.java 29 import java.io.InputStream;
64 InputStream exploitImage = mContext.getResources().openRawResource(resId);
  /cts/tests/tests/telephony2/src/android/telephony2/cts/
PhoneNumberTest.java 28 import java.io.InputStream;
43 InputStream is = new FileInputStream(pfd.getFileDescriptor());
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
HtmlReport.java 21 import java.io.InputStream;
62 InputStream xsl = CtsApiCoverage.class.getResourceAsStream("/api-coverage.xsl");
  /dalvik/dx/src/com/android/multidex/
ArchivePathElement.java 21 import java.io.InputStream;
43 public InputStream open(String path) throws IOException {
FolderPathElement.java 22 import java.io.InputStream;
37 public InputStream open(String path) throws FileNotFoundException {
  /development/samples/Vault/src/com/example/android/vault/
Utils.java 27 import java.io.InputStream;
59 final InputStream in = new FileInputStream(file);
  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
ChatManager.java 8 import java.io.InputStream;
26 private InputStream iStream;
43 // Read from the InputStream
  /external/annotation-tools/asmx/src/org/objectweb/asm/optimizer/
JarOptimizer.java 35 import java.io.InputStream;
71 InputStream is = zf.getInputStream(ze);
  /external/annotation-tools/asmx/test/conform/org/objectweb/asm/signature/
SignatureTest.java 32 import java.io.InputStream;
59 InputStream is = SignatureTest.class.getResourceAsStream("signatures.txt");
  /external/annotation-tools/asmx/test/conform/org/objectweb/asm/util/attrs/
ASMStackMapTableAttributeTest.java 32 import java.io.InputStream;
57 InputStream is = StackMapTableAttributeTest.class.getResourceAsStream(StackMapTableAttributeTest.TEST_CLASS);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
StreamRedirector.java 29 import java.io.InputStream;
50 public StreamRedirector(InputStream is, LogWriter logWriter, String name) {
  /external/apache-harmony/support/src/test/java/tests/support/
Support_URLConnector.java 21 import java.io.InputStream;
52 public InputStream getInputStream() throws IOException {
  /external/apache-http/src/org/apache/http/entity/
BufferedHttpEntity.java 36 import java.io.InputStream;
81 public InputStream getContent() throws IOException {
SerializableEntity.java 37 import java.io.InputStream;
75 public InputStream getContent() throws IOException, IllegalStateException {
StringEntity.java 36 import java.io.InputStream;
86 public InputStream getContent() throws IOException {
  /external/apache-http/src/org/apache/http/impl/io/
ContentLengthInputStream.java 35 import java.io.InputStream;
48 * through the {@link InputStream#mark} and {@link InputStream#reset} calls to
62 * support {@link InputStream#mark} and {@link InputStream#reset}. That choice
76 public class ContentLengthInputStream extends InputStream {
141 * @see java.io.InputStream#read()
156 * Does standard {@link InputStream#read(byte[], int, int)} behavior, but
190 * @see java.io.InputStream#read(byte[])
202 * @see InputStream#skip(long
    [all...]
  /external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/
LimitedInputStreamTest.java 23 import java.io.InputStream;
34 private static class ForeverInputStream extends InputStream {
  /external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
DeflateUncompressor.java 18 import java.io.InputStream;
38 * {@link #uncompress(InputStream, OutputStream)}.
44 * {@link #uncompress(InputStream, OutputStream)}.
69 * {@link #uncompress(InputStream, OutputStream)}.
78 * {@link #uncompress(InputStream, OutputStream)}.
80 * buffer. This buffer is important for performance, <em>even if the {@link InputStream} is
90 * {@link #uncompress(InputStream, OutputStream)}.
99 * {@link #uncompress(InputStream, OutputStream)}.
167 public void uncompress(InputStream compressedIn, OutputStream uncompressedOut)
PartiallyUncompressingPipe.java 19 import java.io.InputStream;
23 * A pipe that moves data from an {@link InputStream} to an {@link OutputStream}, optionally
43 * Modes available for {@link PartiallyUncompressingPipe#pipe(InputStream, Mode)}.
47 * Copy bytes form the {@link InputStream} to the {@link OutputStream} without modification.
52 * Treat the {@link InputStream} as a deflate stream with nowrap=false, uncompress the bytes
58 * Treat the {@link InputStream} as a deflate stream with nowrap=true, uncompress the bytes
77 * Pipes the entire contents of the specified {@link InputStream} to the configured
84 public long pipe(InputStream in, Mode mode) throws IOException {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DefiniteLengthInputStream.java 5 import java.io.InputStream;
18 InputStream in,
IndefiniteLengthInputStream.java 5 import java.io.InputStream;
16 InputStream in,
StreamUtil.java 6 import java.io.InputStream;
20 static int findLimit(InputStream in)

Completed in 1802 milliseconds

<<21222324252627282930>>