HomeSort by relevance Sort by last modified time
    Searched refs:InputStream (Results 626 - 650 of 1058) sorted by null

<<21222324252627282930>>

  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
BitmapUtils.java 38 import java.io.InputStream;
108 InputStream is = null;
149 InputStream is = null;
  /packages/apps/VideoEditor/src/com/android/videoeditor/util/
FileUtils.java 23 import java.io.InputStream;
105 InputStream is = null;
196 InputStream is = null;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionaryFileDumper.java 32 import java.io.InputStream;
139 InputStream originalSourceStream = null;
140 InputStream inputStream = null;
156 inputStream = FileTransforms.getUncompressedStream(
162 inputStream = FileTransforms.getUncompressedStream(
166 inputStream = FileTransforms.getDecryptedStream(
170 inputStream = FileTransforms.getUncompressedStream(originalSourceStream);
173 inputStream = FileTransforms.getDecryptedStream(originalSourceStream);
176 inputStream = originalSourceStream
    [all...]
  /packages/inputmethods/LatinIME/tools/makedict/src/com/android/inputmethod/latin/
XmlDictInputOutput.java 22 import java.io.InputStream;
163 public static FusionDictionary readDictionaryXml(InputStream unigrams, InputStream bigrams)
  /system/media/mca/filterfw/java/android/filterfw/core/
SerializedFrame.java 27 import java.io.InputStream;
122 private class DirectByteInputStream extends InputStream {
272 InputStream inputStream = mByteOutputStream.getInputStream();
273 ObjectInputStream objectStream = new ObjectInputStream(inputStream);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ClassTest.java 23 import java.io.InputStream;
447 InputStream str = Object.class.getResourceAsStream("Class.class");
454 InputStream str2 = getClass().getResourceAsStream("ClassTest.class");
466 assertSame("Normal class has bogus superclass", InputStream.class,
583 InputStream in = getClass().getResourceAsStream("/"+FILENAME);
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
TestCertUtils.java 25 import java.io.InputStream;
614 public Certificate engineGenerateCertificate(InputStream is)
646 public Collection engineGenerateCertificates(InputStream inStream)
655 public CRL engineGenerateCRL(InputStream inStream) throws CRLException {
663 public Collection engineGenerateCRLs(InputStream inStream)
  /external/javassist/src/main/javassist/
ClassPool.java 21 import java.io.InputStream;
630 InputStream openClassfile(String classname) throws NotFoundException {
689 * @see #makeClassIfNew(InputStream)
692 public CtClass makeClass(InputStream classfile)
712 public CtClass makeClass(InputStream classfile, boolean ifNotFrozen)
738 * @see #makeClass(InputStream)
742 public CtClass makeClassIfNew(InputStream classfile)
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedInputStreamMicro.java 34 import java.io.InputStream;
50 * Create a new CodedInputStream wrapping the given InputStream.
52 public static CodedInputStreamMicro newInstance(final InputStream input) {
328 * stream in a CodedInputStream and used {@link #readRawVarint32(InputStream)}
332 static int readRawVarint32(final InputStream input) throws IOException {
439 private final InputStream input;
470 private CodedInputStreamMicro(final InputStream input) {
500 * size limits only apply when reading from an {@code InputStream}, not
621 "InputStream#read(byte[]) returned invalid result: " + bufferSize +
622 "\nThe InputStream implementation is buggy.")
    [all...]
  /frameworks/base/sax/tests/saxtests/src/android/sax/
SafeSaxTest.java 41 import java.io.InputStream;
147 InputStream in = mContext.getResources().openRawResource(R.raw.youtube);
172 private static void pureSaxTest(InputStream inputStream) throws IOException, SAXException {
175 Xml.parse(inputStream, Xml.Encoding.UTF_8, new YouTubeContentHandler(videoAdapter));
180 private static void saxyModelTest(InputStream inputStream) throws IOException, SAXException {
183 Xml.parse(inputStream, Xml.Encoding.UTF_8, newContentHandler(videoAdapter));
188 private static void saxyModelTest(InputStream inputStream, ContentHandler contentHandler
    [all...]
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestCertUtils.java 26 import java.io.InputStream;
615 public Certificate engineGenerateCertificate(InputStream is)
647 public Collection engineGenerateCertificates(InputStream inStream)
656 public CRL engineGenerateCRL(InputStream inStream) throws CRLException {
664 public Collection engineGenerateCRLs(InputStream inStream)
  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarFileTest.java 29 import java.io.InputStream;
48 public byte[] getAllBytesFromStream(InputStream is) throws IOException {
363 InputStream is = new URL(jarDirUrl + "/jarlist.txt").openStream();
407 InputStream is = jarFile.getInputStream(entry);
535 InputStream in = jar.getInputStream(entry);
544 InputStream in = jar.getInputStream(entry);
557 InputStream in = jar.getInputStream(entry);
578 InputStream in = jar.getInputStream(entry);
682 * throw security Exception, but it will anytime before the inputStream got
697 InputStream in = jarFile.getInputStream(zipEntry)
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
UnknownFieldSet.java 36 import java.io.InputStream;
255 public static UnknownFieldSet parseFrom(final InputStream input)
549 public Builder mergeFrom(final InputStream input) throws IOException {
556 public boolean mergeDelimitedFrom(InputStream input)
563 final InputStream limitedInput = new LimitedInputStream(input, size);
569 InputStream input,
624 InputStream input,
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
ServerSocketChannelTest.java 21 import java.io.InputStream;
288 InputStream in = serverSocket.getInputStream();
301 private void assertReadResult(InputStream in, int size) throws IOException{
327 InputStream in = serverSocket.getInputStream();
391 InputStream in = socket.getInputStream();
436 InputStream in = socket.getInputStream();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothChatService.java 30 import java.io.InputStream;
431 private final InputStream mmInStream;
437 InputStream tmpIn = null;
457 // Keep listening to the InputStream while connected
460 // Read from the InputStream
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/
UsbAccessoryTestActivity.java 48 import java.io.InputStream;
157 FileInputStream inputStream = new FileInputStream(fileDescriptor);
159 new MessageThread(inputStream, outputStream, mHandler).start();
167 private final InputStream mInputStream;
175 MessageThread(InputStream inputStream, OutputStream outputStream, MessageHandler handler) {
176 this.mInputStream = inputStream;
  /development/apps/OBJViewer/com/android/objviewer/
OBJViewer.java 36 import java.io.InputStream;
284 private int readInt16(InputStream is) throws Exception {
314 public InputStream readFile(String filename)
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChatService.java 20 import java.io.InputStream;
424 private final InputStream mmInStream;
430 InputStream tmpIn = null;
450 // Keep listening to the InputStream while connected
453 // Read from the InputStream
  /development/samples/RSSReader/src/com/example/android/rssreader/
RssReader.java 43 import java.io.InputStream;
313 InputStream in = connection.getInputStream();
481 void parseRSS(InputStream in, RSSListAdapter adapter) throws IOException,
591 public void parseRSS2(InputStream in, RSSListAdapter adapter) throws IOException {
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DeviceDetailFragment.java 44 import java.io.InputStream;
241 InputStream inputstream = client.getInputStream(); local
242 copyFile(inputstream, new FileOutputStream(f));
278 public static boolean copyFile(InputStream inputStream, OutputStream out) {
282 while ((len = inputStream.read(buf)) != -1) {
287 inputStream.close();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ObjectStreamFieldTest.java 23 import java.io.InputStream;
298 public MockObjectInputStream(InputStream in)
383 MyObjectInputStream(InputStream in)
  /external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/io/
UnixFileTest.java 23 import java.io.InputStream;
49 InputStream is;
53 ConsoleResulter(Process p, InputStream in) {
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSocketFactoriesTest.java 21 import java.io.InputStream;
300 InputStream is = null;
370 InputStream is = null;
SSLSocketFunctionalTest.java 21 import java.io.InputStream;
193 InputStream is = null;
263 InputStream is = null;
  /external/emma/core/java12/com/vladium/emma/rt/
InstrClassLoader.java 13 import java.io.InputStream;
257 InputStream in = null;
391 private static void readFully (final InputStream in, final ByteArrayOStream out, final byte [] buf)

Completed in 1901 milliseconds

<<21222324252627282930>>