Searched defs:cbuf (Results 1 - 25 of 55) sorted by relevance

123

/openjdk10/jdk/test/java/awt/datatransfer/ConstructFlavoredObjectTest/
H A DConstructFlavoredObjectTest.java94 public int read(char[] cbuf, int off, int len) throws IOException { argument
/openjdk10/jdk/test/java/io/charStreams/
H A DABCReader.java53 public int read(char cbuf[], int off, int len) { argument
/openjdk10/hotspot/src/cpu/zero/vm/
H A DcompiledIC_zero.cpp47 address CompiledStaticCall::emit_to_interp_stub(CodeBuffer &cbuf, address mark) { argument
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/util/xml/impl/
H A DReaderUTF8.java67 public int read(char[] cbuf, int off, int len) throws IOException { argument
H A DReaderUTF16.java71 public int read(char[] cbuf, int off, int len) throws IOException { argument
/openjdk10/jdk/src/java.base/share/classes/java/io/
H A DInputStreamReader.java184 public int read(char cbuf[], int offset, int length) throws IOException { argument
H A DFilterReader.java74 public int read(char cbuf[], int off, int len) throws IOException { argument
H A DFilterWriter.java82 public void write(char cbuf[], int off, int len) throws IOException { argument
H A DPipedWriter.java150 public void write(char cbuf[], int off, int len) throws IOException { argument
H A DBufferedWriter.java169 public void write(char cbuf[], int off, int len) throws IOException { argument
H A DReader.java139 public int read(char cbuf[]) throws IOException { argument
160 public abstract int read(char cbuf[], in argument
[all...]
H A DPushbackReader.java107 public int read(char cbuf[], int off, int len) throws IOException { argument
175 public void unread(char cbuf[], int off, int len) throws IOException { argument
196 unread(char cbuf[]) argument
[all...]
H A DWriter.java125 public void write(char cbuf[]) throws IOException { argument
150 public abstract void write(char cbuf[], int off, int len) throws IOException; argument
[all...]
H A DStringWriter.java92 public void write(char cbuf[], int off, int len) { argument
H A DStringReader.java89 public int read(char cbuf[], int off, int len) throws IOException { argument
/openjdk10/jdk/test/java/io/Writer/
H A DWriteFromString.java90 public void write(char cbuf[], int off, int len) { argument
/openjdk10/jdk/test/java/io/BufferedReader/
H A DFill.java51 public int read(char[] cbuf, int off, int len) throws IOException { argument
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/sjavac/
H A DAutoFlushWriter.java53 public void write(char[] cbuf, int off, int len) throws IOException { argument
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DcompiledIC_aarch64.cpp38 address CompiledStaticCall::emit_to_interp_stub(CodeBuffer &cbuf, address mark) { argument
/openjdk10/hotspot/src/cpu/s390/vm/
H A DcompiledIC_s390.cpp43 address CompiledStaticCall::emit_to_interp_stub(CodeBuffer &cbuf, address mark/* = NULL*/) { argument
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DcompiledIC_sparc.cpp40 address CompiledStaticCall::emit_to_interp_stub(CodeBuffer &cbuf, address mark) { argument
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/xml/internal/stream/writers/
H A DUTF8OutputStreamWriter.java112 public void write(char cbuf[]) throws IOException { argument
118 public void write(char cbuf[], int off, int len) throws IOException { argument
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/scripting/
H A DURLReader.java85 public int read(final char cbuf[], final int off, final int len) throws IOException { argument
/openjdk10/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/serialization/
H A DXMLWriter.java53 public void write(char[] cbuf, int off, int len) throws IOException { argument
/openjdk10/hotspot/src/cpu/arm/vm/
H A DcompiledIC_arm.cpp39 address CompiledStaticCall::emit_to_interp_stub(CodeBuffer &cbuf, address mark) { argument

Completed in 201 milliseconds

123