/packages/apps/Email/src/org/apache/james/mime4j/ |
D | AbstractContentHandler.java | 51 public void body(BodyDescriptor bd, InputStream is) throws IOException { in body() 75 public void epilogue(InputStream is) throws IOException { in epilogue() 87 public void preamble(InputStream is) throws IOException { in preamble() 111 public void raw(InputStream is) throws IOException { in raw()
|
D | ContentHandler.java | 128 void preamble(InputStream is) throws IOException; in preamble() 137 void epilogue(InputStream is) throws IOException; in epilogue() 166 void body(BodyDescriptor bd, InputStream is) throws IOException; in body() 176 void raw(InputStream is) throws IOException; in raw()
|
D | MimeStreamParser.java | 86 public void parse(InputStream is) throws IOException { in parse() 142 private void parseEntity(InputStream is) throws IOException { in parseEntity() 200 private void parseMessage(InputStream is) throws IOException { in parseMessage() 210 private void parseBodyPart(InputStream is) throws IOException { in parseBodyPart() 227 private BodyDescriptor parseHeader(InputStream is) throws IOException { in parseHeader()
|
D | SimpleContentHandler.java | 56 public abstract void bodyDecoded(BodyDescriptor bd, InputStream is) throws IOException; in bodyDecoded() 89 public final void body(BodyDescriptor bd, InputStream is) throws IOException { in body()
|
D | RootInputStream.java | 36 private InputStream is = null; field in RootInputStream 46 public RootInputStream(InputStream is) { in RootInputStream()
|
D | CloseShieldInputStream.java | 37 private InputStream is; field in CloseShieldInputStream 39 public CloseShieldInputStream(InputStream is) { in CloseShieldInputStream()
|
/packages/apps/Email/src/org/apache/james/mime4j/message/ |
D | Message.java | 64 public Message(InputStream is) throws IOException { in Message() 175 public void body(BodyDescriptor bd, InputStream is) throws IOException { in body() 224 public void epilogue(InputStream is) throws IOException { in epilogue() 237 public void preamble(InputStream is) throws IOException { in preamble() 252 public void raw(InputStream is) throws IOException { in raw()
|
D | MemoryTextBody.java | 53 public MemoryTextBody(InputStream is) throws IOException { in MemoryTextBody() 57 public MemoryTextBody(InputStream is, String mimeCharset) in MemoryTextBody()
|
D | TempFileTextBody.java | 52 public TempFileTextBody(InputStream is) throws IOException { in TempFileTextBody() 56 public TempFileTextBody(InputStream is, String mimeCharset) in TempFileTextBody()
|
D | TempFileBinaryBody.java | 54 public TempFileBinaryBody(InputStream is) throws IOException { in TempFileBinaryBody()
|
D | MemoryBinaryBody.java | 55 public MemoryBinaryBody(InputStream is) throws IOException { in MemoryBinaryBody()
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | Exif.java | 27 public static int getOrientation(InputStream is) { in getOrientation() 154 private static boolean read(InputStream is, byte[] buf, int length) { in read()
|
D | DownloadUtils.java | 46 public static void dump(JobContext jc, InputStream is, OutputStream os) in dump()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | PhotoLoadingTestCase.java | 93 InputStream is = resources.openRawResource(resourceId); in loadPhotoFromResource() local 101 protected byte[] readInputStreamFully(InputStream is) { in readInputStreamFully()
|
/packages/apps/Gallery2/src_pd/com/android/gallery3d/util/ |
D | XmpUtilHelper.java | 25 public static XMPMeta extractXMPMeta(InputStream is) { in extractXMPMeta()
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/streamitems/ |
D | StreamItemPopulatorActivity.java | 197 InputStream is = getResources().openRawResource(resourceId); in loadPhotoFromResource() local 201 protected byte[] readInputStreamFully(InputStream is) { in readInputStreamFully()
|
/packages/apps/Email/src/org/apache/james/mime4j/decoder/ |
D | DecoderUtil.java | 54 QuotedPrintableInputStream is = new QuotedPrintableInputStream( in decodeBaseQuotedPrintable() local 83 Base64InputStream is = new Base64InputStream( in decodeBase64() local
|
/packages/apps/VideoEditor/src/com/android/videoeditor/util/ |
D | FileUtils.java | 105 InputStream is = null; in getMaskFilename() local 196 InputStream is = null; in getAudioTrackFilename() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/ |
D | ImageLoader.java | 240 InputStream is = null; in loadRegionBitmap() local 257 InputStream is = null; in loadScaledBitmap() local 428 InputStream is = mContext.getContentResolver().openInputStream(getUri()); in getXmpObject() local 442 InputStream is = mContext.getContentResolver().openInputStream(getUri()); in queryLightCycle360() local
|
/packages/apps/Email/src/com/android/email/mail/store/imap/ |
D | ImapList.java | 70 public final boolean is(int index, String s) { in is() method in ImapList 77 public final boolean is(int index, String s, boolean prefixMatch) { in is() method in ImapList
|
/packages/apps/Contacts/src/com/android/contacts/vcard/ |
D | ImportProcessor.java | 158 InputStream is = null; in runInternal() local 215 private boolean readOneVCard(InputStream is, int vcardType, String charset, in readOneVCard()
|
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/ |
D | AccountSyncAdapter.java | 28 public boolean parse(InputStream is) throws IOException { in parse()
|
/packages/apps/Calculator/src/com/android/calculator2/ |
D | Persist.java | 52 InputStream is = new BufferedInputStream(mContext.openFileInput(FILE_NAME), 8192); in load() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/ |
D | Utils.java | 151 …public static void copyStream(InputStream is, OutputStream os, int bufferSize) throws IOException { in copyStream() 161 public static void safeCloseStream(InputStream is) { in safeCloseStream()
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
D | StockSource.java | 78 InputStream is = null; in getStream() local
|