| /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 = SizeOf.INT * 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 | 35 public abstract void skip(int byteCount); in skip() 48 public abstract void readByteArray(byte[] dst, int dstOffset, int byteCount); in readByteArray()
|
| D | Linux.java | 118 public native void mincore(long address, long byteCount, byte[] vector) throws ErrnoException; in mincore() 121 public native void mlock(long address, long byteCount) throws ErrnoException; in mlock() 122 …public native long mmap(long address, long byteCount, int prot, int flags, FileDescriptor fd, long… in mmap() 123 public native void msync(long address, long byteCount, int flags) throws ErrnoException; in msync() 124 public native void munlock(long address, long byteCount) throws ErrnoException; in munlock() 125 public native void munmap(long address, long byteCount) throws ErrnoException; in munmap() 144 …public int pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thro… in pread() 148 …private native int preadBytes(FileDescriptor fd, Object buffer, int bufferOffset, int byteCount, l… in preadBytes() 162 …public int pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thr… in pwrite() 166 …e int pwriteBytes(FileDescriptor fd, Object buffer, int bufferOffset, int byteCount, long offset) … in pwriteBytes() [all …]
|
| D | BlockGuardOs.java | 229 …@Override public int pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long of… in pread() 239 …@Override public int pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long o… in pwrite() 249 …@Override public int read(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount) throws E… in read() 274 …@Override public int recvfrom(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, int … in recvfrom() 289 …ile(FileDescriptor outFd, FileDescriptor inFd, MutableLong inOffset, long byteCount) throws ErrnoE… in sendfile() 299 …@Override public int sendto(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, int fl… in sendto() 343 …@Override public int write(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount) throws … in write() 369 @Override public void msync(long address, long byteCount, int flags) throws ErrnoException { in msync() 387 @Override public int sendto(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, in sendto()
|
| D | Os.java | 113 public void mincore(long address, long byteCount, byte[] vector) throws ErrnoException; in mincore() 116 public void mlock(long address, long byteCount) throws ErrnoException; in mlock() 117 …public long mmap(long address, long byteCount, int prot, int flags, FileDescriptor fd, long offset… in mmap() 118 public void msync(long address, long byteCount, int flags) throws ErrnoException; in msync() 119 public void munlock(long address, long byteCount) throws ErrnoException; in munlock() 120 public void munmap(long address, long byteCount) throws ErrnoException; in munmap() 128 …public int pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thro… in pread() 130 …public int pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thr… in pwrite() 132 …public int read(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount) throws ErrnoExcept… in read() 137 …public int recvfrom(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, int flags, Ine… in recvfrom() [all …]
|
| D | ForwardingOs.java | 127 …public void mincore(long address, long byteCount, byte[] vector) throws ErrnoException { os.mincor… in mincore() 130 …public void mlock(long address, long byteCount) throws ErrnoException { os.mlock(address, byteCoun… in mlock() 131 …public long mmap(long address, long byteCount, int prot, int flags, FileDescriptor fd, long offset… in mmap() 132 …public void msync(long address, long byteCount, int flags) throws ErrnoException { os.msync(addres… in msync() 133 …public void munlock(long address, long byteCount) throws ErrnoException { os.munlock(address, byte… in munlock() 134 …public void munmap(long address, long byteCount) throws ErrnoException { os.munmap(address, byteCo… in munmap() 141 …public int pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thro… in pread() 143 …public int pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) thr… in pwrite() 145 …public int read(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount) throws ErrnoExcept… in read() 150 …public int recvfrom(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, int flags, Ine… in recvfrom() [all …]
|
| D | Streams.java | 69 …public static void readFully(InputStream in, byte[] dst, int offset, int byteCount) throws IOExcep… in readFully() 149 public static long skipByReading(InputStream in, long byteCount) throws IOException { in skipByReading()
|
| D | IoBridge.java | 522 …public static int read(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount) throws IOEx… in read() 546 …public static void write(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount) throws IO… in write() 562 …public static int sendto(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, int flags… in sendto() 606 …from(boolean isRead, FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, int flags, Da… in recvfrom() 630 … postRecvfrom(boolean isRead, DatagramPacket packet, InetSocketAddress srcAddress, int byteCount) { in postRecvfrom()
|
| D | Memory.java | 36 public static native void unsafeBulkGet(Object dst, int dstOffset, int byteCount, in unsafeBulkGet() 43 public static native void unsafeBulkPut(byte[] dst, int dstOffset, int byteCount, in unsafeBulkPut() 152 …ive void memmove(Object dstObject, int dstOffset, Object srcObject, int srcOffset, long byteCount); in memmove() 187 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() 69 … public static String newStringFromBytes(byte[] data, int offset, int byteCount, Charset charset) { in newStringFromBytes()
|
| /libcore/luni/src/main/java/android/system/ |
| D | Os.java | 314 …public static void mincore(long address, long byteCount, byte[] vector) throws ErrnoException { Li… in mincore() 329 …public static void mlock(long address, long byteCount) throws ErrnoException { Libcore.os.mlock(ad… in mlock() 334 …public static long mmap(long address, long byteCount, int prot, int flags, FileDescriptor fd, long… in mmap() 339 …public static void msync(long address, long byteCount, int flags) throws ErrnoException { Libcore.… in msync() 344 …public static void munlock(long address, long byteCount) throws ErrnoException { Libcore.os.munloc… in munlock() 349 …public static void munmap(long address, long byteCount) throws ErrnoException { Libcore.os.munmap(… in munmap() 390 …public static int pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offse… in pread() 400 …public static int pwrite(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offs… in pwrite() 410 …public static int read(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount) throws Errn… in read() 430 …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
|
| /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/java/org/apache/harmony/security/provider/crypto/ |
| D | SHA1PRNG_SecureRandomImpl.java | 547 private static byte[] getRandomBytes(int byteCount) { in getRandomBytes()
|
| /libcore/luni/src/main/native/ |
| D | libcore_io_Memory.cpp | 110 …kByteArray(JNIEnv* env, jclass, jlong srcAddress, jbyteArray dst, jint dstOffset, jint byteCount) { in Memory_peekByteArray() 235 static void unsafeBulkCopy(jbyte* dst, const jbyte* src, jint byteCount, in unsafeBulkCopy() 258 jint byteCount, jbyteArray srcArray, jint srcOffset, jint sizeofElement, jboolean swap) { in Memory_unsafeBulkGet() 275 jint byteCount, jobject srcObject, jint srcOffset, jint sizeofElement, jboolean swap) { in Memory_unsafeBulkPut()
|
| D | libcore_io_Linux.cpp | 689 socklen_t byteCount = sizeof(ss); in doGetSockName() local 1689 static void Linux_mincore(JNIEnv* env, jobject, jlong address, jlong byteCount, jbyteArray javaVect… in Linux_mincore() 1715 static void Linux_mlock(JNIEnv* env, jobject, jlong address, jlong byteCount) { in Linux_mlock() 1720 static jlong Linux_mmap(JNIEnv* env, jobject, jlong address, jlong byteCount, jint prot, jint flags… in Linux_mmap() 1730 static void Linux_msync(JNIEnv* env, jobject, jlong address, jlong byteCount, jint flags) { in Linux_msync() 1735 static void Linux_munlock(JNIEnv* env, jobject, jlong address, jlong byteCount) { in Linux_munlock() 1740 static void Linux_munmap(JNIEnv* env, jobject, jlong address, jlong byteCount) { in Linux_munmap() 1875 …v* env, jobject, jobject javaFd, jobject javaBytes, jint byteOffset, jint byteCount, jlong offset)… in Linux_preadBytes() 1883 …env, jobject, jobject javaFd, jbyteArray javaBytes, jint byteOffset, jint byteCount, jlong offset)… in Linux_pwriteBytes() 1891 …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/util/ |
| D | ZoneInfoTest.java | 592 public void skip(int byteCount) { in skip() 602 public void readByteArray(byte[] dst, int dstOffset, int byteCount) { in readByteArray()
|
| /libcore/luni/src/test/java/libcore/io/ |
| D | MemoryMappedFileTest.java | 528 BufferIterator iterator, byte[] underlyingData, int byteCount) { in assertReadByteArraySucceeds() 653 private static byte[] createBytes(int byteCount) { in createBytes()
|
| /libcore/luni/src/test/java/libcore/javax/crypto/ |
| D | CipherInputStreamTest.java | 96 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read()
|