| /packages/apps/UnifiedEmail/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 | 83 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()
|
| 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/services/Telephony/src/org/apache/james/mime4j/ |
| 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 | 83 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()
|
| 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/Test/connectivity/sl4n/rapidjson/test/unittest/ |
| D | encodingstest.cpp | 316 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/ |
| 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()
|
| /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
| D | reader.h | 247 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/ |
| D | LicenseUtils.java | 38 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/ |
| D | BitmapRegionTileSource.java | 70 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/ |
| D | BluetoothMapbMessageTest.java | 278 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/ |
| D | XmpPresets.java | 62 InputStream is = null; in writeFilterXMP() local 95 InputStream is = null; in extractXMPData() local
|
| /packages/apps/Gallery2/src_pd/com/android/gallery3d/util/ |
| D | XmpUtilHelper.java | 25 public static XMPMeta extractXMPMeta(InputStream is) { in extractXMPMeta()
|
| /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/Test/connectivity/sl4n/rapidjson/example/pretty/ |
| D | pretty.cpp | 16 FileReadStream is(stdin, readBuffer, sizeof(readBuffer)); in main() local
|
| /packages/apps/Test/connectivity/sl4n/rapidjson/example/condense/ |
| D | condense.cpp | 18 FileReadStream is(stdin, readBuffer, sizeof(readBuffer)); in main() local
|
| /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
| D | ExifModifier.java | 53 InputStream is = null; in ExifModifier() local 71 InputStream is = null; in commit() local
|
| /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
| D | ExifModifier.java | 52 InputStream is = null; in ExifModifier() local 70 InputStream is = null; in commit() local
|