/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/ |
H A D | IOUtils.java | 1560 int read; in copyLarge() local 1677 int read; in copyLarge() local 1910 public static int read(final InputStream input, final byte[] buffer) throws IOException { in read() method in IOUtils 1929 …public static int read(final InputStream input, final byte[] buffer, final int offset, final int l… in read() method in IOUtils 1950 …static int read(final IOTriFunction<byte[], Integer, Integer, Integer> input, final byte[] buffer,… in read() method in IOUtils 1981 …public static int read(final ReadableByteChannel input, final ByteBuffer buffer) throws IOExceptio… in read() method in IOUtils 2004 public static int read(final Reader reader, final char[] buffer) throws IOException { in read() method in IOUtils 2023 …public static int read(final Reader reader, final char[] buffer, final int offset, final int lengt… in read() method in IOUtils 2777 int read; in toByteArray() local
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/ |
H A D | generated_variations.rs | 72 pub fn read(data: FontData<'a>, axis_count: u16) -> Result<Self, ReadError> { in read() method 171 pub fn read(data: FontData<'a>, axis_count: u16) -> Result<Self, ReadError> { in read() method 222 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method 317 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method 416 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method 786 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method 895 pub fn read(data: FontData<'a>, axis_count: u16) -> Result<Self, ReadError> { in read() method 1007 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method 1144 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
|
H A D | generated_postscript.rs | 36 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method 132 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method 220 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method 282 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method 360 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method 510 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
|
H A D | generated_cmap.rs | 36 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method 254 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method 336 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method 433 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method 637 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method 820 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method 946 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method 1148 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method 1271 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method 1390 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method [all …]
|
/aosp_15_r20/external/marisa-trie/lib/marisa/ |
H A D | trie.cc | 56 void Trie::read(int fd) { in read() function in marisa::Trie 199 static std::istream &read(std::istream &stream, Trie *trie) { in read() function in marisa::TrieIO 232 std::istream &read(std::istream &stream, Trie *trie) { in read() function
|
/aosp_15_r20/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/ |
H A D | FramedStream.java | 339 @Override public long read(Buffer sink, long byteCount) in read() method in FramedStream.FramedDataSource 343 long read; in read() local 411 long read = in.read(receiveBuffer, byteCount); in receive() local
|
/aosp_15_r20/external/gson/gson/src/test/java/com/google/gson/ |
H A D | GsonTest.java | 100 @Override public Object read(JsonReader in) throws IOException { return null; } in read() method in GsonTest.TestTypeAdapter 121 @Override public T read(JsonReader in) throws IOException { in testGetAdapter_Concurrency() method in GsonTest.DummyAdapter 203 @Override public T read(JsonReader in) throws IOException { in testGetAdapter_FutureAdapterConcurrency() method in GsonTest.WrappingAdapter
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/ |
H A D | block_codegen.cpp | 222 for (auto& read : bufs) { in PrintBufferInfo() local 282 for (auto& read : bufs) { in PrintDMAs() local 290 for (auto& read : bufs) { in PrintAdjustBuffers() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_audio_hal_interface_a2dp_encoding.h | 204 struct read { struct 210 extern struct read read; argument
|
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/ |
H A D | FramedStream.java | 337 @Override public long read(Buffer sink, long byteCount) in read() method in FramedStream.FramedDataSource 341 long read; in read() local 409 long read = in.read(receiveBuffer, byteCount); in receive() local
|
/aosp_15_r20/frameworks/native/libs/input/rust/ |
H A D | data_store.rs | 138 fn read(&self) -> String; in read() method 156 fn read(&self) -> String { in read() method 224 fn read(&self) -> String { in read() method
|
/aosp_15_r20/external/pigweed/pw_stream/py/pw_stream/ |
H A D | stream_readers.py | 70 def read(self) -> bytes: member in CancellableReader 111 def read(self) -> bytes: member in SelectableReader 152 def read(self) -> bytes: member in SocketReader
|
/aosp_15_r20/external/rust/android-crates-io/crates/serde_cbor/src/ |
D | read.rs | 34 fn read<'a>(&'a mut self, n: usize) -> Result<EitherLifetime<'a, 'de>> { in read() method 84 fn read<'a>(&'a mut self, n: usize) -> Result<EitherLifetime<'a, 'de>> { in read() method 289 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() function 379 fn read<'b>(&'b mut self, n: usize) -> Result<EitherLifetime<'b, 'a>> { in read() method 488 fn read<'c>(&'c mut self, n: usize) -> Result<EitherLifetime<'c, 'a>> { in read() method
|
/aosp_15_r20/out/soong/.intermediates/external/xz-java/xz-java/android_common/turbine/ |
D | xz-java.jar | ... IOException org.tukaani.xz.IndexIndicatorException
public int read () throws java.io.IOException
public int ... |
/aosp_15_r20/out/soong/.intermediates/external/xz-java/xz-java/android_common_apex10000/turbine/ |
D | xz-java.jar | ... IOException org.tukaani.xz.IndexIndicatorException
public int read () throws java.io.IOException
public int ... |
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
H A D | Endian.h | 63 inline value_type read(const void *memory, endianness endian) { in read() function 76 inline value_type read(const void *memory) { in read() function 352 template <typename T> inline T read(const void *P, endianness E) { in read() function 356 template <typename T, endianness E> inline T read(const void *P) { in read() function
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/bluetooth/audio/utils/hfp_codec_capabilities/gen/cpp/ |
D | aidl_android_hardware_bluetooth_audio_hfp_setting.cpp | 128 HfpOffloadSetting HfpOffloadSetting::read(xmlNode *root) { in read() function in aidl::android::hardware::bluetooth::audio::hfp::setting::HfpOffloadSetting 224 PathConfiguration PathConfiguration::read(xmlNode *root) { in read() function in aidl::android::hardware::bluetooth::audio::hfp::setting::PathConfiguration 317 TransportConfiguration TransportConfiguration::read(xmlNode *root) { in read() function in aidl::android::hardware::bluetooth::audio::hfp::setting::TransportConfiguration 440 Configuration Configuration::read(xmlNode *root) { in read() function in aidl::android::hardware::bluetooth::audio::hfp::setting::Configuration
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | Endian.h | 65 inline value_type read(const void *memory, endianness endian) { in read() function 78 inline value_type read(const void *memory) { in read() function 354 template <typename T> inline T read(const void *P, endianness E) { in read() function 358 template <typename T, endianness E> inline T read(const void *P) { in read() function
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/xsd/platform-compat-config/gen/cpp/ |
D | com_android_server_compat_config.cpp | 37 std::optional<Config> read(const char* configFile) { in read() function 160 Change Change::read(xmlNode *root) { in read() function in com::android::server::compat::config::Change 239 Config Config::read(xmlNode *root) { in read() function in com::android::server::compat::config::Config
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/okhttp/src/main/java/com/google/android/exoplayer2/ext/okhttp/ |
H A D | OkHttpDataSource.java | 360 public int read(byte[] buffer, int offset, int length) throws HttpDataSourceException { in read() method in OkHttpDataSource 448 int read = castNonNull(responseByteStream).read(skipBuffer, 0, readLength); in skipFully() local 500 int read = castNonNull(responseByteStream).read(buffer, offset, readLength); in readInternal() local
|
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/cross_generate_parse_tinyxml/xsdc_cross_generate_parse_tinyxml_tests/gen/cpp/ |
D | cross_tinyxml.cpp | 20 std::optional<PurchaseOrderType> read(const char* configFile) { in read() function 111 PurchaseOrderType PurchaseOrderType::read(tinyxml2::XMLElement *root) { in read() function in cross::tinyxml::PurchaseOrderType 210 USAddress USAddress::read(tinyxml2::XMLElement *root) { in read() function in cross::tinyxml::USAddress
|
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/purchase_simple/xsdc_purchase_simple_tinyxml_tests/gen/cpp/ |
D | purchase_simple.cpp | 20 std::optional<PurchaseOrderType> read(const char* configFile) { in read() function 111 PurchaseOrderType PurchaseOrderType::read(tinyxml2::XMLElement *root) { in read() function in purchase::simple::PurchaseOrderType 210 USAddress USAddress::read(tinyxml2::XMLElement *root) { in read() function in purchase::simple::USAddress
|
/aosp_15_r20/external/skia/tests/ |
H A D | FrontBufferedStreamTest.cpp | 142 size_t read(void* dst, size_t requested) override { in read() function in AndroidLikeMemoryStream 196 size_t read(void*, size_t) override { in read() function in LengthOptionalStream 279 size_t read(void* buffer, size_t size) override { in read() function in FailingStream
|
/aosp_15_r20/cts/tests/tests/virtualdevice/audio/src/android/virtualdevice/cts/audio/ |
H A D | SignalObserver.java | 183 int read(short[] buffer, int offsetInShorts, int length, int readMode); in read() method 211 public int read(short[] buffer, int offsetInShorts, int length, int readMode) { in read() method in SignalObserver.AudioRecordSource 240 public int read(short[] buffer, int offsetInShorts, int length, int readMode) { in read() method in SignalObserver.AudioCaptureSource
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/io/ |
H A D | RandomAccessFile.java | 56 public int read() throws java.io.IOException { in read() method in RandomAccessFile 64 public int read(byte[] b, int off, int len) throws java.io.IOException { in read() method in RandomAccessFile 68 public int read(byte[] b) throws java.io.IOException { in read() method in RandomAccessFile
|