OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inputstream
(Results
376 - 400
of
2007
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/apache-http/src/org/apache/http/conn/
EofSensorInputStream.java
33
import java.io.
InputStream
;
65
public class EofSensorInputStream extends
InputStream
73
protected
InputStream
wrappedStream;
103
public EofSensorInputStream(final
InputStream
in,
133
// non-javadoc, see base class
InputStream
152
// non-javadoc, see base class
InputStream
171
// non-javadoc, see base class
InputStream
189
// non-javadoc, see base class
InputStream
208
// non-javadoc, see base class
InputStream
BasicManagedEntity.java
34
import java.io.
InputStream
;
98
public
InputStream
getContent() throws IOException {
154
public boolean eofDetected(
InputStream
wrapped)
172
public boolean streamClosed(
InputStream
wrapped)
190
public boolean streamAbort(
InputStream
wrapped)
/libcore/luni/src/main/java/java/lang/
ProcessManager.java
24
import java.io.
InputStream
;
235
private final
InputStream
errorStream;
238
private final
InputStream
inputStream
;
251
this.
inputStream
= new ProcessInputStream(in);
267
IoUtils.closeQuietly(
inputStream
);
281
public
InputStream
getErrorStream() {
285
public
InputStream
getInputStream() {
286
return this.
inputStream
;
/cts/tests/src/android/os/cts/
FileUtils.java
23
import java.io.
InputStream
;
109
public static boolean copyToFile(
InputStream
inputStream
, File destFile) {
118
while ((bytesRead =
inputStream
.read(buffer)) >= 0) {
149
public static byte[] readInputStreamFully(
InputStream
is) {
/development/samples/training/threadsample/src/com/example/android/threadsample/
RSSPullParser.java
28
import java.io.
InputStream
;
67
* @param
inputStream
a stream of data containing XML elements, usually a RSS feed
72
public void parseXml(
InputStream
inputStream
,
88
localXmlPullParser.setInput(
inputStream
, null);
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertificateFactory4Test.java
22
import java.io.
InputStream
;
52
* @tests java.security.cert.CertificateFactory#generateCertificate(java.io.
InputStream
)
57
// java.security.cert.CertificateFactory.generateCertificate(java.io.
InputStream
)
71
InputStream
is = Support_Resources.getResourceStream("hyts_badpem.cer");
83
* @tests java.security.cert.CertificateFactory#generateCertificates(java.io.
InputStream
)
91
InputStream
is = certUrl.openStream();
106
* @tests java.security.cert.CertificateFactory#generateCRL(java.io.
InputStream
)
113
InputStream
is = certUrl.openStream();
127
* @tests java.security.cert.CertificateFactory#generateCRLs(java.io.
InputStream
)
134
InputStream
is = certUrl.openStream()
[
all
...]
/external/apache-http/src/org/apache/http/entity/
BasicHttpEntity.java
35
import java.io.
InputStream
;
49
private
InputStream
content;
78
public
InputStream
getContent()
116
public void setContent(final
InputStream
instream) {
126
InputStream
instream = getContent();
/external/guava/guava/src/com/google/common/io/
Resources.java
25
import java.io.
InputStream
;
48
* Returns a factory that will supply instances of {@link
InputStream
} that
54
public static InputSupplier<
InputStream
> newInputStreamSupplier(
57
return new InputSupplier<
InputStream
>() {
59
public
InputStream
getInput() throws IOException {
/external/objenesis/main/src/org/objenesis/instantiator/basic/
ObjectInputStreamInstantiator.java
21
import java.io.
InputStream
;
42
private static class MockStream extends
InputStream
{
152
private ObjectInputStream
inputStream
;
157
this.
inputStream
= new ObjectInputStream(new MockStream(clazz));
170
return
inputStream
.readObject();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
TestHttpResponse.java
15
import java.io.
InputStream
;
189
private ByteArrayInputStream
inputStream
;
212
@Override public
InputStream
getContent() throws IOException, IllegalStateException {
214
inputStream
= new ByteArrayInputStream(responseBody) {
221
return
inputStream
;
/external/smack/src/org/jivesoftware/smackx/filetransfer/
StreamNegotiator.java
35
import java.io.
InputStream
;
115
abstract
InputStream
negotiateIncomingStream(Packet streamInitiation) throws XMPPException,
124
* returns the
InputStream
, ready to transfer the file.
127
* @return After the negotiation process is complete, the
InputStream
to
133
public abstract
InputStream
createIncomingStream(StreamInitiation initiation)
/external/svox/PicoLangInstallerDeuDeu/src/com/svox/pico/voice/deu/deu/
InstallerActivity.java
6
import java.io.
InputStream
;
59
InputStream
stream = langPackFd.createInputStream();
70
private boolean unzipLangPack(
InputStream
stream) {
115
public
InputStream
stream;
117
public unzipper(
InputStream
is) {
/external/svox/PicoLangInstallerEngGbr/src/com/svox/pico/voice/eng/gbr/
InstallerActivity.java
6
import java.io.
InputStream
;
59
InputStream
stream = langPackFd.createInputStream();
70
private boolean unzipLangPack(
InputStream
stream) {
115
public
InputStream
stream;
117
public unzipper(
InputStream
is) {
/external/svox/PicoLangInstallerEngUsa/src/com/svox/pico/voice/eng/usa/
InstallerActivity.java
6
import java.io.
InputStream
;
59
InputStream
stream = langPackFd.createInputStream();
70
private boolean unzipLangPack(
InputStream
stream) {
115
public
InputStream
stream;
117
public unzipper(
InputStream
is) {
/external/svox/PicoLangInstallerFraFra/src/com/svox/pico/voice/fra/fra/
InstallerActivity.java
6
import java.io.
InputStream
;
59
InputStream
stream = langPackFd.createInputStream();
70
private boolean unzipLangPack(
InputStream
stream) {
115
public
InputStream
stream;
117
public unzipper(
InputStream
is) {
/external/svox/PicoLangInstallerItaIta/src/com/svox/pico/voice/ita/ita/
InstallerActivity.java
6
import java.io.
InputStream
;
59
InputStream
stream = langPackFd.createInputStream();
70
private boolean unzipLangPack(
InputStream
stream) {
115
public
InputStream
stream;
117
public unzipper(
InputStream
is) {
/external/svox/PicoLangInstallerSpaEsp/src/com/svox/pico/voice/spa/esp/
InstallerActivity.java
6
import java.io.
InputStream
;
59
InputStream
stream = langPackFd.createInputStream();
70
private boolean unzipLangPack(
InputStream
stream) {
115
public
InputStream
stream;
117
public unzipper(
InputStream
is) {
/external/svox/picolanginstaller/src/com/svox/langpack/installer/
InstallerActivity.java
6
import java.io.
InputStream
;
60
InputStream
stream = langPackFd.createInputStream();
71
private boolean unzipLangPack(
InputStream
stream) {
116
public
InputStream
stream;
118
public unzipper(
InputStream
is) {
/frameworks/base/drm/java/android/drm/
DrmUtils.java
25
import java.io.
InputStream
;
46
FileInputStream
inputStream
= new FileInputStream(file);
47
BufferedInputStream bufferedStream = new BufferedInputStream(
inputStream
);
59
quietlyDispose(
inputStream
);
83
private static void quietlyDispose(
InputStream
stream) {
/frameworks/base/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
);
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
ProxyServer.java
26
import java.io.
InputStream
;
163
private String getLine(
InputStream
inputStream
) throws IOException {
165
int byteBuffer =
inputStream
.read();
171
byteBuffer =
inputStream
.read();
/libcore/luni/src/main/java/java/util/jar/
JarInputStream.java
22
import java.io.
InputStream
;
59
* @see ZipInputStream#ZipInputStream(
InputStream
)
61
public JarInputStream(
InputStream
stream, boolean verify) throws IOException {
104
* @see ZipInputStream#ZipInputStream(
InputStream
)
106
public JarInputStream(
InputStream
stream) throws IOException {
/libcore/luni/src/test/java/libcore/java/util/jar/
OldJarFileTest.java
21
import java.io.
InputStream
;
120
InputStream
is = jf.getInputStream(jf.getEntry(entryName));
133
InputStream
in = jf.getInputStream(new JarEntry("invalid"));
142
//
InputStream
returned in any way, exception can be thrown in case
155
//
InputStream
returned in any way, exception can be thrown in case
/libcore/luni/src/test/java/tests/api/java/lang/
ProcessManagerTest.java
27
import java.io.
InputStream
;
134
InputStream
in = process.getInputStream();
142
InputStream
in = process.getErrorStream();
179
InputStream
in;
207
InputStream
in = process.getInputStream();
/libcore/luni/src/test/java/tests/security/cert/
CertificateFactory4Test.java
28
import java.io.
InputStream
;
55
* java.security.cert.CertificateFactory#generateCertificate(java.io.
InputStream
)
60
// java.security.cert.CertificateFactory.generateCertificate(java.io.
InputStream
)
74
InputStream
is = Support_Resources.getResourceStream("hyts_badpem.cer");
86
* java.security.cert.CertificateFactory#generateCertificates(java.io.
InputStream
)
94
InputStream
is = certUrl.openStream();
109
* java.security.cert.CertificateFactory#generateCRL(java.io.
InputStream
)
116
InputStream
is = certUrl.openStream();
130
* java.security.cert.CertificateFactory#generateCRLs(java.io.
InputStream
)
137
InputStream
is = certUrl.openStream()
[
all
...]
Completed in 855 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>