Home
last modified time | relevance | path

Searched defs:read (Results 276 – 300 of 6627) sorted by relevance

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

/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/sql/
DDataTruncation.java61 boolean read, int dataSize, in DataTruncation()
94 boolean read, int dataSize, in DataTruncation()
171 private boolean read; field in DataTruncation
/aosp_15_r20/libcore/ojluni/src/main/java/java/sql/
H A DDataTruncation.java61 boolean read, int dataSize, in DataTruncation()
94 boolean read, int dataSize, in DataTruncation()
171 private boolean read; field in DataTruncation
/aosp_15_r20/external/obex/src/com/android/obex/
H A DPrivateInputStream.java89 public synchronized int read() throws IOException { in read() method in PrivateInputStream
100 public int read(byte[] b) throws IOException { in read() method in PrivateInputStream
105 public synchronized int read(byte[] b, int offset, int length) throws IOException { in read() method in PrivateInputStream
/aosp_15_r20/external/brotli/java/org/brotli/wrapper/dec/
H A DBrotliInputStream.java52 public int read() throws IOException { in read() method in BrotliInputStream
72 public int read(byte[] b) throws IOException { in read() method in BrotliInputStream
77 public int read(byte[] b, int off, int len) throws IOException { in read() method in BrotliInputStream
/aosp_15_r20/frameworks/base/media/java/android/media/
H A DResampleInputStream.java71 public int read() throws IOException { in read() method in ResampleInputStream
77 public int read(byte[] b) throws IOException { in read() method in ResampleInputStream
82 public int read(byte[] b, int offset, int length) throws IOException { in read() method in ResampleInputStream
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/14/libcore/ojluni/src/main/java/java/sql/
DDataTruncation.java61 boolean read, int dataSize, in DataTruncation()
94 boolean read, int dataSize, in DataTruncation()
171 private boolean read; field in DataTruncation
/aosp_15_r20/external/apache-http/src/org/apache/http/impl/conn/
H A DLoggingSessionInputBuffer.java76 public int read(byte[] b, int off, int len) throws IOException { in read() method in LoggingSessionInputBuffer
84 public int read() throws IOException { in read() method in LoggingSessionInputBuffer
92 public int read(byte[] b) throws IOException { in read() method in LoggingSessionInputBuffer
/aosp_15_r20/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DNinePatchInputStream.java66 public int read() throws IOException { in read() method in NinePatchInputStream
71 public int read(byte[] b) throws IOException { in read() method in NinePatchInputStream
76 public int read(byte[] b, int off, int len) throws IOException { in read() method in NinePatchInputStream
/aosp_15_r20/out/soong/.intermediates/packages/apps/ManagedProvisioning/ManagedProvisioningLib/android_common/kapt/gen/stubs/com/android/managedprovisioning/contracts/
DProvisioningArgumentsSerializer.java38 …d.managedprovisioning.contracts.BaseProvisioningArguments read(@org.jetbrains.annotations.NotNull() in read() method in ProvisioningArgumentsSerializer
64 …public com.android.managedprovisioning.contracts.BaseProvisioningArguments read(@org.jetbrains.ann… in read() method in ProvisioningArgumentsSerializer
/aosp_15_r20/frameworks/av/services/audioflinger/datapath/
H A DSpdifStreamIn.cpp110 status_t SpdifStreamIn::readDataBurst(void* buffer, size_t bytes, size_t* read) in readDataBurst()
122 status_t SpdifStreamIn::read(void* buffer, size_t numBytes, size_t* read) in read() argument
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_gpos.rs45 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
177 fn read(bytes: FontData<'a>) -> Result<Self, ReadError> { in read() method
629 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
693 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
776 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
871 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
982 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
1133 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
1201 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
1316 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
[all …]
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.9.0/
HDokio-1.9.0.jar ... Buffer) okio.Buffer this$0 public int read () public int read (byte[], ...
/aosp_15_r20/external/guava/guava/src/com/google/common/io/
H A DCharSequenceReader.java78 public synchronized int read(CharBuffer target) throws IOException { in read() method in CharSequenceReader
93 public synchronized int read() throws IOException { in read() method in CharSequenceReader
100 public synchronized int read(char[] cbuf, int off, int len) throws IOException { in read() method in CharSequenceReader
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/input/
H A DProxyInputStream.java162 public int read() throws IOException { in read() method in ProxyInputStream
181 public int read(final byte[] bts) throws IOException { in read() method in ProxyInputStream
202 public int read(final byte[] bts, final int off, final int len) throws IOException { in read() method in ProxyInputStream
/aosp_15_r20/external/guava/android/guava/src/com/google/common/io/
H A DCharSequenceReader.java78 public synchronized int read(CharBuffer target) throws IOException { in read() method in CharSequenceReader
93 public synchronized int read() throws IOException { in read() method in CharSequenceReader
100 public synchronized int read(char[] cbuf, int off, int len) throws IOException { in read() method in CharSequenceReader
/aosp_15_r20/external/apache-http/src/org/apache/http/conn/
H A DEofSensorInputStream.java140 public int read() throws IOException { in read() method in EofSensorInputStream
159 public int read(byte[] b, int off, int len) throws IOException { in read() method in EofSensorInputStream
178 public int read(byte[] b) throws IOException { in read() method in EofSensorInputStream
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/jar/
H A DManifest.java281 public void read(InputStream is) throws IOException { in read() method in Manifest
285 private void read(InputStream is, String jarFilename) throws IOException { in read() method in Manifest
434 public int read() throws IOException { in read() method in Manifest.FastInputStream
444 public int read(byte[] b, int off, int len) throws IOException { in read() method in Manifest.FastInputStream
/aosp_15_r20/frameworks/base/core/tests/companiontests/src/android/companion/
H A DSystemDataTransportTest.java324 public int read() throws IOException { in read() method in SystemDataTransportTest.EmptyInputStream
329 public int read(byte[] b, int off, int len) throws IOException { in read() method in SystemDataTransportTest.EmptyInputStream
346 public int read(byte[] b, int off, int len) throws IOException { in read() method in SystemDataTransportTest.DelayingInputStream
373 public int read(byte[] b, int off, int len) throws IOException { in read() method in SystemDataTransportTest.TrickleInputStream
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/jar/
DManifest.java281 public void read(InputStream is) throws IOException { in read() method in Manifest
285 private void read(InputStream is, String jarFilename) throws IOException { in read() method in Manifest
434 public int read() throws IOException { in read() method in Manifest.FastInputStream
444 public int read(byte[] b, int off, int len) throws IOException { in read() method in Manifest.FastInputStream
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/22/libcore/ojluni/src/main/java/java/util/jar/
DManifest.java281 public void read(InputStream is) throws IOException { in read() method in Manifest
285 private void read(InputStream is, String jarFilename) throws IOException { in read() method in Manifest
434 public int read() throws IOException { in read() method in Manifest.FastInputStream
444 public int read(byte[] b, int off, int len) throws IOException { in read() method in Manifest.FastInputStream
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dreplicate_per_replica_nodes_test.cc83 auto read = ops::ReadVariableOp(scope.WithOpName("read"), arg, DT_INT32); in TEST() local
131 auto read = ops::ReadVariableOp(scope.WithOpName("read"), arg, DT_INT32); in TEST() local
230 auto read = ops::ReadVariableOp(scope.WithOpName("read"), arg, DT_INT32); in TEST() local
296 auto read = ops::ReadVariableOp(scope.WithOpName("read"), arg, DT_INT32); in TEST() local
/aosp_15_r20/external/lz4/examples/
H A DdictionaryRandomAccess.c41 size_t read = fread(i, sizeof(*i), 1, fp); in read_int() local
46 size_t read = fread(array, 1, arrayBytes, fp); in read_bin() local
123 size_t read = read_bin(inpFp, magic, sizeof(magic)); in test_decompress() local
151 const size_t read = read_bin(inpFp, cmpBuf, (size_t)cmpBytes); in test_decompress() local
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/internal/
H A DControllableInputStream.java59 public int read(byte[] b, int off, int len) throws IOException { in read() method in ControllableInputStream
74 final int read = super.read(b, off, len); in read() local
106 outStream.write(readBuffer, 0, read); in readToByteBuffer() argument
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/simple_complex_content/xsdc_simple_complex_content_tests/gen/cpp/
Dsimple_complex_content.cpp156 Address Address::read(xmlNode *root) { in read() function in simple::complex::content::Address
239 USAddressP USAddressP::read(xmlNode *root) { in read() function in simple::complex::content::USAddressP
334 KRAddress KRAddress::read(xmlNode *root) { in read() function in simple::complex::content::KRAddress
417 SubAddress SubAddress::read(xmlNode *root) { in read() function in simple::complex::content::SubAddress
536 Person Person::read(xmlNode *root) { in read() function in simple::complex::content::Person
662 Person2 Person2::read(xmlNode *root) { in read() function in simple::complex::content::Person2
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/
H A Dtests.rs38 let read = reader.read_until(0, &mut out).unwrap(); in skip_until() localVariable
226 fn read(&mut self, _: &mut [u8]) -> io::Result<usize> { in take_eof() method
427 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() method
644 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in test_take_wrong_length() method
715 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read_buf_broken_read() method
729 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read_buf_full_read() method

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