Home
last modified time | relevance | path

Searched defs:is (Results 1 – 25 of 70) sorted by relevance

123

/packages/apps/Email/src/org/apache/james/mime4j/
DAbstractContentHandler.java51 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()
DContentHandler.java128 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()
DMimeStreamParser.java86 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()
DSimpleContentHandler.java56 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()
DRootInputStream.java36 private InputStream is = null; field in RootInputStream
46 public RootInputStream(InputStream is) { in RootInputStream()
DCloseShieldInputStream.java37 private InputStream is; field in CloseShieldInputStream
39 public CloseShieldInputStream(InputStream is) { in CloseShieldInputStream()
/packages/apps/Email/src/org/apache/james/mime4j/message/
DMessage.java64 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()
DMemoryTextBody.java53 public MemoryTextBody(InputStream is) throws IOException { in MemoryTextBody()
57 public MemoryTextBody(InputStream is, String mimeCharset) in MemoryTextBody()
DTempFileTextBody.java52 public TempFileTextBody(InputStream is) throws IOException { in TempFileTextBody()
56 public TempFileTextBody(InputStream is, String mimeCharset) in TempFileTextBody()
DTempFileBinaryBody.java54 public TempFileBinaryBody(InputStream is) throws IOException { in TempFileBinaryBody()
DMemoryBinaryBody.java55 public MemoryBinaryBody(InputStream is) throws IOException { in MemoryBinaryBody()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DExif.java27 public static int getOrientation(InputStream is) { in getOrientation()
154 private static boolean read(InputStream is, byte[] buf, int length) { in read()
DDownloadUtils.java46 public static void dump(JobContext jc, InputStream is, OutputStream os) in dump()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DPhotoLoadingTestCase.java93 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/
DXmpUtilHelper.java25 public static XMPMeta extractXMPMeta(InputStream is) { in extractXMPMeta()
/packages/apps/Contacts/tests/src/com/android/contacts/tests/streamitems/
DStreamItemPopulatorActivity.java197 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/
DDecoderUtil.java54 QuotedPrintableInputStream is = new QuotedPrintableInputStream( in decodeBaseQuotedPrintable() local
83 Base64InputStream is = new Base64InputStream( in decodeBase64() local
/packages/apps/VideoEditor/src/com/android/videoeditor/util/
DFileUtils.java105 InputStream is = null; in getMaskFilename() local
196 InputStream is = null; in getAudioTrackFilename() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
DImageLoader.java240 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/
DImapList.java70 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/
DImportProcessor.java158 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/
DAccountSyncAdapter.java28 public boolean parse(InputStream is) throws IOException { in parse()
/packages/apps/Calculator/src/com/android/calculator2/
DPersist.java52 InputStream is = new BufferedInputStream(mContext.openFileInput(FILE_NAME), 8192); in load() local
/packages/apps/Bluetooth/src/com/android/bluetooth/
DUtils.java151 …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/
DStockSource.java78 InputStream is = null; in getStream() local

123