Home
last modified time | relevance | path

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

12345

/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/services/Telephony/src/org/apache/james/mime4j/
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()
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/Test/connectivity/sl4n/rapidjson/test/unittest/
Dencodingstest.cpp316 StringStream is(encodedStr); in TEST() local
327 StringStream is(encodedStr); in TEST() local
376 GenericStringStream<UTF16<> > is(encodedStr); in TEST() local
387 GenericStringStream<UTF16<> > is(encodedStr); in TEST() local
407 GenericStringStream<UTF32<> > is(encodedStr); in TEST() local
418 GenericStringStream<UTF32<> > is(encodedStr); in TEST() local
/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/Test/connectivity/sl4n/rapidjson/include/rapidjson/
Dreader.h247 void SkipWhitespace(InputStream& is) { in SkipWhitespace()
344 template<> inline void SkipWhitespace(InsituStringStream& is) { in SkipWhitespace()
349 template<> inline void SkipWhitespace(StringStream& is) { in SkipWhitespace()
393 ParseResult Parse(InputStream& is, Handler& handler) { in Parse()
432 ParseResult Parse(InputStream& is, Handler& handler) { in Parse()
467 void ParseObject(InputStream& is, Handler& handler) { in ParseObject()
517 void ParseArray(InputStream& is, Handler& handler) { in ParseArray()
552 void ParseNull(InputStream& is, Handler& handler) { in ParseNull()
565 void ParseTrue(InputStream& is, Handler& handler) { in ParseTrue()
578 void ParseFalse(InputStream& is, Handler& handler) { in ParseFalse()
[all …]
/packages/apps/TV/src/com/android/tv/license/
DLicenseUtils.java38 try (InputStream is = am.open("licenses.html")) { in hasLicenses()
49 try (InputStream is = am.open("rating_sources.html")) { in hasRatingAttribution()
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/
DBitmapRegionTileSource.java70 InputStream is, boolean isShareable) { in newInstance()
107 public static DumbBitmapRegionDecoder newInstance(InputStream is) { in newInstance()
290 InputStream is = mContext.getContentResolver().openInputStream(mUri); in regenerateInputStream() local
296 InputStream is = regenerateInputStream(); in loadBitmapRegionDecoder() local
314 InputStream is = regenerateInputStream(); in loadPreviewBitmap() local
325 InputStream is = null; in readExif() local
354 InputStream is = mRes.openRawResource(mResId); in regenerateInputStream() local
359 InputStream is = regenerateInputStream(); in loadBitmapRegionDecoder() local
377 InputStream is = regenerateInputStream(); in readExif() local
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapbMessageTest.java278 InputStream is = new ByteArrayInputStream(encodedBytes); in testSmsEncodeDecodeNativeSubmitPdu() local
340 InputStream is = new ByteArrayInputStream(encoded.getBytes("UTF-8")); in testSmsEncodeDecodeNativeSubmitPduWithSc() local
371 InputStream is = new ByteArrayInputStream(encoded); in testFolderLengthTruncation() local
423 InputStream is = new ByteArrayInputStream(encoded.getBytes("UTF-8")); in testSmsMultipartDecode() 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/apps/Gallery2/src_pd/com/android/gallery3d/util/
DXmpUtilHelper.java25 public static XMPMeta extractXMPMeta(InputStream is) { in extractXMPMeta()
/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/Test/connectivity/sl4n/rapidjson/example/pretty/
Dpretty.cpp16 FileReadStream is(stdin, readBuffer, sizeof(readBuffer)); in main() local
/packages/apps/Test/connectivity/sl4n/rapidjson/example/condense/
Dcondense.cpp18 FileReadStream is(stdin, readBuffer, sizeof(readBuffer)); in main() 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/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
DExifModifier.java52 InputStream is = null; in ExifModifier() local
70 InputStream is = null; in commit() local

12345