OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inputstream
(Results
601 - 625
of
2007
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
PreferencesTest.java
21
import java.io.
InputStream
;
40
InputStream
in;
217
InputStream
in = new ByteArrayInputStream(source);
242
static class MockInputStream extends
InputStream
{
252
InputStream
wrapper;
269
public MockInputStream(
InputStream
in) {
/external/apache-http/src/org/apache/http/impl/io/
ChunkedInputStream.java
35
import java.io.
InputStream
;
71
public class ChunkedInputStream extends
InputStream
{
142
* @see java.io.
InputStream
#read(byte[], int, int)
171
* @see java.io.
InputStream
#read(byte[])
283
* @param inStream The {@link
InputStream
} to exhaust.
286
static void exhaustInputStream(final
InputStream
inStream) throws IOException {
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
BinaryImporter.java
107
InputStream
is = null;
125
public Savable load(
InputStream
is) throws IOException {
129
public Savable load(
InputStream
is, ReadListener listener) throws IOException {
133
public Savable load(
InputStream
is, ReadListener listener, ByteArrayOutputStream baos) throws IOException {
259
InputStream
is = f.openStream();
288
protected String readString(
InputStream
f, int length) throws IOException {
/frameworks/base/core/java/android/os/
FileUtils.java
36
import java.io.
InputStream
;
167
InputStream
in = new FileInputStream(srcFile);
183
public static boolean copyToFile(
InputStream
inputStream
, File destFile) {
192
while ((bytesRead =
inputStream
.read(buffer)) >= 0) {
229
InputStream
input = new FileInputStream(file);
/frameworks/base/core/java/com/android/internal/util/
FileRotator.java
28
import java.io.
InputStream
;
43
* perform operations on {@link
InputStream
} and {@link OutputStream}. This
65
* External class that reads data from a given {@link
InputStream
}. May be
69
public void read(
InputStream
in) throws IOException;
80
* External class that reads existing data from given {@link
InputStream
},
197
public void read(
InputStream
in) throws IOException {
/frameworks/base/docs/html/sdk/api_diff/5/changes/
constructors_index_all.html
73
<nobr><A HREF="android.graphics.drawable.BitmapDrawable.html#android.graphics.drawable.BitmapDrawable.ctor_added(android.content.res.Resources, java.io.
InputStream
)" class="hiddenlink" target="rightframe"><b>BitmapDrawable</b>
74
(<code>Resources,
InputStream
</code>)</A></nobr> constructor<br>
75
<nobr><A HREF="android.graphics.drawable.BitmapDrawable.html#android.graphics.drawable.BitmapDrawable.ctor_changed(java.io.
InputStream
)" class="hiddenlink" target="rightframe">BitmapDrawable
76
(<code>
InputStream
</code>)</A></nobr> constructor<br>
130
<nobr><A HREF="android.webkit.PluginData.html#android.webkit.PluginData.ctor_changed(java.io.
InputStream
, long, java.util.Map<java.lang.String, java.lang.String[]>, int)" class="hiddenlink" target="rightframe">PluginData
131
(<code>
InputStream
, long, Map<String, String[]>, int</code>)</A></nobr> constructor<br>
/libcore/luni/src/main/java/java/util/jar/
Manifest.java
22
import java.io.
InputStream
;
92
* {@code
InputStream
} to parse for attributes.
96
public Manifest(
InputStream
is) throws IOException {
114
Manifest(
InputStream
is, boolean readChunks) throws IOException {
190
* The {@code
InputStream
} to read from.
194
public void read(
InputStream
is) throws IOException {
/libcore/luni/src/test/java/tests/api/javax/xml/parsers/
SAXParserFactoryTest.java
20
import java.io.
InputStream
;
45
InputStream
is1;
237
InputStream
is = getClass().getResourceAsStream("/simple_ns.xml");
262
//
InputStream
is2 = getClass().getResourceAsStream("/recipe.xml");
278
//
InputStream
is3 = getClass().getResourceAsStream("/recipe1.xml");
329
//
InputStream
is = getClass().getResourceAsStream("/simple_ns.xml");
/packages/apps/Gallery2/jni_jpegstream/src/
jpegstream.cpp
305
"(Landroid/graphics/Point;Ljava/io/
InputStream
;I)I",
355
// cache method IDs for
InputStream
356
jclass inCls = env->FindClass("java/io/
InputStream
");
358
LOGE("Unable to find class '
InputStream
'");
363
LOGE("Unable to find read function in class '
InputStream
'");
368
LOGE("Unable to find skip function in class '
InputStream
'");
/external/chromium_org/third_party/libxml/src/
parserInternals.c
[
all
...]
/external/libxml2/
parserInternals.c
[
all
...]
/cts/tests/tests/os/src/android/os/cts/
MemoryFileTest.java
20
import java.io.
InputStream
;
74
InputStream
in = mMemoryFile.getInputStream();
/cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_PhotoTest.java
32
import java.io.
InputStream
;
99
private void assertPhotoStream(
InputStream
photoStream) throws IOException {
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
MultipartForm.java
21
import java.io.
InputStream
;
93
InputStream
input = connection.getInputStream();
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestPackageRepo.java
26
import java.io.
InputStream
;
101
InputStream
createStreamFromFile(File xmlFile) throws FileNotFoundException {
/development/samples/Home/src/com/example/android/home/
Wallpaper.java
34
import java.io.
InputStream
;
98
InputStream
stream = getResources().openRawResource(IMAGE_IDS[position]);
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
ContactPhotoBinder.java
32
import java.io.
InputStream
;
73
InputStream
stream = ContactsContract.Contacts.openContactPhotoInputStream(
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
Parser.cs
92
t.
InputStream
= current.
InputStream
;
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/
LoginModuleUtilsTest.java
21
import java.io.
InputStream
;
37
InputStream
in = new ByteArrayInputStream(password_file_content
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
InputStreamReaderTest.java
24
import java.io.
InputStream
;
93
private
InputStream
fis;
95
private
InputStream
in;
190
* @tests java.io.InputStreamReader#InputStreamReader(java.io.
InputStream
)
204
* @tests java.io.InputStreamReader#InputStreamReader(java.io.
InputStream
,
253
* @tests java.io.InputStreamReader(java.io.
InputStream
,
277
* @tests java.io.InputStreamReader(java.io.
InputStream
,
345
InputStream
in;
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
RuntimeTest.java
21
import java.io.
InputStream
;
28
InputStream
is;
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
SocketImplTest.java
22
import java.io.
InputStream
;
108
protected
InputStream
getInputStream() throws IOException {
/external/apache-harmony/support/src/test/java/tests/support/
Support_Jetty.java
21
import java.io.
InputStream
;
72
InputStream
in = request.getInputStream();
/external/apache-http/src/org/apache/http/entity/
ByteArrayEntity.java
36
import java.io.
InputStream
;
68
public
InputStream
getContent() {
EntityTemplate.java
35
import java.io.
InputStream
;
64
public
InputStream
getContent() {
Completed in 3006 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>