Home
last modified time | relevance | path

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

/external/okio/okio/src/jvmTest/java/okio/
DNioTest.java53 FileChannel fileChannel = FileChannel.open(file.toPath(), StandardOpenOption.WRITE); in writableChannelNioFile() local
81 FileChannel fileChannel = FileChannel.open(file.toPath(), StandardOpenOption.READ); in readableChannelNioFile() 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/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/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.java87 final FileChannel fileChannel = file.getChannel(); in mmap() local
DShadowNativeTypeface.java99 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.java80 FileChannel fileChannel = ((FileInputStream)is).getChannel(); in convertToByteBuffer() local