OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InputStream
(Results
576 - 600
of
2666
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/network/
BlockingHttpClient.java
23
import java.io.
InputStream
;
46
* The {@link
InputStream
} is closed by the client after the method finishes,
51
T onSuccess(
InputStream
response) throws IOException;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
BinaryXMLDescriber.java
24
import java.io.
InputStream
;
50
*
InputStream
, org.eclipse.core.runtime.content.IContentDescription)
53
public int describe(
InputStream
contents, IContentDescription description) throws IOException {
/tools/tradefederation/core/src/com/android/tradefed/util/xml/
AbstractXmlParser.java
25
import java.io.
InputStream
;
54
public void parse(
InputStream
xmlInput) throws ParseException {
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
VerifyTest.java
27
import java.io.
InputStream
;
48
final
InputStream
cmdFileStream = getClass().getResourceAsStream(
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
GTestParserTestBase.java
25
import java.io.
InputStream
;
57
InputStream
gtestResultStream1 = getClass().getResourceAsStream(File.separator +
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
JUnitXmlParserTest.java
29
import java.io.
InputStream
;
72
private
InputStream
extractTestXml(String fileName) {
/tools/tradefederation/core/tests/src/com/android/tradefed/util/xml/
AndroidManifestWriterTest.java
25
import java.io.
InputStream
;
85
InputStream
testStream = getClass().getResourceAsStream(File.separator + "xml" +
/cts/apps/CtsVerifierUSBCompanion/src/com/android/cts/verifierusbcompanion/
DeviceTestCompanion.java
29
import java.io.
InputStream
;
60
private String nextTest(@NonNull
InputStream
is, @NonNull OutputStream os,
94
private boolean echoBytes(@NonNull
InputStream
is, @NonNull OutputStream os, int size)
118
private boolean echoUntilStopSignal(@NonNull
InputStream
is, @NonNull OutputStream os) {
180
try (
InputStream
is = new ParcelFileDescriptor.AutoCloseInputStream(fd)) {
/cts/tests/tests/graphics/src/android/graphics/cts/
MovieTest.java
44
import java.io.
InputStream
;
92
try (
InputStream
source = mResources.openRawResource(MOVIE);
103
private byte[] inputStreamToBytes(
InputStream
in) throws IOException {
118
InputStream
is = mResources.openRawResource(MOVIE);
129
try (
InputStream
is = mResources.openRawResource(MOVIE)) {
/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) {
/libcore/luni/src/test/java/libcore/java/io/
OldAndroidDataInputStreamTest.java
24
import java.io.
InputStream
;
108
public static String read(
InputStream
a) throws IOException {
119
public static String read(
InputStream
a, int x) throws IOException {
128
public static String skipRead(
InputStream
a) throws IOException {
140
public static String markRead(
InputStream
a, int x, int y) throws IOException {
OldSequenceInputStreamTest.java
20
import java.io.
InputStream
;
159
Vector<
InputStream
> inputs = new Vector<>();
160
InputStream
emptyInputStream = new Support_ASimpleInputStream(new byte[0]);
174
Vector<
InputStream
> inputs = new Vector<>();
175
InputStream
emptyInputStream = new Support_ASimpleInputStream(new byte[0]);
/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
JarURLConnection.java
28
import java.io.
InputStream
;
103
JarURLInputStream (
InputStream
src) {
149
public
InputStream
getInputStream() throws IOException {
152
InputStream
result = null;
209
InputStream
in = jarFile.getInputStream(jarEntry);
/libcore/support/src/test/java/tests/security/
MessageDigestTest.java
19
import java.io.
InputStream
;
34
private
InputStream
sourceData;
71
InputStream
getSourceData() {
72
InputStream
sourceStream = getClass().getResourceAsStream(digestAlgorithmName + ".data");
78
InputStream
checkDigestStream =
/packages/apps/SpeechRecorder/src/com/android/speechrecorder/
WaveHeader.java
20
import java.io.
InputStream
;
177
* @param in {@link java.io.
InputStream
} to read from.
181
public int read(
InputStream
in) throws IOException {
210
private static void readId(
InputStream
in, String id) throws IOException {
216
private static int readInt(
InputStream
in) throws IOException {
220
private static short readShort(
InputStream
in) throws IOException {
/external/guava/guava-tests/test/com/google/common/io/
ByteStreamsTest.java
26
import java.io.
InputStream
;
123
private static void skipHelper(long n, int expect,
InputStream
in)
394
InputStream
in = newTestStream(100);
400
InputStream
in = newTestStream(100);
406
InputStream
in = newTestStream(100);
412
InputStream
in = newTestStream(100);
417
private static
InputStream
newTestStream(int n) {
425
public SlowSkipper(
InputStream
in, long max) {
491
InputStream
bin = new ByteArrayInputStream(big);
492
InputStream
lin = ByteStreams.limit(bin, 2)
[
all
...]
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSUtils.java
4
import java.io.
InputStream
;
98
InputStream
input)
282
InputStream
in)
289
InputStream
in,
296
static
InputStream
attachDigestsToInputStream(Collection digests,
InputStream
s)
298
InputStream
result = s;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1InputStream.java
7
import java.io.
InputStream
;
27
InputStream
is)
65
InputStream
input,
79
InputStream
input,
94
InputStream
input,
287
static int readTagNumber(
InputStream
s, int tag)
326
static int readLength(
InputStream
s, int limit)
/external/jline/src/src/main/java/jline/
UnixTerminal.java
121
public int readVirtualKey(
InputStream
in) throws IOException {
134
// Escape key is also 27, so we use
InputStream
.available()
294
InputStream
in = null;
295
InputStream
err = null;
370
static class ReplayPrefixOneCharInputStream extends
InputStream
{
373
InputStream
wrappedStream;
382
public void setInput(int recorded,
InputStream
wrapped) throws IOException {
397
public void setInputUTF8(int recorded,
InputStream
wrapped) throws IOException {
Completed in 1445 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>