OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crc64Long
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/data/
ImageCacheService.java
60
long cacheKey = Utils.
crc64Long
(key);
82
long cacheKey = Utils.
crc64Long
(key);
97
long cacheKey = Utils.
crc64Long
(key);
DownloadCache.java
90
long hash = Utils.
crc64Long
(stringUrl);
193
String hashCode = String.valueOf(Utils.
crc64Long
(url));
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
Utils.java
135
public static final long
crc64Long
(String in) {
139
return
crc64Long
(getBytes(in));
155
public static final long
crc64Long
(byte[] buffer) {
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Utils.java
135
public static final long
crc64Long
(String in) {
139
return
crc64Long
(getBytes(in));
155
public static final long
crc64Long
(byte[] buffer) {
FileCache.java
105
entry.hashCode = Utils.
crc64Long
(downloadUrl);
166
long hash = Utils.
crc64Long
(downloadUrl);
Completed in 586 milliseconds