OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cacheKey
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/data/
ImageCacheService.java
57
long
cacheKey
= Utils.crc64Long(key);
61
value = mCache.lookup(
cacheKey
);
76
long
cacheKey
= Utils.crc64Long(key);
82
mCache.insert(
cacheKey
, buffer.array());
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
ResourceHelper.java
263
boolean isFramework, String
cacheKey
, BridgeContext context) throws IOException {
265
NinePatchChunk chunk = Bridge.getCached9Patch(
cacheKey
,
267
Bitmap bitmap = Bridge.getCachedBitmap(
cacheKey
,
279
Bridge.setCached9Patch(
cacheKey
, chunk,
288
Bridge.setCachedBitmap(
cacheKey
, bitmap,
/external/icu4c/i18n/unicode/
colldata.h
425
CollData(UCollator *collator, char *
cacheKey
, int32_t cachekeyLength, UErrorCode &status);
/libcore/luni/src/main/java/java/util/
ResourceBundle.java
301
Object
cacheKey
= loader != null ? loader : "null";
302
Hashtable<String, ResourceBundle> loaderCache = getLoaderCache(
cacheKey
);
481
Object
cacheKey
= loader != null ? loader : "null";
482
Hashtable<String, ResourceBundle> loaderCache = getLoaderCache(
cacheKey
);
551
private static Hashtable<String, ResourceBundle> getLoaderCache(Object
cacheKey
) {
553
Hashtable<String, ResourceBundle> loaderCache = cache.get(
cacheKey
);
556
cache.put(
cacheKey
, loaderCache);
[
all
...]
/external/webkit/Source/WebCore/bindings/js/
JSDOMBinding.cpp
177
StringImpl*
cacheKey
= static_cast<StringImpl*>(context);
178
cacheKey
->deref();
/external/icu4c/i18n/
colldata.cpp
638
CollData::CollData(UCollator *collator, char *
cacheKey
, int32_t cacheKeyLength, UErrorCode &status)
688
ARRAY_COPY(key,
cacheKey
, cacheKeyLength);
/prebuilt/common/ant/
ant.jar
Completed in 2551 milliseconds