Home
last modified time | relevance | path

Searched defs:read (Results 526 – 550 of 6627) sorted by relevance

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

/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/channels/
DAsynchronousByteChannel.java108 <A> void read(ByteBuffer dst, in read() method
136 Future<Integer> read(ByteBuffer dst); in read() method
/aosp_15_r20/prebuilts/sdk/32/system/
HDjavax.obex.jar ... > () public static javax.obex.ObexPacket read (java.io.InputStream) throws java. ...
/aosp_15_r20/frameworks/base/core/java/android/content/pm/
H A DMacAuthenticatedInputStream.java62 public int read() throws IOException { in read() method in MacAuthenticatedInputStream
71 public int read(byte[] buffer, int offset, int count) throws IOException { in read() method in MacAuthenticatedInputStream
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/7/libcore/ojluni/src/main/java/java/nio/channels/
DAsynchronousByteChannel.java108 <A> void read(ByteBuffer dst, in read() method
136 Future<Integer> read(ByteBuffer dst); in read() method
/aosp_15_r20/prebuilts/sdk/34/test/
HDjavax.obex.jar ... > () public static javax.obex.ObexPacket read (java.io.InputStream) throws java. ...
/aosp_15_r20/prebuilts/sdk/30/public/
HDjavax.obex.jar ... > () public static javax.obex.ObexPacket read (java.io.InputStream) throws java. ...
/aosp_15_r20/prebuilts/sdk/34/public/
HDjavax.obex.jar ... > () public static javax.obex.ObexPacket read (java.io.InputStream) throws java. ...
/aosp_15_r20/prebuilts/sdk/35/test/
HDjavax.obex.jar ... > () public static javax.obex.ObexPacket read (java.io.InputStream) throws java. ...
/aosp_15_r20/prebuilts/sdk/33/public/
HDjavax.obex.jar ... > () public static javax.obex.ObexPacket read (java.io.InputStream) throws java. ...
/aosp_15_r20/prebuilts/sdk/35/system/
HDjavax.obex.jar ... > () public static javax.obex.ObexPacket read (java.io.InputStream) throws java. ...
/aosp_15_r20/external/obex/src/com/android/obex/
H A DObexPacket.java39 public static ObexPacket read(InputStream is) throws IOException { in read() method in ObexPacket
51 public static ObexPacket read(int headerId, InputStream is) throws IOException { in read() method in ObexPacket
/aosp_15_r20/libcore/ojluni/src/main/java/java/io/
H A DStringBufferInputStream.java91 public synchronized int read() { in read() method in StringBufferInputStream
112 public synchronized int read(byte b[], int off, int len) { in read() method in StringBufferInputStream
/aosp_15_r20/frameworks/base/obex/javax/obex/
H A DObexPacket.java39 public static ObexPacket read(InputStream is) throws IOException { in read() method in ObexPacket
51 public static ObexPacket read(int headerId, InputStream is) throws IOException { in read() method in ObexPacket
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/io/
DStringBufferInputStream.java91 public synchronized int read() { in read() method in StringBufferInputStream
112 public synchronized int read(byte b[], int off, int len) { in read() method in StringBufferInputStream
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/marvell/
Dddr_phy_access.c38 int snps_fw_read(uintptr_t offset, uint16_t *read) in snps_fw_read()
55 int mvebu_ddr_phy_read(uintptr_t offset, uint16_t *read) in mvebu_ddr_phy_read()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/1/libcore/ojluni/src/main/java/java/io/
DStringBufferInputStream.java91 public synchronized int read() { in read() method in StringBufferInputStream
112 public synchronized int read(byte b[], int off, int len) { in read() method in StringBufferInputStream
/aosp_15_r20/external/arm-trusted-firmware/drivers/marvell/
H A Dddr_phy_access.c38 int snps_fw_read(uintptr_t offset, uint16_t *read) in snps_fw_read()
55 int mvebu_ddr_phy_read(uintptr_t offset, uint16_t *read) in mvebu_ddr_phy_read()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/zip/
DCheckedInputStream.java58 public int read() throws IOException { in read() method in CheckedInputStream
81 public int read(byte[] buf, int off, int len) throws IOException { in read() method in CheckedInputStream
/aosp_15_r20/external/cronet/components/cronet/android/java/src/org/chromium/net/impl/
H A DInputStreamChannel.java40 public int read(ByteBuffer dst) throws IOException { in read() method in InputStreamChannel
41 final int read; in read() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/zip/
DCheckedInputStream.java58 public int read() throws IOException { in read() method in CheckedInputStream
81 public int read(byte[] buf, int off, int len) throws IOException { in read() method in CheckedInputStream
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/zip/
H A DCheckedInputStream.java58 public int read() throws IOException { in read() method in CheckedInputStream
81 public int read(byte[] buf, int off, int len) throws IOException { in read() method in CheckedInputStream
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/cross_generate_parse_libxml/xsdc_cross_generate_parse_libxml_tests/gen/cpp/
Dcross_libxml.cpp34 std::optional<PurchaseOrderType> read(const char* configFile) { in read() function
131 PurchaseOrderType PurchaseOrderType::read(xmlNode *root) { in read() function in cross::libxml::PurchaseOrderType
230 USAddress USAddress::read(xmlNode *root) { in read() function in cross::libxml::USAddress
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/purchase_simple/xsdc_purchase_simple_tests/gen/cpp/
Dpurchase_simple.cpp34 std::optional<PurchaseOrderType> read(const char* configFile) { in read() function
131 PurchaseOrderType PurchaseOrderType::read(xmlNode *root) { in read() function in purchase::simple::PurchaseOrderType
230 USAddress USAddress::read(xmlNode *root) { in read() function in purchase::simple::USAddress
/aosp_15_r20/prebuilts/go/linux-x86/src/math/rand/
Drand.go282 func read(p []byte, src Source, readVal *int64, readPos *int8) (n int, err error) { func
371 func (fs *runtimeSource) read(p []byte, readVal *int64, readPos *int8) (n int, err error) { func
543 func (r *lockedSource) read(p []byte, readVal *int64, readPos *int8) (n int, err error) { func
/aosp_15_r20/external/okio/samples/src/jvmMain/java/okio/samples/
H A DByteChannelSource.java43 @Override public long read(Buffer sink, long byteCount) throws IOException { in read() method in ByteChannelSource
52 int read = channel.read(ByteBuffer.wrap(cursor.data, cursor.start, length)); in read() local

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