OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crc64Long
(Results
1 - 8
of
8
) sorted by null
/packages/apps/Mms/src/com/android/mms/util/
ImageCacheService.java
59
long cacheKey =
crc64Long
(key);
78
long cacheKey =
crc64Long
(key);
118
public static final long
crc64Long
(String in) {
122
return
crc64Long
(getBytes(in));
138
public static final long
crc64Long
(byte[] buffer) {
/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/Camera2/src/com/android/camera/crop/
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);
/packages/apps/Launcher3/WallpaperPicker/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) {
Completed in 1031 milliseconds