/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/sql/ |
D | DataTruncation.java | 61 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 D | DataTruncation.java | 61 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 D | PrivateInputStream.java | 89 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 D | BrotliInputStream.java | 52 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 D | ResampleInputStream.java | 71 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/ |
D | DataTruncation.java | 61 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 D | LoggingSessionInputBuffer.java | 76 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 D | NinePatchInputStream.java | 66 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/ |
D | ProvisioningArgumentsSerializer.java | 38 …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 D | SpdifStreamIn.cpp | 110 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 D | generated_gpos.rs | 45 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/ |
HD | okio-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 D | CharSequenceReader.java | 78 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 D | ProxyInputStream.java | 162 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 D | CharSequenceReader.java | 78 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 D | EofSensorInputStream.java | 140 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 D | Manifest.java | 281 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 D | SystemDataTransportTest.java | 324 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/ |
D | Manifest.java | 281 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/ |
D | Manifest.java | 281 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 D | replicate_per_replica_nodes_test.cc | 83 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 D | dictionaryRandomAccess.c | 41 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 D | ControllableInputStream.java | 59 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/ |
D | simple_complex_content.cpp | 156 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 D | tests.rs | 38 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
|