Home
last modified time | relevance | path

Searched defs:inputStream (Results 1 – 25 of 40) sorted by relevance

12

/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
DSkottieView.java122 public void setSource(InputStream inputStream) { in setSource()
127 InputStream inputStream = mBackingView.getResources().openRawResource(resId); in setSource() local
132 InputStream inputStream = context.getContentResolver().openInputStream(uri); in setSource() local
136 private SkottieAnimation setSourceHelper(InputStream inputStream) { in setSourceHelper()
/third_party/libphonenumber/tools/java/data/src/com/google/i18n/phonenumbers/
DCombineGeoData.java50 private final InputStream inputStream; field in CombineGeoData
55 public CombineGeoData(InputStream inputStream, OutputStream outputStream, String lineSeparator) { in CombineGeoData()
61 public CombineGeoData(InputStream inputStream, OutputStream outputStream) { in CombineGeoData()
/third_party/node/test/known_issues/
Dtest-repl-require-context.js8 const inputStream = new stream.PassThrough(); constant
/third_party/node/test/parallel/
Dtest-repl-definecommand.js10 const inputStream = new stream.PassThrough(); constant
Dtest-repl-load-multiline.js27 const inputStream = new ArrayStream(); constant
/third_party/node/deps/npm/node_modules/execa/node_modules/get-stream/
Dindex.js4 function getStream(inputStream, opts) { argument
/third_party/node/deps/npm/node_modules/got/node_modules/get-stream/
Dindex.js4 function getStream(inputStream, opts) { argument
/third_party/node/deps/npm/node_modules/cacache/lib/content/
Dwrite.js83 function handleContent (inputStream, cache, opts, errCheck) { argument
96 function pipeToTmp (inputStream, cache, tmpTarget, opts, errCheck) { argument
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/util/
DSkottieView.java103 InputStream inputStream = context.getResources().openRawResource(resID); in SkottieView() local
166 InputStream inputStream = context.getResources().openRawResource(resID); in setSource() local
/third_party/flutter/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
DSkottieView.java44 public void setSource(InputStream inputStream) { in setSource()
DSkottieActivity.java68 InputStream inputStream = getContentResolver().openInputStream(uri); in populateGrid() local
189 InputStream inputStream = getContentResolver().openInputStream(uri); in addLottie() local
/third_party/node/deps/npm/node_modules/get-stream/
Dindex.js12 function getStream(inputStream, options) { argument
/third_party/flutter/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/rendering/
DShaderUtil.java91 try (InputStream inputStream = context.getAssets().open(filename); in readRawTextFileFromAssets()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DCodedInputStreamTest.java962 CodedInputStream inputStream = inputType.newDecoder(rawInput); in testReadByteArray() local
1050 CodedInputStream inputStream = inputType.newDecoder(rawInput); in testReadByteBuffer() local
1099 CodedInputStream inputStream = inputType.newDecoder(data); in testReadByteBufferAliasing() local
1150 CodedInputStream inputStream = inputType.newDecoder(serialized); in testCompatibleTypes() local
1206 InputStream inputStream = new ByteArrayInputStream(outputStream.toByteArray()) { in testMaliciousInputStream() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCharsetMatch.java47 InputStream inputStream = fInputStream; in getReader() local
DStringPrep.java255 public StringPrep(InputStream inputStream) throws IOException{ in StringPrep()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
DNativeAudioContext.cpp229 oboe::AudioStream *inputStream = getInputStream(); in start() local
601 oboe::AudioStream *inputStream = getInputStream(); in configureForStart() local
DNativeAudioContext.h624 oboe::AudioStream *inputStream = getInputStream(); in startStreams() local
/third_party/gettext/gnulib-local/lib/libxml/
DparserInternals.c1429 xmlParserInputPtr inputStream; in xmlNewIOInputStream() local
1557 xmlParserInputPtr inputStream; in xmlNewInputFromFile() local
Dxinclude.c453 xmlParserInputPtr inputStream; in xmlXIncludeParseFile() local
1835 xmlParserInputPtr inputStream; in xmlXIncludeLoadTxt() local
/third_party/libxml2/
DparserInternals.c1400 xmlParserInputPtr inputStream; in xmlNewIOInputStream() local
1528 xmlParserInputPtr inputStream; in xmlNewInputFromFile() local
Dxinclude.c429 xmlParserInputPtr inputStream; in xmlXIncludeParseFile() local
1803 xmlParserInputPtr inputStream; in xmlXIncludeLoadTxt() local
/third_party/node/test/fixtures/wpt/encoding/streams/
Dencode-utf8.any.js135 const inputStream = readableStreamFromArray(input); constant
/third_party/flutter/skia/third_party/externals/sdl/src/core/android/
DSDL_android.c804 jobject inputStream; in Internal_Android_JNI_FileOpen() local
1071 jobject inputStream = (jobject)ctx->hidden.androidio.assetFileDescriptorRef; in Internal_Android_JNI_FileClose() local
1081 jobject inputStream = (jobject)ctx->hidden.androidio.inputStreamRef; in Internal_Android_JNI_FileClose() local
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/buildtools/
DGeneratePhonePrefixData.java196 FileInputStream inputStream = new FileInputStream(countryCodeFile); in createOutputFiles() local

12