/aosp_15_r20/external/icu/icu4c/source/python/icutools/databuilder/ |
H A D | comment_stripper.py | 13 def read(self, size=-1): member in CommentStripper
|
/aosp_15_r20/external/libbrillo/brillo/streams/ |
H A D | stream_utils.h | 74 inline Stream::AccessMode MakeAccessMode(bool read, bool write) { in MakeAccessMode()
|
/aosp_15_r20/frameworks/av/media/mtp/ |
H A D | MtpResponsePacket.cpp | 48 int MtpResponsePacket::read(struct usb_request *request) { in read() function in android::MtpResponsePacket
|
/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/util/reflection/ |
H A D | FieldReader.java | 27 public Object read() { in read() method in FieldReader
|
/aosp_15_r20/frameworks/av/media/libaaudio/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/junit-params/src/main/java/junitparams/internal/parameters/ |
H A D | ParametersReader.java | 36 public Object[] read() { in read() method in ParametersReader
|
/aosp_15_r20/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
H A D | EncodedCatchHandlerList.java | 26 public void read(DexRandomAccessFile file) throws IOException { in read() method in EncodedCatchHandlerList
|
H A D | AnnotationElement.java | 26 public void read(DexRandomAccessFile file) throws IOException { in read() method in AnnotationElement
|
H A D | ParameterAnnotation.java | 26 public void read(DexRandomAccessFile file) throws IOException { in read() method in ParameterAnnotation
|
H A D | AnnotationItem.java | 26 public void read(DexRandomAccessFile file) throws IOException { in read() method in AnnotationItem
|
H A D | EncodedArray.java | 26 public void read(DexRandomAccessFile file) throws IOException { in read() method in EncodedArray
|
H A D | AnnotationSetRefList.java | 26 public void read(DexRandomAccessFile file) throws IOException { in read() method in AnnotationSetRefList
|
H A D | FieldAnnotation.java | 26 public void read(DexRandomAccessFile file) throws IOException { in read() method in FieldAnnotation
|
H A D | MethodAnnotation.java | 26 public void read(DexRandomAccessFile file) throws IOException { in read() method in MethodAnnotation
|
/aosp_15_r20/external/python/bumble/examples/ |
D | run_a2dp_source.py | 147 async def read(byte_count): function
|
/aosp_15_r20/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/memory/ |
H A D | MemoryArchiveInputStream.java | 58 public int read() throws IOException { in read() method in MemoryArchiveInputStream
|
/aosp_15_r20/libcore/ojluni/src/test/java/io/CharArrayReader/ |
H A D | ReadCharBuffer.java | 60 public void read(CharBuffer buffer) throws IOException { in read() method in ReadCharBuffer
|
/aosp_15_r20/external/pigweed/pw_stream_uart_mcuxpresso/ |
H A D | stream.cc | 38 size_t read = 0; in DoRead() local
|
/aosp_15_r20/external/pigweed/pw_console/py/pw_console/ |
H A D | pyserial_wrapper.py | 34 def read(self, size: int = 1) -> bytes: member in SerialWithLogging
|
/aosp_15_r20/external/llvm-libc/test/src/stdio/ |
H A D | fscanf_test.cpp | 42 int read; in TEST() local
|
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/ |
H A D | NoSecretKeysetHandle.java | 56 public static final KeysetHandle read(KeysetReader reader) in read() method in NoSecretKeysetHandle
|
/aosp_15_r20/external/python/cpython2/Demo/scripts/ |
D | script.py | 13 def read(fd): function
|
/aosp_15_r20/development/tools/idegen/src/ |
H A D | Files.java | 30 int read; in toString() local
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/testutil/ |
H A D | BrokenStringReader.java | 17 public int read(char[] cbuf, int off, int len) in read() method in BrokenStringReader
|
/aosp_15_r20/frameworks/base/services/usage/java/com/android/server/usage/ |
H A D | UsageStatsXml.java | 35 public static void read(InputStream in, IntervalStats statsOut) throws IOException { in read() method in UsageStatsXml
|