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

  /frameworks/base/core/java/android/util/
ArraySet.java 74 int[] mHashes;
87 int index = ContainerHelpers.binarySearch(mHashes, N, hash);
101 for (end = index + 1; end < N && mHashes[end] == hash; end++) {
106 for (int i = index - 1; i >= 0 && mHashes[i] == hash; i--) {
125 int index = ContainerHelpers.binarySearch(mHashes, N, 0);
139 for (end = index + 1; end < N && mHashes[end] == 0; end++) {
144 for (int i = index - 1; i >= 0 && mHashes[i] == 0; i--) {
162 mHashes = (int[])array[1];
165 if (DEBUG) Log.d(TAG, "Retrieving 2x cache " + mHashes
176 mHashes = (int[])array[1]
    [all...]
ArrayMap.java 83 int[] mHashes;
96 int index = ContainerHelpers.binarySearch(mHashes, N, hash);
110 for (end = index + 1; end < N && mHashes[end] == hash; end++) {
115 for (int i = index - 1; i >= 0 && mHashes[i] == hash; i--) {
134 int index = ContainerHelpers.binarySearch(mHashes, N, 0);
148 for (end = index + 1; end < N && mHashes[end] == 0; end++) {
153 for (int i = index - 1; i >= 0 && mHashes[i] == 0; i--) {
165 if (mHashes == EMPTY_IMMUTABLE_INTS) {
174 mHashes = (int[])array[1];
177 if (DEBUG) Log.d(TAG, "Retrieving 2x cache " + mHashes
    [all...]
  /frameworks/support/v4/java/android/support/v4/util/
SimpleArrayMap.java 57 int[] mHashes;
69 int index = ContainerHelpers.binarySearch(mHashes, N, hash);
83 for (end = index + 1; end < N && mHashes[end] == hash; end++) {
88 for (int i = index - 1; i >= 0 && mHashes[i] == hash; i--) {
107 int index = ContainerHelpers.binarySearch(mHashes, N, 0);
121 for (end = index + 1; end < N && mHashes[end] == 0; end++) {
126 for (int i = index - 1; i >= 0 && mHashes[i] == 0; i--) {
144 mHashes = (int[])array[1];
147 if (DEBUG) Log.d(TAG, "Retrieving 2x cache " + mHashes
158 mHashes = (int[])array[1]
    [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 927 milliseconds