/frameworks/base/core/tests/coretests/src/android/util/ |
D | LruCacheTest.java | 34 LruCache<String, String> cache = new LruCache<String, String>(3); in testStatistics() local 83 LruCache<String, String> cache = newCreatingCache(); in testStatisticsWithCreate() local 107 LruCache<String, String> cache = newCreatingCache(); in testCreateOnCacheMiss() local 113 LruCache<String, String> cache = newCreatingCache(); in testNoCreateOnCacheHit() local 127 LruCache<String, String> cache = new LruCache<String, String>(3); in testCannotPutNullKey() local 136 LruCache<String, String> cache = new LruCache<String, String>(3); in testCannotPutNullValue() local 145 LruCache<String, String> cache = new LruCache<String, String>(3); in testToString() local 163 LruCache<String, String> cache = new LruCache<String, String>(1); in testEvictionWithSingletonCache() local 171 LruCache<String, String> cache = newRemovalLogCache(log); in testEntryEvictedWhenFull() local 188 LruCache<String, String> cache = newRemovalLogCache(log); in testPutCauseEviction() local [all …]
|
/frameworks/base/core/tests/coretests/src/android/net/http/ |
D | HttpResponseCacheTest.java | 87 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testCloseCloses() local 97 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testCloseUninstalls() local 103 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testDeleteUninstalls() local 113 HttpResponseCache cache = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testStatisticsTracking() local
|
/frameworks/base/core/java/android/net/ |
D | SSLSessionCache.java | 57 public static void install(SSLSessionCache cache, SSLContext context) { in install() 74 public SSLSessionCache(Object cache) { in SSLSessionCache() 98 SSLClientSessionCache cache = null; in SSLSessionCache() local
|
D | SSLCertificateSocketFactory.java | 103 int handshakeTimeoutMillis, SSLSessionCache cache, boolean secure) { in SSLCertificateSocketFactory() 129 public static SSLSocketFactory getDefault(int handshakeTimeoutMillis, SSLSessionCache cache) { in getDefault() 145 public static SSLSocketFactory getInsecure(int handshakeTimeoutMillis, SSLSessionCache cache) { in getInsecure() 165 int handshakeTimeoutMillis, SSLSessionCache cache) { in getHttpSocketFactory()
|
/frameworks/volley/src/com/android/volley/ |
D | RequestQueue.java | 97 public RequestQueue(Cache cache, Network network, int threadPoolSize, in RequestQueue() 112 public RequestQueue(Cache cache, Network network, int threadPoolSize) { in RequestQueue() 123 public RequestQueue(Cache cache, Network network) { in RequestQueue()
|
D | CacheDispatcher.java | 62 Cache cache, ResponseDelivery delivery) { in CacheDispatcher()
|
D | NetworkDispatcher.java | 56 Network network, Cache cache, in NetworkDispatcher()
|
/frameworks/native/cmds/installd/ |
D | utils.c | 488 cache_t* cache = (cache_t*)calloc(1, sizeof(cache_t)); in start_cache_collection() local 494 static void* _cache_malloc(cache_t* cache, size_t len) in _cache_malloc() 536 static void* _cache_realloc(cache_t* cache, void* cur, size_t origLen, size_t len) in _cache_realloc() 546 static void _inc_num_cache_collected(cache_t* cache) in _inc_num_cache_collected() 555 static cache_dir_t* _add_cache_dir_t(cache_t* cache, cache_dir_t* parent, const char *name) in _add_cache_dir_t() 588 static cache_file_t* _add_cache_file_t(cache_t* cache, cache_dir_t* dir, time_t modTime, in _add_cache_file_t() 620 static int _add_cache_files(cache_t *cache, cache_dir_t *parentDir, const char *dirName, in _add_cache_files() 733 void add_cache_files(cache_t* cache, const char *basepath, const char *cachedir) in add_cache_files() 839 void clear_cache_files(cache_t* cache, int64_t free_size) in clear_cache_files() 882 void finish_cache_collection(cache_t* cache) in finish_cache_collection()
|
/frameworks/base/libs/hwui/font/ |
D | FontUtil.h | 43 #define GET_METRICS(cache, glyph) cache->getGlyphIDMetrics(glyph) argument 56 #define GET_METRICS(cache, glyph) cache->getUnicharMetrics(glyph) argument
|
/frameworks/base/tools/layoutlib/bridge/src/android/os/ |
D | ServiceManager.java | 69 public static void initServiceCache(Map<String, IBinder> cache) { in initServiceCache()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | BigCacheTest.java | 72 final Bitmap[] cache = new Bitmap[1]; in createCacheForView() local
|
D | ZeroSizedTest.java | 90 final Bitmap[] cache = new Bitmap[1]; in createCacheForView() local
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsProvider.java | 523 private void fullyPopulateCache(DatabaseHelper dbHelper, String table, SettingsCache cache) { in fullyPopulateCache() 652 SettingsCache cache = cacheForTable(callingUser, tableName); in invalidateCache() local 700 SettingsCache cache; in call() local 850 final SettingsCache cache, String key) { in lookupValue() 963 SettingsCache cache = cacheForTable(callingUser, args.table); in bulkInsert() local 1119 SettingsCache cache = cacheForTable(desiredUserHandle, args.table); in insertForUser() local 1291 public static void populate(SettingsCache cache, ContentValues contentValues) { in populate() 1319 public static boolean isRedundantSetValue(SettingsCache cache, String name, String value) { in isRedundantSetValue()
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiLogger.java | 109 private static String updateLog(HashMap<String, Pair<Long, Integer>> cache, String logMessage) { in updateLog() 128 private static void increaseLogCount(HashMap<String, Pair<Long, Integer>> cache, in increaseLogCount()
|
/frameworks/volley/src/com/android/volley/toolbox/ |
D | ClearCacheRequest.java | 40 public ClearCacheRequest(Cache cache, Runnable callback) { in ClearCacheRequest()
|
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
D | CircularBitmapDrawable.java | 49 BitmapCache cache, boolean limitDensity) { in CircularBitmapDrawable() 54 BitmapCache cache, boolean limitDensity, ExtendedOptions opts) { in CircularBitmapDrawable()
|
D | StyledCornersBitmapDrawable.java | 73 public StyledCornersBitmapDrawable(Resources res, BitmapCache cache, in StyledCornersBitmapDrawable()
|
/frameworks/base/core/java/android/os/ |
D | ServiceManager.java | 133 public static void initServiceCache(Map<String, IBinder> cache) { in initServiceCache()
|
/frameworks/av/media/libstagefright/codecs/aacenc/inc/ |
D | bitbuffer.h | 53 UWord32 cache; member
|
/frameworks/native/libs/binder/ |
D | PermissionCache.cpp | 51 void PermissionCache::cache(const String16& permission, in cache() function in android::PermissionCache
|
/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteDebug.java | 134 public String cache; field in SQLiteDebug.DbStats
|
/frameworks/base/core/java/android/net/http/ |
D | HttpsConnection.java | 75 SSLClientSessionCache cache = null; in initializeEngine() local
|
/frameworks/opt/bitmap/src/com/android/bitmap/ |
D | DecodeTask.java | 99 FileDescriptorFactory factory, DecodeCallback callback, BitmapCache cache) { in DecodeTask()
|
/frameworks/base/test-runner/src/android/test/ |
D | ClassPathPackageInfoSource.java | 46 private final SimpleCache<String, ClassPathPackageInfo> cache = field in ClassPathPackageInfoSource
|
/frameworks/base/core/java/android/emoji/ |
D | EmojiFactory.java | 102 WeakReference<Bitmap> cache = mCache.get(pua); in getBitmapFromAndroidPua() local
|