OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inputstream
(Results
1351 - 1375
of
2007
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/16/
android.jar
/cts/tests/tests/provider/src/android/provider/cts/
ContactsTest.java
47
import java.io.
InputStream
;
221
InputStream
inputStream
= context.getResources().openRawResource(
223
int size =
inputStream
.available();
225
inputStream
.read(data);
[
all
...]
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
DeflaterTest.java
20
import java.io.
InputStream
;
644
InputStream
inFile = Support_Resources.getStream("hyts_checkInput.txt");
718
InputStream
inFile = Support_Resources.getStream("hyts_checkInput.txt");
794
InputStream
inFile = Support_Resources.getStream("hyts_checkInput.txt");
939
InputStream
inFile = Support_Resources.getStream("hyts_checkInput.txt");
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jar
org.eclipse.help.appserver_3.1.400.v20100427.jar
org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar
org.mortbay.jetty.util_6.1.23.v201004211559.jar
com.ibm.icu_4.2.1.v20100412.jar
org.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar
org.eclipse.equinox.launcher.jar
org.eclipse.equinox.launcher_1.1.0.v20100507.jar
/frameworks/opt/vcard/java/com/android/vcard/
VCardParserImpl_V21.java
30
import java.io.
InputStream
;
[
all
...]
/libcore/crypto/src/main/java/org/conscrypt/
OpenSSLSocketImpl.java
23
import java.io.
InputStream
;
68
private
InputStream
is;
628
@Override public
InputStream
getInputStream() throws IOException {
655
private class SSLInputStream extends
InputStream
{
678
* @see java.io.
InputStream
#read(byte[],int,int)
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessage.java
23
import java.io.
InputStream
;
241
InputStream
mInStream;
242
public BMsgReader(
InputStream
is)
315
* Reads a line from the
InputStream
, and examines if the subString
374
public static BluetoothMapbMessage parse(
InputStream
bMsgStream, int appParamCharset) throws IllegalArgumentException{
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/27/1/.cp/lib/
antsupportlib.jar
/libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java
29
import java.io.
InputStream
;
[
all
...]
/prebuilts/sdk/15/
android.jar
/prebuilts/misc/common/tools-common/
tools-common-prebuilt.jar
/external/robolectric/lib/main/
httpcore-4.0.1.jar
/libcore/luni/src/main/java/java/security/
KeyStore.java
23
import java.io.
InputStream
;
568
* Initializes this {@code KeyStore} from the provided {@code
InputStream
}.
571
* on an {@code
InputStream
}. This {@code KeyStore} utilizes the given
575
* the {@code
InputStream
} to load this {@code KeyStore}'s data
587
public final void load(
InputStream
stream, char[] password)
[
all
...]
/libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParser.java
6
import java.io.
InputStream
;
484
* @param
inputStream
contains a raw byte input stream of possibly
487
* @param inputEncoding if not null it MUST be used as encoding for
inputStream
489
void setInput(
InputStream
inputStream
, String inputEncoding)
494
* If setInput(
InputStream
, inputEncoding) was called with an inputEncoding
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
/external/chromium_org/third_party/libxml/src/
catalog.c
888
xmlParserInputPtr
inputStream
;
907
inputStream
= xmlNewInputStream(ctxt);
908
if (
inputStream
== NULL) {
913
inputStream
->filename = (char *) xmlCanonicPath((const xmlChar *)filename);
914
inputStream
->buf = buf;
915
inputStream
->base =
inputStream
->buf->buffer->content;
916
inputStream
->cur =
inputStream
->buf->buffer->content;
917
inputStream
->end =
[
all
...]
/external/libxml2/
catalog.c
888
xmlParserInputPtr
inputStream
;
907
inputStream
= xmlNewInputStream(ctxt);
908
if (
inputStream
== NULL) {
913
inputStream
->filename = (char *) xmlCanonicPath((const xmlChar *)filename);
914
inputStream
->buf = buf;
915
inputStream
->base =
inputStream
->buf->buffer->content;
916
inputStream
->cur =
inputStream
->buf->buffer->content;
917
inputStream
->end =
[
all
...]
Completed in 1091 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>