/libcore/benchmarks/src/benchmarks/ |
D | ArrayCopyBenchmark.java | 29 char[] dst = new char[8192]; in timeManualArrayCopy() local 39 char[] dst = new char[8192]; in time_System_arrayCopy() local 47 char[] dst = Arrays.copyOf(src, 8192); in time_Arrays_copyOf() local 54 char[] dst = Arrays.copyOfRange(src, 0, 8192); in time_Arrays_copyOfRange() local
|
D | SystemArrayCopyBenchmark.java | 32 char[] dst = new char[len]; in timeSystemCharArrayCopy() local 50 short[] dst = new short[len]; in timeSystemShortArrayCopy() local 59 int[] dst = new int[len]; in timeSystemIntArrayCopy() local 68 long[] dst = new long[len]; in timeSystemLongArrayCopy() local 77 float[] dst = new float[len]; in timeSystemFloatArrayCopy() local 86 double[] dst = new double[len]; in timeSystemDoubleArrayCopy() local
|
/libcore/benchmarks/src/benchmarks/regression/ |
D | ByteBufferBenchmark.java | 123 char[] dst = new char[1024]; in timeCharBuffer_getCharArray() local 154 double[] dst = new double[1024]; in timeDoubleBuffer_getDoubleArray() local 175 float[] dst = new float[1024]; in timeFloatBuffer_getFloatArray() local 196 int[] dst = new int[1024]; in timeIntBuffer_getIntArray() local 217 long[] dst = new long[1024]; in timeLongBuffer_getLongArray() local 238 short[] dst = new short[1024]; in timeShortBuffer_getShortArray() local 262 ByteBuffer dst = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); in timeByteBuffer_putByteArray() local 283 … CharBuffer dst = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType).asCharBuffer(); in timeCharBuffer_putCharArray() local 304 … DoubleBuffer dst = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType).asDoubleBuffer(); in timeDoubleBuffer_putDoubleArray() local 325 … FloatBuffer dst = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType).asFloatBuffer(); in timeFloatBuffer_putFloatArray() local [all …]
|
D | ByteBufferScalarVersusVectorBenchmark.java | 36 ByteBuffer dst = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); in timeManualByteBufferCopy() local
|
/libcore/luni/src/main/java/java/lang/ |
D | System.java | 176 Object dst, int dstPos, int length); in arraycopy() 190 public static void arraycopy(char[] src, int srcPos, char[] dst, int dstPos, int length) { in arraycopy() 229 char[] dst, int dstPos, int length); in arraycopyCharUnchecked() 243 public static void arraycopy(byte[] src, int srcPos, byte[] dst, int dstPos, int length) { in arraycopy() 282 byte[] dst, int dstPos, int length); in arraycopyByteUnchecked() 296 public static void arraycopy(short[] src, int srcPos, short[] dst, int dstPos, int length) { in arraycopy() 335 short[] dst, int dstPos, int length); in arraycopyShortUnchecked() 349 public static void arraycopy(int[] src, int srcPos, int[] dst, int dstPos, int length) { in arraycopy() 388 int[] dst, int dstPos, int length); in arraycopyIntUnchecked() 402 public static void arraycopy(long[] src, int srcPos, long[] dst, int dstPos, int length) { in arraycopy() [all …]
|
/libcore/luni/src/main/java/libcore/io/ |
D | BufferIterator.java | 40 public abstract void readByteArray(byte[] dst, int dstOffset, int byteCount); in readByteArray() 56 public abstract void readIntArray(int[] dst, int dstOffset, int intCount); in readIntArray()
|
D | Memory.java | 35 public static native void unsafeBulkGet(Object dst, int dstOffset, int byteCount, in unsafeBulkGet() 42 public static native void unsafeBulkPut(byte[] dst, int dstOffset, int byteCount, in unsafeBulkPut() 91 public static void pokeInt(byte[] dst, int offset, int value, ByteOrder order) { in pokeInt() 105 public static void pokeLong(byte[] dst, int offset, long value, ByteOrder order) { in pokeLong() 131 public static void pokeShort(byte[] dst, int offset, short value, ByteOrder order) { in pokeShort() 182 public static native void peekByteArray(long address, byte[] dst, int dstOffset, int byteCount); in peekByteArray() 183 …public static native void peekCharArray(long address, char[] dst, int dstOffset, int charCount, bo… in peekCharArray() 184 …public static native void peekDoubleArray(long address, double[] dst, int dstOffset, int doubleCou… in peekDoubleArray() 185 …public static native void peekFloatArray(long address, float[] dst, int dstOffset, int floatCount,… in peekFloatArray() 186 …public static native void peekIntArray(long address, int[] dst, int dstOffset, int intCount, boole… in peekIntArray() [all …]
|
D | NioBufferIterator.java | 48 public void readByteArray(byte[] dst, int dstOffset, int byteCount) { in readByteArray() 65 public void readIntArray(int[] dst, int dstOffset, int intCount) { in readIntArray()
|
D | HeapBufferIterator.java | 50 public void readByteArray(byte[] dst, int dstOffset, int byteCount) { in readByteArray() 67 public void readIntArray(int[] dst, int dstOffset, int intCount) { in readIntArray()
|
D | Streams.java | 59 public static void readFully(InputStream in, byte[] dst) throws IOException { in readFully() 69 …public static void readFully(InputStream in, byte[] dst, int offset, int byteCount) throws IOExcep… in readFully()
|
/libcore/dom/src/test/java/org/w3c/domts/ |
D | UserDataNotification.java | 26 private final Node dst; field in UserDataNotification 36 Node dst) { in UserDataNotification()
|
D | UserDataMonitor.java | 55 Node dst) { in handle()
|
/libcore/luni/src/main/native/ |
D | NetworkUtilities.cpp | 147 jbyte* dst = reinterpret_cast<jbyte*>(&sun.sun_path); in inetAddressToSockaddr() local 165 jbyte* dst = reinterpret_cast<jbyte*>(&sin6.sin6_addr.s6_addr); in inetAddressToSockaddr() local 180 jbyte* dst = reinterpret_cast<jbyte*>(&sin6.sin6_addr.s6_addr[12]); in inetAddressToSockaddr() local 192 jbyte* dst = reinterpret_cast<jbyte*>(&sin.sin_addr.s_addr); in inetAddressToSockaddr() local
|
D | libcore_io_Memory.cpp | 83 jint* dst = reinterpret_cast<jint*>(dstShorts); in swapShorts() local 125 jint* dst = reinterpret_cast<jint*>(dstLongs); in swapLongs() local 161 static void Memory_peekByteArray(JNIEnv* env, jclass, jlong srcAddress, jbyteArray dst, jint dstOff… in Memory_peekByteArray() 186 static void Memory_peekCharArray(JNIEnv* env, jclass, jlong srcAddress, jcharArray dst, jint dstOff… in Memory_peekCharArray() 190 static void Memory_peekDoubleArray(JNIEnv* env, jclass, jlong srcAddress, jdoubleArray dst, jint ds… in Memory_peekDoubleArray() 194 static void Memory_peekFloatArray(JNIEnv* env, jclass, jlong srcAddress, jfloatArray dst, jint dstO… in Memory_peekFloatArray() 198 static void Memory_peekIntArray(JNIEnv* env, jclass, jlong srcAddress, jintArray dst, jint dstOffse… in Memory_peekIntArray() 202 static void Memory_peekLongArray(JNIEnv* env, jclass, jlong srcAddress, jlongArray dst, jint dstOff… in Memory_peekLongArray() 206 static void Memory_peekShortArray(JNIEnv* env, jclass, jlong srcAddress, jshortArray dst, jint dstO… in Memory_peekShortArray() 290 jlong* dst = cast<jlong*>(dstAddress); in Memory_pokeLongNative() local [all …]
|
D | libcore_icu_NativeIDN.cpp | 40 UChar dst[256]; in NativeIDN_convertImpl() local
|
D | java_nio_charset_Charsets.cpp | 120 jchar* dst = &chars[0]; in Charsets_asciiBytesToChars() local 139 jchar* dst = &chars[0]; in Charsets_isoLatin1BytesToChars() local 163 jbyte* dst = &bytes[0]; in charsToBytes() local
|
D | libcore_icu_NativeNormalizer.cpp | 33 UnicodeString dst; in NativeNormalizer_normalizeImpl() local
|
/libcore/luni/src/main/java/java/io/ |
D | DataInput.java | 112 public abstract void readFully(byte[] dst) throws IOException; in readFully() 140 public abstract void readFully(byte[] dst, int offset, int byteCount) throws IOException; in readFully()
|
D | DataInputStream.java | 94 public final void readFully(byte[] dst) throws IOException { in readFully() 98 public final void readFully(byte[] dst, int offset, int byteCount) throws IOException { in readFully()
|
/libcore/luni/src/main/java/javax/net/ssl/ |
D | SSLEngine.java | 982 public abstract SSLEngineResult wrap(ByteBuffer[] srcs, int offset, int length, ByteBuffer dst) in wrap() 1005 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer dst) throws SSLException { in unwrap() 1057 public SSLEngineResult wrap(ByteBuffer[] srcs, ByteBuffer dst) throws SSLException { in wrap() 1084 public SSLEngineResult wrap(ByteBuffer src, ByteBuffer dst) throws SSLException { in wrap()
|
/libcore/luni/src/main/java/java/nio/ |
D | MemoryBlock.java | 205 public final void peekByteArray(int offset, byte[] dst, int dstOffset, int byteCount) { in peekByteArray() 209 …public final void peekCharArray(int offset, char[] dst, int dstOffset, int charCount, boolean swap… in peekCharArray() 213 …public final void peekDoubleArray(int offset, double[] dst, int dstOffset, int doubleCount, boolea… in peekDoubleArray() 217 …public final void peekFloatArray(int offset, float[] dst, int dstOffset, int floatCount, boolean s… in peekFloatArray() 221 … public final void peekIntArray(int offset, int[] dst, int dstOffset, int intCount, boolean swap) { in peekIntArray() 225 …public final void peekLongArray(int offset, long[] dst, int dstOffset, int longCount, boolean swap… in peekLongArray() 229 …public final void peekShortArray(int offset, short[] dst, int dstOffset, int shortCount, boolean s… in peekShortArray()
|
D | DirectByteBuffer.java | 111 @Override public final ByteBuffer get(byte[] dst, int dstOffset, int byteCount) { in get() 119 final void get(char[] dst, int dstOffset, int charCount) { in get() 126 final void get(double[] dst, int dstOffset, int doubleCount) { in get() 133 final void get(float[] dst, int dstOffset, int floatCount) { in get() 140 final void get(int[] dst, int dstOffset, int intCount) { in get() 147 final void get(long[] dst, int dstOffset, int longCount) { in get() 154 final void get(short[] dst, int dstOffset, int shortCount) { in get()
|
D | ByteArrayBuffer.java | 107 @Override public final ByteBuffer get(byte[] dst, int dstOffset, int byteCount) { in get() 114 final void get(char[] dst, int dstOffset, int charCount) { in get() 120 final void get(double[] dst, int dstOffset, int doubleCount) { in get() 126 final void get(float[] dst, int dstOffset, int floatCount) { in get() 132 final void get(int[] dst, int dstOffset, int intCount) { in get() 138 final void get(long[] dst, int dstOffset, int longCount) { in get() 144 final void get(short[] dst, int dstOffset, int shortCount) { in get()
|
/libcore/luni/src/main/java/org/w3c/dom/ |
D | UserDataHandler.java | 70 Node dst); in handle()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
D | DatagramChannelTest.java | 681 ByteBuffer dst = ByteBuffer.allocateDirect(CAPACITY_NORMAL) in testReceive_UnconnectedReadonly() local 698 ByteBuffer dst = ByteBuffer.allocateDirect(CAPACITY_NORMAL); in testReceive_UnconnectedBufEmpty() local 707 ByteBuffer dst = ByteBuffer.allocateDirect(CAPACITY_ZERO); in testReceive_UnboundBufZero() local 718 ByteBuffer dst = ByteBuffer.allocateDirect(CAPACITY_NORMAL); in testReceive_UnboundBufNotEmpty() local 732 ByteBuffer dst = ByteBuffer.allocateDirect(CAPACITY_ONE); in testReceive_UnboundBufFull() local 747 ByteBuffer dst = ByteBuffer.allocateDirect(CAPACITY_NORMAL); in testReceive_UnconnectedClose() local 779 ByteBuffer dst = ByteBuffer.allocateDirect(CAPACITY_NORMAL) in testReceive_UnconnectedCloseReadonly() local 846 ByteBuffer dst = allocateNonEmptyBuf(); in testReceive_NonBlockNoServerBufNotEmpty() local 857 ByteBuffer dst = allocateFullBuf(); in testReceive_NonBlockNoServerBufFull() local 921 ByteBuffer dst = ByteBuffer.allocateDirect(CAPACITY_NORMAL) in receiveNoServerReadonly() local [all …]
|