OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mHashes
(Results
1 - 12
of
12
) sorted by null
/frameworks/support/compat/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
...]
/frameworks/base/core/java/android/util/
ArrayMap.java
84
int[]
mHashes
;
97
int index = ContainerHelpers.binarySearch(
mHashes
, N, hash);
111
for (end = index + 1; end < N &&
mHashes
[end] == hash; end++) {
116
for (int i = index - 1; i >= 0 &&
mHashes
[i] == hash; i--) {
135
int index = ContainerHelpers.binarySearch(
mHashes
, N, 0);
149
for (end = index + 1; end < N &&
mHashes
[end] == 0; end++) {
154
for (int i = index - 1; i >= 0 &&
mHashes
[i] == 0; i--) {
166
if (
mHashes
== EMPTY_IMMUTABLE_INTS) {
175
mHashes
= (int[])array[1];
178
if (DEBUG) Log.d(TAG, "Retrieving 2x cache " +
mHashes
[
all
...]
ArraySet.java
73
int[]
mHashes
;
86
int index = ContainerHelpers.binarySearch(
mHashes
, N, hash);
100
for (end = index + 1; end < N &&
mHashes
[end] == hash; end++) {
105
for (int i = index - 1; i >= 0 &&
mHashes
[i] == hash; i--) {
124
int index = ContainerHelpers.binarySearch(
mHashes
, N, 0);
138
for (end = index + 1; end < N &&
mHashes
[end] == 0; end++) {
143
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
185
mHashes
= (int[]) array[1]
[
all
...]
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
SPVerifier.java
86
private final List<HashAlgAndValue>
mHashes
= new ArrayList<>();
102
mHashes
.add(new HashAlgAndValue(castObject(hash, Asn1Constructed.class)));
159
for (HashAlgAndValue hash :
mHashes
) {
178
", hashes=" +
mHashes
+
/developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar
/external/libgdx/backends/gdx-backend-android/libs/
support-v4-19.0.1.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 874 milliseconds