Home
last modified time | relevance | path

Searched defs:transferTo (Results 1 – 5 of 5) sorted by relevance

/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/async/
DByteBufferStoringSubscriber.java88 public TransferResult transferTo(ByteBuffer out) { in transferTo() method in ByteBufferStoringSubscriber
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DJimfsFileChannel.java499 public long transferTo(long position, long count, WritableByteChannel target) throws IOException { in transferTo() method in JimfsFileChannel
DRegularFile.java559 public long transferTo(long pos, long count, WritableByteChannel dest) throws IOException { in transferTo() method in RegularFile
/external/okio/okio/src/jvmMain/kotlin/okio/
DRealBufferedSource.kt183 override fun transferTo(out: OutputStream): Long { in readUtf8Line() method
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp56 void ResourceTracker::transferTo(ResourceTracker &DstRT) { in transferTo() function in llvm::orc::ResourceTracker