Home
last modified time | relevance | path

Searched defs:read (Results 351 – 375 of 6627) sorted by relevance

1...<<11121314151617181920>>...266

/aosp_15_r20/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DCountedDataInputStream.java44 public int read(byte[] b) throws IOException { in read() method in CountedDataInputStream
51 public int read(byte[] b, int off, int len) throws IOException { in read() method in CountedDataInputStream
58 public int read() throws IOException { in read() method in CountedDataInputStream
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/exif/
DCountedDataInputStream.java44 public int read(byte[] b) throws IOException { in read() method in CountedDataInputStream
51 public int read(byte[] b, int off, int len) throws IOException { in read() method in CountedDataInputStream
58 public int read() throws IOException { in read() method in CountedDataInputStream
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/io/
H A DMemoryDataStore.java108 @Override public int read() throws IOException { in readAt() method
115 @Override public int read(byte[] b) throws IOException { in readAt() method
128 @Override public int read(byte[] b, int off, int len) throws IOException { in readAt() method
/aosp_15_r20/libcore/ojluni/src/main/java/java/io/
H A DFileInputStream.java288 public int read() throws IOException { in read() method in FileInputStream
320 public int read(byte b[]) throws IOException { in read() method in FileInputStream
343 public int read(byte b[], int off, int len) throws IOException { in read() method in FileInputStream
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/0/libcore/ojluni/src/main/java/java/io/
DFileInputStream.java288 public int read() throws IOException { in read() method in FileInputStream
320 public int read(byte b[]) throws IOException { in read() method in FileInputStream
343 public int read(byte b[], int off, int len) throws IOException { in read() method in FileInputStream
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/util/exif/
DCountedDataInputStream.java44 public int read(byte[] b) throws IOException { in read() method in CountedDataInputStream
51 public int read(byte[] b, int off, int len) throws IOException { in read() method in CountedDataInputStream
58 public int read() throws IOException { in read() method in CountedDataInputStream
/aosp_15_r20/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DCountedDataInputStream.java44 public int read(byte[] b) throws IOException { in read() method in CountedDataInputStream
51 public int read(byte[] b, int off, int len) throws IOException { in read() method in CountedDataInputStream
58 public int read() throws IOException { in read() method in CountedDataInputStream
/aosp_15_r20/external/okio/okio/src/commonTest/kotlin/okio/
H A DAbstractBufferedSourceTest.kt359 val read = source.read(sink) in readIntoByteArray() constant
376 val read = source.read(sink) in readIntoByteArrayNotEnough() constant
394 val read = source.read(sink, 2, 3) in readIntoByteArrayOffsetAndCount() constant
/aosp_15_r20/external/python/cpython2/Lib/
Dbinhex.py103 def read(self, *args): member in openrsrc
285 def read(self, totalwtd): member in _Hqxdecoderengine
331 def read(self, wtd): member in _Rledecoderengine
436 def read(self, *n): member in HexBin
D_pyio.py550 def read(self, n=-1): member in RawIOBase
618 def read(self, n=None): member in BufferedIOBase
815 def read(self, n=None): member in BytesIO
938 def read(self, n=None): member in BufferedReader
1192 def read(self, n=None): member in BufferedRWPair
1278 def read(self, n=None): member in BufferedRandom
1314 def read(self, n=-1): member in TextIOBase
1864 def read(self, n=None): member in TextIOWrapper
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/power/stats/
H A DPowerStatsSpan.java99 static TimeFrame read(TypedXmlPullParser parser) throws XmlPullParserException { in read() method in PowerStatsSpan.TimeFrame
212 public static Metadata read(TypedXmlPullParser parser) in read() method in PowerStatsSpan.Metadata
347 Section read(String sectionType, TypedXmlPullParser parser) in read() method
413 static PowerStatsSpan read(InputStream in, TypedXmlPullParser parser, in read() method in PowerStatsSpan
/aosp_15_r20/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/
DJPEGInputStream.java91 public int read() throws IOException { in read() method in JPEGInputStream
97 public int read(byte[] buffer) throws IOException { in read() method in JPEGInputStream
102 public int read(byte[] buffer, int offset, int count) throws IOException { in read() method in JPEGInputStream
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/ch/
H A DSourceChannelImpl.java158 public int read(ByteBuffer dst) throws IOException { in read() method in SourceChannelImpl
183 public long read(ByteBuffer[] dsts, int offset, int length) in read() method in SourceChannelImpl
191 public long read(ByteBuffer[] dsts) throws IOException { in read() method in SourceChannelImpl
/aosp_15_r20/external/apache-http/src/org/apache/http/impl/io/
H A DAbstractSessionInputBuffer.java122 public int read() throws IOException { in read() method in AbstractSessionInputBuffer
133 public int read(final byte[] b, int off, int len) throws IOException { in read() method in AbstractSessionInputBuffer
153 public int read(final byte[] b) throws IOException { in read() method in AbstractSessionInputBuffer
/aosp_15_r20/external/coreboot/src/soc/nvidia/tegra/
H A Di2c.c46 static int tegra_i2c_send_recv(int bus, int read, in tegra_i2c_send_recv()
129 int read, void *data, int data_len) in tegra_i2c_request()
161 int read, void *buf, int len) in i2c_transfer_segment()
/aosp_15_r20/external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/
H A DWebSocketReader.java170 int read = source.read(maskBuffer, 0, toRead); in readControlFrame() local
265 @Override public long read(Buffer sink, long byteCount) throws IOException { in read() method in WebSocketReader.FramedMessageSource
283 long read; in read() local
/aosp_15_r20/art/compiler/optimizing/
H A Dside_effects_test.cc46 void testWriteAndReadEffects(SideEffects write, SideEffects read) { in testWriteAndReadEffects()
70 void testWriteAndReadDependence(SideEffects write, SideEffects read) { in testWriteAndReadDependence()
78 void testNoWriteAndReadDependence(SideEffects write, SideEffects read) { in testNoWriteAndReadDependence()
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/input/
H A DCharSequenceInputStream.java275 public int read() throws IOException { in read() method in CharSequenceInputStream
288 public int read(final byte[] b) throws IOException { in read() method in CharSequenceInputStream
293 public int read(final byte[] array, int off, int len) throws IOException { in read() method in CharSequenceInputStream
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/async/
H A DInputStreamSubscriber.java93 public int read() { in read() method in InputStreamSubscriber
106 public int read(byte[] b) { in read() method in InputStreamSubscriber
111 public int read(byte[] bytes, int off, int len) { in read() method in InputStreamSubscriber
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/iam-policy-builder/src/main/java/software/amazon/awssdk/policybuilder/iam/internal/
H A DDefaultIamPolicyReader.java47 public IamPolicy read(String policy) { in read() method in DefaultIamPolicyReader
52 public IamPolicy read(byte[] policy) { in read() method in DefaultIamPolicyReader
57 public IamPolicy read(InputStream policy) { in read() method in DefaultIamPolicyReader
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dreporter_test.cc103 string read; in TEST() local
128 string read; in TEST() local
151 string read; in TEST() local
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/io/
H A DUnicodeInputStream.java315 public int read() in read() method in UnicodeInputStream
327 public int read(final byte [] b) in read() method in UnicodeInputStream
341 public int read(final byte [] b, final int off, final int len) in read() method in UnicodeInputStream
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/
HDjsoup-1.6.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jsoup/ org/ ...
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dstdio.rs40 fn read(&mut self, buf: &mut [u8]) -> usize { in read() method
253 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() method
274 let read = read_u16s_fixup_surrogates(handle, &mut utf16_buf, 1, &mut self.surrogate)?; in read() localVariable
293 let read = in read() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dstdio.rs40 fn read(&mut self, buf: &mut [u8]) -> usize { in read() method
253 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() method
274 let read = read_u16s_fixup_surrogates(handle, &mut utf16_buf, 1, &mut self.surrogate)?; in read() localVariable
293 let read = in read() localVariable

1...<<11121314151617181920>>...266