/libcore/luni/src/main/java/libcore/io/ |
D | NioBufferIterator.java | 57 public void skip(int byteCount) { in skip() 66 public void readByteArray(byte[] dst, int dstOffset, int byteCount) { in readByteArray() 93 final int byteCount = Integer.BYTES * intCount; in readIntArray() local 107 private static void checkReadBounds(int position, int length, int byteCount) { in checkReadBounds()
|
D | IoTracker.java | 31 public void trackIo(int byteCount) { in trackIo() 40 public void trackIo(int byteCount, Mode mode) { in trackIo()
|
D | BufferIterator.java | 39 public abstract void skip(int byteCount); in skip() 53 public abstract void readByteArray(byte[] dst, int dstOffset, int byteCount); in readByteArray()
|
D | Linux.java | 126 public native void mincore(long address, long byteCount, byte[] vector) throws ErrnoException; in mincore() 129 public native void mlock(long address, long byteCount) throws ErrnoException; in mlock() 130 …public native long mmap(long address, long byteCount, int prot, int flags, FileDescriptor fd, long… in mmap() 131 public native void msync(long address, long byteCount, int flags) throws ErrnoException; in msync() 132 public native void munlock(long address, long byteCount) throws ErrnoException; in munlock() 133 public native void munmap(long address, long byteCount) throws ErrnoException; in munmap() 152 …public int pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thro… in pread() 156 …private native int preadBytes(FileDescriptor fd, Object buffer, int bufferOffset, int byteCount, l… in preadBytes() 170 …public int pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thr… in pwrite() 174 …e int pwriteBytes(FileDescriptor fd, Object buffer, int bufferOffset, int byteCount, long offset) … in pwriteBytes() [all …]
|
D | BlockGuardOs.java | 277 …@Override public int pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long of… in pread() 289 …@Override public int pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long o… in pwrite() 301 …@Override public int read(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount) throws E… in read() 331 …@Override public int recvfrom(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, int … in recvfrom() 351 …sendfile(FileDescriptor outFd, FileDescriptor inFd, Int64Ref offset, long byteCount) throws ErrnoE… in sendfile() 361 …@Override public int sendto(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, int fl… in sendto() 414 …@Override public int write(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount) throws … in write() 444 @Override public void msync(long address, long byteCount, int flags) throws ErrnoException { in msync() 464 @Override public int sendto(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, in sendto()
|
D | Streams.java | 79 …public static void readFully(InputStream in, byte[] dst, int offset, int byteCount) throws IOExcep… in readFully() 165 public static long skipByReading(InputStream in, long byteCount) throws IOException { in skipByReading()
|
D | Os.java | 128 public void mincore(long address, long byteCount, byte[] vector) throws ErrnoException; in mincore() 131 public void mlock(long address, long byteCount) throws ErrnoException; in mlock() 133 …public long mmap(long address, long byteCount, int prot, int flags, FileDescriptor fd, long offset… in mmap() 134 public void msync(long address, long byteCount, int flags) throws ErrnoException; in msync() 135 public void munlock(long address, long byteCount) throws ErrnoException; in munlock() 137 public void munmap(long address, long byteCount) throws ErrnoException; in munmap() 146 …public int pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thro… in pread() 148 …public int pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thr… in pwrite() 151 …public int read(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount) throws ErrnoExcept… in read() 156 …public int recvfrom(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, int flags, Ine… in recvfrom() [all …]
|
D | ForwardingOs.java | 155 …public void mincore(long address, long byteCount, byte[] vector) throws ErrnoException { os.mincor… in mincore() 160 …public void mlock(long address, long byteCount) throws ErrnoException { os.mlock(address, byteCoun… in mlock() 161 …public long mmap(long address, long byteCount, int prot, int flags, FileDescriptor fd, long offset… in mmap() 162 …public void msync(long address, long byteCount, int flags) throws ErrnoException { os.msync(addres… in msync() 163 …public void munlock(long address, long byteCount) throws ErrnoException { os.munlock(address, byte… in munlock() 164 …public void munmap(long address, long byteCount) throws ErrnoException { os.munmap(address, byteCo… in munmap() 173 …public int pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thro… in pread() 175 …public int pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thr… in pwrite() 177 …public int read(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount) throws ErrnoExcept… in read() 183 …public int recvfrom(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, int flags, Ine… in recvfrom() [all …]
|
D | IoBridge.java | 507 …public static int read(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount) throws IOEx… in read() 532 …public static void write(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount) throws IO… in write() 549 …public static int sendto(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, int flags… in sendto() 594 …from(boolean isRead, FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, int flags, Da… in recvfrom() 618 … postRecvfrom(boolean isRead, DatagramPacket packet, InetSocketAddress srcAddress, int byteCount) { in postRecvfrom()
|
D | Memory.java | 40 public static native void unsafeBulkGet(Object dst, int dstOffset, int byteCount, in unsafeBulkGet() 47 public static native void unsafeBulkPut(byte[] dst, int dstOffset, int byteCount, in unsafeBulkPut() 162 …ive void memmove(Object dstObject, int dstOffset, Object srcObject, int srcOffset, long byteCount); in memmove() 201 public static native void peekByteArray(long address, byte[] dst, int dstOffset, int byteCount); in peekByteArray()
|
/libcore/libart/src/main/java/java/lang/ |
D | StringFactory.java | 53 public static String newStringFromBytes(byte[] data, int offset, int byteCount) { in newStringFromBytes() 58 … public static native String newStringFromBytes(byte[] data, int high, int offset, int byteCount); in newStringFromBytes() 60 …public static String newStringFromBytes(byte[] data, int offset, int byteCount, String charsetName… in newStringFromBytes() 77 … public static String newStringFromBytes(byte[] data, int offset, int byteCount, Charset charset) { in newStringFromBytes()
|
/libcore/luni/src/main/java/android/system/ |
D | Os.java | 370 …public static void mincore(long address, long byteCount, byte[] vector) throws ErrnoException { Li… in mincore() 385 …public static void mlock(long address, long byteCount) throws ErrnoException { Libcore.os.mlock(ad… in mlock() 390 …public static long mmap(long address, long byteCount, int prot, int flags, FileDescriptor fd, long… in mmap() 395 …public static void msync(long address, long byteCount, int flags) throws ErrnoException { Libcore.… in msync() 400 …public static void munlock(long address, long byteCount) throws ErrnoException { Libcore.os.munloc… in munlock() 405 …public static void munmap(long address, long byteCount) throws ErrnoException { Libcore.os.munmap(… in munmap() 448 …public static int pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offse… in pread() 458 …public static int pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offs… in pwrite() 468 …public static int read(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount) throws Errn… in read() 495 …public static int recvfrom(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, int fla… in recvfrom() [all …]
|
/libcore/benchmarks/src/benchmarks/ |
D | ZipFileBenchmark.java | 70 int byteCount = (int) Math.min(writeBuffer.length, entrySize - i); in writeEntries() local
|
D | ZipFileReadBenchmark.java | 63 int byteCount = (int) Math.min(writeBuffer.length, entrySize - i); in writeEntries() local
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
D | DeflaterOutputStreamTest.java | 110 public int deflate(byte[] buf, int offset, int byteCount) { in deflate()
|
D | InflaterTest.java | 121 int byteCount = deflater.deflate(buf); in deflate() local
|
/libcore/luni/src/test/etc/loading-test-jar/ |
D | TestMethods.java | 71 int byteCount = in.read(buffer); in readFully() local
|
/libcore/support/src/test/java/tests/support/ |
D | Support_TestWebData.java | 47 private static byte[] newBinaryFile(int byteCount) { in newBinaryFile()
|
/libcore/luni/src/main/native/ |
D | libcore_io_Memory.cpp | 111 …kByteArray(JNIEnv* env, jclass, jlong srcAddress, jbyteArray dst, jint dstOffset, jint byteCount) { in Memory_peekByteArray() 236 static void unsafeBulkCopy(jbyte* dst, const jbyte* src, jint byteCount, in unsafeBulkCopy() 259 jint byteCount, jbyteArray srcArray, jint srcOffset, jint sizeofElement, jboolean swap) { in Memory_unsafeBulkGet() 276 jint byteCount, jobject srcObject, jint srcOffset, jint sizeofElement, jboolean swap) { in Memory_unsafeBulkPut()
|
D | libcore_io_Linux.cpp | 762 socklen_t byteCount = sizeof(ss); in doGetSockName() local 1866 static void Linux_mincore(JNIEnv* env, jobject, jlong address, jlong byteCount, jbyteArray javaVect… in Linux_mincore() 1892 static void Linux_mlock(JNIEnv* env, jobject, jlong address, jlong byteCount) { in Linux_mlock() 1897 static jlong Linux_mmap(JNIEnv* env, jobject, jlong address, jlong byteCount, jint prot, jint flags… in Linux_mmap() 1907 static void Linux_msync(JNIEnv* env, jobject, jlong address, jlong byteCount, jint flags) { in Linux_msync() 1912 static void Linux_munlock(JNIEnv* env, jobject, jlong address, jlong byteCount) { in Linux_munlock() 1917 static void Linux_munmap(JNIEnv* env, jobject, jlong address, jlong byteCount) { in Linux_munmap() 2055 …v* env, jobject, jobject javaFd, jobject javaBytes, jint byteOffset, jint byteCount, jlong offset)… in Linux_preadBytes() 2063 …v* env, jobject, jobject javaFd, jobject javaBytes, jint byteOffset, jint byteCount, jlong offset)… in Linux_pwriteBytes() 2071 …adBytes(JNIEnv* env, jobject, jobject javaFd, jobject javaBytes, jint byteOffset, jint byteCount) { in Linux_readBytes() [all …]
|
D | org_apache_harmony_xml_ExpatParser.cpp | 431 static size_t fillBuffer(ParsingContext* parsingContext, const char* utf8, int byteCount) { in fillBuffer() 1021 const char* bytes, size_t byteOffset, size_t byteCount, jboolean isFinal) { in append() 1034 jbyteArray xml, jint byteOffset, jint byteCount) { in ExpatParser_appendBytes() 1053 size_t byteCount = 2 * charCount; in ExpatParser_appendChars() local 1063 size_t byteCount = 2 * xml.size(); in ExpatParser_appendString() local
|
/libcore/dom/src/test/java/org/w3c/domts/ |
D | DOMTest.java | 230 int byteCount = bytes.length() / 2; in createStream() local
|
/libcore/luni/src/test/java/libcore/libcore/io/ |
D | MemoryMappedFileTest.java | 531 BufferIterator iterator, byte[] underlyingData, int byteCount) { in assertReadByteArraySucceeds() 656 private static byte[] createBytes(int byteCount) { in createBytes()
|
/libcore/luni/src/test/java/libcore/libcore/util/ |
D | ZoneInfoTest.java | 775 public void skip(int byteCount) { in skip() 785 public void readByteArray(byte[] dst, int dstOffset, int byteCount) { in readByteArray()
|
/libcore/ojluni/src/main/native/ |
D | Character.cpp | 158 int32_t byteCount = u_charName(codePoint, nameType, &buf[0], sizeof(buf), &status); in Character_getNameImpl() local
|