Searched defs:cache (Results 26 - 35 of 35) sorted by relevance

12

/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java61 // The max number of items in the cache
98 // We cache the FixedSizeRemoteViewsCaches across orientation. These are the related data
108 // We keep the cache around for a duration after onSaveInstanceState for use on re-inflation.
110 // duration, the cache is dropped.
294 public RemoteViewsFrameLayout(Context context, FixedSizeRemoteViewsCache cache) { argument
296 mCache = cache;
397 * The meta-data associated with the cache in it's current state.
493 * The meta-data associated with a single item in the cache.
526 // The cache/mapping of position to RemoteViewsMetaData. This set is guaranteed to be
528 // Note: The reason that we keep this separate from the RemoteViews cache belo
[all...]
/frameworks/base/libs/hwui/
H A DRenderNode.cpp472 // which would thrash the layer cache
514 TextureCache& cache = Caches::getInstance().textureCache; local
518 info.prepareTextures = cache.prefetchAndMarkInUse(ownerToken, bitmapResource);
H A DDisplayListOp.h790 PatchCache& cache = renderer.getCaches().patchCache; local
791 mMesh = cache.get(getAtlasEntry(renderer), mBitmap->width(), mBitmap->height(),
793 mGenerationId = cache.getGenerationId();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiQualifiedNetworkSelector.java134 void setWifiNetworkScoreCache(WifiNetworkScoreCache cache) { argument
135 mNetworkScoreCache = cache;
/frameworks/minikin/libs/minikin/
H A DLayout.cpp108 // Layout cache datatypes
341 // Note: ctx == NULL means we're copying from the cache, no need to create
659 LayoutCache& cache = LayoutEngine::getInstance().layoutCache; local
673 Layout* layoutForWord = cache.get(key, ctx, collection);
/frameworks/native/cmds/installd/
H A Dutils.cpp537 cache_t* cache = (cache_t*)calloc(1, sizeof(cache_t)); local
538 return cache;
543 static void* _cache_malloc(cache_t* cache, size_t len) argument
554 CACHE_NOISY(ALOGI("Allocated large cache mem block: %p size %d", res, len));
556 if (cache->memBlocks == NULL) {
558 cache->memBlocks = res;
560 *(void**)res = *(void**)cache->memBlocks;
561 *(void**)cache->memBlocks = res;
565 int8_t* res = cache->curMemBlockAvail;
567 if (cache
585 _cache_realloc(cache_t* cache, void* cur, size_t origLen, size_t len) argument
595 _inc_num_cache_collected(cache_t* cache) argument
604 _add_cache_dir_t(cache_t* cache, cache_dir_t* parent, const char *name) argument
637 _add_cache_file_t(cache_t* cache, cache_dir_t* dir, time_t modTime, const char *name) argument
669 _add_cache_files(cache_t *cache, cache_dir_t *parentDir, const char *dirName, DIR* dir, char *pathBase, char *pathPos, size_t pathAvailLen) argument
782 add_cache_files(cache_t* cache, const std::string& data_path) argument
887 clear_cache_files(const std::string& data_path, cache_t* cache, int64_t free_size) argument
930 finish_cache_collection(cache_t* cache) argument
[all...]
H A Dcommands.cpp477 * when just reading from the cache, which is pretty awful.
480 cache_t* cache; local
491 cache = start_cache_collection();
495 add_cache_files(cache, create_data_user_ce_path(uuid, user));
496 add_cache_files(cache, create_data_user_de_path(uuid, user));
497 add_cache_files(cache,
501 clear_cache_files(data_path, cache, free_size);
502 finish_cache_collection(cache);
564 if (!strcmp(name, "cache") || !strcmp(name, "code_cache")) {
1362 // Note: the cache pat
[all...]
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp1001 VkPipelineCache* cache) {
1002 *cache = AllocHandle<VkPipelineCache>(device, HandleType::kPipelineCache);
998 CreatePipelineCache(VkDevice device, const VkPipelineCacheCreateInfo*, const VkAllocationCallbacks* , VkPipelineCache* cache) argument
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 1201 milliseconds

12