HomeSort by relevance Sort by last modified time
    Searched refs:ohashes (Results 1 - 10 of 10) sorted by null

  /frameworks/base/core/java/android/util/
ArraySet.java 282 final int[] ohashes = mHashes; local
286 System.arraycopy(ohashes, 0, mHashes, 0, mSize);
289 freeArrays(ohashes, oarray, mSize);
362 final int[] ohashes = mHashes; local
368 System.arraycopy(ohashes, 0, mHashes, 0, ohashes.length);
372 freeArrays(ohashes, oarray, mSize);
447 final int[] ohashes = mHashes; local
454 System.arraycopy(ohashes, 0, mHashes, 0, index);
460 System.arraycopy(ohashes, index + 1, mHashes, index, mSize - index)
    [all...]
ArrayMap.java 310 final int[] ohashes = mHashes; local
314 System.arraycopy(ohashes, 0, mHashes, 0, mSize);
317 freeArrays(ohashes, oarray, mSize);
457 final int[] ohashes = mHashes; local
463 System.arraycopy(ohashes, 0, mHashes, 0, ohashes.length);
467 freeArrays(ohashes, oarray, mSize);
608 final int[] ohashes = mHashes; local
615 System.arraycopy(ohashes, 0, mHashes, 0, index);
621 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);
397 final int[] ohashes = mHashes; local
403 System.arraycopy(ohashes, 0, mHashes, 0, ohashes.length);
407 freeArrays(ohashes, oarray, mSize);
482 final int[] ohashes = mHashes; local
489 System.arraycopy(ohashes, 0, mHashes, 0, index);
495 System.arraycopy(ohashes, index + 1, mHashes, index, mSize - index)
    [all...]
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.1/
support-v4-19.0.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.1.0/
support-v4-19.1.0.jar 
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 855 milliseconds