HomeSort by relevance Sort by last modified time
    Searched refs:InputStream (Results 301 - 325 of 1058) sorted by null

<<11121314151617181920>>

  /external/svox/picolanginstaller/src/com/svox/langpack/installer/
InstallerActivity.java 6 import java.io.InputStream;
60 InputStream stream = langPackFd.createInputStream();
71 private boolean unzipLangPack(InputStream stream) {
116 public InputStream stream;
118 public unzipper(InputStream is) {
  /frameworks/base/core/java/android/speech/srec/
WaveHeader.java 20 import java.io.InputStream;
177 * @param in {@link java.io.InputStream} to read from.
181 public int read(InputStream in) throws IOException {
210 private static void readId(InputStream in, String id) throws IOException {
216 private static int readInt(InputStream in) throws IOException {
220 private static short readShort(InputStream in) throws IOException {
  /libcore/luni/src/main/java/java/io/
InputStreamReader.java 41 private InputStream in;
50 * Constructs a new {@code InputStreamReader} on the {@link InputStream}
58 public InputStreamReader(InputStream in) {
63 * Constructs a new InputStreamReader on the InputStream {@code in}. The
69 * the InputStream from which to read characters.
77 public InputStreamReader(InputStream in, final String enc)
96 * Constructs a new InputStreamReader on the InputStream {@code in} and
100 * the source InputStream from which to read characters.
104 public InputStreamReader(InputStream in, CharsetDecoder dec) {
113 * Constructs a new InputStreamReader on the InputStream {@code in} an
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidDataInputStreamTest.java 24 import java.io.InputStream;
108 public static String read(InputStream a) throws IOException {
119 public static String read(InputStream a, int x) throws IOException {
128 public static String skipRead(InputStream a) throws IOException {
140 public static String markRead(InputStream a, int x, int y) throws IOException {
  /libcore/luni/src/test/java/tests/api/java/lang/
ProcessTest.java 23 import java.io.InputStream;
50 InputStream is = proc.getInputStream();
89 InputStream is = proc.getInputStream();
187 public InputStream getErrorStream() {
192 public InputStream getInputStream() {
  /libcore/support/src/test/java/tests/security/
MessageDigestTest.java 19 import java.io.InputStream;
34 private InputStream sourceData;
80 InputStream getSourceData() {
81 InputStream sourceStream = getClass().getResourceAsStream(digestAlgorithmName + ".data");
87 InputStream checkDigestStream =
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
BitmapDrawableTest.java 49 import java.io.InputStream;
96 args = {java.io.InputStream.class}
101 args = {android.content.res.Resources.class, java.io.InputStream.class}
147 new BitmapDrawable(mContext.getResources(), (InputStream) null);
149 new BitmapDrawable((InputStream) null);
165 InputStream source = mContext.getResources().openRawResource(R.raw.testimage);
186 InputStream source = mContext.getResources().openRawResource(R.raw.testimage);
204 InputStream source = mContext.getResources().openRawResource(R.raw.testimage);
222 InputStream source = mContext.getResources().openRawResource(R.raw.testimage);
263 InputStream source = mContext.getResources().openRawResource(R.raw.testimage)
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
ASN1InputStream.java 7 import java.io.InputStream;
24 static int findLimit(InputStream in)
39 InputStream is)
77 InputStream input,
92 InputStream input,
265 static int readTagNumber(InputStream s, int tag)
304 static int readLength(InputStream s, int limit)
  /external/protobuf/java/src/main/java/com/google/protobuf/
AbstractMessageLite.java 34 import java.io.InputStream;
200 public BuilderType mergeFrom(final InputStream input) throws IOException {
208 final InputStream input,
218 * An InputStream implementations which reads from some other InputStream
226 LimitedInputStream(InputStream in, int limit) {
273 final InputStream input,
281 final InputStream limitedInput = new LimitedInputStream(input, size);
286 public boolean mergeDelimitedFrom(final InputStream input)
  /frameworks/base/graphics/java/android/graphics/
BitmapFactory.java 28 import java.io.InputStream;
219 * input data (inputstream, array, etc.) or if it must make a deep copy.
296 InputStream stream = null;
328 * Decode a new Bitmap from an InputStream. This InputStream was obtained from
332 InputStream is, Rect pad, Options opts) {
368 InputStream is = null;
462 public static Bitmap decodeStream(InputStream is, Rect outPadding, Options opts) {
548 public static Bitmap decodeStream(InputStream is) {
621 private static native Bitmap nativeDecodeStream(InputStream is, byte[] storage
    [all...]
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/repository/
ValidateRepositoryXmlTest.java 24 import java.io.InputStream;
62 InputStream xsdStream = SdkRepoConstants.getXsdStream(version);
103 /** Validate a valid sample using namespace version 1 using an InputStream */
105 InputStream xmlStream = this.getClass().getResourceAsStream(
115 /** Validate a valid sample using namespace version 2 using an InputStream */
117 InputStream xmlStream = this.getClass().getResourceAsStream(
127 /** Validate a valid sample using namespace version 3 using an InputStream */
129 InputStream xmlStream = this.getClass().getResourceAsStream(
139 /** Validate a valid sample using namespace version 4 using an InputStream */
141 InputStream xmlStream = this.getClass().getResourceAsStream(
    [all...]
  /external/javassist/src/main/javassist/
ClassPoolTail.java 41 public InputStream openClassfile(String classname) {
93 public InputStream openClassfile(String classname) throws NotFoundException {
96 InputStream is = jars[i].openClassfile(classname);
137 public InputStream openClassfile(String classname)
285 InputStream fin = openClassfile(classname);
307 InputStream fin = openClassfile(classname);
324 InputStream openClassfile(String classname)
331 InputStream ins = null;
384 public static byte[] readStream(InputStream fin) throws IOException {
419 public static void copyStream(InputStream fin, OutputStream fout
    [all...]
  /libcore/luni/src/main/java/java/sql/
CallableStatement.java 20 import java.io.InputStream;
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ConsoleTest.java 25 import java.io.InputStream;
45 private InputStream in = new ByteArrayInputStream(bytes);
52 Console.class.getDeclaredConstructor(InputStream.class, OutputStream.class);
FilterInputStreamTest.java 23 import java.io.InputStream;
31 public MyFilterInputStream(InputStream is) {
38 private InputStream is;
70 assertTrue("Mark not supported by parent InputStream", true);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ProcessTest.java 21 import java.io.InputStream;
47 InputStream is = proc.getInputStream();
94 InputStream is = proc.getInputStream();
  /external/apache-http/src/org/apache/http/impl/io/
ChunkedInputStream.java 35 import java.io.InputStream;
71 public class ChunkedInputStream extends InputStream {
142 * @see java.io.InputStream#read(byte[], int, int)
171 * @see java.io.InputStream#read(byte[])
283 * @param inStream The {@link InputStream} to exhaust.
286 static void exhaustInputStream(final InputStream inStream) throws IOException {
  /external/apache-http/src/org/apache/http/util/
EntityUtils.java 35 import java.io.InputStream;
64 InputStream instream = entity.getContent();
112 InputStream instream = entity.getContent();
  /external/javasqlite/src/main/java/SQLite/
Blob.java 6 * Internal class implementing java.io.InputStream on
10 class BlobR extends InputStream {
25 * Contruct InputStream from blob instance.
44 * Mark method; dummy to satisfy InputStream class.
51 * Reset method; dummy to satisfy InputStream class.
67 * Close this blob InputStream.
263 * Return InputStream for this blob
264 * @return InputStream
267 public InputStream getInputStream() {
268 return (InputStream) new BlobR(this)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
Pipeline.java 43 public class Pipeline extends InputStream {
52 private InputStream pipe;
122 public Pipeline(InputStream pipe, int readTimeout, Timer timer) {
  /frameworks/base/core/java/android/webkit/
JniUtil.java 26 import java.io.InputStream;
113 InputStream is = sContext.getContentResolver().openInputStream(uri);
140 private static synchronized InputStream contentUrlStream(String url) {
  /frameworks/base/opengl/java/android/opengl/
Texture.java 19 import java.io.InputStream;
48 private int readInt16(InputStream is) throws IOException {
52 public Texture(InputStream is) throws IOException {
  /frameworks/base/sax/tests/saxtests/src/android/sax/
ExpatPerformanceTest.java 32 import java.io.InputStream;
45 InputStream in = mContext.getResources().openRawResource(R.raw.youtube);
71 private InputStream newInputStream() {
  /libcore/luni/src/main/java/java/util/jar/
JarInputStream.java 22 import java.io.InputStream;
59 * @see ZipInputStream#ZipInputStream(InputStream)
61 public JarInputStream(InputStream stream, boolean verify) throws IOException {
104 * @see ZipInputStream#ZipInputStream(InputStream)
106 public JarInputStream(InputStream stream) throws IOException {
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
DefaultSSLContextImpl.java 23 import java.io.InputStream;
76 InputStream is = null;
113 InputStream is = null;

Completed in 1108 milliseconds

<<11121314151617181920>>