Searched defs:len (Results 251 - 275 of 1192) sorted by relevance

<<11121314151617181920>>

/openjdk9/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DWaveFloatFileWriter.java110 public void write(byte[] b, int off, int len) throws IOException { argument
/openjdk9/jdk/test/java/util/Arrays/
H A DTimSortStackSize2.java122 public TimSortStackSize2(final int len) { argument
/openjdk9/langtools/test/tools/javac/4846262/
H A DNative2Ascii.java88 public void write(char[] buf, int off, int len) throws IOException { argument
120 public int read(char[] buf, int off, int len) throws IOException { argument
/openjdk9/jdk/test/java/security/Signature/
H A DSignatureGetAlgorithm.java83 protected void engineUpdate(byte[] b, int off, int len) argument
/openjdk9/jdk/test/java/util/zip/
H A DDeInflate.java37 static void checkStream(Deflater def, byte[] in, int len, argument
64 static void check(Deflater def, byte[] in, int len, argument
[all...]
/openjdk9/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
/openjdk9/jdk/test/javax/sound/midi/Gervill/DLSSoundbankReader/
H A DTestGetSoundbankInputStream2.java57 public int read(byte[] b, int off, int len) throws IOException { argument
/openjdk9/jdk/test/javax/sql/testng/util/
H A DStubClob.java69 public int setString(long pos, String str, int offset, int len) throws SQLException { argument
101 public void truncate(long len) throws SQLException { argument
/openjdk9/jdk/test/java/util/TimSort/
H A DArrayBuilder.java127 build(int len) argument
[all...]
/openjdk9/jdk/test/javax/sound/midi/Gervill/SF2SoundbankReader/
H A DTestGetSoundbankInputStream2.java57 public int read(byte[] b, int off, int len) throws IOException { argument
/openjdk9/jdk/test/javax/swing/JEditorPane/8080972/
H A DTestJEditor.java101 public void write(OutputStream out, Document doc, int pos, int len) throws IOException, BadLocationException { argument
111 public void write(Writer out, Document doc, int pos, int len) throws IOException, BadLocationException { argument
/openjdk9/hotspot/src/cpu/arm/vm/
H A Dassembler_arm_64.cpp95 int len = 6; local
/openjdk9/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreterGenerator_x86_64.cpp255 const Register len = c_rarg2; // length local
275 __ super_call_VM_leaf(CAST_FROM_FN_PTR(address, StubRoutines::updateBytesCRC32()), crc, buf, len); local
302 const Register len = c_rarg2; local
329 __ super_call_VM_leaf(CAST_FROM_FN_PTR(address, StubRoutines::updateBytesCRC32C()), crc, buf, len); local
[all...]
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/
H A DInputLexer.java113 public void readBytes(byte[] buf, int off, int len) throws IOException { argument
150 public String readByteString(int len) throws IOException { argument
164 public String readCharString(int len) throws IOException { argument
[all...]
/openjdk9/jdk/src/java.base/share/classes/java/net/
H A DSocketInputStream.java94 socketRead0(FileDescriptor fd, byte b[], int off, int len, int timeout) argument
112 socketRead(FileDescriptor fd, byte b[], int off, int len, int timeout) argument
/openjdk9/jdk/src/java.base/share/classes/java/security/
H A DSignatureSpi.java129 protected abstract void engineUpdate(byte[] b, int off, int len) argument
225 protected int engineSign(byte[] outbuf, int offset, int len) argument
[all...]
H A DSecureClassLoader.java170 defineClass(String name, byte[] b, int off, int len, CodeSource cs) argument
/openjdk9/jdk/src/java.base/share/classes/java/util/
H A DStringJoiner.java80 private int len; field in class:StringJoiner
/openjdk9/jdk/src/java.base/share/classes/com/sun/crypto/provider/
H A DElectronicCodeBook.java114 int encrypt(byte[] in, int inOff, int len, byte[] out, int outOff) { argument
143 decrypt(byte[] in, int inOff, int len, byte[] out, int outOff) argument
[all...]
H A DKeyGeneratorCore.java111 protected HmacSHA2KG(String algoName, int len) { argument
/openjdk9/jdk/src/java.base/share/classes/java/io/
H A DBufferedInputStream.java276 private int read1(byte[] b, int off, int len) throws IOException { argument
333 public synchronized int read(byte b[], int off, int len) argument
[all...]
H A DByteArrayOutputStream.java148 public synchronized void write(byte b[], int off, int len) { argument
H A DCharArrayWriter.java100 public void write(char c[], int off, int len) { argument
128 write(String str, int off, int len) argument
[all...]
H A DFileOutputStream.java308 private native void writeBytes(byte b[], int off, int len, boolean append) argument
331 public void write(byte b[], int off, int len) throws IOException { argument
H A DFileInputStream.java220 private native int readBytes(byte b[], int off, int len) throws IOException; argument
255 public int read(byte b[], int off, int len) throws IOException { argument

Completed in 226 milliseconds

<<11121314151617181920>>