/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/reference/xsdc_reference_tinyxml_tests/gen/cpp/ |
D | reference.cpp | 19 std::optional<Class> read(const char* configFile) { in read() function 95 Class Class::read(tinyxml2::XMLElement *root) { in read() function in reference::Class
|
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/gzip/ |
H A D | GzipCompressorInputStream.java | 278 public int read() throws IOException { in read() method in GzipCompressorInputStream 288 public int read(final byte[] b, int off, int len) throws IOException { in read() method in GzipCompressorInputStream
|
/aosp_15_r20/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/ |
H A D | PictureParameterSet.java | 82 public static PictureParameterSet read(byte[] b) throws IOException { in read() method in PictureParameterSet 86 public static PictureParameterSet read(InputStream is) throws IOException { in read() method in PictureParameterSet
|
/aosp_15_r20/external/xz-java/src/org/tukaani/xz/ |
H A D | LZMA2InputStream.java | 199 public int read() throws IOException { in read() method in LZMA2InputStream 227 public int read(byte[] buf, int off, int len) throws IOException { in read() method in LZMA2InputStream
|
H A D | SingleXZInputStream.java | 360 public int read() throws IOException { in read() method in SingleXZInputStream 398 public int read(byte[] buf, int off, int len) throws IOException { in read() method in SingleXZInputStream
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/fs/ |
D | mocks.rs | 58 fn read(&mut self, dst: &mut [u8]) -> io::Result<usize> { in read() method 64 fn read(&mut self, dst: &mut [u8]) -> io::Result<usize> { in read() method
|
/aosp_15_r20/external/gsc-utils/rust/enum_utils_test/src/ |
H A D | lib.rs | 189 pub fn read(&self) -> usize { in read() method 202 pub fn read(&self) -> usize {} in read() method
|
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/util/ |
H A D | InputStreamUtil.java | 215 int read = read(in, b, 0, b.length); in readFully() local 248 …public static int read(@Nonnull InputStream in, @Nonnull byte[] b, int off, int len) throws IOExce… in read() method in InputStreamUtil
|
/aosp_15_r20/external/cronet/components/cronet/android/test/src/org/chromium/net/ |
H A D | TestUploadDataStreamHandler.java | 70 public void read() { in read() method in TestUploadDataStreamHandler 171 void read(long nativePtr); in read() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/test/ |
D | minideflate.c | 43 int32_t read; in deflate_params() local 128 int32_t read; in inflate_params() local
|
/aosp_15_r20/external/okio/okio/src/jvmMain/kotlin/okio/ |
H A D | BufferedSource.kt | 89 actual fun read(sink: ByteArray): Int method 95 actual fun read(sink: ByteArray, offset: Int, byteCount: Int): Int method
|
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan_enc/ |
H A D | VulkanStreamGuest.cpp | 94 ssize_t VulkanStreamGuest::read(void* buffer, size_t size) { in read() function in gfxstream::vk::VulkanStreamGuest 138 ssize_t VulkanCountingStream::read(void*, size_t size) { in read() function in gfxstream::vk::VulkanCountingStream
|
/aosp_15_r20/external/flashrom/ |
H A D | raiden_debug_spi.c | 769 struct usb_spi_receive_ctx *read) in write_command_v1() 797 struct usb_spi_receive_ctx *read) in read_response_v1() 1054 struct usb_spi_receive_ctx *read) in write_command_v2() 1105 struct usb_spi_receive_ctx *read) in read_response_v2()
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkStream.cpp | 205 size_t SkFILEStream::read(void* buffer, size_t size) { in read() function in SkFILEStream 337 size_t SkMemoryStream::read(void* buffer, size_t size) { in read() function in SkMemoryStream 609 bool SkDynamicMemoryWStream::read(void* buffer, size_t offset, size_t count) { in read() function in SkDynamicMemoryWStream 762 size_t read(void* buffer, size_t rawCount) override { in read() function in SkBlockMemoryStream
|
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/simple_type/xsdc_simple_type_tinyxml_tests/gen/cpp/ |
D | simple_type.cpp | 229 SimpleTypes SimpleTypes::read(tinyxml2::XMLElement *root) { in read() function in simple::type::SimpleTypes 451 MultiChoice MultiChoice::read(tinyxml2::XMLElement *root) { in read() function in simple::type::MultiChoice 543 SingleChoice SingleChoice::read(tinyxml2::XMLElement *root) { in read() function in simple::type::SingleChoice
|
/aosp_15_r20/external/turbine/java/com/google/turbine/bytecode/ |
H A D | ClassReader.java | 49 public static ClassFile read(byte[] bytes) { in read() method in ClassReader 54 public static ClassFile read(@Nullable String path, byte[] bytes) { in read() method in ClassReader 77 private ClassFile read() { in read() method in ClassReader
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/ |
H A D | DefaultHttpDataSource.java | 468 public int read(byte[] buffer, int offset, int length) throws HttpDataSourceException { in read() method in DefaultHttpDataSource 715 int read = castNonNull(inputStream).read(skipBuffer, 0, readLength); in skipFully() local 760 int read = castNonNull(inputStream).read(buffer, offset, readLength); in readInternal() local
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/nio/ch/ |
H A D | FileChannelImpl.java | 74 public int read(java.nio.ByteBuffer dst) throws java.io.IOException { in read() method in FileChannelImpl 78 public long read(java.nio.ByteBuffer[] dsts, int offset, int length) in read() method in FileChannelImpl 160 public int read(java.nio.ByteBuffer dst, long position) throws java.io.IOException { in read() method in FileChannelImpl
|
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/simple_type/xsdc_simple_type_tinyxml_tests_parser/gen/cpp/ |
D | simple_type.cpp | 229 SimpleTypes SimpleTypes::read(tinyxml2::XMLElement *root) { in read() function in simple::type::SimpleTypes 451 MultiChoice MultiChoice::read(tinyxml2::XMLElement *root) { in read() function in simple::type::MultiChoice 543 SingleChoice SingleChoice::read(tinyxml2::XMLElement *root) { in read() function in simple::type::SingleChoice
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/ |
D | Endian.h | 58 [[nodiscard]] inline value_type read(const void *memory, endianness endian) { in read() function 69 [[nodiscard]] inline value_type read(const void *memory) { in read() function 382 template <typename T, endianness E> [[nodiscard]] inline T read(const void *P) { in read() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | Endian.h | 58 [[nodiscard]] inline value_type read(const void *memory, endianness endian) { in read() function 69 [[nodiscard]] inline value_type read(const void *memory) { in read() function 397 template <typename T, endianness E> [[nodiscard]] inline T read(const void *P) { in read() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | Endian.h | 58 [[nodiscard]] inline value_type read(const void *memory, endianness endian) { in read() function 69 [[nodiscard]] inline value_type read(const void *memory) { in read() function 382 template <typename T, endianness E> [[nodiscard]] inline T read(const void *P) { in read() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/ |
D | Endian.h | 58 [[nodiscard]] inline value_type read(const void *memory, endianness endian) { in read() function 69 [[nodiscard]] inline value_type read(const void *memory) { in read() function 382 template <typename T, endianness E> [[nodiscard]] inline T read(const void *P) { in read() function
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/ |
H A D | DefaultHttpDataSource.java | 476 public int read(byte[] buffer, int offset, int length) throws HttpDataSourceException { in read() method in DefaultHttpDataSource 723 int read = castNonNull(inputStream).read(skipBuffer, 0, readLength); in skipFully() local 768 int read = castNonNull(inputStream).read(buffer, offset, readLength); in readInternal() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/channels/ |
D | AsynchronousFileChannel.java | 686 public abstract <A> void read(ByteBuffer dst, in read() method in AsynchronousFileChannel 721 public abstract Future<Integer> read(ByteBuffer dst, long position); in read() method in AsynchronousFileChannel
|