Home
last modified time | relevance | path

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

12345

/packages/apps/UnifiedEmail/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()
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()
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/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/WallpaperPicker/src/com/android/wallpaperpicker/common/
DInputStreamProvider.java53 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/
DXmpUtilHelper.java25 public static XMPMeta extractXMPMeta(InputStream is) { in extractXMPMeta()
/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/TV/src/com/android/tv/license/
DLicenseUtils.java29 try (InputStream is = am.open("rating_sources.html")) { in hasRatingAttribution()
/packages/apps/Test/connectivity/sl4n/rapidjson/example/condense/
Dcondense.cpp18 FileReadStream is(stdin, readBuffer, sizeof(readBuffer)); in main() local
/packages/apps/Test/connectivity/sl4n/rapidjson/example/pretty/
Dpretty.cpp16 FileReadStream is(stdin, readBuffer, sizeof(readBuffer)); in main() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DPhotoLoadingTestCase.java92 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/
DChannelScanFileParser.java40 public static List<ScanChannel> parseScanFile(InputStream is) { in parseScanFile()
/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/Messaging/src/com/android/messaging/util/exif/
DExifModifier.java53 InputStream is = null; in ExifModifier() local
71 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/services/Car/tests/ThemePlayground/src/com/android/car/themeplayground/
DDefaultThemeSamples.java69 InputStream is = this.getResources().openRawResource(R.raw.theme_names); in listAllThemes() 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/services/Car/service/src/com/android/car/
DJsonReaderImpl.java47 InputStream is = context.getResources().openRawResource(resId); in jsonFileToString() local

12345