/aosp_15_r20/external/okio/okio/src/commonMain/kotlin/okio/ |
H A D | Buffer.kt | 46 fun copyTo( in emitCompleteSegments() method in okio.Buffer 56 fun copyTo( in emitCompleteSegments() method
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/io/ |
H A D | CharSource.java | 199 public long copyTo(Appendable appendable) throws IOException { in copyTo() method in CharSource 221 public long copyTo(CharSink sink) throws IOException { in copyTo() method in CharSource 579 public long copyTo(Appendable appendable) throws IOException { in copyTo() method in StringCharSource 585 public long copyTo(CharSink sink) throws IOException { in copyTo() method in StringCharSource
|
H A D | ByteSource.java | 251 public long copyTo(OutputStream output) throws IOException { in copyTo() method in ByteSource 273 public long copyTo(ByteSink sink) throws IOException { in copyTo() method in ByteSource 632 public long copyTo(OutputStream output) throws IOException { in copyTo() method in ByteSource.ByteArrayByteSource
|
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/ |
H A D | GrGLBackendSurface.cpp | 81 void copyTo(AnyFormatData& formatData) const override { in copyTo() function in GrGLBackendFormatData 142 void GrGLBackendTextureData::copyTo(AnyTextureData& textureData) const { in copyTo() function in GrGLBackendTextureData 254 void copyTo(AnyRenderTargetData& rtData) const override { in copyTo() function in GrGLBackendRenderTargetData
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/utils/adapter/hidl/src/ |
H A D | Buffer.cpp | 43 nn::GeneralResult<void> copyTo(const nn::SharedBuffer& buffer, const hidl_memory& dst) { in copyTo() function 62 Return<V1_3::ErrorStatus> Buffer::copyTo(const hidl_memory& dst) { in copyTo() function in android::hardware::neuralnetworks::adapter::Buffer
|
/aosp_15_r20/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/ |
H A D | LazyDelegateByteSource.java | 118 public long copyTo(@Nonnull OutputStream output) throws IOException { in copyTo() method in LazyDelegateByteSource 123 public long copyTo(@Nonnull ByteSink sink) throws IOException { in copyTo() method in LazyDelegateByteSource
|
/aosp_15_r20/frameworks/rs/support/java/src/androidx/renderscript/ |
H A D | Allocation.java | 1795 public void copyTo(Bitmap b) { in copyTo() method in Allocation 1802 private void copyTo(Object array, Element.DataType dt, int arrayLen) { in copyTo() method in Allocation 1843 public void copyTo(Object array) { in copyTo() method in Allocation 1870 public void copyTo(byte[] d) { in copyTo() method in Allocation 1897 public void copyTo(short[] d) { in copyTo() method in Allocation 1924 public void copyTo(int[] d) { in copyTo() method in Allocation 1951 public void copyTo(float[] d) { in copyTo() method in Allocation
|
/aosp_15_r20/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/utils/ |
H A D | CloseableDelegateByteSource.java | 124 public long copyTo(@Nonnull OutputStream output) throws IOException { in copyTo() method in CloseableDelegateByteSource 129 public long copyTo(@Nonnull ByteSink sink) throws IOException { in copyTo() method in CloseableDelegateByteSource
|
/aosp_15_r20/external/guava/guava/src/com/google/common/io/ |
H A D | ByteSource.java | 251 public long copyTo(OutputStream output) throws IOException { in copyTo() method in ByteSource 273 public long copyTo(ByteSink sink) throws IOException { in copyTo() method in ByteSource 632 public long copyTo(OutputStream output) throws IOException { in copyTo() method in ByteSource.ByteArrayByteSource
|
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/ |
H A D | GrVkBackendSurface.cpp | 90 void copyTo(AnyFormatData& formatData) const override { in copyTo() function in GrVkBackendFormatData 189 void copyTo(AnyTextureData& textureData) const override { in copyTo() function in GrVkBackendTextureData 381 void copyTo(AnyRenderTargetData& rtData) const override { in copyTo() function in GrVkBackendRenderTargetData
|
/aosp_15_r20/external/sdk-platform-java/java-core/google-cloud-core/src/main/java/com/google/cloud/ |
H A D | ByteArray.java | 110 public final void copyTo(ByteBuffer target) { in copyTo() method in ByteArray 119 public final void copyTo(byte[] target) { in copyTo() method in ByteArray
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/utils/adapter/aidl/src/ |
H A D | Buffer.cpp | 48 nn::GeneralResult<void> copyTo(const nn::IBuffer& buffer, const Memory& dst) { in copyTo() function 66 ndk::ScopedAStatus Buffer::copyTo(const Memory& dst) { in copyTo() function in aidl::android::hardware::neuralnetworks::adapter::Buffer
|
/aosp_15_r20/external/okio/okio/src/jvmMain/kotlin/okio/ |
H A D | Buffer.kt | 147 fun copyTo( in <lambda>() method 177 actual fun copyTo( in <lambda>() method in okio.Buffer 183 actual fun copyTo( in <lambda>() method in okio.Buffer
|
/aosp_15_r20/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/ |
H A D | ByteStringMicro.java | 126 public void copyTo(final byte[] target, final int offset) { in copyTo() method in ByteStringMicro 138 public void copyTo(final byte[] target, final int sourceOffset, in copyTo() method in ByteStringMicro
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
H A D | InternetTile.java | 185 public void copyTo(EthernetCallbackInfo ethernetCallbackInfo) { in copyTo() method in InternetTile.EthernetCallbackInfo 220 public void copyTo(WifiCallbackInfo wifiCallbackInfo) { in copyTo() method in InternetTile.WifiCallbackInfo 269 public void copyTo(CellularCallbackInfo cellularCallbackInfo) { in copyTo() method in InternetTile.CellularCallbackInfo
|
/aosp_15_r20/external/swiftshader/src/Vulkan/ |
H A D | VkBuffer.cpp | 114 void Buffer::copyTo(void *dstMemory, VkDeviceSize pSize, VkDeviceSize pOffset) const in copyTo() function in vk::Buffer 121 void Buffer::copyTo(Buffer *dstBuffer, const VkBufferCopy2KHR &pRegion) const in copyTo() function in vk::Buffer
|
/aosp_15_r20/tools/trebuchet/core/common/src/main/kotlin/trebuchet/io/ |
H A D | StreamingReader.kt | 103 fun copyTo(tmpBuffer: ByteArray, lineStartIndex: Long, lineEndIndex: Long) { in get() method
|
/aosp_15_r20/tools/apksig/src/main/java/com/android/apksig/internal/util/ |
H A D | ByteArrayDataSink.java | 132 public void copyTo(long offset, int size, ByteBuffer dest) throws IOException { in copyTo() method in ByteArrayDataSink 202 public void copyTo(long offset, int size, ByteBuffer dest) throws IOException { in copyTo() method in ByteArrayDataSink.SliceDataSource
|
/aosp_15_r20/frameworks/base/rs/java/android/renderscript/ |
H A D | Allocation.java | 1849 public void copyTo(Bitmap b) { in copyTo() method in Allocation 1861 private void copyTo(Object array, Element.DataType dt, int arrayLen) { in copyTo() method in Allocation 1907 public void copyTo(Object array) { in copyTo() method in Allocation 1934 public void copyTo(byte[] d) { in copyTo() method in Allocation 1961 public void copyTo(short[] d) { in copyTo() method in Allocation 1988 public void copyTo(int[] d) { in copyTo() method in Allocation 2015 public void copyTo(float[] d) { in copyTo() method in Allocation
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/neuralnetworks/aidl/android.hardware.neuralnetworks-V4-ndk-source/gen/android/hardware/neuralnetworks/ |
D | IBuffer.cpp | 135 ::ndk::ScopedAStatus BpBuffer::copyTo(const ::aidl::android::hardware::neuralnetworks::Memory& in_d… in copyTo() function in aidl::android::hardware::neuralnetworks::BpBuffer 331 ::ndk::ScopedAStatus IBufferDefault::copyTo(const ::aidl::android::hardware::neuralnetworks::Memory… in copyTo() function in aidl::android::hardware::neuralnetworks::IBufferDefault
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | ByteString.java | 715 public void copyTo(byte[] target, int offset) { in copyTo() method 731 public final void copyTo(byte[] target, int sourceOffset, int targetOffset, int numberToCopy) { in copyTo() method 757 public abstract void copyTo(ByteBuffer target); in copyTo() method 1443 public final void copyTo(ByteBuffer target) { in copyTo() method in LiteralByteString
|
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | ByteString.java | 715 public void copyTo(byte[] target, int offset) { in copyTo() method 731 public final void copyTo(byte[] target, int sourceOffset, int targetOffset, int numberToCopy) { in copyTo() method 757 public abstract void copyTo(ByteBuffer target); in copyTo() method 1443 public final void copyTo(ByteBuffer target) { in copyTo() method in LiteralByteString
|
/aosp_15_r20/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/ |
H A D | QSTile.java | 206 public boolean copyTo(State other) { in copyTo() method in QSTile.State 291 public boolean copyTo(State other) { in copyTo() method in QSTile.AdapterState
|
/aosp_15_r20/frameworks/base/libs/hwui/ |
H A D | Matrix.cpp | 182 void Matrix4::copyTo(SkMatrix& v) const { in copyTo() function in android::uirenderer::Matrix4 264 void Matrix4::copyTo(float* v) const { in copyTo() function in android::uirenderer::Matrix4
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/ |
H A D | TensorImpl.java | 207 void copyTo(Object dst) { in copyTo() method in TensorImpl 224 private void copyTo(Buffer dst) { in copyTo() method in TensorImpl
|