/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/input/ |
H A D | MessageDigestCalculatingInputStream.java | 194 …public MessageDigestCalculatingInputStream(final InputStream inputStream) throws NoSuchAlgorithmEx… in MessageDigestCalculatingInputStream() 210 …public MessageDigestCalculatingInputStream(final InputStream inputStream, final MessageDigest mess… in MessageDigestCalculatingInputStream() 229 …public MessageDigestCalculatingInputStream(final InputStream inputStream, final String algorithm) … in MessageDigestCalculatingInputStream()
|
H A D | ObservableInputStream.java | 117 public ObservableInputStream(final InputStream inputStream) { in ObservableInputStream() 127 private ObservableInputStream(final InputStream inputStream, final List<Observer> observers) { in ObservableInputStream() 139 public ObservableInputStream(final InputStream inputStream, final Observer... observers) { in ObservableInputStream()
|
/aosp_15_r20/external/cronet/build/android/bytecode/java/org/chromium/bytecode/ |
H A D | ByteCodeRewriter.java | 45 try (InputStream inputStream = new BufferedInputStream(new FileInputStream(inputJar)); in rewrite() 66 private void processZip(InputStream inputStream, OutputStream outputStream) { in processZip() 102 ZipEntry entry, InputStream inputStream, OutputStream outputStream) { in processClassEntry()
|
/aosp_15_r20/external/angle/build/android/bytecode/java/org/chromium/bytecode/ |
H A D | ByteCodeRewriter.java | 45 try (InputStream inputStream = new BufferedInputStream(new FileInputStream(inputJar)); in rewrite() 66 private void processZip(InputStream inputStream, OutputStream outputStream) { in processZip() 102 ZipEntry entry, InputStream inputStream, OutputStream outputStream) { in processClassEntry()
|
/aosp_15_r20/packages/modules/OnDevicePersonalization/common/java/com/android/odp/module/common/ |
D | FileUtils.java | 71 public static long writeToFile(String fileName, InputStream inputStream) throws IOException { in writeToFile() 82 try (BufferedInputStream inputStream = new BufferedInputStream(new FileInputStream(file))) { in readFileAsByteArray() 96 InputStream inputStream = new ParcelFileDescriptor.AutoCloseInputStream(fd); in readFileDescriptorAsByteArray() local
|
/aosp_15_r20/external/mockftpserver/tags/2.3/src/test/java/org/mockftpserver/stub/ |
H A D | StubFtpServerIntegrationTest.java | 363 ByteArrayInputStream inputStream = new ByteArrayInputStream(ASCII_CONTENTS.getBytes()); in testTransferAsciiFile() local 389 ByteArrayInputStream inputStream = new ByteArrayInputStream(BINARY_CONTENTS); in testTransferBinaryFiles() local 404 ByteArrayInputStream inputStream = new ByteArrayInputStream(ASCII_CONTENTS.getBytes()); in testStou() local 418 ByteArrayInputStream inputStream = new ByteArrayInputStream(ASCII_CONTENTS.getBytes()); in testAppe() local
|
/aosp_15_r20/external/mockftpserver/tags/2.5/src/test/java/org/mockftpserver/stub/ |
H A D | StubFtpServerIntegrationTest.java | 365 ByteArrayInputStream inputStream = new ByteArrayInputStream(ASCII_CONTENTS.getBytes()); in testTransferAsciiFile() local 391 ByteArrayInputStream inputStream = new ByteArrayInputStream(BINARY_CONTENTS); in testTransferBinaryFiles() local 406 ByteArrayInputStream inputStream = new ByteArrayInputStream(ASCII_CONTENTS.getBytes()); in testStou() local 420 ByteArrayInputStream inputStream = new ByteArrayInputStream(ASCII_CONTENTS.getBytes()); in testAppe() local
|
/aosp_15_r20/external/mockftpserver/tags/2.4/src/test/java/org/mockftpserver/stub/ |
H A D | StubFtpServerIntegrationTest.java | 365 ByteArrayInputStream inputStream = new ByteArrayInputStream(ASCII_CONTENTS.getBytes()); in testTransferAsciiFile() local 391 ByteArrayInputStream inputStream = new ByteArrayInputStream(BINARY_CONTENTS); in testTransferBinaryFiles() local 406 ByteArrayInputStream inputStream = new ByteArrayInputStream(ASCII_CONTENTS.getBytes()); in testStou() local 420 ByteArrayInputStream inputStream = new ByteArrayInputStream(ASCII_CONTENTS.getBytes()); in testAppe() local
|
/aosp_15_r20/external/lottie/lottie-compose/src/main/java/com/airbnb/lottie/compose/ |
H A D | rememberLottieComposition.kt | 184 val inputStream = context.contentResolver.openInputStream(spec.uri) in lottieTask() constant 221 val inputStream = try { in maybeLoadImageFromAsset() constant
|
/aosp_15_r20/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/stub/ |
H A D | StubFtpServerIntegrationTest.java | 363 ByteArrayInputStream inputStream = new ByteArrayInputStream(ASCII_CONTENTS.getBytes()); in testTransferAsciiFile() local 389 ByteArrayInputStream inputStream = new ByteArrayInputStream(BINARY_CONTENTS); in testTransferBinaryFiles() local 404 ByteArrayInputStream inputStream = new ByteArrayInputStream(ASCII_CONTENTS.getBytes()); in testStou() local 418 ByteArrayInputStream inputStream = new ByteArrayInputStream(ASCII_CONTENTS.getBytes()); in testAppe() local
|
/aosp_15_r20/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/stub/ |
H A D | StubFtpServerIntegrationTest.java | 364 ByteArrayInputStream inputStream = new ByteArrayInputStream(ASCII_CONTENTS.getBytes()); in testTransferAsciiFile() local 390 ByteArrayInputStream inputStream = new ByteArrayInputStream(BINARY_CONTENTS); in testTransferBinaryFiles() local 405 ByteArrayInputStream inputStream = new ByteArrayInputStream(ASCII_CONTENTS.getBytes()); in testStou() local 419 ByteArrayInputStream inputStream = new ByteArrayInputStream(ASCII_CONTENTS.getBytes()); in testAppe() local
|
/aosp_15_r20/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/ |
H A D | StubFtpServerIntegrationTest.java | 365 ByteArrayInputStream inputStream = new ByteArrayInputStream(ASCII_CONTENTS.getBytes()); in testTransferAsciiFile() local 391 ByteArrayInputStream inputStream = new ByteArrayInputStream(BINARY_CONTENTS); in testTransferBinaryFiles() local 406 ByteArrayInputStream inputStream = new ByteArrayInputStream(ASCII_CONTENTS.getBytes()); in testStou() local 420 ByteArrayInputStream inputStream = new ByteArrayInputStream(ASCII_CONTENTS.getBytes()); in testAppe() local
|
/aosp_15_r20/cts/tests/tests/content/src/android/content/pm/cts/ |
H A D | PackageManagerShellCommandIncrementalTest.java | 1229 try (InputStream inputStream = executeShellCommandStream( in installSplit() 1288 try (InputStream inputStream = executeShellCommandStream(command)) { in executeShellCommand() 1306 try (InputStream inputStream = executeShellCommandRw(command, inputs, expected)) { in executeShellCommand() 1322 try (FileInputStream inputStream = new FileInputStream(inputs[i])) { in executeShellCommandRw() 1330 static String readFullStream(InputStream inputStream, long expected) in readFullStream() 1337 static String readFullStream(InputStream inputStream) throws IOException { in readFullStream() 1341 static void writeFullStream(InputStream inputStream, OutputStream outputStream, in writeFullStream()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/hls/src/test/java/com/google/android/exoplayer2/source/hls/ |
H A D | HlsChunkSourceTest.java | 72 InputStream inputStream = in setup() local 155 InputStream inputStream = in getAdjustedSeekPositionUs_noIndependentSegments() local 171 InputStream inputStream = in getAdjustedSeekPositionUs_emptyPlaylist() local
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/hls/src/test/java/com/google/android/exoplayer2/source/hls/ |
H A D | HlsChunkSourceTest.java | 72 InputStream inputStream = in setup() local 155 InputStream inputStream = in getAdjustedSeekPositionUs_noIndependentSegments() local 171 InputStream inputStream = in getAdjustedSeekPositionUs_emptyPlaylist() local
|
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/downloader/ |
H A D | FileValidator.java | 62 try (InputStream inputStream = fileStorage.open(uri, ReadStreamOpener.create())) { in computeSha1Digest() 89 try (InputStream inputStream = fileStorage.open(uri, ReadStreamOpener.create())) { in computeSha256Digest() 99 private static String computeDigest(InputStream inputStream, String algorithm) in computeDigest()
|
/aosp_15_r20/cts/hostsidetests/compilation/src/android/compilation/cts/ |
H A D | Utils.java | 269 try (InputStream inputStream = getClass().getResourceAsStream(profileResource)) { in createDm() 273 try (InputStream inputStream = new FileInputStream(vdexFile)) { in createDm() 289 try (InputStream inputStream = new FileInputStream(odexFile)) { in createSdm() 294 try (InputStream inputStream = new FileInputStream(artFile)) { in createSdm()
|
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/ |
H A D | Connection.java | 223 Connection data(String key, String filename, InputStream inputStream); in data() 236 Connection data(String key, String filename, InputStream inputStream, String contentType); in data() 924 KeyVal inputStream(InputStream inputStream); in inputStream() argument 930 @Nullable InputStream inputStream(); in inputStream() method
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/io/ |
H A D | AwsChunkedEncodingInputStream.java | 87 protected InputStream inputStream; field in AwsChunkedEncodingInputStream.Builder 99 public T inputStream(InputStream inputStream) { in inputStream() argument
|
/aosp_15_r20/external/nanohttpd/core/src/test/java/fi/iki/elonen/ |
H A D | HttpServerTest.java | 90 …public HTTPSession createSession(TempFileManager tempFileManager, InputStream inputStream, OutputS… in createSession() 94 …public HTTPSession createSession(TempFileManager tempFileManager, InputStream inputStream, OutputS… in createSession() 154 ByteArrayInputStream inputStream = new ByteArrayInputStream(request.getBytes()); in invokeServer() local
|
/aosp_15_r20/external/cbor-java/src/test/java/co/nstant/in/cbor/decoder/ |
H A D | CborDecoderTest.java | 54 InputStream inputStream = new ByteArrayInputStream(new byte[] { 0, 1, 2 }); in shouldSetAutoDecodeInfinitiveMaps() local 63 InputStream inputStream = new ByteArrayInputStream(new byte[] { 0, 1, 2 }); in shouldSetAutoDecodeRationalNumbers() local 72 InputStream inputStream = new ByteArrayInputStream(new byte[] { 0, 1, 2 }); in shouldSetAutoDecodeLanguageTaggedStrings() local
|
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/io/ |
H A D | UnicodeInputStream.java | 84 private final PushbackInputStream inputStream; field in UnicodeInputStream 93 public UnicodeInputStream(final InputStream inputStream) in UnicodeInputStream() 107 public UnicodeInputStream(final InputStream inputStream, boolean skipBOM) in UnicodeInputStream()
|
/aosp_15_r20/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/graphics/ |
H A D | BitmapTest.java | 125 InputStream inputStream = resources.getAssets().open("robolectric.png"); in getConfigAfterCompress() local 137 InputStream inputStream = resources.getAssets().open("robolectric.png"); in getConfigAfterCreateScaledBitmap() local 158 InputStream inputStream = resources.getAssets().open("robolectric.png"); in checkBitmapNotRecycled() local 177 InputStream inputStream = resources.getAssets().open("robolectric.png"); in scaledBitmap_isMutable() local
|
/aosp_15_r20/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/strings/ |
H A D | AndroidXMLResourceBundle.java | 37 private AndroidXMLResourceBundle(InputStream inputStream) throws IOException { in AndroidXMLResourceBundle() 61 private static Document getDocument(InputStream inputStream) { in getDocument() 156 InputStream inputStream = urlConnection.getInputStream(); in newBundle() local
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/internal/async/ |
H A D | FileAsyncRequestBodyTest.java | 255 try(FileInputStream inputStream = new FileInputStream(smallFile.toFile())) { in positionNotZero_shouldReadFromPosition() 283 try (FileInputStream inputStream = new FileInputStream(smallFile.toFile())) { in bothPositionAndNumBytesToReadConfigured_shouldHonor() 308 try (FileInputStream inputStream = new FileInputStream(smallFile.toFile())) { in numBytesToReadConfigured_shouldHonor()
|