Searched defs:dstPos (Results 1 – 3 of 3) sorted by relevance
/aosp12/art/runtime/native/ |
H A D | java_lang_System.cc | 51 jint dstPos, jint length) { in System_arraycopy() 176 jobject javaDst, jint dstPos, jint count) { in System_arraycopyTUnchecked() 190 jcharArray javaDst, jint dstPos, jint count) { in System_arraycopyCharUnchecked() 196 jbyteArray javaDst, jint dstPos, jint count) { in System_arraycopyByteUnchecked() 202 jshortArray javaDst, jint dstPos, jint count) { in System_arraycopyShortUnchecked() 208 jintArray javaDst, jint dstPos, jint count) { in System_arraycopyIntUnchecked() 214 jlongArray javaDst, jint dstPos, jint count) { in System_arraycopyLongUnchecked() 220 jfloatArray javaDst, jint dstPos, jint count) { in System_arraycopyFloatUnchecked() 226 jdoubleArray javaDst, jint dstPos, jint count) { in System_arraycopyDoubleUnchecked() 236 jint dstPos, in System_arraycopyBooleanUnchecked()
|
/aosp12/art/test/011-array-copy/src/ |
H A D | Main.java | 82 static void makeCopies(int srcPos, int dstPos, int length) { in makeCopies()
|
/aosp12/frameworks/base/core/java/android/net/ |
H A D | NetworkStatsHistory.java | 459 final int dstPos = index + 1; in insertBucket() local
|