OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inputStream
(Results
151 - 175
of
502
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PostCompilerBuilder.java
72
import java.io.
InputStream
;
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java
50
import java.io.
InputStream
;
134
InputStream
paletteStream = clz.getResourceAsStream(PREVIEW_CONFIG_FILENAME);
209
InputStream
inputStream
= clz.getResourceAsStream(METADATA_FILENAME);
210
InputSource is = new InputSource(new BufferedInputStream(
inputStream
));
[
all
...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ContactLoader.java
63
import java.io.
InputStream
;
530
final
InputStream
inputStream
;
536
inputStream
= new URL(photoUri).openStream();
540
inputStream
= fd.createInputStream();
546
while ((size =
inputStream
.read(buffer)) != -1) {
551
inputStream
.close();
[
all
...]
/device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp
252
camera3_stream_t *
inputStream
= NULL;
269
if (
inputStream
!= NULL) {
274
inputStream
= newStream;
292
mInputStream =
inputStream
;
[
all
...]
/external/libxml2/
catalog.c
892
xmlParserInputPtr
inputStream
;
911
inputStream
= xmlNewInputStream(ctxt);
912
if (
inputStream
== NULL) {
917
inputStream
->filename = (char *) xmlCanonicPath((const xmlChar *)filename);
918
inputStream
->buf = buf;
919
xmlBufResetInput(buf->buffer,
inputStream
);
921
inputPush(ctxt,
inputStream
);
[
all
...]
xmllint.c
[
all
...]
xmlreader.c
[
all
...]
HTMLparser.c
[
all
...]
parser.c
[
all
...]
/frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
UpdateHandler.java
51
import java.io.
InputStream
;
520
// {@link handleWordList(Context,
InputStream
,ContentValues)}.
524
// #handleMetadata() closes its
InputStream
argument
532
// #handleWordList() closes its
InputStream
argument
588
public static void handleMetadata(final Context context, final
InputStream
stream,
612
* @param
inputStream
an input stream pointing to the downloaded data. May not be null.
619
final
InputStream
inputStream
, final DownloadRecord downloadRecord)
639
copyFile(
inputStream
, outputStream);
641
inputStream
.close()
[
all
...]
/device/asus/flo/camera/QCamera2/HAL3/
QCamera3HWI.cpp
429
camera3_stream_t *
inputStream
= NULL;
477
if (
inputStream
!= NULL) {
482
inputStream
= newStream;
488
mInputStream =
inputStream
;
[
all
...]
/frameworks/av/services/audioflinger/
AudioFlinger.cpp
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java
76
import java.io.
InputStream
;
[
all
...]
/device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3HWI.cpp
664
camera3_stream_t *
inputStream
= NULL;
698
if (
inputStream
!= NULL) {
703
inputStream
= newStream;
709
mInputStream =
inputStream
;
[
all
...]
/developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jar
org.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar
org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20130327-2119.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar
org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20130327-2119.jar
/device/moto/shamu/camera/QCamera2/HAL3/
QCamera3HWI.cpp
617
camera3_stream_t *
inputStream
= NULL;
623
if (
inputStream
!= NULL) {
627
inputStream
= streamList->streams[i];
848
camera3_stream_t *
inputStream
= NULL;
[
all
...]
/frameworks/base/core/java/android/provider/
ContactsContract.java
49
import java.io.
InputStream
;
[
all
...]
/hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.cpp
670
camera3_stream_t *
inputStream
= NULL;
676
if (
inputStream
!= NULL) {
680
inputStream
= streamList->streams[i];
[
all
...]
Completed in 2779 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>