/aosp_15_r20/external/guava/guava/src/com/google/common/io/ |
H A D | ByteSource.java | 293 public byte[] read() throws IOException { in read() method in ByteSource 319 public <T extends @Nullable Object> T read(ByteProcessor<T> processor) throws IOException { in read() method in ByteSource 478 public String read() throws IOException { in read() method in ByteSource.AsCharSource 619 public byte[] read() { in read() method in ByteSource.ByteArrayByteSource 626 public <T extends @Nullable Object> T read(ByteProcessor<T> processor) throws IOException { in read() method in ByteSource.ByteArrayByteSource 676 public byte[] read() { in read() method in ByteSource.EmptyByteSource
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/io/ |
H A D | ByteSource.java | 293 public byte[] read() throws IOException { in read() method in ByteSource 319 public <T extends @Nullable Object> T read(ByteProcessor<T> processor) throws IOException { in read() method in ByteSource 478 public String read() throws IOException { in read() method in ByteSource.AsCharSource 619 public byte[] read() { in read() method in ByteSource.ByteArrayByteSource 626 public <T extends @Nullable Object> T read(ByteProcessor<T> processor) throws IOException { in read() method in ByteSource.ByteArrayByteSource 676 public byte[] read() { in read() method in ByteSource.EmptyByteSource
|
/aosp_15_r20/out/soong/.intermediates/kernel/configs/xsd/kernelLifetimes/kernel_lifetimes/gen/cpp/ |
D | kernel_lifetimes.cpp | 34 std::optional<Kernels> read(const char* configFile) { in read() function 149 Branch Branch::read(xmlNode *root) { in read() function in kernel::lifetimes::Branch 208 NoReleases NoReleases::read(xmlNode *root) { in read() function in kernel::lifetimes::NoReleases 238 LtsVersions LtsVersions::read(xmlNode *root) { in read() function in kernel::lifetimes::LtsVersions 278 Release Release::read(xmlNode *root) { in read() function in kernel::lifetimes::Release 328 Kernels Kernels::read(xmlNode *root) { in read() function in kernel::lifetimes::Kernels
|
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/ |
H A D | random_inputstream_test.cc | 33 tstring read; in TEST() local 63 absl::Cord read; in TEST() local 95 tstring read; in TEST() local 126 tstring read; in TEST() local
|
/aosp_15_r20/prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/ |
HD | gson-2.8.0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/external/cronet/third_party/cpu_features/src/src/ |
H A D | stack_line_reader.c | 32 const int read = CpuFeatures_ReadFile(reader->fd, reader->buffer, in LoadFullBuffer() local 44 const int read = CpuFeatures_ReadFile(reader->fd, ptr, size_to_read); in LoadMore() local 69 const int read = LoadFullBuffer(reader); in SkipToNextLine() local 114 const int read = BringToFrontAndLoadMore(reader); in StackLineReader_NextLine() local
|
/aosp_15_r20/external/cpu_features/src/ |
H A D | stack_line_reader.c | 32 const int read = CpuFeatures_ReadFile(reader->fd, reader->buffer, in LoadFullBuffer() local 44 const int read = CpuFeatures_ReadFile(reader->fd, ptr, size_to_read); in LoadMore() local 69 const int read = LoadFullBuffer(reader); in SkipToNextLine() local 114 const int read = BringToFrontAndLoadMore(reader); in StackLineReader_NextLine() local
|
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lz4/ |
H A D | FramedLZ4CompressorInputStream.java | 122 public int read() throws IOException { in read() method in FramedLZ4CompressorInputStream 141 public int read(final byte[] b, final int off, final int len) throws IOException { in read() method in FramedLZ4CompressorInputStream 181 int read = IOUtils.readFully(in, b); in readSignature() local 300 int read = IOUtils.readFully(in, checksum); in verifyChecksum() local 354 int read = 4; in skipSkippableFrame() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | XMLFileReader.java | 94 public XMLFileReader read(String fileName, int handlers, boolean validating) { in read() method in XMLFileReader 137 public XMLFileReader read( in read() method in XMLFileReader 146 public XMLFileReader read(String systemID, Reader reader, int handlers, boolean validating) { in read() method in XMLFileReader 151 public XMLFileReader read( in read() method in XMLFileReader 157 public static void read( in read() method in XMLFileReader 167 public static void read( in read() method in XMLFileReader 177 public static void read( in read() method in XMLFileReader 546 public int read() throws IOException { in read() method in XMLFileReader.DebuggingInputStream
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/util/ |
H A D | UnreliableFilterInputStream.java | 59 public int read() throws IOException { in read() method in UnreliableFilterInputStream 60 int read = super.read(); in read() local 69 public int read(byte[] b, int off, int len) throws IOException { in read() method in UnreliableFilterInputStream 71 int read = super.read(b, off, len); in read() local
|
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/input/ |
H A D | UnsynchronizedBufferedInputStream.java | 245 public int read() throws IOException { in read() method in UnsynchronizedBufferedInputStream 287 public int read(final byte[] dest, int offset, final int length) throws IOException { in read() method in UnsynchronizedBufferedInputStream 322 final int read; in read() local 405 int read = count - pos; in skip() local
|
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/ |
H A D | ZipArchiveInputStream.java | 430 public int read(final byte[] buffer, final int offset, final int length) throws IOException { in read() method in ZipArchiveInputStream 454 int read; in read() local 551 final int read = readFromInflater(buffer, offset, length); in readDeflated() local 571 int read = 0; in readFromInflater() local 1228 public int read() throws IOException { in read() method in ZipArchiveInputStream.BoundedInputStream 1240 public int read(final byte[] b) throws IOException { in read() method in ZipArchiveInputStream.BoundedInputStream 1245 public int read(final byte[] b, final int off, final int len) throws IOException { in read() method in ZipArchiveInputStream.BoundedInputStream
|
/aosp_15_r20/out/soong/.intermediates/device/google/trout/hal/dumpstate/1.1/config/dumpstate_hal_configuration_V1_0/gen/cpp/ |
D | dumpstate_hal_configuration_V1_0.cpp | 36 std::optional<DumpstateHalConfiguration> read(const char* configFile) { in read() function 96 Service Service::read(xmlNode *root) { in read() function in dumpstate::hal::configuration::V1_0::Service 132 Services Services::read(xmlNode *root) { in read() function in dumpstate::hal::configuration::V1_0::Services 163 SystemLogs SystemLogs::read(xmlNode *root) { in read() function in dumpstate::hal::configuration::V1_0::SystemLogs 217 DumpstateHalConfiguration DumpstateHalConfiguration::read(xmlNode *root) { in read() function in dumpstate::hal::configuration::V1_0::DumpstateHalConfiguration
|
/aosp_15_r20/frameworks/native/libs/gui/ |
H A D | LayerState.cpp | 222 status_t layer_state_t::read(const Parcel& input) in read() function in android::layer_state_t 396 status_t ComposerState::read(const Parcel& input) { in read() function in android::ComposerState 416 status_t DisplayState::read(const Parcel& input) { in read() function in android::DisplayState 889 status_t layer_state_t::matrix22_t::read(const Parcel& input) { in read() function in android::layer_state_t::matrix22_t 930 status_t InputWindowCommands::read(const Parcel& input) { in read() function in android::InputWindowCommands
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | gson-2.2.4.jar | ... gson.Gson)
public java.lang.Number read (com.google.gson.stream.JsonReader ... |
/aosp_15_r20/external/caliper/lib/ |
HD | gson-2.2.2.jar | ... gson.TypeAdapterFactory skipPast
public java.lang.Object read (com.google.gson.stream.JsonReader ... |
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
H A D | RecyclableBufferedInputStream.java | 219 public synchronized int read() throws IOException { in read() method in RecyclableBufferedInputStream 269 public synchronized int read(byte[] buffer, int offset, int byteCount) throws IOException { in read() method in RecyclableBufferedInputStream 300 int read; in read() local 386 long read = count - pos; in skip() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/net/ |
D | SocketInputStream.java | 128 public int read(byte b[]) throws IOException { in read() method in SocketInputStream 142 public int read(byte b[], int off, int length) throws IOException { in read() method in SocketInputStream 146 int read(byte b[], int off, int length, int timeout) throws IOException { in read() method in SocketInputStream 200 public int read() throws IOException { in read() method in SocketInputStream
|
/aosp_15_r20/external/guava/guava-tests/benchmark/com/google/common/io/ |
H A D | ByteSourceAsCharSourceReadBenchmark.java | 36 String read(ByteSource byteSource, Charset cs) throws IOException { in read() method 42 String read(ByteSource byteSource, Charset cs) throws IOException { in read() method 57 String read(ByteSource byteSource, Charset cs) throws IOException { in read() method 97 abstract String read(ByteSource byteSource, Charset cs) throws IOException; in read() method in ByteSourceAsCharSourceReadBenchmark.ReadStrategy
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/6/libcore/ojluni/src/main/java/java/net/ |
D | SocketInputStream.java | 128 public int read(byte b[]) throws IOException { in read() method in SocketInputStream 142 public int read(byte b[], int off, int length) throws IOException { in read() method in SocketInputStream 146 int read(byte b[], int off, int length, int timeout) throws IOException { in read() method in SocketInputStream 200 public int read() throws IOException { in read() method in SocketInputStream
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/net/ |
H A D | SocketInputStream.java | 128 public int read(byte b[]) throws IOException { in read() method in SocketInputStream 142 public int read(byte b[], int off, int length) throws IOException { in read() method in SocketInputStream 146 int read(byte b[], int off, int length, int timeout) throws IOException { in read() method in SocketInputStream 200 public int read() throws IOException { in read() method in SocketInputStream
|
/aosp_15_r20/external/guava/android/guava-tests/benchmark/com/google/common/io/ |
H A D | ByteSourceAsCharSourceReadBenchmark.java | 36 String read(ByteSource byteSource, Charset cs) throws IOException { in read() method 42 String read(ByteSource byteSource, Charset cs) throws IOException { in read() method 57 String read(ByteSource byteSource, Charset cs) throws IOException { in read() method 97 abstract String read(ByteSource byteSource, Charset cs) throws IOException; in read() method in ByteSourceAsCharSourceReadBenchmark.ReadStrategy
|
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.9.1/ |
HD | gson-2.9.1.jar | ... public java.util.concurrent.atomic.AtomicLongArray read (com.google.gson.stream.JsonReader ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/tools/common/m2/gson-prebuilt-jar-2.9.1/linux_glibc_common/local-combined/ |
D | gson-prebuilt-jar-2.9.1.jar | ... Gson this$0
public java.lang.Double read (com.google.gson.stream.JsonReader |
/aosp_15_r20/out/soong/.intermediates/cts/tests/tests/tv/config/tuner/tuner_cts_configuration_v1/gen/cpp/ |
D | android_media_tv_tuner_cts_configuration_v1.cpp | 39 std::optional<TunerCtsConfiguration> read(const char* configFile) { in read() function 98 LnbSupportedVoltages LnbSupportedVoltages::read(xmlNode *root) { in read() function in android::media::tv::tuner::cts::configuration::v1::LnbSupportedVoltages 135 LnbCapability LnbCapability::read(xmlNode *root) { in read() function in android::media::tv::tuner::cts::configuration::v1::LnbCapability 160 DvbsCapability DvbsCapability::read(xmlNode *root) { in read() function in android::media::tv::tuner::cts::configuration::v1::DvbsCapability 230 TunerCtsConfiguration TunerCtsConfiguration::read(xmlNode *root) { in read() function in android::media::tv::tuner::cts::configuration::v1::TunerCtsConfiguration
|