/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | DatagramDispatcher.java | 45 int read(FileDescriptor fd, long address, int len) throws IOException { in read() 51 long readv(FileDescriptor fd, long address, int len) throws IOException { in readv() 57 int write(FileDescriptor fd, long address, int len) throws IOException { in write() 63 long writev(FileDescriptor fd, long address, int len) throws IOException { in writev() 77 static native int read0(FileDescriptor fd, long address, int len) in read0() 80 static native long readv0(FileDescriptor fd, long address, int len) in readv0() 83 static native int write0(FileDescriptor fd, long address, int len) in write0() 86 static native long writev0(FileDescriptor fd, long address, int len) in writev0()
|
D | NativeDispatcher.java | 38 abstract int read(FileDescriptor fd, long address, int len) in read() 49 int pread(FileDescriptor fd, long address, int len, long position) in pread() 55 abstract long readv(FileDescriptor fd, long address, int len) in readv() 58 abstract int write(FileDescriptor fd, long address, int len) in write() 61 int pwrite(FileDescriptor fd, long address, int len, long position) in pwrite() 67 abstract long writev(FileDescriptor fd, long address, int len) in writev()
|
D | SocketDispatcher.java | 40 int read(FileDescriptor fd, long address, int len) throws IOException { in read() 46 long readv(FileDescriptor fd, long address, int len) throws IOException { in readv() 52 int write(FileDescriptor fd, long address, int len) throws IOException { in write() 58 long writev(FileDescriptor fd, long address, int len) throws IOException { in writev()
|
D | FileDispatcherImpl.java | 46 int read(FileDescriptor fd, long address, int len) throws IOException { in read() 52 int pread(FileDescriptor fd, long address, int len, long position) in pread() 60 long readv(FileDescriptor fd, long address, int len) throws IOException { in readv() 66 int write(FileDescriptor fd, long address, int len) throws IOException { in write() 72 int pwrite(FileDescriptor fd, long address, int len, long position) in pwrite() 80 long writev(FileDescriptor fd, long address, int len) in writev() 144 static native int read0(FileDescriptor fd, long address, int len) in read0() 147 static native int pread0(FileDescriptor fd, long address, int len, in pread0() 150 static native long readv0(FileDescriptor fd, long address, int len) in readv0() 153 static native int write0(FileDescriptor fd, long address, int len) in write0() [all …]
|
/libcore/benchmarks/src/benchmarks/ |
D | SystemArrayCopyBenchmark.java | 29 final int len = arrayLength; in timeSystemCharArrayCopy() local 38 final int len = arrayLength; in timeSystemByteArrayCopy() local 47 final int len = arrayLength; in timeSystemShortArrayCopy() local 56 final int len = arrayLength; in timeSystemIntArrayCopy() local 65 final int len = arrayLength; in timeSystemLongArrayCopy() local 74 final int len = arrayLength; in timeSystemFloatArrayCopy() local 83 final int len = arrayLength; in timeSystemDoubleArrayCopy() local 92 final int len = arrayLength; in timeSystemBooleanArrayCopy() local
|
/libcore/ojluni/src/main/java/sun/security/util/ |
D | DerInputBuffer.java | 49 DerInputBuffer(byte[] buf, int offset, int len) { in DerInputBuffer() 65 int len = available(); in toByteArray() local 127 int len = available(); in hashCode() local 135 void truncate(int len) throws IOException { in truncate() 149 BigInteger getBigInteger(int len, boolean makePositive) throws IOException { in getBigInteger() 183 public int getInteger(int len) throws IOException { in getInteger() 199 public byte[] getBitString(int len) throws IOException { in getBitString() 240 int len = available(); in getUnalignedBitString() local 261 public Date getUTCTime(int len) throws IOException { in getUTCTime() 276 public Date getGeneralizedTime(int len) throws IOException { in getGeneralizedTime() [all …]
|
/libcore/ojluni/src/main/java/sun/util/locale/ |
D | LocaleUtils.java | 55 int len = s1.length(); in caseIgnoreMatch() local 89 int len = s.length(); in toLowerString() local 109 int len = s.length(); in toUpperString() local 129 int len; in toTitleString() local 172 int len = s.length(); in isAlphaString() local 186 int len = s.length(); in isNumericString() local 200 int len = s.length(); in isAlphaNumericString() local
|
/libcore/ojluni/src/main/java/java/util/zip/ |
D | CRC32.java | 73 public void update(byte[] b, int off, int len) { in update() 150 private static int updateBytes(int crc, byte[] b, int off, int len) { in updateBytes() 156 private static native int updateBytes0(int crc, byte[] b, int off, int len); in updateBytes0() 158 private static void updateBytesCheck(byte[] b, int off, int len) { in updateBytesCheck() 176 int off, int len) { in updateByteBuffer() 183 int off, int len); in updateByteBuffer0()
|
D | ZipInputStream.java | 208 public int read(byte[] b, int off, int len) throws IOException { in read() 276 int len = max - total; in skip() local 319 int len = get16(tmpbuf, LOCNAM); in readLOC() local 453 private void readFully(byte[] b, int off, int len) throws IOException { in readFully()
|
D | Adler32.java | 73 public void update(byte[] b, int off, int len) { in update() 150 int len); in updateBytes() 153 int off, int len); in updateByteBuffer()
|
D | CheckedInputStream.java | 81 public int read(byte[] buf, int off, int len) throws IOException { in read() 99 long len = n - total; in skip() local
|
/libcore/ojluni/src/main/java/java/lang/ |
D | ThreadLocal.java | 363 private void setThreshold(int len) { in setThreshold() 370 private static int nextIndex(int i, int len) { in nextIndex() 377 private static int prevIndex(int i, int len) { in prevIndex() 402 int len = parentTable.length; in ThreadLocalMap() local 461 int len = tab.length; in getEntryAfterMiss() local 490 int len = tab.length; in set() local 522 int len = tab.length; in remove() local 554 int len = tab.length; in replaceStaleEntry() local 591 cleanSomeSlots(expungeStaleEntry(slotToExpunge), len); in replaceStaleEntry() local 609 cleanSomeSlots(expungeStaleEntry(slotToExpunge), len); in replaceStaleEntry() local [all …]
|
/libcore/ojluni/annotations/hiddenapi/java/util/zip/ |
D | Inflater.java | 42 public void setInput(byte[] b, int off, int len) { in setInput() 50 public void setDictionary(byte[] b, int off, int len) { in setDictionary() 74 public int inflate(byte[] b, int off, int len) throws java.util.zip.DataFormatException { in inflate() 124 private static native void setDictionary(long addr, byte[] b, int off, int len); in setDictionary() 126 private native int inflateBytes(long addr, byte[] b, int off, int len) in inflateBytes() 158 private int len; field in Inflater
|
D | Deflater.java | 45 public void setInput(byte[] b, int off, int len) { in setInput() 53 public void setDictionary(byte[] b, int off, int len) { in setDictionary() 81 public int deflate(byte[] b, int off, int len) { in deflate() 89 public int deflate(byte[] b, int off, int len, int flush) { in deflate() 131 private static native void setDictionary(long addr, byte[] b, int off, int len); in setDictionary() 133 private native int deflateBytes(long addr, byte[] b, int off, int len, int flush); in deflateBytes() 183 private int len; field in Deflater
|
D | Adler32.java | 41 public void update(byte[] b, int off, int len) { in update() 64 private static native int updateBytes(int adler, byte[] b, int off, int len); in updateBytes() 66 private static native int updateByteBuffer(int adler, long addr, int off, int len); in updateByteBuffer()
|
D | CRC32.java | 41 public void update(byte[] b, int off, int len) { in update() 64 private static native int updateBytes(int crc, byte[] b, int off, int len); in updateBytes() 66 private static native int updateByteBuffer(int adler, long addr, int off, int len); in updateByteBuffer()
|
/libcore/ojluni/src/main/java/java/security/ |
D | MessageDigestSpi.java | 94 protected abstract void engineUpdate(byte[] input, int offset, int len); in engineUpdate() 118 int len = input.remaining(); in engineUpdate() local 174 protected int engineDigest(byte[] buf, int offset, int len) in engineDigest()
|
/libcore/ojluni/src/main/java/java/io/ |
D | InputStream.java | 108 public int read(byte[] b, int off, int len) throws IOException { in nullInputStream() 124 public int readNBytes(byte[] b, int off, int len) in nullInputStream() 132 public byte[] readNBytes(int len) throws IOException { in nullInputStream() 278 public int read(byte b[], int off, int len) throws IOException { in read() 394 public byte[] readNBytes(int len) throws IOException { in readNBytes() 501 public int readNBytes(byte[] b, int off, int len) throws IOException { in readNBytes()
|
D | ByteArrayInputStream.java | 172 public synchronized int read(byte b[], int off, int len) { in read() 197 public int readNBytes(byte[] b, int off, int len) { in readNBytes() 203 int len = count - pos; in transferTo() local
|
D | FilterWriter.java | 82 public void write(char cbuf[], int off, int len) throws IOException { in write() 100 public void write(String str, int off, int len) throws IOException { in write()
|
/libcore/ojluni/src/main/native/ |
D | MappedByteBuffer.c | 42 jlong len, jlong numPages) in Java_java_nio_MappedByteBuffer_isLoaded0() 87 jlong len) in Java_java_nio_MappedByteBuffer_load0() 99 jlong address, jlong len) in Java_java_nio_MappedByteBuffer_force0()
|
D | DatagramDispatcher.c | 52 jobject fdo, jlong address, jint len) in Java_sun_nio_ch_DatagramDispatcher_read0() 69 jobject fdo, jlong address, jint len) in Java_sun_nio_ch_DatagramDispatcher_readv0() 99 jobject fdo, jlong address, jint len) in Java_sun_nio_ch_DatagramDispatcher_write0() 113 jobject fdo, jlong address, jint len) in Java_sun_nio_ch_DatagramDispatcher_writev0()
|
D | CRC32.c | 45 jarray b, jint off, jint len) in Java_java_util_zip_CRC32_updateBytes0() 56 ZIP_CRC32(jint crc, const jbyte *buf, jint len) in ZIP_CRC32() 63 jlong address, jint off, jint len) in Java_java_util_zip_CRC32_updateByteBuffer0()
|
/libcore/ojluni/src/main/java/java/net/ |
D | SocketOutputStream.java | 91 int len) throws IOException; in socketWrite0() 101 private void socketWrite(byte b[], int off, int len) throws IOException { in socketWrite() 155 public void write(byte b[], int off, int len) throws IOException { in write()
|
/libcore/ojluni/src/main/java/java/util/ |
D | Stack.java | 83 int len = size(); in pop() local 100 int len = size(); in peek() local
|