/frameworks/base/core/java/android/util/ |
ArrayMap.java | 305 final int[] ohashes = mHashes; local 309 System.arraycopy(ohashes, 0, mHashes, 0, mSize); 312 freeArrays(ohashes, oarray, mSize); 442 final int[] ohashes = mHashes; local 448 System.arraycopy(ohashes, 0, mHashes, 0, ohashes.length); 452 freeArrays(ohashes, oarray, mSize); 555 final int[] ohashes = mHashes; local 562 System.arraycopy(ohashes, 0, mHashes, 0, index); 568 System.arraycopy(ohashes, index + 1, mHashes, index, mSize - index) [all...] |
ArraySet.java | 273 final int[] ohashes = mHashes; local 277 System.arraycopy(ohashes, 0, mHashes, 0, mSize); 280 freeArrays(ohashes, oarray, mSize); 343 final int[] ohashes = mHashes; local 349 System.arraycopy(ohashes, 0, mHashes, 0, ohashes.length); 353 freeArrays(ohashes, oarray, mSize); 428 final int[] ohashes = mHashes; local 435 System.arraycopy(ohashes, 0, mHashes, 0, index); 441 System.arraycopy(ohashes, index + 1, mHashes, index, mSize - index) [all...] |
/frameworks/support/v4/java/android/support/v4/util/ |
SimpleArrayMap.java | 255 final int[] ohashes = mHashes; local 259 System.arraycopy(ohashes, 0, mHashes, 0, mSize); 262 freeArrays(ohashes, oarray, mSize); 387 final int[] ohashes = mHashes; local 393 System.arraycopy(ohashes, 0, mHashes, 0, ohashes.length); 397 freeArrays(ohashes, oarray, mSize); 472 final int[] ohashes = mHashes; local 479 System.arraycopy(ohashes, 0, mHashes, 0, index); 485 System.arraycopy(ohashes, index + 1, mHashes, index, mSize - index) [all...] |