/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/ |
Header.java | 24 import java.io.InputStream;
61 public Header(InputStream is) throws IOException {
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/ |
SimpleTempStorage.java | 28 import java.io.InputStream;
198 public InputStream getInputStream() throws IOException {
|
/packages/experimental/PrintService2/src/foo/bar/printservice2/ |
MyPrintService.java | 27 import java.io.InputStream; 75 InputStream in = new BufferedInputStream(
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarDebugActivity.java | 37 import java.io.InputStream; 113 InputStream is = null;
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/ |
DataExporter.java | 30 import java.io.InputStream; 174 final InputStream is = new FileInputStream(current);
|
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
AbstractPublicApiTest.java | 31 import java.io.InputStream; 98 final InputStream stream = new ParcelFileDescriptor.AutoCloseInputStream(
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/ |
Socket.java | 23 import java.io.InputStream; 133 final InputStream is = socket.getInputStream();
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/util/ |
RamDisk.java | 24 import java.io.InputStream; 54 public static RamDisk readGzipped(InputStream in) throws IOException {
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
UpdateHandler.java | 49 import java.io.InputStream; 523 // {@link handleWordList(Context,InputStream,ContentValues)}. 527 // #handleMetadata() closes its InputStream argument 535 // #handleWordList() closes its InputStream argument 589 private static void handleMetadata(final Context context, final InputStream stream, 613 * @param inputStream an input stream pointing to the downloaded data. May not be null. 620 final InputStream inputStream, final DownloadRecord downloadRecord) 640 copyFile(inputStream, outputStream); 642 inputStream.close() [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
BluetoothChatService.java | 30 import java.io.InputStream; 431 private final InputStream mmInStream; 437 InputStream tmpIn = null; 457 // Keep listening to the InputStream while connected 460 // Read from the InputStream
|
/cts/tests/tests/media/src/android/media/cts/ |
Vp8EncoderTest.java | 30 import java.io.InputStream; 239 InputStream rawStream = null; 366 InputStream rawStream = null; 489 InputStream rawStream = null; 497 * http://developer.android.com/reference/java/io/InputStream.html#markSupported()
|
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/ |
BluetoothChatService.java | 20 import java.io.InputStream; 424 private final InputStream mmInStream; 430 InputStream tmpIn = null; 450 // Keep listening to the InputStream while connected 453 // Read from the InputStream
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
XmlDocumentProvider.java | 43 import java.io.InputStream; 226 InputStream inputStream = null; 234 inputStream = entity.getContent(); 243 parser.setInput(inputStream, null);
|
/external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/ |
SpdyConnection.java | 23 import java.io.InputStream; 373 private InputStream in; 382 public Builder(boolean client, InputStream in, OutputStream out) { 398 public Builder(String hostName, boolean client, InputStream in, OutputStream out) { 435 @Override public void data(int flags, int streamId, InputStream in, int length)
|
SpdyReader.java | 23 import java.io.InputStream; 80 SpdyReader(InputStream in) { 206 final InputStream throttleStream = new InputStream() { 312 void data(int flags, int streamId, InputStream in, int length) throws IOException;
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
Message.java | 37 import java.io.InputStream; 295 Builder mergeFrom(InputStream input) throws IOException; 296 Builder mergeFrom(InputStream input, 299 boolean mergeDelimitedFrom(InputStream input) 301 boolean mergeDelimitedFrom(InputStream input,
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
ModelInterpreter.java | 24 import java.io.InputStream; 51 InputStream mInStream; 53 LineReader (InputStream s) 145 InputStream mIn; 166 ModelInterpreter (InputStream in, OutputStream out)
|
/libcore/luni/src/main/java/java/util/logging/ |
LogManager.java | 26 import java.io.InputStream; 330 InputStream input = null; 366 private synchronized void readConfigurationImpl(InputStream ins) 401 * {@code InputStream} 411 public void readConfiguration(InputStream ins) throws IOException {
|
/libcore/luni/src/test/java/libcore/java/security/cert/ |
CertificateFactoryTest.java | 28 import java.io.InputStream; 290 * Proxy that counts the number of bytes read from an InputStream. 292 private static class MeasuredInputStream extends InputStream { 297 private InputStream mStream; 299 public MeasuredInputStream(InputStream is) {
|
/packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/ |
MimeUtility.java | 40 import java.io.InputStream; 264 InputStream in = part.getBody().getInputStream(); 358 public static InputStream getInputStreamForContentTransferEncoding(InputStream in, 376 public static Body decodeBody(InputStream in, String contentTransferEncoding)
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
ObjectInputStreamTest.java | 29 import java.io.InputStream; 144 * @tests java.io.ObjectInputStream#ObjectInputStream(java.io.InputStream) 199 public MockObjectInputStream(InputStream input) 660 public ObjectIutputStreamWithReadDesc(InputStream is, Class returnClass) 713 public ObjectIutputStreamWithReadDesc1(InputStream is) 727 public ObjectInputStreamWithResolve(InputStream in) throws IOException { 766 public ObjectInputStreamWithResolveObject(InputStream in) throws IOException { 875 public ExceptionalBufferedInputStream(InputStream in) { 912 public ObjectIutputStreamWithReadDesc2(InputStream is, Class returnClass) [all...] |
/external/okhttp/src/main/java/com/squareup/okhttp/internal/ |
DiskLruCache.java | 28 import java.io.InputStream; 415 InputStream[] ins = new InputStream[valueCount]; 660 private static String inputStreamToString(InputStream in) throws IOException { 668 private final InputStream[] ins; 671 private Snapshot(String key, long sequenceNumber, InputStream[] ins, long[] lengths) { 688 public InputStream getInputStream(int index) { 703 for (InputStream in : ins) { 732 public InputStream newInputStream(int index) throws IOException { 753 InputStream in = newInputStream(index) [all...] |
/frameworks/base/core/java/com/android/internal/util/ |
XmlUtils.java | 26 import java.io.InputStream; 473 * Read a HashMap from an InputStream containing XML. The stream can 476 * @param in The InputStream from which to read. 485 public static final HashMap readMapXml(InputStream in) 494 * Read an ArrayList from an InputStream containing XML. The stream can 497 * @param in The InputStream from which to read. 506 public static final ArrayList readListXml(InputStream in) 516 * Read a HashSet from an InputStream containing XML. The stream can 519 * @param in The InputStream from which to read. 530 public static final HashSet readSetXml(InputStream in [all...] |
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/ |
ObjectInputStreamTest.java | 29 import java.io.InputStream; 143 * java.io.ObjectInputStream#ObjectInputStream(java.io.InputStream) 198 public MockObjectInputStream(InputStream input) 659 public ObjectIutputStreamWithReadDesc(InputStream is, Class returnClass) 712 public ObjectIutputStreamWithReadDesc1(InputStream is) 726 public ObjectInputStreamWithResolve(InputStream in) throws IOException { 765 public ObjectInputStreamWithResolveObject(InputStream in) throws IOException { 874 public ExceptionalBufferedInputStream(InputStream in) { 911 public ObjectIutputStreamWithReadDesc2(InputStream is, Class returnClass) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jar | |