/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/ |
D | ExifReader.java | 38 protected ExifData read(InputStream inputStream) throws ExifInvalidFormatException, IOException { in read() method in ExifReader
|
/aosp_15_r20/external/caliper/caliper/src/main/java/com/google/caliper/json/ |
H A D | ImmutableMapTypeAdapterFactory.java | 60 @Override public T read(JsonReader in) throws IOException { in create() method in ImmutableMapTypeAdapterFactory
|
H A D | ImmutableListTypeAdatperFactory.java | 60 @Override public T read(JsonReader in) throws IOException { in create() method in ImmutableListTypeAdatperFactory
|
/aosp_15_r20/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
H A D | EncodedTypeAddrPair.java | 26 public void read(DexRandomAccessFile file) throws IOException { in read() method in EncodedTypeAddrPair
|
H A D | AnnotationSetItem.java | 26 public void read(DexRandomAccessFile file) throws IOException { in read() method in AnnotationSetItem
|
H A D | ProtoIdItem.java | 27 public void read(DexRandomAccessFile file) throws IOException { in read() method in ProtoIdItem
|
/aosp_15_r20/external/okio/okio/src/jvmMain/kotlin/okio/ |
H A D | ForwardingSource.kt | 27 actual override fun read(sink: Buffer, byteCount: Long): Long = delegate.read(sink, byteCount) method in okio.ForwardingSource
|
/aosp_15_r20/external/javassist/src/test/test4/ |
H A D | CodeConv2.java | 33 public static int read(Object target) { in read() method in CodeConv2
|
/aosp_15_r20/external/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/ |
H A D | gpio.h | 21 int (*read)(_lws_plat_gpio_t gpio); member
|
/aosp_15_r20/external/oboe/src/flowgraph/ |
H A D | SinkFloat.cpp | 28 int32_t SinkFloat::read(void *data, int32_t numFrames) { in read() function in SinkFloat
|
/aosp_15_r20/external/crosvm/devices/src/pci/ |
H A D | pci_root.rs | 705 fn read(&mut self, info: BusAccessInfo, data: &mut [u8]) { in read() method 829 fn read(&mut self, info: BusAccessInfo, data: &mut [u8]) { in read() method 928 fn read(&mut self, info: BusAccessInfo, data: &mut [u8]) { in read() method
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowContentResolver.java | 1141 public int read() throws IOException { in read() method in ShadowContentResolver.UnregisteredInputStream 1147 public int read(byte[] b) throws IOException { in read() method in ShadowContentResolver.UnregisteredInputStream 1153 public int read(byte[] b, int off, int len) throws IOException { in read() method in ShadowContentResolver.UnregisteredInputStream
|
/aosp_15_r20/external/mesa3d/src/intel/tools/ |
H A D | aubinator_viewer.cpp | 211 struct aub_read read = {}; in update_mem_for_exec() local 298 struct aub_read read; member 779 struct aub_read read = {}; in display_batch_window() local
|
/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/ |
H A D | Incremental.kt | 90 override fun read(input: DataInput): File { in read() method 104 …override fun read(input: DataInput): LookupSymbol = LookupSymbol(IOUtil.readString(input), IOUtil.… in getHashCode() method 113 override fun read(input: DataInput): File = File(IOUtil.readString(input)) in read() method
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
H A D | FileChannelTest.java | 3151 public int read(ByteBuffer arg0) throws IOException { in read() method in FileChannelTest.MockFileChannel 3155 public int read(ByteBuffer arg0, long arg1) throws IOException { in read() method in FileChannelTest.MockFileChannel 3159 public long read(ByteBuffer[] srcs, int offset, int length) in read() method in FileChannelTest.MockFileChannel
|
/aosp_15_r20/frameworks/av/media/libstagefright/ |
H A D | CallbackMediaSource.cpp | 39 status_t CallbackMediaSource::read(MediaBufferBase **buffer, const ReadOptions *options) { in read() function in android::CallbackMediaSource
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/lib/gcc/x86_64-linux/4.8.3/include/ssp/ |
D | unistd.h | 51 read (int __fd, void *__buf, size_t __nbytes) in read() function
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/channels/ |
H A D | SeekableByteChannel.java | 65 int read(ByteBuffer dst) throws IOException; in read() method
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/channels/ |
D | SeekableByteChannel.java | 65 int read(ByteBuffer dst) throws IOException; in read() method
|
/aosp_15_r20/external/gson/gson/src/main/java/com/google/gson/internal/sql/ |
H A D | SqlTimestampTypeAdapter.java | 34 public Timestamp read(JsonReader in) throws IOException { in read() method in SqlTimestampTypeAdapter
|
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/input/ |
H A D | CircularInputStream.java | 73 public int read() { in read() method in CircularInputStream
|
/aosp_15_r20/external/okhttp/okio/okio/src/main/java/okio/ |
H A D | ForwardingSource.java | 34 @Override public long read(Buffer sink, long byteCount) throws IOException { in read() method in ForwardingSource
|
/aosp_15_r20/frameworks/av/media/libnbaio/ |
H A D | LibsndfileSource.cpp | 46 ssize_t LibsndfileSource::read(void *buffer, size_t count) in read() function in android::LibsndfileSource
|
/aosp_15_r20/libcore/ojluni/src/test/java/io/InputStreamReader/ |
H A D | ReadCharBuffer.java | 62 public void read(CharBuffer buffer) throws IOException { in read() method in ReadCharBuffer
|
/aosp_15_r20/external/tink/python/tink/streaming_aead/ |
H A D | _file_object_adapter.py | 45 def read(self, size: int) -> bytes: member in FileObjectAdapter
|