Home
last modified time | relevance | path

Searched +defs:is +defs:stream (Results 51 – 75 of 1166) sorted by relevance

12345678910>>...47

/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/obex/
DRequest.java109 InputStream is = mOp.openInputStream(); in executeGet() local
162 protected void readResponse(InputStream stream) throws IOException { in readResponse()
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/
H A DBitmapFactoryTest.java177 InputStream is = obtainInputStream(); in testDecodeResourceStream() local
211 InputStream is = obtainInputStream(); in testDecodeStream1() local
224 InputStream is = obtainInputStream(); in testDecodeStream2() local
235 InputStream is = obtainInputStream(testImage.id); in testDecodeStream3() local
254 private Bitmap decodeOpaqueImage(InputStream stream, BitmapFactory.Options options) { in decodeOpaqueImage()
/aosp_15_r20/frameworks/base/rs/java/android/renderscript/
H A DFileA3D.java175 FileA3D(long id, RenderScript rs, InputStream stream) { in FileA3D()
297 InputStream is = null; in createFromResource() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_gs.cpp177 int stream = nir_intrinsic_stream_id(instr); in emit_vertex() local
352 GeometryShader::read_prop(std::istream& is) in read_prop()
H A Dsfn_shader_vs.cpp290 VertexExportForFs::emit_stream(int stream) in emit_stream()
539 VertexShader::read_prop(std::istream& is) in read_prop()
/aosp_15_r20/cts/tests/tests/media/audio/src/android/media/audio/cts/
H A DSoundPoolTest.java155 InputStream is = getContext().getResources().openRawResource(getSoundA()); in createSoundFile() local
427 int stream = 0; in waitUntilLoaded() local
/aosp_15_r20/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
H A DHardwareBitmapTests.java217 InputStream is = mRes.openRawResource(R.drawable.blue_padded_square); in testNinePatch() local
279 ByteArrayOutputStream stream = new ByteArrayOutputStream(); in testCompressHardware() local
/aosp_15_r20/system/libvintf/
H A DAssembleVintf.cpp53 NamedIstream(const std::string& name, std::unique_ptr<std::istream>&& stream) in NamedIstream()
56 std::istream& stream() { return *mStream; } in stream() function in android::vintf::NamedIstream
191 static std::string read(std::basic_istream<char>& is) { in read()
249 bool parseFileForKernelConfigs(std::basic_istream<char>& stream, in parseFileForKernelConfigs()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/22/libcore/ojluni/src/main/java/java/util/jar/
DJarFile.java302 public Stream<JarEntry> stream() { in stream() method in JarFile
523 try (InputStream is = super.getInputStream(ze)) { in getBytes()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/jar/
DJarFile.java302 public Stream<JarEntry> stream() { in stream() method in JarFile
523 try (InputStream is = super.getInputStream(ze)) { in getBytes()
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/jar/
H A DJarFile.java302 public Stream<JarEntry> stream() { in stream() method in JarFile
523 try (InputStream is = super.getInputStream(ze)) { in getBytes()
/aosp_15_r20/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/
H A DAudioPrimaryHidlHalTest.cpp388 sp<::android::hardware::audio::CORE_TYPES_CPP_VERSION::IStreamIn> stream; in TEST_P() local
394 sp<::android::hardware::audio::CORE_TYPES_CPP_VERSION::IStreamOut> stream; in TEST_P() local
458 static void testSetDevicesInvalidDeviceAddress(IStream* stream) { in testSetDevicesInvalidDeviceAddress()
467 static void testSetAudioPropertiesInvalidArguments(IStream* stream) { in testSetAudioPropertiesInvalidArguments()
893 std::ifstream is(fileName, std::ios::in | std::ios::binary); in loadData() local
/aosp_15_r20/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
H A DObjectInputStreamTest.java595 public ObjectInputStreamWithReadDesc(InputStream is, Class returnClass) in ObjectInputStreamWithReadDesc()
1046 public ObjectInputStreamWithReadDesc1(InputStream is) in ObjectInputStreamWithReadDesc1()
1245 public ObjectIutputStreamWithReadDesc2(InputStream is, Class returnClass) in ObjectIutputStreamWithReadDesc2()
1323 … private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException { in readObject()
/aosp_15_r20/frameworks/base/libs/hwui/jni/
H A DBitmapFactory.cpp298 static jobject doDecode(JNIEnv* env, std::unique_ptr<SkStreamRewindable> stream, in doDecode()
671 static jobject nativeDecodeStream(JNIEnv* env, jobject clazz, jobject is, jbyteArray storage, in nativeDecodeStream()
675 std::unique_ptr<SkStream> stream(CreateJavaInputStreamAdaptor(env, is, storage)); in nativeDecodeStream() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/io/include/boost/io/
Dquoted.hpp96 typedef std::basic_ostream<Char, Traits> stream; in quoted_out() typedef
158 operator>>(std::basic_istream<Char, Traits>& is, in operator >>() argument
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DTestActivity.java109 Uri stream = (Uri) intent.getParcelableExtra(Intent.EXTRA_STREAM); in onCreate() local
548 java.io.InputStream is = op.openInputStream(); in onPut() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/os/
H A DNativeTombstoneManager.java433 final FileInputStream is = new FileInputStream(pfd.getFileDescriptor()); in parse() local
434 final ProtoInputStream stream = new ProtoInputStream(is); in parse() local
/aosp_15_r20/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
H A DZFile.java1350 InputStream is = rawContents.openStream(); in writeEntry() local
1634 public void add(@Nonnull String name, @Nonnull InputStream stream) throws IOException { in add()
1652 @Nonnull InputStream stream, in makeStoredEntry()
1755 public void add(@Nonnull String name, @Nonnull InputStream stream, boolean mayCompress) in add()
2479 InputStream stream; in addAllRecursively() local
/aosp_15_r20/external/conscrypt/testing/src/main/java/org/conscrypt/
H A DTestUtils.java272 InputStream is = TestUtils.class.getResourceAsStream("/" + name); in openTestFile() local
295 InputStream stream = openTestFile(resourceName); in readCsvResource() local
311 InputStream stream = openTestFile(resourceName); in readTestVectors() local
/aosp_15_r20/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/
H A DTestUtils.java280 InputStream is = TestUtils.class.getResourceAsStream("/" + name); in openTestFile() local
303 InputStream stream = openTestFile(resourceName); in readCsvResource() local
319 InputStream stream = openTestFile(resourceName); in readTestVectors() local
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/util/
DFileUtil.java637 try (FileInputStream is = new FileInputStream(sourceFile)) { in readStringFromFile()
1227 try (Stream<Path> stream = in findFiles()
1327 try (Stream<Path> stream = in findFilesObject()
1402 try (Stream<Path> stream = Files.walk(folder, FileVisitOption.FOLLOW_LINKS)) { in sizeOfDirectory()
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowBitmapFactoryTest.java90 try (FileOutputStream stream = new FileOutputStream(tmp)) { in decodeResource_sameAs()
247 try (FileInputStream is = new FileInputStream(tmpFile)) { in decodeFileDescriptor_shouldGetWidthAndHeightFromHints()
/aosp_15_r20/frameworks/base/core/tests/bugreports/src/com/android/os/bugreports/tests/
H A DBugreportManagerTest.java585 ZipInputStream stream = new ZipInputStream( in listZipArchiveEntries() local
599 ZipInputStream is = new ZipInputStream(new FileInputStream(archive)); in extractZipArchiveEntry() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapbMessage.java347 BMsgReader(InputStream is) { in BMsgReader()
994 ByteArrayOutputStream stream = in encodeGeneric() local
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/nodes/
H A DElement.java411 public Stream<Element> stream() { in stream() method in Element
538 public boolean is(String cssQuery) { in is() method in Element
547 public boolean is(Evaluator evaluator) { in is() method in Element

12345678910>>...47