OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inputstream
(Results
201 - 225
of
2089
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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/chromium_org/android_webview/browser/
intercepted_request_data.h
21
class
InputStream
;
29
virtual scoped_ptr<
InputStream
> GetInputStream(JNIEnv* env) const = 0;
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLInputStream.h
34
// The
InputStream
is made up of a sequence of SegmentedStrings:
40
// The current segmented string is stored in
InputStream
. Each of the
44
// We remove characters from the "current" string in the
InputStream
.
49
// The network adds data at the end of the
InputStream
, which appends
98
// We used to only have one SegmentedString in the
InputStream
110
// the
InputStream
. Now that it's been merged into m_first,
129
explicit InsertionPointRecord(HTMLInputStream&
inputStream
)
130
: m_inputStream(&
inputStream
)
/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 {
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ByteBufferInputStream.java
19
import java.io.
InputStream
;
22
class ByteBufferInputStream extends
InputStream
{
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapRfcommTransport.java
23
import java.io.
InputStream
;
48
public
InputStream
openInputStream() throws IOException {
/packages/apps/Camera2/src/com/android/camera/exif/
ByteBufferInputStream.java
19
import java.io.
InputStream
;
22
class ByteBufferInputStream extends
InputStream
{
/packages/apps/Email/src/com/android/email/mail/store/imap/
ImapSimpleString.java
22
import java.io.
InputStream
;
46
public
InputStream
getAsStream() {
/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/photos/drawables/
DataUriThumbnailDrawable.java
25
import java.io.
InputStream
;
42
protected
InputStream
getFallbackImageStream(String data) {
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ByteBufferInputStream.java
19
import java.io.
InputStream
;
22
class ByteBufferInputStream extends
InputStream
{
/packages/apps/Mms/src/com/android/mms/exif/
ByteBufferInputStream.java
19
import java.io.
InputStream
;
22
class ByteBufferInputStream extends
InputStream
{
/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 {
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
FakeInputStream.java
19
import java.io.
InputStream
;
25
public class FakeInputStream extends
InputStream
{
Completed in 1060 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>