OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inputstream
(Results
176 - 200
of
1844
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/util/
EnvironmentHelper.java
22
import java.io.
InputStream
;
36
public static
InputStream
PropertiesToInputStream(Properties p) {
/external/apache-harmony/support/src/test/java/tests/support/
Support_HttpConnector.java
21
import java.io.
InputStream
;
35
public
InputStream
getInputStream() throws IOException;
Support_HttpSocket.java
21
import java.io.
InputStream
;
38
public
InputStream
getInputStream() throws IOException {
Support_Socket.java
21
import java.io.
InputStream
;
29
public
InputStream
getInputStream() throws IOException;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
BERGenerator.java
4
import java.io.
InputStream
;
77
InputStream
contentStream)
DefiniteLengthInputStream.java
5
import java.io.
InputStream
;
18
InputStream
in,
IndefiniteLengthInputStream.java
5
import java.io.
InputStream
;
16
InputStream
in,
/external/ganymed-ssh2/examples/
PublicKeyAuthentication.java
8
import java.io.
InputStream
;
48
InputStream
stdout = new StreamGobbler(sess.getStdout());
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SCPOutputStream.java
10
import java.io.
InputStream
;
30
InputStream
is = new BufferedInputStream(session.getStdout(), 512);
/external/guava/guava/src/com/google/common/io/
FileBackedOutputStream.java
28
import java.io.
InputStream
;
45
private final InputSupplier<
InputStream
> supplier;
97
supplier = new InputSupplier<
InputStream
>() {
99
public
InputStream
getInput() throws IOException {
112
supplier = new InputSupplier<
InputStream
>() {
114
public
InputStream
getInput() throws IOException {
125
public InputSupplier<
InputStream
> getSupplier() {
129
private synchronized
InputStream
openStream() throws IOException {
/external/guava/guava-tests/test/com/google/common/io/
ByteStreamsTest.java
34
import java.io.
InputStream
;
49
/** Provides an
InputStream
that throws an IOException on every read. */
50
static final InputSupplier<
InputStream
> BROKEN_READ
51
= new InputSupplier<
InputStream
>() {
53
public
InputStream
getInput() {
54
return new
InputStream
() {
75
/** Provides an
InputStream
that throws an IOException on close. */
76
static final InputSupplier<
InputStream
> BROKEN_CLOSE_INPUT =
77
new InputSupplier<
InputStream
>() {
79
public
InputStream
getInput()
[
all
...]
RandomAmountInputStream.java
21
import java.io.
InputStream
;
28
public RandomAmountInputStream(
InputStream
in, Random random) {
/external/oauth/core/src/main/java/net/oauth/client/
ExcerptInputStream.java
5
import java.io.
InputStream
;
19
public ExcerptInputStream(
InputStream
in) throws IOException {
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAssetManager.java
11
import java.io.
InputStream
;
37
public final
InputStream
open(String fileName) throws IOException {
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
HttpEntityStub.java
10
import java.io.
InputStream
;
34
@Override public
InputStream
getContent() throws IOException, IllegalStateException {
/external/webkit/Source/WebCore/html/parser/
HTMLInputStream.h
33
// The
InputStream
is made up of a sequence of SegmentedStrings:
39
// The current segmented string is stored in
InputStream
. Each of the
43
// We remove characters from the "current" string in the
InputStream
.
48
// The network adds data at the end of the
InputStream
, which appends
95
// We used to only have one SegmentedString in the
InputStream
107
// the
InputStream
. Now that it's been merged into m_first,
126
explicit InsertionPointRecord(HTMLInputStream&
inputStream
)
127
: m_inputStream(&
inputStream
)
/packages/apps/Email/src/com/android/email/mail/store/imap/
ImapSimpleString.java
22
import java.io.
InputStream
;
46
public
InputStream
getAsStream() {
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
MeetingResponseParser.java
21
import java.io.
InputStream
;
29
public MeetingResponseParser(
InputStream
in, EasSyncService service) throws IOException {
/packages/apps/Gallery/tests/src/com/android/camera/gallery/
MockImage.java
7
import java.io.
InputStream
;
41
public
InputStream
fullSizeImageData() {
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ByteBufferInputStream.java
19
import java.io.
InputStream
;
22
class ByteBufferInputStream extends
InputStream
{
/packages/apps/Gallery2/src/com/android/gallery3d/data/
Exif.java
24
import java.io.
InputStream
;
30
public static int getOrientation(
InputStream
is) {
/packages/apps/Gallery2/src/com/android/photos/drawables/
DataUriThumbnailDrawable.java
25
import java.io.
InputStream
;
42
protected
InputStream
getFallbackImageStream(String data) {
MtpThumbnailDrawable.java
24
import java.io.
InputStream
;
49
protected
InputStream
getFallbackImageStream(MtpObjectInfo data) {
/packages/apps/VoiceDialer/src/com/android/voicedialer/
RecognizerClient.java
21
import java.io.
InputStream
;
38
public void onMicrophoneStart(
InputStream
mic);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
MD5Calculator.java
19
import java.io.
InputStream
;
26
public static String checksum(final
InputStream
in) throws IOException {
Completed in 352 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>