Home
last modified time | relevance | path

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

1234

/packages/apps/UnifiedEmail/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.java83 public void parse(InputStream is) throws IOException { in parse()
136 private void parseEntity(InputStream is) throws IOException { in parseEntity()
195 private void parseMessage(InputStream is) throws IOException { in parseMessage()
209 private void parseBodyPart(InputStream is) throws IOException { in parseBodyPart()
226 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/UnifiedEmail/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()
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/
DBitmapRegionTileSource.java71 InputStream is, boolean isShareable) { in newInstance()
108 public static DumbBitmapRegionDecoder newInstance(InputStream is) { in newInstance()
267 InputStream is = mContext.getContentResolver().openInputStream(mUri); in regenerateInputStream() local
273 InputStream is = regenerateInputStream(); in loadBitmapRegionDecoder() local
291 InputStream is = regenerateInputStream(); in loadPreviewBitmap() local
302 InputStream is = null; in readExif() local
332 InputStream is = mRes.openRawResource(mResId); in regenerateInputStream() local
337 InputStream is = regenerateInputStream(); in loadBitmapRegionDecoder() local
355 InputStream is = regenerateInputStream(); in readExif() local
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapbMessageTest.java264 InputStream is = new ByteArrayInputStream(encodedBytes); in testSmsEncodeDecodeNativeSubmitPdu() local
326 InputStream is = new ByteArrayInputStream(encoded.getBytes("UTF-8")); in testSmsEncodeDecodeNativeSubmitPduWithSc() local
357 InputStream is = new ByteArrayInputStream(encoded); in testFolderLengthTruncation() local
409 InputStream is = new ByteArrayInputStream(encoded.getBytes("UTF-8")); in testSmsMultipartDecode() local
/packages/apps/Exchange/src/com/android/exchange/utility/
DWbxmlResponseLogger.java59 protected static byte[] getContentAsByteArray(InputStream is, int batchSize) in getContentAsByteArray()
92 final InputStream is; in process() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
DXmpPresets.java62 InputStream is = null; in writeFilterXMP() local
95 InputStream is = null; in extractXMPData() local
/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/Camera2/src/com/android/camera/data/
DLocalDataUtil.java66 InputStream is = null; in decodeBitmapDimension() local
89 public static Point decodeBitmapDimension(InputStream is) { in decodeBitmapDimension()
/packages/apps/Mms/src/com/android/mms/exif/
DExifModifier.java54 InputStream is = null; in ExifModifier() local
72 InputStream is = null; in commit() local
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
DExifModifier.java52 InputStream is = null; in ExifModifier() local
70 InputStream is = null; in commit() local
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DExifModifier.java53 InputStream is = null; in ExifModifier() local
71 InputStream is = null; in commit() local
/packages/apps/Camera2/src/com/android/camera/exif/
DExifModifier.java52 InputStream is = null; in ExifModifier() local
70 InputStream is = null; in commit() local
/packages/apps/UnifiedEmail/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/Gallery2/src/com/android/gallery3d/filtershow/cache/
DImageLoader.java133 InputStream is = null; in getMetadataOrientation() local
257 InputStream is = null; in loadRegionBitmap() local
327 InputStream is = null; in loadBitmap() local
513 InputStream is = context.getContentResolver().openInputStream( in getXmpObject() local
527 InputStream is = null; in queryLightCycle360() local
/packages/apps/Email/provider_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/ContactsCommon/src/com/android/contacts/common/vcard/
DImportProcessor.java158 InputStream is = null; in runInternal() local
215 private boolean readOneVCard(InputStream is, int vcardType, String charset, in readOneVCard()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DExif.java32 public static int getOrientation(InputStream is) { in getOrientation()

1234