Home
last modified time | relevance | path

Searched defs:read (Results 76 – 100 of 597) sorted by relevance

12345678910>>...24

/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DAnnotationSetRefList.java26 public void read(DexRandomAccessFile file) throws IOException { in read() method in AnnotationSetRefList
H A DEncodedArray.java26 public void read(DexRandomAccessFile file) throws IOException { in read() method in EncodedArray
H A DEncodedCatchHandlerList.java26 public void read(DexRandomAccessFile file) throws IOException { in read() method in EncodedCatchHandlerList
H A DEncodedTypeAddrPair.java26 public void read(DexRandomAccessFile file) throws IOException { in read() method in EncodedTypeAddrPair
H A DFieldAnnotation.java26 public void read(DexRandomAccessFile file) throws IOException { in read() method in FieldAnnotation
H A DMethodAnnotation.java26 public void read(DexRandomAccessFile file) throws IOException { in read() method in MethodAnnotation
H A DParameterAnnotation.java26 public void read(DexRandomAccessFile file) throws IOException { in read() method in ParameterAnnotation
H A DEncodedAnnotation.java27 public void read(DexRandomAccessFile file) throws IOException { in read() method in EncodedAnnotation
H A DFieldIdItem.java27 public void read(DexRandomAccessFile file) throws IOException { in read() method in FieldIdItem
H A DMethodIdItem.java27 public void read(DexRandomAccessFile file) throws IOException { in read() method in MethodIdItem
H A DProtoIdItem.java27 public void read(DexRandomAccessFile file) throws IOException { in read() method in ProtoIdItem
H A DTryItem.java27 public void read(DexRandomAccessFile file) throws IOException { in read() method in TryItem
H A DDebugInfoItem.java33 public void read(DexRandomAccessFile file) throws IOException { in read() method in DebugInfoItem
/aosp12/packages/services/Car/tools/keventreader/server/
H A Dinputsource.cpp53 std::optional<com::android::car::keventreader::KeypressEvent> InputSource::read() const { in read() function in InputSource
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
H A DTestUtil.java45 int read; in installDummyApp() local
/aosp12/frameworks/av/media/libaaudio/src/flowgraph/
H A DSinkFloat.cpp28 int32_t SinkFloat::read(void *data, int32_t numFrames) { in read() function in SinkFloat
H A DSinkI32.cpp30 int32_t SinkI32::read(void *data, int32_t numFrames) { in read() function in SinkI32
/aosp12/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsXml.java35 public static void read(InputStream in, IntervalStats statsOut) throws IOException { in read() method in UsageStatsXml
/aosp12/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
H A DExifReader.java38 protected ExifData read(InputStream inputStream) throws ExifInvalidFormatException, IOException { in read() method in ExifReader
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/tests/
H A Dsdv_async_http_proxy.rs114 let read = response in sdv_async_client_send_request() localVariable
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
H A DImapMemoryLiteral.java37 int read = in.read(data, pos, data.length - pos); in ImapMemoryLiteral() local
/aosp12/frameworks/av/media/libnbaio/
H A DLibsndfileSource.cpp46 ssize_t LibsndfileSource::read(void *buffer, size_t count) in read() function in android::LibsndfileSource
/aosp12/frameworks/av/media/libstagefright/
H A DCallbackMediaSource.cpp39 status_t CallbackMediaSource::read(MediaBufferBase **buffer, const ReadOptions *options) { in read() function in android::CallbackMediaSource
/aosp12/hardware/interfaces/sensors/common/utils/
H A DEventMessageQueueWrapper.h71 virtual bool read(V2_1::Event* events, size_t numToRead) override { in read() function
114 virtual bool read(V2_1::Event* events, size_t numToRead) override { in read() function
/aosp12/frameworks/base/core/java/android/service/persistentdata/
H A DIPersistentDataBlockService.aidl31 byte[] read(); in read() method

12345678910>>...24