OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inputstream
(Results
451 - 475
of
2089
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/libcore/luni/src/test/java/libcore/java/util/zip/
OldZipInputStreamTest.java
24
import java.io.
InputStream
;
38
InputStream
is = Support_Resources.getStream("hyts_ZipFile.zip");
150
public Mock_ZipInputStream(
InputStream
arg0) {
/libcore/luni/src/test/java/libcore/javax/net/
ServerSocketFactoryTest.java
21
import java.io.
InputStream
;
79
InputStream
in = socket.getInputStream();
124
private void transfer(
InputStream
in, ByteArrayOutputStream out) throws IOException {
/libcore/luni/src/test/java/tests/support/
Support_SQL.java
21
import java.io.
InputStream
;
51
InputStream
in = Class.forName("tests.support.Support_SQL")
99
private static void loadProperties(
InputStream
fileName) throws IOException {
/packages/apps/Exchange/src/com/android/exchange/eas/
EasSyncCollectionTypeBase.java
13
import java.io.
InputStream
;
55
* @param is The {@link
InputStream
} for the server response we're processing.
60
final Mailbox mailbox, final
InputStream
is) throws IOException;
/packages/apps/Gallery/src/com/android/camera/gallery/
BaseImage.java
32
import java.io.
InputStream
;
107
public
InputStream
fullSizeImageData() {
109
InputStream
input = mContentResolver.openInputStream(mUri);
UriImage.java
31
import java.io.
InputStream
;
53
private
InputStream
getInputStream() {
107
public
InputStream
fullSizeImageData() {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
XmpPresets.java
34
import java.io.
InputStream
;
62
InputStream
is = null;
95
InputStream
is = null;
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/
BitmapRegionTileSource.java
44
import java.io.
InputStream
;
71
InputStream
is, boolean isShareable) {
108
public static DumbBitmapRegionDecoder newInstance(
InputStream
is) {
266
private
InputStream
regenerateInputStream() throws FileNotFoundException {
267
InputStream
is = mContext.getContentResolver().openInputStream(mUri);
273
InputStream
is = regenerateInputStream();
294
InputStream
is = regenerateInputStream();
305
InputStream
is = null;
334
private
InputStream
regenerateInputStream() {
335
InputStream
is = mRes.openRawResource(mResId)
[
all
...]
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
ProxyInputStream.java
21
import java.io.
InputStream
;
40
* @param proxy the
InputStream
to delegate to
42
public ProxyInputStream(
InputStream
proxy) {
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
MemoryTextBody.java
25
import java.io.
InputStream
;
53
public MemoryTextBody(
InputStream
is) throws IOException {
57
public MemoryTextBody(
InputStream
is, String mimeCharset)
TempFileTextBody.java
23
import java.io.
InputStream
;
52
public TempFileTextBody(
InputStream
is) throws IOException {
56
public TempFileTextBody(
InputStream
is, String mimeCharset)
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PhotoLoadingTestCase.java
27
import java.io.
InputStream
;
93
InputStream
is = resources.openRawResource(resourceId);
101
protected byte[] readInputStreamFully(
InputStream
is) {
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
StockSource.java
21
import java.io.
InputStream
;
83
protected
InputStream
getStream(ImageData data, int longSide) {
84
InputStream
is = null;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
FileStorage.java
30
import java.io.
InputStream
;
59
public
InputStream
getContents() throws CoreException {
60
InputStream
stream = null;
/cts/tests/tests/provider/src/android/provider/cts/
Contacts_PeopleTest.java
37
import java.io.
InputStream
;
254
InputStream
inputStream
= context.getResources().openRawResource(
256
int size =
inputStream
.available();
258
inputStream
.read(data);
261
InputStream
photoStream = People.openContactPhotoInputStream(
/frameworks/base/core/java/android/speech/srec/
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 {
/frameworks/base/docs/html/sdk/api_diff/5/changes/
android.graphics.drawable.BitmapDrawable.html
92
<A NAME="android.graphics.drawable.BitmapDrawable.ctor_added(android.content.res.Resources, java.io.
InputStream
)"></A>
93
<nobr><A HREF="../../../../reference/android/graphics/drawable/BitmapDrawable.html#BitmapDrawable(android.content.res.Resources, java.io.
InputStream
)" target="_top"><code>BitmapDrawable</code></A>(<code>Resources,</nobr>
InputStream
<nobr><nobr></code>)</nobr>
107
<A NAME="android.graphics.drawable.BitmapDrawable.ctor_changed(java.io.
InputStream
)"></A>
108
<nobr><A HREF="../../../../reference/android/graphics/drawable/BitmapDrawable.html#BitmapDrawable(java.io.
InputStream
)" target="_top"><code>BitmapDrawable</code></A>(<code>
InputStream
</code>) </nobr>
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
Exif.java
22
import java.io.
InputStream
;
29
* @param
inputStream
The input stream will not be closed for you.
34
public static int getOrientation(final
InputStream
inputStream
, final long byteSize) {
35
if (
inputStream
== null) {
66
final InputStreamBuffer jpeg = new InputStreamBuffer(
inputStream
, lookAhead, false);
/frameworks/volley/src/com/android/volley/toolbox/
HurlStack.java
35
import java.io.
InputStream
;
135
InputStream
inputStream
;
137
inputStream
= connection.getInputStream();
139
inputStream
= connection.getErrorStream();
141
entity.setContent(
inputStream
);
/libcore/luni/src/main/java/java/sql/
Blob.java
20
import java.io.
InputStream
;
38
* @return a binary {@code
InputStream
} giving access to the {@code Blob}
43
public
InputStream
getBinaryStream() throws SQLException;
49
* @return a binary {@code
InputStream
} giving access to the {@code Blob}
54
public
InputStream
getBinaryStream(long pos, long length) throws SQLException;
124
* @return a binary {@code
InputStream
} which can be used to write data into
/libcore/luni/src/main/java/libcore/net/url/
JarURLConnectionImpl.java
25
import java.io.
InputStream
;
54
private
InputStream
jarInput;
138
final
InputStream
is = jarFileURL.openConnection().getInputStream();
211
public
InputStream
getInputStream() throws IOException {
213
throw new IllegalStateException("JarURLConnection
InputStream
has been closed");
348
protected JarURLConnectionInputStream(
InputStream
in, JarFile file) {
/packages/apps/Calendar/src/com/android/calendar/
ContactsAsyncHelper.java
33
import java.io.
InputStream
;
92
InputStream
inputStream
= null;
94
inputStream
= Contacts.openContactPhotoInputStream(
100
if (
inputStream
!= null) {
101
args.result = Drawable.createFromStream(
inputStream
, args.uri.toString());
/packages/apps/Camera2/src/com/android/camera/ui/
ZoomView.java
34
import java.io.
InputStream
;
118
InputStream
is = getInputStream();
239
InputStream
is = getInputStream();
250
// TODO: Cache the
inputstream
251
private
InputStream
getInputStream() {
252
InputStream
is = null;
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
CANotifyOnBootActivity.java
18
import java.io.
InputStream
;
58
InputStream
is = null;
/cts/tests/tests/os/src/android/os/cts/
RecoverySystemTest.java
22
import java.io.
InputStream
;
48
InputStream
is = mAssets.open(name);
Completed in 850 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>