OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inputstream
(Results
401 - 425
of
2089
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/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
...]
/libcore/support/src/test/java/tests/security/
MessageDigestTest.java
19
import java.io.
InputStream
;
34
private
InputStream
sourceData;
80
InputStream
getSourceData() {
81
InputStream
sourceStream = getClass().getResourceAsStream(digestAlgorithmName + ".data");
87
InputStream
checkDigestStream =
/packages/apps/Exchange/src/com/android/exchange/
EasResponse.java
32
import java.io.
InputStream
;
49
private
InputStream
mInputStream;
139
* compressed data, or a generic
InputStream
otherwise
142
public
InputStream
getInputStream() {
148
InputStream
is = null;
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
ContentHandler.java
23
import java.io.
InputStream
;
128
void preamble(
InputStream
is) throws IOException;
137
void epilogue(
InputStream
is) throws IOException;
166
void body(BodyDescriptor bd,
InputStream
is) throws IOException;
176
void raw(
InputStream
is) throws IOException;
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DownloadProviderFunctionalTest.java
34
import java.io.
InputStream
;
108
InputStream
inputStream
= mResolver.openInputStream(downloadUri);
110
return readStream(
inputStream
);
112
inputStream
.close();
/packages/apps/UnifiedEmail/src/org/apache/commons/io/
IOUtils.java
25
import java.io.
InputStream
;
82
// NOTE: This class is focussed on
InputStream
, OutputStream, Reader and
168
* Unconditionally close an <code>
InputStream
</code>.
170
* Equivalent to {@link
InputStream
#close()}, except any exceptions will be ignored.
173
* @param input the
InputStream
to close, may be null or already closed
175
public static void closeQuietly(
InputStream
input) {
206
* Get the contents of an <code>
InputStream
</code> as a <code>byte[]</code>.
211
* @param input the <code>
InputStream
</code> to read from
216
public static byte[] toByteArray(
InputStream
input) throws IOException {
283
* Get the contents of an <code>
InputStream
</code> as a character array
[
all
...]
/cts/tests/tests/net/src/android/net/cts/
LocalSocketTest.java
21
import java.io.
InputStream
;
50
InputStream
serverInStream = serverSocket.getInputStream();
56
InputStream
clientInStream = clientSocket.getInputStream();
/cts/tests/tests/permission/src/android/permission/cts/
NoSystemFunctionPermissionTest.java
30
import java.io.
InputStream
;
95
mContext.setWallpaper((
InputStream
) null);
96
fail("Context.setWallpaper(
InputStream
) did not throw SecurityException as expected.");
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
BitmapDecode.java
27
import java.io.
InputStream
;
51
private static byte[] streamToBytes(
InputStream
is) {
68
java.io.
InputStream
is;
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ConsoleTest.java
25
import java.io.
InputStream
;
45
private
InputStream
in = new ByteArrayInputStream(bytes);
52
Console.class.getDeclaredConstructor(
InputStream
.class, OutputStream.class);
/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/
UnixSocketTest.java
21
import java.io.
InputStream
;
52
InputStream
in = worker.getInputStream();
58
InputStream
clientIn = pingClient.getInputStream();
/external/apache-http/src/org/apache/http/entity/
FileEntity.java
37
import java.io.
InputStream
;
70
public
InputStream
getContent() throws IOException {
78
InputStream
instream = new FileInputStream(this.file);
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
SecuritySupport.java
27
import java.io.
InputStream
;
108
InputStream
getResourceAsStream(ClassLoader cl, String name) {
109
InputStream
ris;
/external/apache-xml/src/main/java/org/apache/xml/dtm/
SecuritySupport.java
27
import java.io.
InputStream
;
108
InputStream
getResourceAsStream(ClassLoader cl, String name) {
109
InputStream
ris;
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
SecuritySupport.java
27
import java.io.
InputStream
;
108
InputStream
getResourceAsStream(ClassLoader cl, String name) {
109
InputStream
ris;
Completed in 3110 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>