Home
last modified time | relevance | path

Searched defs:read (Results 701 – 725 of 6627) sorted by relevance

1...<<21222324252627282930>>...266

/aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/linux/
H A Dtrace_mmap.h18 __u32 read; member
23 __u64 read; member
/aosp_15_r20/prebuilts/build-tools/sysroots/aarch64-unknown-linux-musl/include/linux/
H A Dtrace_mmap.h18 __u32 read; member
23 __u64 read; member
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-test/src/
Dio.rs86 pub fn read(&mut self, buf: &[u8]) -> &mut Self { in read() method
151 pub fn read(&mut self, buf: &[u8]) -> &mut Self { in read() method
209 fn read(&mut self, dst: &mut ReadBuf<'_>) -> io::Result<()> { in read() method
/aosp_15_r20/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/exportimport/
DDatabaseMerger.java556 private synchronized Cursor read( in read() method in DatabaseMerger
561 private synchronized Cursor read(SQLiteDatabase stagedDatabase, ReadTableRequest request) { in read() method in DatabaseMerger
565 private synchronized Cursor read(SQLiteDatabase stagedDatabase, String query) { in read() method in DatabaseMerger
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/zip/
H A DAbstractZipFileTest.java166 int read; in testStoredEntrySize() local
510 int read = is.read(readBuffer, 0, readBuffer.length); in testReadMoreThan8kInOneRead() local
533 int read = is.read(readBuffer, bufferSize - 32, 32); in testReadWithOffset() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DPackageDynamicCodeLoading.java340 void read() { in read() method in PackageDynamicCodeLoading
362 void read(InputStream stream) throws IOException { in read() method in PackageDynamicCodeLoading
370 private static void read(InputStream stream, Map<String, PackageDynamicCode> packageMap) in read() method in PackageDynamicCodeLoading
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/
Dcallbacks.rs99 async fn read( in read() method
140 async fn read( in read() method
160 async fn read( in read() method
/aosp_15_r20/external/okio/okio/src/jvmMain/kotlin/okio/
H A DByteString.kt277 var read: Int in getByte() variable
361 fun read(inputstream: InputStream, byteCount: Int) = inputstream.readByteString(byteCount) in getByte() method
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/io/
H A DOldAndroidLineNumberReaderTest.java80 public static String read(Reader a) throws IOException { in read() method in OldAndroidLineNumberReaderTest
91 public static String read(Reader a, int x) throws IOException { in read() method in OldAndroidLineNumberReaderTest
H A DOldAndroidDataInputStreamTest.java108 public static String read(InputStream a) throws IOException { in read() method in OldAndroidDataInputStreamTest
119 public static String read(InputStream a, int x) throws IOException { in read() method in OldAndroidDataInputStreamTest
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/1/libcore/ojluni/src/main/java/java/io/
DLineNumberReader.java124 public int read() throws IOException { in read() method in LineNumberReader
166 public int read(char cbuf[], int off, int len) throws IOException { in read() method in LineNumberReader
DPushbackInputStream.java131 public int read() throws IOException { in read() method in PushbackInputStream
162 public int read(byte[] b, int off, int len) throws IOException { in read() method in PushbackInputStream
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/
Dwait.py70 def select_wait_for_socket(sock, read=False, write=False, timeout=None): argument
89 def poll_wait_for_socket(sock, read=False, write=False, timeout=None): argument
/aosp_15_r20/libcore/ojluni/src/main/java/java/io/
H A DLineNumberReader.java124 public int read() throws IOException { in read() method in LineNumberReader
166 public int read(char cbuf[], int off, int len) throws IOException { in read() method in LineNumberReader
/aosp_15_r20/external/ksp/gradle-plugin/src/test/kotlin/com/google/devtools/ksp/gradle/testing/
H A DTestConfig.kt67 fun read(): TestConfig { in <lambda>() method
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/
Dwait.py70 def select_wait_for_socket(sock, read=False, write=False, timeout=None): argument
89 def poll_wait_for_socket(sock, read=False, write=False, timeout=None): argument
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/channels/
DChannels.java208 public synchronized int read() throws IOException { in newInputStream() method
218 public synchronized int read(byte[] bs, int off, int len) in newInputStream() method
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/
H A DIntegralMutatorFactory.java70 public Byte read(DataInputStream in) throws IOException { in tryCreate() method
103 public Short read(DataInputStream in) throws IOException { in tryCreate() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/io/
DLineNumberReader.java124 public int read() throws IOException { in read() method in LineNumberReader
166 public int read(char cbuf[], int off, int len) throws IOException { in read() method in LineNumberReader
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/channels/
H A DChannels.java208 public synchronized int read() throws IOException { in newInputStream() method
218 public synchronized int read(byte[] bs, int off, int len) in newInputStream() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/7/libcore/ojluni/src/main/java/java/nio/channels/
DChannels.java208 public synchronized int read() throws IOException { in newInputStream() method
218 public synchronized int read(byte[] bs, int off, int len) in newInputStream() method
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/input/
H A DMemoryMappedFileInputStream.java202 public int read() throws IOException { in read() method in MemoryMappedFileInputStream
214 public int read(final byte[] b, final int off, final int len) throws IOException { in read() method in MemoryMappedFileInputStream
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/
Dwait.py70 def select_wait_for_socket(sock, read=False, write=False, timeout=None): argument
89 def poll_wait_for_socket(sock, read=False, write=False, timeout=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/
Dwait.py70 def select_wait_for_socket(sock, read=False, write=False, timeout=None): argument
89 def poll_wait_for_socket(sock, read=False, write=False, timeout=None): argument
/aosp_15_r20/external/flatbuffers/grpc/flatbuffers-java-grpc/src/main/java/com/google/flatbuffers/grpc/
H A DFlatbuffersUtils.java68 public int read() throws IOException { in read() method in FlatbuffersUtils.FBInputStream
74 public int read(byte[] b, int off, int len) throws IOException { in read() method in FlatbuffersUtils.FBInputStream

1...<<21222324252627282930>>...266