Home
last modified time | relevance | path

Searched defs:unread (Results 1 – 25 of 337) sorted by relevance

12345678910>>...14

/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/io/
DPushbackReader.java152 public void unread(int c) throws IOException { in unread() method in PushbackReader
175 public void unread(char cbuf[], int off, int len) throws IOException { in unread() method in PushbackReader
196 public void unread(char cbuf[]) throws IOException { in unread() method in PushbackReader
DPushbackInputStream.java203 public void unread(int b) throws IOException { in unread() method in PushbackInputStream
226 public void unread(byte[] b, int off, int len) throws IOException { in unread() method in PushbackInputStream
248 public void unread(byte[] b) throws IOException { in unread() method in PushbackInputStream
DObjectInputStream.java2764 private int unread = 0; field in ObjectInputStream.BlockDataInputStream
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/1/libcore/ojluni/src/main/java/java/io/
DPushbackReader.java152 public void unread(int c) throws IOException { in unread() method in PushbackReader
175 public void unread(char cbuf[], int off, int len) throws IOException { in unread() method in PushbackReader
196 public void unread(char cbuf[]) throws IOException { in unread() method in PushbackReader
DPushbackInputStream.java203 public void unread(int b) throws IOException { in unread() method in PushbackInputStream
226 public void unread(byte[] b, int off, int len) throws IOException { in unread() method in PushbackInputStream
248 public void unread(byte[] b) throws IOException { in unread() method in PushbackInputStream
DObjectInputStream.java2764 private int unread = 0; field in ObjectInputStream.BlockDataInputStream
/aosp_15_r20/libcore/ojluni/src/main/java/java/io/
H A DPushbackReader.java152 public void unread(int c) throws IOException { in unread() method in PushbackReader
175 public void unread(char cbuf[], int off, int len) throws IOException { in unread() method in PushbackReader
196 public void unread(char cbuf[]) throws IOException { in unread() method in PushbackReader
H A DPushbackInputStream.java203 public void unread(int b) throws IOException { in unread() method in PushbackInputStream
226 public void unread(byte[] b, int off, int len) throws IOException { in unread() method in PushbackInputStream
248 public void unread(byte[] b) throws IOException { in unread() method in PushbackInputStream
H A DObjectInputStream.java2764 private int unread = 0; field in ObjectInputStream.BlockDataInputStream
/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/reader/
H A DUnicodeReader.java84 int n, unread; in init() local
/aosp_15_r20/external/tink/go/streamingaead/
H A Ddecrypt_reader.go125 func (u *unreader) unread() { func
/aosp_15_r20/packages/apps/Messaging/tests/src/com/android/messaging/ui/conversationlist/
DConversationListItemViewTest.java93 final boolean unread) { in verifyContent()
/aosp_15_r20/external/tagsoup/templates/org/ccil/cowan/tagsoup/
H A DHTMLScanner.java122 private void unread(PushbackReader r, int c) throws IOException { in unread() method in HTMLScanner
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
H A DSignature.java141 final void unread() { in unread() method in Signature.MyByteArrayInputStream
/aosp_15_r20/prebuilts/go/linux-x86/src/testing/iotest/
Dreader.go51 unread []byte member
/aosp_15_r20/external/rust/android-crates-io/crates/ciborium-ll/src/
Dseg.rs116 unread: usize, field
/aosp_15_r20/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DHTMLScanner.java343 private void unread(PushbackReader r, int c) throws IOException { in unread() method in HTMLScanner
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/
H A DLexer.java1077 protected void unread(@SuppressWarnings("hiding") Token token) throws IOException in unread() method in Lexer
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/io/
H A DObjectInputStream.java562 private int unread = 0; // 0x0 field in ObjectInputStream.BlockDataInputStream
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/apache/james/apache-mime4j-core/0.7.2/
HDapache-mime4j-core-0.7.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/aosp_15_r20/external/rust/android-crates-io/crates/unsafe-libyaml/src/
Dyaml.rs890 pub(crate) unread: size_t, field
/aosp_15_r20/out/soong/.intermediates/external/snakeyaml/snakeyaml/linux_glibc_common/javac/
Dsnakeyaml.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/yaml/ org/ ...
/aosp_15_r20/out/soong/.intermediates/external/snakeyaml/snakeyaml/linux_glibc_common/local-javac-header/
Dsnakeyaml.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/yaml/ org/ ...
/aosp_15_r20/out/soong/.intermediates/external/tagsoup/tagsoup/android_common/javac/
Dtagsoup.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
/aosp_15_r20/frameworks/av/services/audioflinger/
H A DThreads.cpp10245 ssize_t unread = audio_utils::safe_sub_overflow(previousRear, previousFront); in resizeInputBuffer_l() local

12345678910>>...14