| /external/okio/okio/src/jvmTest/kotlin/okio/ |
| D | NioTest.kt | 55 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/ |
| D | FileAsyncResponseTransformer.java | 54 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/ |
| D | MappedByteBufferOpener.java | 51 FileChannel fileChannel = ((FileChannelConvertible) stream).toFileChannel(); in open() local
|
| /external/downloader/src/main/java/com/google/android/downloader/ |
| D | ProtoFileDownloadDestination.java | 62 FileChannel fileChannel = new RandomAccessFile(targetFile, "rw").getChannel(); in openByteChannel() local
|
| D | SimpleFileDownloadDestination.java | 66 FileChannel fileChannel = new RandomAccessFile(targetFile, "rw").getChannel(); in openByteChannel() local
|
| /external/okio/okio/src/jvmMain/kotlin/okio/ |
| D | NioFileSystemFileHandle.kt | 23 private val fileChannel: FileChannel, constant
|
| /external/apache-commons-io/src/main/java/org/apache/commons/io/filefilter/ |
| D | MagicNumberFileFilter.java | 294 try (FileChannel fileChannel = FileChannel.open(file)) { in accept()
|
| /external/tensorflow/tensorflow/lite/java/src/test/java/org/tensorflow/lite/ |
| D | TestUtils.java | 37 try (FileChannel fileChannel = in getTestFileAsBuffer()
|
| /external/tensorflow/tensorflow/lite/java/ovic/src/main/java/org/tensorflow/ovic/ |
| D | OvicValidator.java | 98 FileChannel fileChannel = inputStream.getChannel(); in loadModelFile() local
|
| /external/tensorflow/tensorflow/lite/java/ovic/src/test/java/org/tensorflow/ovic/ |
| D | OvicDetectorTest.java | 83 FileChannel fileChannel = inputStream.getChannel(); in loadModelFile() local
|
| D | OvicClassifierTest.java | 169 FileChannel fileChannel = inputStream.getChannel(); in loadModelFile() local
|
| /external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/io/ |
| D | ResettableInputStream.java | 49 private FileChannel fileChannel; // never null field in ResettableInputStream
|
| /external/apache-commons-io/src/main/java/org/apache/commons/io/input/ |
| D | BufferedFileChannelInputStream.java | 106 private final FileChannel fileChannel; field in BufferedFileChannelInputStream
|
| /external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/common/ |
| D | FileUtil.java | 161 FileChannel fileChannel = inputStream.getChannel(); in loadMappedFile() local
|
| /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/ |
| D | MediaDataBox.java | 59 private FileChannel fileChannel; field in MediaDataBox
|
| /external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowNativeSystemFonts.java | 93 final FileChannel fileChannel = file.getChannel(); in mmap() local
|
| D | ShadowNativeTypeface.java | 114 FileChannel fileChannel = file.getChannel(); in makeFamilyFromParsed() local
|
| /external/tensorflow/tensorflow/lite/java/ovic/demo/app/ |
| D | OvicBenchmarkerActivity.java | 104 FileChannel fileChannel = modelInputStream.getChannel(); in initializeTest() local
|
| /external/tensorflow/tensorflow/lite/java/demo/app/src/main/java/com/example/android/tflitecamerademo/ |
| D | ImageClassifier.java | 231 FileChannel fileChannel = inputStream.getChannel(); in loadModelFile() local
|
| /external/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/ |
| D | SkottieAnimation.java | 81 FileChannel fileChannel = ((FileInputStream)is).getChannel(); in convertToByteBuffer() local
|
| /external/apache-commons-io/src/test/java/org/apache/commons/io/ |
| D | IOUtilsTest.java | 1300 final FileChannel fileChannel = fileInputStream.getChannel(); in testSkip_ReadableByteChannel() local 1366 final FileChannel fileChannel = fileInputStream.getChannel(); in testSkipFully_ReadableByteChannel() local
|