Home
last modified time | relevance | path

Searched defs:read (Results 151 – 175 of 6627) sorted by relevance

12345678910>>...266

/aosp_15_r20/external/guava/guava/src/com/google/common/io/
H A DByteSource.java293 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 DByteSource.java293 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/
Dkernel_lifetimes.cpp34 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 Drandom_inputstream_test.cc33 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/
HDgson-2.8.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/external/cronet/third_party/cpu_features/src/src/
H A Dstack_line_reader.c32 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 Dstack_line_reader.c32 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 DFramedLZ4CompressorInputStream.java122 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 DXMLFileReader.java94 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 DUnreliableFilterInputStream.java59 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 DUnsynchronizedBufferedInputStream.java245 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 DZipArchiveInputStream.java430 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/
Ddumpstate_hal_configuration_V1_0.cpp36 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 DLayerState.cpp222 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/
HDgson-2.2.4.jar ... gson.Gson) public java.lang.Number read (com.google.gson.stream.JsonReader ...
/aosp_15_r20/external/caliper/lib/
HDgson-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 DRecyclableBufferedInputStream.java219 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/
DSocketInputStream.java128 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 DByteSourceAsCharSourceReadBenchmark.java36 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/
DSocketInputStream.java128 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 DSocketInputStream.java128 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 DByteSourceAsCharSourceReadBenchmark.java36 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/
HDgson-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/
Dgson-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/
Dandroid_media_tv_tuner_cts_configuration_v1.cpp39 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

12345678910>>...266