Home
last modified time | relevance | path

Searched defs:read (Results 1301 – 1325 of 6627) sorted by relevance

1...<<51525354555657585960>>...266

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dtarfile.py326 def read(self, size): member in _LowLevelFile
523 def read(self, size): member in _Stream
583 def read(self, size): member in _StreamProxy
668 def read(self, size=None): member in _FileInFile
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dtarfile.py326 def read(self, size): member in _LowLevelFile
523 def read(self, size): member in _Stream
583 def read(self, size): member in _StreamProxy
668 def read(self, size=None): member in _FileInFile
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_glyf.rs21 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
103 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
644 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
1159 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
/aosp_15_r20/external/okio/okio/src/commonMain/kotlin/okio/internal/
H A DBuffer.kt649 val read = read(sink, offset, sink.size - offset) in commonRead() constant
1127 val read = source.read(this, byteCount) in commonWrite() constant
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dtarfile.py326 def read(self, size): member in _LowLevelFile
523 def read(self, size): member in _Stream
583 def read(self, size): member in _StreamProxy
668 def read(self, size=None): member in _FileInFile
/aosp_15_r20/external/python/pyserial/
Dsetup.py22 def read(*names, **kwargs): function
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/utils/lazy/
H A Dweak_constant.py24 def read(self): member in WeakConstant
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/common/internal/
H A DForwardingInputStream.java34 public int read(byte[] b) throws IOException { in read() method in ForwardingInputStream
/aosp_15_r20/external/guava/android/guava/src/com/google/common/base/
H A DTicker.java37 public abstract long read(); in read() method in Ticker
/aosp_15_r20/external/python/pyfakefs/pyfakefs/pytest_tests/
Dio.py12 def read(self): member in InputStream
/aosp_15_r20/external/guava/guava/src/com/google/common/base/
H A DTicker.java37 public abstract long read(); in read() method in Ticker
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/upstream/
H A DDataReader.java39 int read(byte[] buffer, int offset, int length) throws IOException; in read() method
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/upstream/
H A DDataReader.java39 int read(byte[] buffer, int offset, int length) throws IOException; in read() method
/aosp_15_r20/dalvik/dx/src/com/android/dx/io/instructions/
H A DCodeInput.java34 public int read() throws EOFException; in read() method
/aosp_15_r20/external/python/cpython2/Tools/scripts/
Dcombinerefs.py81 def read(fileiter, pat, whilematch): function
/aosp_15_r20/external/coreboot/src/include/device/
H A Dmdio.h10 uint16_t (*read)(struct device *dev, uint8_t phy_adr, uint8_t reg_adr); member
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DInputStreamTest.java38 public int read() throws IOException { in read() method in InputStreamTest.MockInputStream
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dnet.rs240 pub fn read(&self, buf: &mut [u8]) -> io::Result<usize> { in read() method
445 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/net/
H A Dtcp.rs618 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() method
657 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/zip/
DDeflater.java623 int read = (int) (result & 0x7fff_ffffL); in deflate() local
793 int read = (int) (result & 0x7fff_ffffL); in deflate() local
/aosp_15_r20/external/crosvm/common/audio_streams/src/
H A Dcapture.rs165 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() method
224 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() method
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/system/libfmq/include/fmq/
DMessageQueue.h718 bool MessageQueue<T, flavor>::read(T* data) { in read() function
1064 bool MessageQueue<T, flavor>::read(T* data, size_t nMessages) { in read() function
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/system/libfmq/include/fmq/
DMessageQueue.h718 bool MessageQueue<T, flavor>::read(T* data) { in read() function
1064 bool MessageQueue<T, flavor>::read(T* data, size_t nMessages) { in read() function
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/
H A DFloatingPointMutatorFactory.java313 public Float read(DataInputStream in) throws IOException { in read() method in FloatingPointMutatorFactory.FloatMutator
578 public Double read(DataInputStream in) throws IOException { in read() method in FloatingPointMutatorFactory.DoubleMutator
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/net/
H A Dtcp.rs618 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() method
657 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() method

1...<<51525354555657585960>>...266