/packages/apps/UnifiedEmail/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 | 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 | 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/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/WallpaperPicker/src/com/android/wallpaperpicker/common/ |
D | InputStreamProvider.java | 53 InputStream is = newStream(); in getImageBounds() local 105 InputStream is = null; in readCroppedBitmap() local 224 InputStream is = null; in getRotationFromExif() local
|
/packages/apps/Gallery2/src_pd/com/android/gallery3d/util/ |
D | XmpUtilHelper.java | 25 public static XMPMeta extractXMPMeta(InputStream is) { in extractXMPMeta()
|
/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/TV/src/com/android/tv/license/ |
D | LicenseUtils.java | 29 try (InputStream is = am.open("rating_sources.html")) { in hasRatingAttribution()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/example/condense/ |
D | condense.cpp | 18 FileReadStream is(stdin, readBuffer, sizeof(readBuffer)); in main() local
|
/packages/apps/Test/connectivity/sl4n/rapidjson/example/pretty/ |
D | pretty.cpp | 16 FileReadStream is(stdin, readBuffer, sizeof(readBuffer)); in main() local
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | PhotoLoadingTestCase.java | 92 InputStream is = resources.openRawResource(resourceId); in loadPhotoFromResource() local 100 protected byte[] readInputStreamFully(InputStream is) { in readInputStreamFully()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/setup/ |
D | ChannelScanFileParser.java | 40 public static List<ScanChannel> parseScanFile(InputStream is) { in parseScanFile()
|
/packages/apps/Camera2/src/com/android/camera/exif/ |
D | ExifModifier.java | 52 InputStream is = null; in ExifModifier() local 70 InputStream is = null; in commit() local
|
/packages/apps/Messaging/src/com/android/messaging/util/exif/ |
D | ExifModifier.java | 53 InputStream is = null; in ExifModifier() local 71 InputStream is = null; in commit() 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/services/Car/tests/ThemePlayground/src/com/android/car/themeplayground/ |
D | DefaultThemeSamples.java | 69 InputStream is = this.getResources().openRawResource(R.raw.theme_names); in listAllThemes() local
|
/packages/apps/UnifiedEmail/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/services/Car/service/src/com/android/car/ |
D | JsonReaderImpl.java | 47 InputStream is = context.getResources().openRawResource(resId); in jsonFileToString() local
|