Home
last modified time | relevance | path

Searched defs:read (Results 851 – 875 of 6627) sorted by relevance

1...<<31323334353637383940>>...266

/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/reference/xsdc_reference_tinyxml_tests/gen/cpp/
Dreference.cpp19 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 DGzipCompressorInputStream.java278 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 DPictureParameterSet.java82 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 DLZMA2InputStream.java199 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 DSingleXZInputStream.java360 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/
Dmocks.rs58 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 Dlib.rs189 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 DInputStreamUtil.java215 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 DTestUploadDataStreamHandler.java70 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/
Dminideflate.c43 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 DBufferedSource.kt89 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 DVulkanStreamGuest.cpp94 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 Draiden_debug_spi.c769 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 DSkStream.cpp205 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/
Dsimple_type.cpp229 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 DClassReader.java49 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 DDefaultHttpDataSource.java468 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 DFileChannelImpl.java74 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/
Dsimple_type.cpp229 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/
DEndian.h58 [[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/
DEndian.h58 [[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/
DEndian.h58 [[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/
DEndian.h58 [[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 DDefaultHttpDataSource.java476 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/
DAsynchronousFileChannel.java686 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

1...<<31323334353637383940>>...266