/external/smack/src/org/jivesoftware/smackx/bytestreams/ |
BytestreamSession.java | 17 import java.io.InputStream;
34 * Returns the InputStream associated with this session to send data.
36 * @return the InputStream associated with this session to send data
39 public InputStream getInputStream() throws IOException;
|
/frameworks/base/core/tests/coretests/src/android/content/ |
MemoryFileProviderTest.java | 25 import java.io.InputStream; 40 InputStream in = resolver.openInputStream(uri); 57 InputStream in = resolver.openInputStream(uri); 73 InputStream in = resolver.openInputStream(uri);
|
/libcore/luni/src/main/java/java/lang/ |
Process.java | 20 import java.io.InputStream; 50 * InputStream in = process.getInputStream(); 84 public abstract InputStream getErrorStream(); 93 public abstract InputStream getInputStream();
|
/libcore/luni/src/main/java/libcore/net/http/ |
AbstractHttpInputStream.java | 20 import java.io.InputStream; 35 abstract class AbstractHttpInputStream extends InputStream { 36 protected final InputStream in; 42 AbstractHttpInputStream(InputStream in, HttpEngine httpEngine,
|
/libcore/luni/src/test/java/libcore/java/io/ |
OldAndroidBufferedInputStreamTest.java | 22 import java.io.InputStream; 82 public static String read(InputStream a) throws IOException { 93 public static String skipRead(InputStream a) throws IOException { 105 public static String read(InputStream a, int x) throws IOException {
|
/libcore/luni/src/test/java/libcore/sqlite/ |
OldBlobTest.java | 23 import java.io.InputStream; 93 InputStream is = blob.getInputStream(); 103 InputStream in = testBlob.getInputStream(); 127 // inputStream either null or some error occurs
|
/libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
ZipFileTest.java | 28 import java.io.InputStream; 39 public byte[] getAllBytesFromStream(InputStream is) throws IOException { 138 InputStream in = Support_Resources.getStream("hyts_ZipFile.zip"); 168 InputStream is1 = zf.getInputStream(zf.getEntry("File1.txt")); 169 InputStream is2 = zf.getInputStream(zf.getEntry("File2.txt")); 234 InputStream in; 260 InputStream in; 266 * Android delivers empty InputStream, RI no InputStream at all. The 294 // Test for method java.io.InputStream [all...] |
/libcore/luni/src/test/java/tests/api/java/lang/reflect/ |
GenericSignatureFormatErrorTest.java | 12 import java.io.InputStream; 30 InputStream is = this.getClass().getResourceAsStream("dex1.bytes"); 61 InputStream is = this.getClass().getResourceAsStream("dex1.bytes"); 90 private void copy(InputStream is, OutputStream os) {
|
/libcore/support/src/test/java/tests/support/ |
Support_GetLocal.java | 25 import java.io.InputStream; 42 InputStream in = Support_GetLocal.class.getResourceAsStream(url); 62 InputStream in = new URL(url).openStream(); 80 InputStream in = new URL(url).openStream();
|
/packages/apps/Email/src/org/apache/james/mime4j/ |
SimpleContentHandler.java | 27 import java.io.InputStream;
56 public abstract void bodyDecoded(BodyDescriptor bd, InputStream is) throws IOException;
87 * @see org.apache.james.mime4j.AbstractContentHandler#body(org.apache.james.mime4j.BodyDescriptor, java.io.InputStream)
89 public final void body(BodyDescriptor bd, InputStream is) throws IOException {
|
/packages/apps/Exchange/exchange2/ |
proguard.flags | 9 *** resetInput(java.io.InputStream);
|
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/ |
SyncAdapterTestCase.java | 32 import java.io.InputStream; 68 * Create and return a short, simple InputStream that has at least four bytes, which is all 70 * @return the InputStream 72 public InputStream getTestInputStream() {
|
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/ |
SyncAdapterTestCase.java | 32 import java.io.InputStream; 68 * Create and return a short, simple InputStream that has at least four bytes, which is all 70 * @return the InputStream 72 public InputStream getTestInputStream() {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/io/ |
IFileWrapper.java | 32 import java.io.InputStream; 47 public InputStream getContents() throws StreamException { 60 public void setContents(InputStream source) throws StreamException { 87 return PreferredWriteMode.INPUTSTREAM;
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
BitmapFactoryTest.java | 41 import java.io.InputStream; 114 InputStream is = obtainInputStream(); 145 InputStream is = obtainInputStream(); 157 InputStream is = obtainInputStream(); 167 InputStream is = obtainInputStream(RES_IDS[i]); 183 InputStream iStreamPng = obtainInputStream(R.drawable.png_test); 188 InputStream iStreamWebp1 = obtainInputStream(R.drawable.webp_test); 197 InputStream iStreamWebp2 = new ByteArrayInputStream(oStreamWebp.toByteArray()); 254 private InputStream obtainInputStream() { 258 private InputStream obtainInputStream(int resId) [all...] |
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/ |
VoicemailProviderHelpers.java | 33 import java.io.InputStream; 118 public void setVoicemailContent(Uri voicemailUri, InputStream inputStream, String mimeType) 120 setVoicemailContent(voicemailUri, null, inputStream, mimeType); 129 private void setVoicemailContent(Uri voicemailUri, byte[] inputBytes, InputStream inputStream, 131 if (inputBytes != null && inputStream != null) { 132 throw new IllegalArgumentException("Both inputBytes & inputStream non-null. Don't" + 142 } else if (inputStream != null) { 143 copyStreamData(inputStream, outputStream) [all...] |
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/ |
HttpZipLocator.java | 40 import java.io.InputStream; 168 private InputStream readData(int offset, int length) throws IOException{ 242 private void fillByteArray(byte[] array, InputStream source) throws IOException{ 255 InputStream in = readData(tableOffset, tableLength); 259 // not entire byte array will be read with InputStream.read() 275 // InputStream in = readData(Integer.MAX_VALUE, ENDHDR); 291 InputStream in = readData(Integer.MAX_VALUE, 200); 322 private InputStream openStream(ZipEntry2 entry) throws IOException{ 323 InputStream in = readData(entry.offset, entry.compSize); 330 public InputStream openStream(String name) throws IOException [all...] |
/cts/tests/tests/util/src/android/util/cts/ |
PrintStreamPrinterTest.java | 24 import java.io.InputStream; 48 InputStream is = null;
|
PrintWriterPrinterTest.java | 23 import java.io.InputStream; 69 InputStream is = new FileInputStream(mFile);
|
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/ |
CipherInputStreamTest.java | 22 import java.io.InputStream; 59 new CipherInputStream(new BufferedInputStream((InputStream) null),
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
Process2Test.java | 22 import java.io.InputStream; 38 InputStream in = p.getInputStream();
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
SecureCacheResponseTest.java | 20 import java.io.InputStream; 73 public InputStream getBody() throws IOException {
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/pkcs7/ |
AuthenticatedAttributesTest.java | 21 import java.io.InputStream; 37 InputStream in = Support_Resources.getResourceStream(tSTokenPath);
|
/external/apache-harmony/support/src/test/java/tests/support/ |
Streams.java | 22 import java.io.InputStream; 35 public static byte[] streamToBytes(InputStream source) throws IOException {
|
Support_URLConnector.java | 21 import java.io.InputStream; 52 public InputStream getInputStream() throws IOException {
|