HomeSort by relevance Sort by last modified time
    Searched refs:getInputStream (Results 76 - 100 of 290) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
JarURLConnectionTest.java 161 InputStream in = connection.getInputStream();
174 connection.getInputStream();
208 * @tests java.net.JarURLConnection#getInputStream()
226 InputStream is = conn.getInputStream();
257 InputStream is =juc.getInputStream();
SocketImplTest.java 108 protected InputStream getInputStream() throws IOException {
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/
HelloLicenseServlet.java 88 new BufferedReader(new InputStreamReader(http.getInputStream()));
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/src/com/example/
HelloLicenseServlet.java 88 new BufferedReader(new InputStreamReader(http.getInputStream()));
  /external/doclava/src/com/google/doclava/
JarUtils.java 69 InputStream in = fromJar.getInputStream(entry);
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/
Forwarder.java 92 InputStream is = in.getInputStream();
  /libcore/luni/src/main/java/java/net/
URLConnection.java 38 * InputStream in = new BufferedInputStream(urlConnection.getInputStream());
199 contentType = guessContentTypeFromStream(getInputStream());
233 contentType = guessContentTypeFromStream(getInputStream());
596 public InputStream getInputStream() throws IOException {
    [all...]
HttpURLConnection.java 47 * #getInputStream()}. If the response has no body, that method returns an
60 * InputStream in = new BufferedInputStream(urlConnection.getInputStream());
87 * #getInputStream()} will throw an {@link IOException}. Use {@link
111 * InputStream in = new BufferedInputStream(urlConnection.getInputStream());
141 * bytes can be read from {@link #getInputStream()}. Instead, read that stream
154 * {@link #getHeaderFields()} or {@link #getInputStream()}. For example, to
159 * InputStream in = new BufferedInputStream(urlConnection.getInputStream());
590 // Call getInputStream() first since getHeaderField() doesn't return
592 getInputStream();
  /libcore/luni/src/test/java/libcore/java/util/zip/
ZipFileTest.java 48 InputStream is = zipFile.getInputStream(zipEntry);
  /packages/experimental/RpcPerformance/src/com/android/rpc_performance/
MiscService.java 74 InputStream is = socket.getInputStream();
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ProfilesLoader.java 48 in = new BufferedReader(new InputStreamReader(socket.getInputStream()));
WindowsLoader.java 47 in = new BufferedReader(new InputStreamReader(socket.getInputStream()));
  /cts/libs/vogar-expect/src/vogar/commands/
Command.java 107 public InputStream getInputStream() {
112 return process.getInputStream();
122 new InputStreamReader(getInputStream(), "UTF-8"));
  /frameworks/base/core/tests/coretests/src/android/os/
MemoryFileTest.java 88 InputStream is = file.getInputStream();
128 InputStream is = file.getInputStream();
173 InputStream is = file.getInputStream();
    [all...]
  /libcore/luni/src/main/java/libcore/net/url/
JarURLConnectionImpl.java 142 final InputStream is = jarFileURL.openConnection().getInputStream();
215 public InputStream getInputStream() throws IOException {
227 .getInputStream(jarEntry), jarFile);
FtpURLConnection.java 223 ctrlInput = controlSocket.getInputStream();
253 new BufferedInputStream(dataSocket.getInputStream()), controlSocket);
298 public InputStream getInputStream() throws IOException {
332 * @see #getInputStream()
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
HttpURLConnectionTest.java 96 int num = socket.getInputStream().read(buff);
101 num = socket.getInputStream().read(buff);
106 num = socket.getInputStream().read(buff);
  /libcore/luni/src/test/java/libcore/java/net/
OldJarURLConnectionTest.java 82 InputStream is = jf.getInputStream(je);
233 connection.getInputStream();
234 InputStream in = connection.getInputStream();
245 connection.getInputStream();
304 InputStream is = conn.getInputStream();
SocketTest.java 158 @Override protected InputStream getInputStream() throws IOException { return null; }
214 InputStream in = socket.getInputStream();
271 InputStream in = socket.getInputStream();
  /packages/apps/Browser/tests/src/com/android/browser/
PopularUrlsTest.java 101 BufferedReader getInputStream() throws FileNotFoundException {
102 return getInputStream(sInputFile);
105 BufferedReader getInputStream(String inputFile) throws FileNotFoundException {
507 BufferedReader bufferedReader = getInputStream();
528 BufferedReader bufferedReader = getInputStream();
  /frameworks/base/services/tests/servicestests/src/com/android/server/
DropBoxTest.java 104 assertEquals("TEST", new String(buf, 0, e.getInputStream().read(buf)));
160 assertEquals("FILE1", new String(buf1, 0, e1.getInputStream().read(buf1)));
164 assertEquals("DATA2", new String(buf2, 0, e2.getInputStream().read(buf2)));
168 assertEquals("DATA3", new String(buf3, 0, e3.getInputStream().read(buf3)));
630 assertEquals(null, e.getInputStream());
639 new BufferedReader(new InputStreamReader(e.getInputStream())).readLine());
655 new BufferedReader(new InputStreamReader(e.getInputStream())).readLine());
663 assertEquals(null, e.getInputStream());
679 new BufferedReader(new InputStreamReader(e.getInputStream())).readLine());
687 assertEquals(null, e.getInputStream());
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/src/org/chromium/
IRCProxyWebSocket.java 62 socket_.getInputStream());
  /external/javasqlite/src/main/java/SQLite/
Blob.java 267 public InputStream getInputStream() {
  /external/javassist/src/main/javassist/tools/web/
Viewer.java 168 InputStream s = con.getInputStream();
  /external/proguard/src/proguard/io/
DataEntryCopier.java 65 InputStream inputStream = dataEntry.getInputStream();

Completed in 1843 milliseconds

1 2 34 5 6 7 8 91011>>