Home
last modified time | relevance | path

Searched defs:fileChannel (Results 1 – 21 of 21) sorted by relevance

/external/okio/okio/src/jvmTest/kotlin/okio/
DNioTest.kt55 val fileChannel = FileChannel.open(file.toPath(), StandardOpenOption.WRITE) in writableChannelNioFile() constant
83 val fileChannel = FileChannel.open(file.toPath(), StandardOpenOption.READ) in readableChannelNioFile() constant
/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/async/
DFileAsyncResponseTransformer.java54 private volatile AsynchronousFileChannel fileChannel; field in FileAsyncResponseTransformer
149 private final AsynchronousFileChannel fileChannel; field in FileAsyncResponseTransformer.FileSubscriber
158 … FileSubscriber(AsynchronousFileChannel fileChannel, Path path, CompletableFuture<Void> future, in FileSubscriber()
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/openers/
DMappedByteBufferOpener.java51 FileChannel fileChannel = ((FileChannelConvertible) stream).toFileChannel(); in open() local
/external/downloader/src/main/java/com/google/android/downloader/
DProtoFileDownloadDestination.java62 FileChannel fileChannel = new RandomAccessFile(targetFile, "rw").getChannel(); in openByteChannel() local
DSimpleFileDownloadDestination.java66 FileChannel fileChannel = new RandomAccessFile(targetFile, "rw").getChannel(); in openByteChannel() local
/external/okio/okio/src/jvmMain/kotlin/okio/
DNioFileSystemFileHandle.kt23 private val fileChannel: FileChannel, constant
/external/apache-commons-io/src/main/java/org/apache/commons/io/filefilter/
DMagicNumberFileFilter.java294 try (FileChannel fileChannel = FileChannel.open(file)) { in accept()
/external/tensorflow/tensorflow/lite/java/src/test/java/org/tensorflow/lite/
DTestUtils.java37 try (FileChannel fileChannel = in getTestFileAsBuffer()
/external/tensorflow/tensorflow/lite/java/ovic/src/main/java/org/tensorflow/ovic/
DOvicValidator.java98 FileChannel fileChannel = inputStream.getChannel(); in loadModelFile() local
/external/tensorflow/tensorflow/lite/java/ovic/src/test/java/org/tensorflow/ovic/
DOvicDetectorTest.java83 FileChannel fileChannel = inputStream.getChannel(); in loadModelFile() local
DOvicClassifierTest.java169 FileChannel fileChannel = inputStream.getChannel(); in loadModelFile() local
/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/io/
DResettableInputStream.java49 private FileChannel fileChannel; // never null field in ResettableInputStream
/external/apache-commons-io/src/main/java/org/apache/commons/io/input/
DBufferedFileChannelInputStream.java106 private final FileChannel fileChannel; field in BufferedFileChannelInputStream
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/common/
DFileUtil.java161 FileChannel fileChannel = inputStream.getChannel(); in loadMappedFile() local
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
DMediaDataBox.java59 private FileChannel fileChannel; field in MediaDataBox
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNativeSystemFonts.java93 final FileChannel fileChannel = file.getChannel(); in mmap() local
DShadowNativeTypeface.java114 FileChannel fileChannel = file.getChannel(); in makeFamilyFromParsed() local
/external/tensorflow/tensorflow/lite/java/ovic/demo/app/
DOvicBenchmarkerActivity.java104 FileChannel fileChannel = modelInputStream.getChannel(); in initializeTest() local
/external/tensorflow/tensorflow/lite/java/demo/app/src/main/java/com/example/android/tflitecamerademo/
DImageClassifier.java231 FileChannel fileChannel = inputStream.getChannel(); in loadModelFile() local
/external/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
DSkottieAnimation.java81 FileChannel fileChannel = ((FileInputStream)is).getChannel(); in convertToByteBuffer() local
/external/apache-commons-io/src/test/java/org/apache/commons/io/
DIOUtilsTest.java1300 final FileChannel fileChannel = fileInputStream.getChannel(); in testSkip_ReadableByteChannel() local
1366 final FileChannel fileChannel = fileInputStream.getChannel(); in testSkipFully_ReadableByteChannel() local