/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/7/libcore/ojluni/src/main/java/java/nio/channels/ |
D | FileChannel.java | 358 public abstract int read(ByteBuffer dst) throws IOException; in read() method in FileChannel 369 public abstract long read(ByteBuffer[] dsts, int offset, int length) in read() method in FileChannel 380 public final long read(ByteBuffer[] dsts) throws IOException { in read() method in FileChannel 743 public abstract int read(ByteBuffer dst, long position) throws IOException; in read() method in FileChannel
|
D | AsynchronousSocketChannel.java | 406 public abstract <A> void read(ByteBuffer dst, in read() method in AsynchronousSocketChannel 421 public final <A> void read(ByteBuffer dst, in read() method in AsynchronousSocketChannel 435 public abstract Future<Integer> read(ByteBuffer dst); in read() method in AsynchronousSocketChannel 514 public abstract <A> void read(ByteBuffer[] dsts, in read() method in AsynchronousSocketChannel
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/channels/ |
D | AsynchronousSocketChannel.java | 406 public abstract <A> void read(ByteBuffer dst, in read() method in AsynchronousSocketChannel 421 public final <A> void read(ByteBuffer dst, in read() method in AsynchronousSocketChannel 435 public abstract Future<Integer> read(ByteBuffer dst); in read() method in AsynchronousSocketChannel 514 public abstract <A> void read(ByteBuffer[] dsts, in read() method in AsynchronousSocketChannel
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/channels/ |
H A D | AsynchronousSocketChannel.java | 406 public abstract <A> void read(ByteBuffer dst, in read() method in AsynchronousSocketChannel 421 public final <A> void read(ByteBuffer dst, in read() method in AsynchronousSocketChannel 435 public abstract Future<Integer> read(ByteBuffer dst); in read() method in AsynchronousSocketChannel 514 public abstract <A> void read(ByteBuffer[] dsts, in read() method in AsynchronousSocketChannel
|
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/com/google/code/gson/gson/2.10.1/ |
HD | gson-2.10.1.jar | ... public java.util.concurrent.atomic.AtomicLongArray read (com.google.gson.stream.JsonReader ... |
/aosp_15_r20/out/soong/.intermediates/external/gson/gson/linux_glibc_common/javac/ |
D | gson.jar | ... Gson this$0
public java.lang.Double read (com.google.gson.stream.JsonReader ... |
/aosp_15_r20/out/soong/.intermediates/external/gson/gson/android_common_apex10000/javac/ |
D | gson.jar | ... Gson this$0
public java.lang.Double read (com.google.gson.stream.JsonReader ... |
/aosp_15_r20/out/soong/.intermediates/external/gson/gson/android_common/javac/ |
D | gson.jar | ... Gson this$0
public java.lang.Double read (com.google.gson.stream.JsonReader ... |
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/ |
D | buf_read_iter.rs | 283 pub(crate) fn read(&mut self, buf: &mut [u8]) -> ProtobufResult<usize> { in read() method 362 let read = self.read_to_vec(target, max)?; in read_exact_to_vec() localVariable 462 let read = bri.read_exact_bytes(90).unwrap(); in read_exact_bytes_from_bytes() localVariable 484 fn read(&mut self, _buf: &mut [u8]) -> io::Result<usize> { in eof_at_limit() method 508 let mut read = Read5ThenPanic { pos: 0 }; in eof_at_limit() localVariable
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/io/ |
H A D | ObjectInput.java | 60 public int read() throws IOException; in read() method 70 public int read(byte b[]) throws IOException; in read() method 82 public int read(byte b[], int off, int len) throws IOException; in read() method
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/io/ |
D | ObjectInput.java | 60 public int read() throws IOException; in read() method 70 public int read(byte b[]) throws IOException; in read() method 82 public int read(byte b[], int off, int len) throws IOException; in read() method
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/1/libcore/ojluni/src/main/java/java/io/ |
D | ObjectInput.java | 60 public int read() throws IOException; in read() method 70 public int read(byte b[]) throws IOException; in read() method 82 public int read(byte b[], int off, int len) throws IOException; in read() method
|
/aosp_15_r20/external/apache-http/src/org/apache/http/io/ |
H A D | SessionInputBuffer.java | 54 int read(byte[] b, int off, int len) throws IOException; in read() method 56 int read(byte[] b) throws IOException; in read() method 58 int read() throws IOException; in read() method
|
/aosp_15_r20/external/aws-sdk-java-v2/test/test-utils/src/main/java/software/amazon/awssdk/testutils/ |
H A D | UnreliableRandomInputStream.java | 48 public int read() throws IOException { in read() method in UnreliableRandomInputStream 69 public int read(byte[] b, int off, int len) throws IOException { in read() method in UnreliableRandomInputStream 71 int read = super.read(b, off, len); in read() local
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/net/ |
H A D | AuditInputStream.java | 38 public int read() throws IOException { in read() method in AuditInputStream 45 public int read(byte[] b) throws IOException { in read() method in AuditInputStream 54 public int read(byte[] b, int off, int len) throws IOException { in read() method in AuditInputStream
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/voicemail/impl/mail/ |
D | PeekableInputStream.java | 37 public int read() throws IOException { in read() method in PeekableInputStream 55 public int read(byte[] b, int offset, int length) throws IOException { in read() method in PeekableInputStream 71 public int read(byte[] b) throws IOException { in read() method in PeekableInputStream
|
/aosp_15_r20/frameworks/base/core/java/android/app/backup/ |
H A D | BackupDataInputStream.java | 62 public int read() throws IOException { in read() method in BackupDataInputStream 84 public int read(byte[] b, int offset, int size) throws IOException { in read() method in BackupDataInputStream 97 public int read(byte[] b) throws IOException { in read() method in BackupDataInputStream
|
/aosp_15_r20/frameworks/base/core/java/android/content/pm/ |
H A D | LimitedLengthInputStream.java | 59 public synchronized int read() throws IOException { in read() method in LimitedLengthInputStream 69 public int read(byte[] buffer, int offset, int byteCount) throws IOException { in read() method in LimitedLengthInputStream 92 public int read(byte[] buffer) throws IOException { in read() method in LimitedLengthInputStream
|
/aosp_15_r20/external/okio/okio/src/commonMain/kotlin/okio/ |
H A D | BufferedSource.kt | 281 fun read(sink: ByteArray): Int method 293 fun read(sink: ByteArray, offset: Int, byteCount: Int): Int method
|
/aosp_15_r20/out/soong/.intermediates/kernel/configs/xsd/approvedBuild/approved_build/gen/cpp/ |
D | approved_build.cpp | 34 std::optional<OgkiApproved> read(const char* configFile) { in read() function 101 Branch Branch::read(xmlNode *root) { in read() function in approved::build::Branch 140 Build Build::read(xmlNode *root) { in read() function in approved::build::Build 184 OgkiApproved OgkiApproved::read(xmlNode *root) { in read() function in approved::build::OgkiApproved
|
/aosp_15_r20/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/java/security/cert/ |
H A D | CertificateFactoryTest.java | 573 public int read() throws IOException { in read() method in CertificateFactoryTest.MeasuredInputStream 580 public int read(byte[] buffer) throws IOException { in read() method in CertificateFactoryTest.MeasuredInputStream 587 public int read(byte[] buffer, int offset, int length) throws IOException { in read() method in CertificateFactoryTest.MeasuredInputStream 637 public int read(byte[] buffer) throws IOException { in read() method in CertificateFactoryTest.SlowInputStream 645 public int read(byte[] buffer, int offset, int len) throws IOException { in read() method in CertificateFactoryTest.SlowInputStream
|
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/nested_type/xsdc_nested_type_tinyxml_tests/gen/cpp/ |
D | nested_type.cpp | 12 std::optional<Employee> read(const char* configFile) { in read() function 82 Employee::Address::Extra Employee::Address::Extra::read(tinyxml2::XMLElement *root) { in read() function in nested::type::Employee::Address::Extra 150 …Employee::Address::ExtraAddress Employee::Address::ExtraAddress::read(tinyxml2::XMLElement *root) { in read() function in nested::type::Employee::Address::ExtraAddress 257 Employee::Address Employee::Address::read(tinyxml2::XMLElement *root) { in read() function in nested::type::Employee::Address 384 Employee Employee::read(tinyxml2::XMLElement *root) { in read() function in nested::type::Employee
|
/aosp_15_r20/external/pytorch/c10/test/util/ |
H A D | LeftRight_test.cpp | 12 int read = obj.read([](const int& obj) { return obj; }); in TEST() local 25 vector<int> read = obj.read([](const vector<int>& obj) { return obj; }); in TEST() local 183 int read = obj.read([](const int& obj) { return obj; }); in TEST() local 216 int read = obj.read([](const int& obj) { return obj; }); in TEST() local 239 vector<int> read = obj.read([](const vector<int>& obj) { return obj; }); in TEST() local
|
/aosp_15_r20/external/conscrypt/common/src/test/java/org/conscrypt/java/security/cert/ |
H A D | CertificateFactoryTest.java | 562 public int read() throws IOException { in read() method in CertificateFactoryTest.MeasuredInputStream 569 public int read(byte[] buffer) throws IOException { in read() method in CertificateFactoryTest.MeasuredInputStream 576 public int read(byte[] buffer, int offset, int length) throws IOException { in read() method in CertificateFactoryTest.MeasuredInputStream 626 public int read(byte[] buffer) throws IOException { in read() method in CertificateFactoryTest.SlowInputStream 634 public int read(byte[] buffer, int offset, int len) throws IOException { in read() method in CertificateFactoryTest.SlowInputStream
|
/aosp_15_r20/external/conscrypt/common/src/jni/main/include/conscrypt/ |
H A D | bio_input_stream.h | 32 int read(char *buf, int len) { in read() function 41 int read = read_internal(buf, len - 1, jniutil::openSslInputStream_readLineMethod); in gets() local 72 jint read = env->CallIntMethod(getStream(), method, javaBytes.get()); in read_internal() local
|