OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inputstream
(Results
1026 - 1050
of
2007
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/prebuilts/devtools/tools/lib/
httpmime-4.1.jar
ninepatch.jar
/prebuilts/tools/common/http-client/
httpmime-4.1.1.jar
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.1/
httpmime-4.1.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar
org.eclipse.help.base_3.5.2.v201011171123.jar
/external/chromium_org/third_party/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/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/
BlenderContext.java
78
private BlenderInputStream
inputStream
;
205
return
inputStream
;
211
* @param
inputStream
214
public void setInputStream(BlenderInputStream
inputStream
) {
215
this.
inputStream
=
inputStream
;
633
inputStream
.close();
/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,
/frameworks/base/docs/html/training/basics/network-ops/
xml.jd
120
java.io.
InputStream
} as its input. It starts the parsing process with a call to
129
public List<Entry> parse(
InputStream
in) throws XmlPullParserException, IOException {
476
an {@link java.io.
InputStream
}.</li>
478
<li>Uses <code>StackOverflowXmlParser</code> to parse the {@link java.io.
InputStream
}.
495
InputStream
stream = null;
517
// Makes sure that the
InputStream
is closed after the app is
545
private
InputStream
downloadUrl(String urlString) throws IOException {
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
PublicApiFunctionalTest.java
60
import java.io.
InputStream
;
141
final
InputStream
body = new FakeInputStream(length);
156
InputStream
inputStream
= mResolver.openInputStream(uri);
158
assertEquals(FILE_CONTENT, readStream(
inputStream
));
160
inputStream
.close();
357
InputStream
stream = new FileInputStream(destination.getPath());
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jsch.jar
/frameworks/base/docs/html/reference/com/google/android/gms/games/multiplayer/realtime/
RealTimeSocket.html
707
access to an instance of <code><a href="/reference/java/io/
InputStream
.html">
InputStream
</a></code> or <code><a href="/reference/java/io/OutputStream.html">OutputStream</a></code>
711
<code><a href="/reference/java/io/
InputStream
.html">
InputStream
</a></code> or <code><a href="/reference/java/io/OutputStream.html">OutputStream</a></code> instances will close the socket.
802
InputStream
</nobr>
963
InputStream
977
Calling close() on the
InputStream
will close the socket.</p></div>
980
<ul class="nolist"><li>An instance of <code><a href="/reference/java/io/
InputStream
.html">
InputStream
</a></code>.</li></ul>
/developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/basicsyncadapter/net/
FeedParser.java
26
import java.io.
InputStream
;
34
* <p>Given an
InputStream
representation of a feed, it returns a List of entries,
58
public List<Entry> parse(
InputStream
in)
/development/samples/TtsEngine/src/com/example/android/ttsengine/
RobotSpeakTtsService.java
29
import java.io.
InputStream
;
137
InputStream
file = getAssets().open(lang + "-" + loadCountry + ".freq");
215
private Map<Character, Integer> buildFrequencyMap(
InputStream
is) throws IOException {
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/net/
FeedParser.java
26
import java.io.
InputStream
;
34
* <p>Given an
InputStream
representation of a feed, it returns a List of entries,
58
public List<Entry> parse(
InputStream
in)
/development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoDownloadRunnable.java
23
import java.io.
InputStream
;
148
InputStream
byteStream = null;
218
*
InputStream
.read() returns zero when the
/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/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
ParserTest.java
52
import java.io.
InputStream
;
158
// parseFrom(
InputStream
)
202
InputStream
input = new ByteArrayInputStream(output.toByteArray());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
TestVersionTracker.java
25
import java.io.
InputStream
;
206
InputStream
is = null;
271
InputStream
is = null;
/external/javassist/src/main/javassist/tools/rmi/
ObjectImporter.java
165
InputStream
in = new BufferedInputStream(sock.getInputStream());
237
InputStream
ins = new BufferedInputStream(sock.getInputStream());
273
private void skipHeader(
InputStream
in) throws IOException {
/external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
SkeletonLoader.java
45
import java.io.
InputStream
;
253
public Object load(
InputStream
in) throws IOException {
292
InputStream
in = null;
Completed in 1687 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>