Home
last modified time | relevance | path

Searched defs:cache (Results 176 - 200 of 502) sorted by relevance

12345678910>>...21

/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dnode_context_pso_manager.cpp190 auto& cache = computePipelineStateCache_; in GetComputePsoHandle() local
263 auto& cache = graphicsPipelineStateCache_; GetGraphicsPsoHandleImpl() local
[all...]
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_queue_test.cpp53 static inline std::map<int32_t, sptr<SurfaceBuffer>> cache; member in OHOS::Rosen::BufferQueueTest
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dnode_context_pool_manager_vk.cpp368 auto& cache = framebufferCache_.hashToElement; in BeginBackendFrame() local
381 auto& cache = renderPassCache_.hashToElement; in BeginBackendFrame() local
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.h315 BASE_NS::vector<Entry> cache; member
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_image_base.cpp472 auto cache = RSImageCache::Instance().GetRenderDrawingImageCacheByPixelMapId(uniqueId_, gettid()); in ProcessYUVImage() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_filter_cache_manager.cpp392 IsCacheInvalid(const RSPaintFilterCanvas::CachedEffectData& cache, RSPaintFilterCanvas& canvas) IsCacheInvalid() argument
[all...]
/foundation/resourceschedule/ffrt/src/util/
H A Dslab.h216 std::vector<T*> cache; member in ffrt::QSimpleAllocator
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/store/
H A Dauto_cache.cpp28 static AutoCache cache; in GetInstance() local
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_backup.cpp121 auto cache = cachedEntity.Structuralize(); in AllowToBackupRestore() local
132 auto cache = cachedEntity.Structuralize(); in UseFullBackupOnly() local
/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dtools_op_backup.cpp61 auto cache = cachedEntity.Structuralize(); in SetIndexFiles() local
H A Dtools_op_incremental_backup.cpp63 auto cache = cachedEntity.Structuralize(); in SetIndexFiles() local
/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_json/
H A Db_json_entity_ext_manage_test.cpp145 auto cache = cachedEntity.Structuralize(); in HWTEST_F() local
192 auto cache = cachedEntity.Structuralize(); in HWTEST_F() local
314 auto cache = cachedEntity.Structuralize(); in HWTEST_F() local
377 auto cache = cachedEntity.Structuralize(); HWTEST_F() local
419 auto cache = cachedEntity.Structuralize(); HWTEST_F() local
444 auto cache = cachedEntity.Structuralize(); HWTEST_F() local
469 auto cache = cachedEntity.Structuralize(); HWTEST_F() local
494 auto cache = cachedEntity.Structuralize(); HWTEST_F() local
519 auto cache = cachedEntity.Structuralize(); HWTEST_F() local
544 auto cache = cachedEntity.Structuralize(); HWTEST_F() local
638 auto cache = cachedEntity.Structuralize(); HWTEST_F() local
683 auto cache = cachedEntity.Structuralize(); HWTEST_F() local
[all...]
/test/testfwk/arkxtest/uitest/core/
H A Ddump_handler.cpp133 DumperCache cache; in DumpWindowInfoToJson() local
56 DFSMarshalWidget(std::vector<Widget> &allWidget, int index, nlohmann::json &dom, const DumperCache &cache) DFSMarshalWidget() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dget_bits.h64 uint64_t cache; member
324 int32_t cache = show_bits(s, 32); get_xbits() local
347 register int32_t cache; get_xbits_le() local
[all...]
H A Dmss12.h62 uint8_t cache[12]; member
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DNorm2AllModes.java343 private static CacheBase<String, Norm2AllModes, ByteBuffer> cache = field in Norm2AllModes
/third_party/icu/icu4c/source/test/intltest/
H A Dunifiedcachetest.cpp98 const UnifiedCache *cache = UnifiedCache::getInstance(status); in TestEvictionUnderStress() local
139 &cache, TestEvictionPolicy() local
149 &cache, TestEvictionPolicy() local
299 const UnifiedCache *cache = UnifiedCache::getInstance(status); TestBasic() local
354 const UnifiedCache *cache = UnifiedCache::getInstance(status); TestError() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DHebrewCalendar.java272 private static CalendarCache cache = new CalendarCache(); field in HebrewCalendar
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DAnyTransliterator.java58 private ConcurrentHashMap<Integer, Transliterator> cache; field in AnyTransliterator
/third_party/icu/icu4c/source/common/
H A Dloadednormalizer2impl.cpp146 static UHashtable *cache=NULL; variable
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DNorm2AllModes.java362 private static CacheBase<String, Norm2AllModes, ByteBuffer> cache = field in Norm2AllModes
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DAnyTransliterator.java58 private ConcurrentHashMap<Integer, Transliterator> cache; field in AnyTransliterator
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DHebrewCalendar.java259 private static CalendarCache cache = new CalendarCache(); field in HebrewCalendar
/third_party/libwebsockets/lib/misc/cache-ttl/
H A Dheap.c54 _lws_cache_heap_item_destroy(lws_cache_ttl_lru_t_heap_t *cache, in _lws_cache_heap_item_destroy() argument
74 lws_cache_heap_item_destroy(lws_cache_ttl_lru_t_heap_t *cache, lws_cache_ttl_item_heap_t *item, int parent_too) lws_cache_heap_item_destroy() argument
153 lws_cache_item_evict_lru(lws_cache_ttl_lru_t_heap_t *cache) lws_cache_item_evict_lru() argument
173 lws_cache_ttl_lru_t_heap_t *cache = lws_container_of(sul, expiry_cb() local
197 earliest_expiry(lws_cache_ttl_lru_t_heap_t *cache, lws_usec_t *pearliest) earliest_expiry() argument
213 update_sul(lws_cache_ttl_lru_t_heap_t *cache) update_sul() argument
234 lws_cache_heap_specific(lws_cache_ttl_lru_t_heap_t *cache, const char *specific_key) lws_cache_heap_specific() argument
252 lws_cache_heap_tag_match(struct lws_cache_ttl_lru *cache, const char *wc, const char *tag, char lookup_rules) lws_cache_heap_tag_match() argument
262 lws_cache_ttl_lru_t_heap_t *cache = (lws_cache_ttl_lru_t_heap_t *)_c; lws_cache_heap_lookup() local
326 lws_cache_ttl_lru_t_heap_t *cache = (lws_cache_ttl_lru_t_heap_t *)_c; lws_cache_heap_write() local
428 lws_cache_ttl_lru_t_heap_t *cache = (lws_cache_ttl_lru_t_heap_t *)_c; lws_cache_heap_get() local
450 lws_cache_ttl_lru_t_heap_t *cache = (lws_cache_ttl_lru_t_heap_t *)_c; lws_cache_heap_invalidate() local
499 lws_cache_ttl_lru_t_heap_t *cache; lws_cache_heap_create() local
522 lws_cache_ttl_lru_t_heap_t *cache = (lws_cache_ttl_lru_t_heap_t *)_c; destroy_dll() local
534 lws_cache_ttl_lru_t_heap_t *cache = (lws_cache_ttl_lru_t_heap_t *)_c; lws_cache_heap_expunge() local
545 lws_cache_ttl_lru_t_heap_t *cache = (lws_cache_ttl_lru_t_heap_t *)c; lws_cache_heap_destroy() local
576 lws_cache_ttl_lru_t_heap_t *cache = (lws_cache_ttl_lru_t_heap_t *)_c; lws_cache_heap_debug_dump() local
[all...]
/third_party/libunwind/libunwind/src/x86_64/
H A DGtrace.c61 unw_trace_cache_t *cache = arg; in trace_cache_free() local
106 unw_trace_cache_t *cache; trace_cache_create() local
141 trace_cache_expand(unw_trace_cache_t *cache) trace_cache_expand() argument
164 unw_trace_cache_t *cache; trace_cache_get_unthreaded() local
183 unw_trace_cache_t *cache; trace_cache_get() local
274 trace_lookup(unw_cursor_t *cursor, unw_trace_cache_t *cache, unw_word_t cfa, unw_word_t rip, unw_word_t rbp, unw_word_t rsp) trace_lookup() argument
402 unw_trace_cache_t *cache; tdep_trace() local
[all...]

Completed in 19 milliseconds

12345678910>>...21