| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/ |
| H A D | water_flow_layout_info_base.cpp | 36 auto cache = segmentCache_.find(itemIdx); in GetSegment() local
|
| /foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/ |
| H A D | hgm_lru_cache_test.cpp | 50 auto cache = HgmLRUCache<int32_t>(cacheSize); in HWTEST_F() local [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/ |
| H A D | memory_handler.cpp | 27 auto& cache = ShaderCache::Instance();
in ConfigureContext() local 45 const auto& cache = ShaderCache::Instance();
in QuerryShader() local 58 const auto& cache = ShaderCache::Instance();
in ClearShader() local [all...] |
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
| H A D | mali_l2_cache.h | 74 MALI_STATIC_INLINE u32 mali_l2_cache_get_id(struct mali_l2_cache_core *cache) in mali_l2_cache_get_id() argument 80 mali_l2_cache_get_pm_domain( struct mali_l2_cache_core *cache) mali_l2_cache_get_pm_domain() argument 93 mali_l2_cache_core_get_counter_src0( struct mali_l2_cache_core *cache) mali_l2_cache_core_get_counter_src0() argument 100 mali_l2_cache_core_get_counter_src1( struct mali_l2_cache_core *cache) mali_l2_cache_core_get_counter_src1() argument [all...] |
| H A D | mali_l2_cache.c | 84 static void mali_l2_cache_lock(struct mali_l2_cache_core *cache) in mali_l2_cache_lock() argument 90 mali_l2_cache_unlock(struct mali_l2_cache_core *cache) mali_l2_cache_unlock() argument 101 struct mali_l2_cache_core *cache = NULL; mali_l2_cache_create() local 166 mali_l2_cache_delete(struct mali_l2_cache_core *cache) mali_l2_cache_delete() argument 198 mali_l2_cache_power_up(struct mali_l2_cache_core *cache) mali_l2_cache_power_up() argument 213 mali_l2_cache_power_down(struct mali_l2_cache_core *cache) mali_l2_cache_power_down() argument 254 mali_l2_cache_core_set_counter_src( struct mali_l2_cache_core *cache, u32 source_id, u32 counter) mali_l2_cache_core_set_counter_src() argument 300 mali_l2_cache_core_get_counter_values( struct mali_l2_cache_core *cache, u32 *src0, u32 *value0, u32 *src1, u32 *value1) mali_l2_cache_core_get_counter_values() argument 356 mali_l2_cache_invalidate(struct mali_l2_cache_core *cache) mali_l2_cache_invalidate() argument 373 mali_l2_cache_invalidate_conditional( struct mali_l2_cache_core *cache, u32 id) mali_l2_cache_invalidate_conditional() argument 409 struct mali_l2_cache_core *cache = mali_global_l2s[i]; mali_l2_cache_invalidate_all() local 439 struct mali_l2_cache_core *cache = mali_global_l2s[i]; mali_l2_cache_invalidate_all_pages() local 468 mali_l2_cache_reset(struct mali_l2_cache_core *cache) mali_l2_cache_reset() argument 504 mali_l2_cache_send_command( struct mali_l2_cache_core *cache, u32 reg, u32 val) mali_l2_cache_send_command() argument [all...] |
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/ |
| H A D | mali_l2_cache.h | 74 MALI_STATIC_INLINE u32 mali_l2_cache_get_id(struct mali_l2_cache_core *cache) in mali_l2_cache_get_id() argument 80 mali_l2_cache_get_pm_domain(struct mali_l2_cache_core *cache) mali_l2_cache_get_pm_domain() argument 91 mali_l2_cache_core_get_counter_src0(struct mali_l2_cache_core *cache) mali_l2_cache_core_get_counter_src0() argument 97 mali_l2_cache_core_get_counter_src1(struct mali_l2_cache_core *cache) mali_l2_cache_core_get_counter_src1() argument [all...] |
| H A D | mali_l2_cache.c | 84 static void mali_l2_cache_lock(struct mali_l2_cache_core *cache) in mali_l2_cache_lock() argument 90 mali_l2_cache_unlock(struct mali_l2_cache_core *cache) mali_l2_cache_unlock() argument 100 struct mali_l2_cache_core *cache = NULL; mali_l2_cache_create() local 154 mali_l2_cache_delete(struct mali_l2_cache_core *cache) mali_l2_cache_delete() argument 186 mali_l2_cache_power_up(struct mali_l2_cache_core *cache) mali_l2_cache_power_up() argument 202 mali_l2_cache_power_down(struct mali_l2_cache_core *cache) mali_l2_cache_power_down() argument 238 mali_l2_cache_core_set_counter_src(struct mali_l2_cache_core *cache, u32 source_id, u32 counter) mali_l2_cache_core_set_counter_src() argument 281 mali_l2_cache_core_get_counter_values(struct mali_l2_cache_core *cache, u32 *src0, u32 *value0, u32 *src1, u32 *value1) mali_l2_cache_core_get_counter_values() argument 334 mali_l2_cache_invalidate(struct mali_l2_cache_core *cache) mali_l2_cache_invalidate() argument 350 mali_l2_cache_invalidate_conditional(struct mali_l2_cache_core *cache, u32 id) mali_l2_cache_invalidate_conditional() argument 382 struct mali_l2_cache_core *cache = mali_global_l2s[i]; mali_l2_cache_invalidate_all() local 409 struct mali_l2_cache_core *cache = mali_global_l2s[i]; mali_l2_cache_invalidate_all_pages() local 436 mali_l2_cache_reset(struct mali_l2_cache_core *cache) mali_l2_cache_reset() argument 462 mali_l2_cache_send_command(struct mali_l2_cache_core *cache, u32 reg, u32 val) mali_l2_cache_send_command() argument [all...] |
| /foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/ |
| H A D | egl_blob_test.cpp | 170 auto cache = new BlobCache(); in HWTEST_F() local 183 auto cache = new BlobCache(); in HWTEST_F() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/render_context/ |
| H A D | shader_cache_test.cpp | 59 auto &cache = ShaderCache::Instance(); in HWTEST_F() local 90 auto &cache = ShaderCache::Instance(); in HWTEST_F() local 120 auto &cache = ShaderCache::Instance(); HWTEST_F() local 153 auto &cache = ShaderCache::Instance(); HWTEST_F() local 186 auto &cache = ShaderCache::Instance(); HWTEST_F() local 219 auto &cache = ShaderCache::Instance(); HWTEST_F() local 256 auto &cache = ShaderCache::Instance(); HWTEST_F() local 283 auto &cache = ShaderCache::Instance(); HWTEST_F() local 297 auto &cache = ShaderCache::Instance(); HWTEST_F() local 313 auto &cache = ShaderCache::Instance(); HWTEST_F() local 329 auto &cache = ShaderCache::Instance(); HWTEST_F() local 352 auto &cache = ShaderCache::Instance(); HWTEST_F() local 366 auto &cache = ShaderCache::Instance(); HWTEST_F() local [all...] |
| /foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/ |
| H A D | render_frame_buffer.cpp | 23 RenderFrameBuffer::RenderFrameBuffer(RenderContext *ctx, ResourceCache *cache, int width, int height,
in RenderFrameBuffer() argument
|
| /foundation/systemabilitymgr/safwk/services/safwk/src/ |
| H A D | api_cache_manager.cpp | 114 auto cache = caches_.find(myPair); in PreSendRequest() local 141 auto cache in PostSendRequest() local [all...] |
| /foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/ |
| H A D | dns_resolv_config.cpp | 19 DelayedTaskWrapper(std::string hostName, NetManagerStandard::LRUCache<AddrInfo> &cache) DelayedTaskWrapper() argument
|
| /device/qemu/riscv32_virt/liteos_m/board/driver/video/ |
| H A D | key_cache.c | 103 static void KeyCacheInsert(struct KeyCache *cache, const char* name, int len)
in KeyCacheInsert() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/ |
| H A D | relative_container_pattern.h | 88 void SetTopologicalResultCache(std::list<std::string>&& cache) in SetTopologicalResultCache() argument
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/ |
| H A D | recently_unused_bundle_aging_handler.cpp | 181 std::vector<std::string> cache; in GetCachePath() local [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/ |
| H A D | drawing_context.cpp | 63 auto &cache = ShaderCache::Instance(); in SetUpDrawingContext() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/gpucontext_fuzzer/ |
| H A D | gpucontext_fuzzer.cpp | 48 auto& cache = ShaderCache::Instance();
in GPUContextFuzzTest001() local
|
| /foundation/systemabilitymgr/safwk/test/services/safwk/unittest/ |
| H A D | expire_lru_cache_test.cpp | 81 ExpireLruCache<std::vector<char>, std::vector<char>> cache; in HWTEST_F() local 106 ExpirelruCacheTestCheckNums(ExpireLruCache<std::vector<char>, std::vector<char>>& cache, size_t expectNums) ExpirelruCacheTestCheckNums() argument 127 ExpirelruCacheTestCheckSequence(ExpireLruCache<std::vector<char>, std::vector<char>>& cache, std::list<vector<char>>& expectSequence) ExpirelruCacheTestCheckSequence() argument 143 ExpirelruCacheTestCheckGetRet(ExpireLruCache<std::vector<char>, std::vector<char>>& cache, vector<char>& key, vector<char>& val) ExpirelruCacheTestCheckGetRet() argument 162 ExpireLruCache<std::vector<char>, std::vector<char>> cache; HWTEST_F() local [all...] |
| /foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_json/ |
| H A D | b_json_entity_extension_config_test.cpp | 84 auto cache = cachedEntity.Structuralize(); in HWTEST_F() local 116 auto cache = cachedEntity.Structuralize(); in HWTEST_F() local 147 auto cache = cachedEntity.Structuralize(); in HWTEST_F() local 178 auto cache = cachedEntity.Structuralize(); in HWTEST_F() local 212 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 246 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 278 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 312 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 348 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 375 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 400 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 425 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 450 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 475 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 523 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 547 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 571 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 618 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 642 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 666 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 713 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 737 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 761 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 785 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 810 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 836 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 860 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 907 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 932 auto cache = cachedEntity.Structuralize(); HWTEST_F() local 957 auto cache = cachedEntity.Structuralize(); HWTEST_F() local [all...] |
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/mmz/ |
| H A D | cma_allocator.c | 478 static void *__mmf_map(phys_addr_t phys, int len, int cache) argument
|
| H A D | hisi_allocator.c | 479 static void *__mmf_map(phys_addr_t phys, int len, int cache) in __mmf_map() argument
|
| /foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/ |
| H A D | prepared_model_service.cpp | 69 sptr<Ashmem> cache = Ashmem::CreateAshmem(name, size); in ExportModelCache() local [all...] |
| /foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/ |
| H A D | prepared_model_service.cpp | 67 sptr<Ashmem> cache = Ashmem::CreateAshmem(name, size); in ExportModelCache() local [all...] |
| /foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/local/src/ |
| H A D | local_data_source.cpp | 64 std::shared_ptr<Cache> cache; in GetBestCache() local 86 SolveReqData(std::shared_ptr<Cache> cache, int64_t pos) SolveReqData() argument 134 auto cache = GetBestCache(pos); ReadBuffer() local [all...] |
| /foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/local/src/ |
| H A D | local_data_source.cpp | 64 std::shared_ptr<Cache> cache; in GetBestCache() local 86 SolveReqData(std::shared_ptr<Cache> cache, int64_t pos) SolveReqData() argument 133 auto cache = GetBestCache(pos); ReadBuffer() local [all...] |