OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:crc64Long
(Results
1 - 5
of
5
) 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) {
/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) {
/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 57 milliseconds