OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hash32
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/autofill/
autofill_field.cc
18
uint32
hash32
= ((hash_bin[0] & 0xFF) << 24) |
local
23
return base::UintToString(
hash32
);
/external/chromium_org/components/autofill/core/browser/
autofill_field.cc
303
uint32
hash32
= ((hash_bin[0] & 0xFF) << 24) |
local
308
return base::UintToString(
hash32
);
/external/guava/guava-tests/test/com/google/common/hash/
HashingTest.java
132
HashCode
hash32
= HashCodes.fromInt(32);
local
133
assertEquals(
hash32
, Hashing.combineOrdered(ImmutableList.of(
hash32
)));
135
Hashing.combineOrdered(ImmutableList.of(
hash32
,
hash32
)));
137
Hashing.combineOrdered(ImmutableList.of(
hash32
,
hash32
,
hash32
)));
139
Hashing.combineOrdered(ImmutableList.of(hash31,
hash32
)).equals(
140
Hashing.combineOrdered(ImmutableList.of(
hash32
, hash31))))
182
HashCode
hash32
= HashCodes.fromInt(32);
local
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar
Completed in 42 milliseconds