Searched defs:dstPos (Results 1 – 2 of 2) sorted by relevance
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | System.java | 81 private static void arraycopy(char[] src, int srcPos, char[] dst, int dstPos, int length) { in arraycopy() 86 char[] src, int srcPos, char[] dst, int dstPos, int length); in arraycopyCharUnchecked() 89 public static void arraycopy(byte[] src, int srcPos, byte[] dst, int dstPos, int length) { in arraycopy() 94 byte[] src, int srcPos, byte[] dst, int dstPos, int length); in arraycopyByteUnchecked() 97 private static void arraycopy(short[] src, int srcPos, short[] dst, int dstPos, int length) { in arraycopy() 102 short[] src, int srcPos, short[] dst, int dstPos, int length); in arraycopyShortUnchecked() 105 private static void arraycopy(int[] src, int srcPos, int[] dst, int dstPos, int length) { in arraycopy() 110 int[] src, int srcPos, int[] dst, int dstPos, int length); in arraycopyIntUnchecked() 113 private static void arraycopy(long[] src, int srcPos, long[] dst, int dstPos, int length) { in arraycopy() 118 long[] src, int srcPos, long[] dst, int dstPos, int length); in arraycopyLongUnchecked() [all …]
|
/libcore/ojluni/src/main/java/java/lang/ |
D | System.java | 467 private static void arraycopy(char[] src, int srcPos, char[] dst, int dstPos, int length) { in arraycopy() 507 char[] dst, int dstPos, int length); in arraycopyCharUnchecked() 522 private static void arraycopy(byte[] src, int srcPos, byte[] dst, int dstPos, int length) { in arraycopy() 562 byte[] dst, int dstPos, int length); in arraycopyByteUnchecked() 577 private static void arraycopy(short[] src, int srcPos, short[] dst, int dstPos, int length) { in arraycopy() 617 short[] dst, int dstPos, int length); in arraycopyShortUnchecked() 632 private static void arraycopy(int[] src, int srcPos, int[] dst, int dstPos, int length) { in arraycopy() 672 int[] dst, int dstPos, int length); in arraycopyIntUnchecked() 687 private static void arraycopy(long[] src, int srcPos, long[] dst, int dstPos, int length) { in arraycopy() 727 long[] dst, int dstPos, int length); in arraycopyLongUnchecked() [all …]
|