Searched refs:getStream (Results 1 - 12 of 12) sorted by relevance

/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
H A DDemuxInputStream.java42 InputStream oldValue = getStream();
56 InputStream input = getStream();
73 InputStream input = getStream();
89 private InputStream getStream() method in class:DemuxInputStream
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
H A DDemuxOutputStream.java42 OutputStream stream = getStream();
56 OutputStream output = getStream();
72 OutputStream output = getStream();
89 OutputStream output = getStream();
101 private OutputStream getStream() method in class:DemuxOutputStream
H A DThresholdingOutputStream.java94 getStream().write(b);
110 getStream().write(b);
128 getStream().write(b, off, len);
141 getStream().flush();
161 getStream().close();
246 protected abstract OutputStream getStream() throws IOException; method in class:ThresholdingOutputStream
H A DDeferredFileOutputStream.java146 protected OutputStream getStream() throws IOException method in class:DeferredFileOutputStream
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoSourcePlexor.java70 protected InputStream getStream(ImageData data, int longSide) { method in class:PhotoSourcePlexor
71 return data.getStream(longSide);
H A DPhotoSource.java60 InputStream getStream(int longSide) { method in class:PhotoSource.ImageData
61 return PhotoSource.this.getStream(this, longSide);
161 InputStream is = data.getStream(longSide);
194 is = data.getStream(longSide);
325 protected abstract InputStream getStream(ImageData data, int longSide); method in class:PhotoSource
H A DStockSource.java83 protected InputStream getStream(ImageData data, int longSide) { method in class:StockSource
H A DLocalSource.java243 protected InputStream getStream(ImageData data, int longSide) { method in class:LocalSource
H A DPicasaSource.java433 protected InputStream getStream(ImageData data, int longSide) { method in class:PicasaSource
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
H A DPackage.java91 final InputStream input = decodedSpec.getStream(new File(mArgs[0]));
H A DBinaryDictOffdeviceUtils.java108 public InputStream getStream(final File src) throws FileNotFoundException, IOException { method in class:BinaryDictOffdeviceUtils.DecoderChainSpec
229 final InputStream input = spec.getStream(src);
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 1101 milliseconds