/aosp_15_r20/hardware/google/gchips/gralloc4/src/allocator/ |
D | mali_gralloc_ion.cpp | 239 SyncType sync_type_for_flags(const bool read, const bool write) in sync_type_for_flags() 256 int sync(const int fd, const bool read, const bool write, const bool start) in sync() 269 const bool read, in mali_gralloc_ion_sync() 292 const bool read, in mali_gralloc_ion_sync_start() 300 const bool read, in mali_gralloc_ion_sync_end()
|
/aosp_15_r20/external/okhttp/okio/okio/src/test/java/okio/ |
H A D | BufferedSourceTest.java | 305 int read = source.read(sink); in readIntoByteArray() local 321 int read = source.read(sink); in readIntoByteArrayNotEnough() local 337 int read = source.read(sink, 2, 3); in readIntoByteArrayOffsetAndCount() local 549 int read = in.read(bytes); in inputStream() local 573 int read = in.read(bytes, 1, 3); in inputStreamOffsetCount() local
|
/aosp_15_r20/out/soong/.intermediates/cts/tests/tests/tv/tuner/config/tuner/tuner_cts_configuration_v2/gen/cpp/ |
D | android_media_tv_tuner_cts_configuration_v1.cpp | 39 std::optional<TunerCtsConfiguration> read(const char* configFile) { in read() function 98 LnbSupportedVoltages LnbSupportedVoltages::read(xmlNode *root) { in read() function in android::media::tv::tuner::cts::configuration::v1::LnbSupportedVoltages 135 LnbCapability LnbCapability::read(xmlNode *root) { in read() function in android::media::tv::tuner::cts::configuration::v1::LnbCapability 160 DvbsCapability DvbsCapability::read(xmlNode *root) { in read() function in android::media::tv::tuner::cts::configuration::v1::DvbsCapability 230 TunerCtsConfiguration TunerCtsConfiguration::read(xmlNode *root) { in read() function in android::media::tv::tuner::cts::configuration::v1::TunerCtsConfiguration
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Uwb/service/multichip-parser/uwb_config/gen/cpp/ |
D | com_android_uwb.cpp | 26 std::optional<UwbChipConfig> read(const char* configFile) { in read() function 94 ChipGroupInfo ChipGroupInfo::read(xmlNode *root) { in read() function in com::android::uwb::ChipGroupInfo 144 ChipInfo ChipInfo::read(xmlNode *root) { in read() function in com::android::uwb::ChipInfo 197 Coordinates Coordinates::read(xmlNode *root) { in read() function in com::android::uwb::Coordinates 263 UwbChipConfig UwbChipConfig::read(xmlNode *root) { in read() function in com::android::uwb::UwbChipConfig
|
/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/ |
H A D | BufferedSourceTest.kt | 86 override fun read(sink: Buffer, byteCount: Long): Long { in pipe() method 438 val read = source.read(sink) in readIntoByteArray() constant 455 val read = source.read(sink) in readIntoByteArrayNotEnough() constant 472 val read = source.read(sink, 2, 3) in readIntoByteArrayOffsetAndCount() constant 925 var read = `in`.read(bytes) in inputStream() variable 948 val read = `in`.read(bytes, 1, 3) in inputStreamOffsetCount() constant
|
/aosp_15_r20/prebuilts/tools/common/google-api-java-client/1.31.3/libs/ |
HD | gson-2.8.6.jar | ... public java.util.concurrent.atomic.AtomicLongArray read (com.google.gson.stream.JsonReader ... |
/aosp_15_r20/prebuilts/tools/common/google-api-java-client/1.33.2/libs/ |
HD | gson-2.8.9.jar | ... public java.util.concurrent.atomic.AtomicLongArray read (com.google.gson.stream.JsonReader ... |
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/ |
H A D | inputbuffer_test.cc | 166 string read; in TEST() local 196 char read[5]; in TEST() local 239 string read; in TEST() local 275 string read; in TEST() local 390 string read; in TEST() local
|
/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/ |
H A D | TestRootValues.java | 21 public int read() throws IOException { in read() method in TestRootValues.Issue516InputStream 26 public int read(byte[] b, int off, int len) throws IOException { in read() method in TestRootValues.Issue516InputStream 53 public int read() throws IOException { in read() method in TestRootValues.Issue516Reader 58 public int read(char[] b, int off, int len) throws IOException { in read() method in TestRootValues.Issue516Reader
|
/aosp_15_r20/cts/tests/tests/media/common/src/android/media/cts/ |
H A D | AudioHelper.java | 598 public int read(byte[] audioData, int offsetInBytes, int sizeInBytes) { in read() method in AudioHelper.AudioRecordAudit 612 public int read(byte[] audioData, int offsetInBytes, int sizeInBytes, int readMode) { in read() method in AudioHelper.AudioRecordAudit 626 public int read(short[] audioData, int offsetInShorts, int sizeInShorts) { in read() method in AudioHelper.AudioRecordAudit 640 public int read(short[] audioData, int offsetInShorts, int sizeInShorts, int readMode) { in read() method in AudioHelper.AudioRecordAudit 654 public int read(float[] audioData, int offsetInFloats, int sizeInFloats, int readMode) { in read() method in AudioHelper.AudioRecordAudit 668 public int read(ByteBuffer audioBuffer, int sizeInBytes) { in read() method in AudioHelper.AudioRecordAudit 684 public int read(ByteBuffer audioBuffer, int sizeInBytes, int readMode) { in read() method in AudioHelper.AudioRecordAudit
|
/aosp_15_r20/external/javasqlite/src/main/java/SQLite/ |
H A D | Blob.java | 99 public int read() throws IOException { in read() method in BlobR 115 public int read(byte b[]) throws IOException { in read() method in BlobR 132 public int read(byte b[], int off, int len) throws IOException { in read() method in BlobR 306 native int read(byte[] b, int off, int pos, int len) throws IOException; in read() method in Blob
|
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/input/ |
H A D | ReaderInputStream.java | 386 public int read() throws IOException { in read() method in ReaderInputStream 406 public int read(final byte[] b) throws IOException { in read() method in ReaderInputStream 420 public int read(final byte[] array, int off, int len) throws IOException { in read() method in ReaderInputStream 425 int read = 0; in read() local
|
/aosp_15_r20/dalvik/dx/src/com/android/dx/merge/ |
H A D | DexMerger.java | 354 abstract T read(Dex.Section in, IndexMap indexMap, int index); in read() method in DexMerger.IdMerger 397 @Override String read(Dex.Section in, IndexMap indexMap, int index) { in mergeStringIds() method 419 @Override Integer read(Dex.Section in, IndexMap indexMap, int index) { in mergeTypeIds() method 443 @Override TypeList read(Dex.Section in, IndexMap indexMap, int index) { in mergeTypeLists() method 463 @Override ProtoId read(Dex.Section in, IndexMap indexMap, int index) { in mergeProtoIds() method 489 CallSiteId read(Dex.Section in, IndexMap indexMap, int index) { in mergeCallSiteIds() method 513 MethodHandle read(Dex.Section in, IndexMap indexMap, int index) { in mergeMethodHandles() method 535 @Override FieldId read(Dex.Section in, IndexMap indexMap, int index) { in mergeFieldIds() method 558 @Override MethodId read(Dex.Section in, IndexMap indexMap, int index) { in mergeMethodIds() method 582 @Override Annotation read(Dex.Section in, IndexMap indexMap, int index) { in mergeAnnotations() method
|
/aosp_15_r20/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/ |
D | ReadWriteDraftMessageActionTest.java | 150 final Action read = calls.get(0).action; in testReadDraft() local 209 final Action read = calls.get(0).action; in testReadDraftForNewConversation() local 262 final Action read = calls.get(1).action; in testWriteAndReadDraft() local 381 final int read = inputStream.read(buffer); in testBugleDatabaseDraftOperations() local 433 final int read = inputStream.read(buffer); in testBugleDatabaseDraftOperations() local
|
/aosp_15_r20/external/igt-gpu-tools/tests/i915/ |
H A D | gem_busy.c | 55 uint32_t *read, in __gem_busy() 95 uint32_t read, write; in still_busy() local 107 uint32_t read, write; in semaphore() local 172 uint32_t read[2], write[2]; in one() local 421 uint32_t read, write; in has_extended_busy_ioctl() local
|
/aosp_15_r20/external/leakcanary2/shark/src/main/java/shark/internal/ |
H A D | AndroidReferenceReaders.kt | 81 override fun read(source: HeapInstance): Sequence<Reference> { in <lambda>() method 163 override fun read(source: HeapInstance): Sequence<Reference> { in <lambda>() method 203 override fun read(source: HeapInstance): Sequence<Reference> { in <lambda>() method 253 override fun read(source: HeapInstance): Sequence<Reference> { in <lambda>() method 312 override fun read(source: HeapInstance): Sequence<Reference> { in <lambda>() method
|
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/ |
H A D | util_test.cc | 121 absl::StatusOr<std::string> read = in TEST() local 129 absl::StatusOr<std::string> read = in TEST() local 145 absl::StatusOr<std::string> read = in TEST() local 163 absl::StatusOr<std::string> read = in TEST() local
|
/aosp_15_r20/external/libbrillo/brillo/streams/ |
H A D | memory_containers_test.cc | 81 size_t read = 0; in TEST_F() local 97 size_t read = 0; in TEST_F() local 104 size_t read = 0; in TEST_F() local 120 size_t read = 0; in TEST_F() local
|
/aosp_15_r20/frameworks/base/core/java/android/util/jar/ |
H A D | StrictJarFile.java | 322 public int read() throws IOException { in read() method in StrictJarFile.JarFileInputStream 347 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read() method in StrictJarFile.JarFileInputStream 400 @Override public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read() method in StrictJarFile.ZipInflaterInputStream 461 @Override public int read() throws IOException { in read() method in StrictJarFile.FDStream 465 @Override public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read() method in StrictJarFile.FDStream
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/coded_input_stream/ |
D | buf_read_iter.rs | 236 pub(crate) fn read(&mut self, buf: &mut [u8]) -> crate::Result<usize> { in read() method 325 let read = self.read_to_vec(target, max)?; in read_exact_to_vec() localVariable 439 let read = bri.read_exact_bytes(90).unwrap(); in read_exact_bytes_from_bytes() localVariable 461 fn read(&mut self, _buf: &mut [u8]) -> io::Result<usize> { in eof_at_limit() method 485 let mut read = Read5ThenPanic { pos: 0 }; in eof_at_limit() localVariable
|
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/iam-policy-builder/src/main/java/software/amazon/awssdk/policybuilder/iam/ |
H A D | IamPolicyReader.java | 65 IamPolicy read(String policy); in read() method 75 IamPolicy read(InputStream policy); in read() method 85 IamPolicy read(byte[] policy); in read() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/stream/ |
D | buf_reader.rs | 734 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() method 793 let mut read = BufReader::with_capacity(3, &[1u8, 2, 3, 4, 5, 6, 7, 8, 9, 0][..]); in buf_reader() localVariable 814 let mut read = BufReader::with_capacity(3, &[1u8, 2, 3, 4, 5, 6, 7, 8, 9, 0][..]); in buf_reader_buf() localVariable 826 let read = BufReader::with_capacity(3, &[1u8, 2, 3, 4, 5, 6, 7, 8, 9, 0][..]); in buf_reader_extend_buf() localVariable 860 let mut read = BufReader::with_capacity(3, &[1u8, 2, 3, 4, 5, 6, 7, 8, 9, 0][..]); in buf_reader() localVariable 881 let mut read = BufReader::with_capacity(3, &[1u8, 2, 3, 4, 5, 6, 7, 8, 9, 0][..]); in buf_reader_buf() localVariable 893 let read = BufReader::with_capacity(3, &[1u8, 2, 3, 4, 5, 6, 7, 8, 9, 0][..]); in buf_reader_extend_buf() localVariable 913 let mut read = BufReader::with_capacity(3, &[1u8, 2, 3, 4, 5, 6, 7, 8, 9, 0][..]); in buf_reader() localVariable 934 let mut read = BufReader::with_capacity(3, &[1u8, 2, 3, 4, 5, 6, 7, 8, 9, 0][..]); in buf_reader_extend_buf() localVariable
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/omapi/aidl/vts/functional/config/omapi_uuid_map_config/gen/cpp/ |
D | omapi_uuid_map_config.cpp | 27 std::optional<RefDo> read(const char* configFile) { in read() function 86 RefDo::UuidRefDo::Uids RefDo::UuidRefDo::Uids::read(xmlNode *root) { in read() function in omapi::uuid::map::config::RefDo::UuidRefDo::Uids 132 RefDo::UuidRefDo RefDo::UuidRefDo::read(xmlNode *root) { in read() function in omapi::uuid::map::config::RefDo::UuidRefDo 173 RefDo RefDo::read(xmlNode *root) { in read() function in omapi::uuid::map::config::RefDo
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/channels/ |
H A 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
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/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
|