/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | LocaleDisplayNamesImpl.java | 54 private static final Cache cache = new Cache(); field in LocaleDisplayNamesImpl 755 private LocaleDisplayNames cache; field in LocaleDisplayNamesImpl.Cache [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | ListFormatter.java | 662 private final ICUCache<String, ListFormatter> cache = field in ListFormatter.Cache 688 static Cache cache = new Cache(); field in ListFormatter
|
/third_party/icu/icu4c/source/common/ |
H A D | serv.cpp | 275 Hashtable cache; member in DNCache [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | ListFormatter.java | 731 private final ICUCache<String, ListFormatter> cache = field in ListFormatter.Cache 757 static Cache cache = new Cache(); field in ListFormatter
|
H A D | DateIntervalFormat.java | 1239 private void initializePattern(ICUCache<String, Map<String, PatternInfo>> cache) { in initializePattern() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | LocaleDisplayNamesImpl.java | 58 private static final Cache cache = new Cache(); field in LocaleDisplayNamesImpl 736 private LocaleDisplayNames cache; field in LocaleDisplayNamesImpl.Cache [all...] |
/third_party/libwebsockets/lib/misc/cache-ttl/ |
H A D | file.c | 75 nsc_backing_open_lock(lws_cache_nscookiejar_t *cache, int mode, const char *par) in nsc_backing_open_lock() argument 119 nsc_backing_close_unlock(lws_cache_nscookiejar_t *cache, int fd) nsc_backing_close_unlock() argument 150 nscookiejar_iterate(lws_cache_nscookiejar_t *cache, int fd, nsc_cb_t cb, void *opaque) nscookiejar_iterate() argument 307 lws_cache_nscookiejar_tag_match(struct lws_cache_ttl_lru *cache, const char *wc, const char *tag, char lookup) lws_cache_nscookiejar_tag_match() argument 427 nsc_lookup_cb(lws_cache_nscookiejar_t *cache, void *opaque, int flags, const char *buf, size_t size) nsc_lookup_cb() argument 487 lws_cache_nscookiejar_t *cache = (lws_cache_nscookiejar_t *)_c; lws_cache_nscookiejar_lookup() local 540 nsc_regen_cb(lws_cache_nscookiejar_t *cache, void *opaque, int flags, const char *buf, size_t size) nsc_regen_cb() argument 599 nsc_regen(lws_cache_nscookiejar_t *cache, const char *wc_delete, const void *pay, size_t pay_size) nsc_regen() argument 682 lws_cache_nscookiejar_t *cache = lws_container_of(sul, expiry_cb() local 705 lws_cache_nscookiejar_t *cache = (lws_cache_nscookiejar_t *)_c; lws_cache_nscookiejar_write() local 742 nsc_get_cb(lws_cache_nscookiejar_t *cache, void *opaque, int flags, const char *buf, size_t size) nsc_get_cb() argument 831 lws_cache_nscookiejar_t *cache = (lws_cache_nscookiejar_t *)_c; lws_cache_nscookiejar_get() local 861 lws_cache_nscookiejar_t *cache = (lws_cache_nscookiejar_t *)_c; lws_cache_nscookiejar_invalidate() local 869 lws_cache_nscookiejar_t *cache; lws_cache_nscookiejar_create() local 892 lws_cache_nscookiejar_t *cache = (lws_cache_nscookiejar_t *)_c; lws_cache_nscookiejar_expunge() local 909 lws_cache_nscookiejar_t *cache = (lws_cache_nscookiejar_t *)*_pc; lws_cache_nscookiejar_destroy() local 922 nsc_dump_cb(lws_cache_nscookiejar_t *cache, void *opaque, int flags, const char *buf, size_t size) nsc_dump_cb() argument 933 lws_cache_nscookiejar_t *cache = (lws_cache_nscookiejar_t *)_c; lws_cache_nscookiejar_debug_dump() local [all...] |
/third_party/mbedtls/tests/include/test/ |
H A D | ssl_helpers.h | 123 mbedtls_ssl_cache_context *cache; member
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_pipeline_cache.c | 55 cache_dump_stats(struct v3dv_pipeline_cache *cache) in cache_dump_stats() argument 69 pipeline_cache_lock(struct v3dv_pipeline_cache *cache) pipeline_cache_lock() argument 76 pipeline_cache_unlock(struct v3dv_pipeline_cache *cache) pipeline_cache_unlock() argument 83 v3dv_pipeline_cache_upload_nir(struct v3dv_pipeline *pipeline, struct v3dv_pipeline_cache *cache, nir_shader *nir, unsigned char sha1_key[20]) v3dv_pipeline_cache_upload_nir() argument 145 v3dv_pipeline_cache_search_for_nir(struct v3dv_pipeline *pipeline, struct v3dv_pipeline_cache *cache, const nir_shader_compiler_options *nir_options, unsigned char sha1_key[20]) v3dv_pipeline_cache_search_for_nir() argument 202 v3dv_pipeline_cache_init(struct v3dv_pipeline_cache *cache, struct v3dv_device *device, VkPipelineCacheCreateFlags flags, bool cache_enabled) v3dv_pipeline_cache_init() argument 251 v3dv_pipeline_cache_search_for_pipeline(struct v3dv_pipeline_cache *cache, unsigned char sha1_key[20], bool *cache_hit) v3dv_pipeline_cache_search_for_pipeline() argument 373 v3dv_pipeline_shared_data_new(struct v3dv_pipeline_cache *cache, const unsigned char sha1_key[20], struct v3dv_descriptor_maps **maps, struct v3dv_shader_variant **variants, const uint64_t *total_assembly, const uint32_t total_assembly_size) v3dv_pipeline_shared_data_new() argument 426 pipeline_cache_upload_shared_data(struct v3dv_pipeline_cache *cache, struct v3dv_pipeline_shared_data *shared_data, bool from_disk_cache) pipeline_cache_upload_shared_data() argument 498 v3dv_pipeline_cache_upload_pipeline(struct v3dv_pipeline *pipeline, struct v3dv_pipeline_cache *cache) v3dv_pipeline_cache_upload_pipeline() argument 505 serialized_nir_create_from_blob(struct v3dv_pipeline_cache *cache, struct blob_reader *blob) serialized_nir_create_from_blob() argument 575 v3dv_pipeline_shared_data_create_from_blob(struct v3dv_pipeline_cache *cache, struct blob_reader *blob) v3dv_pipeline_shared_data_create_from_blob() argument 644 pipeline_cache_load(struct v3dv_pipeline_cache *cache, size_t size, const void *data) pipeline_cache_load() argument 717 struct v3dv_pipeline_cache *cache; v3dv_CreatePipelineCache() local 743 v3dv_pipeline_cache_finish(struct v3dv_pipeline_cache *cache) v3dv_pipeline_cache_finish() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_program.c | 1031 struct hash_table *cache = v3d->prog.cache[i]; in v3d_program_fini() local [all...] |
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_pipeline.c | 740 lvp_graphics_pipeline_init(struct lvp_pipeline *pipeline, struct lvp_device *device, struct lvp_pipeline_cache *cache, const VkGraphicsPipelineCreateInfo *pCreateInfo) lvp_graphics_pipeline_init() argument 993 lvp_compute_pipeline_init(struct lvp_pipeline *pipeline, struct lvp_device *device, struct lvp_pipeline_cache *cache, const VkComputePipelineCreateInfo *pCreateInfo) lvp_compute_pipeline_init() argument
|
/third_party/node/deps/icu-small/source/common/ |
H A D | serv.cpp | 275 Hashtable cache; member in DNCache [all...] |
/third_party/mesa3d/src/util/ |
H A D | disk_cache_os.c | 387 make_cache_file_directory(struct disk_cache *cache, const cache_key key) in make_cache_file_directory() argument 432 disk_cache_evict_lru_item(struct disk_cache *cache) in disk_cache_evict_lru_item() argument 481 disk_cache_evict_item(struct disk_cache *cache, char *filename) disk_cache_evict_item() argument 497 parse_and_validate_cache_item(struct disk_cache *cache, void *cache_item, size_t cache_item_size, size_t *size) parse_and_validate_cache_item() argument 570 disk_cache_load_item(struct disk_cache *cache, char *filename, size_t *size) disk_cache_load_item() argument 618 disk_cache_get_cache_filename(struct disk_cache *cache, const cache_key key) disk_cache_get_cache_filename() argument 929 disk_cache_load_item_foz(struct disk_cache *cache, const cache_key key, size_t *size) disk_cache_load_item_foz() argument 961 disk_cache_load_cache_index(void *mem_ctx, struct disk_cache *cache) disk_cache_load_cache_index() argument 968 disk_cache_mmap_cache_index(void *mem_ctx, struct disk_cache *cache, char *path) disk_cache_mmap_cache_index() argument 1026 disk_cache_destroy_mmap(struct disk_cache *cache) disk_cache_destroy_mmap() argument [all...] |
/third_party/lwip/src/apps/altcp_tls/ |
H A D | altcp_tls_mbedtls.c | 108 struct mbedtls_ssl_cache_context cache; member
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | asyoutypeformatter.cc | 62 MatchAllGroups(const string& pattern, const string& input, const AbstractRegExpFactory& regexp_factory, RegExpCache* cache, string* group) MatchAllGroups() argument
|
/third_party/node/deps/v8/src/asmjs/ |
H A D | asm-parser.h | 85 ZoneUnorderedMap<FunctionSig, uint32_t> cache; member 156 explicit CachedVector(CachedVectors<T>* cache) in CachedVector() argument
|
/third_party/node/deps/v8/src/api/ |
H A D | api-natives.cc | 340 Handle<SimpleNumberDictionary> cache = in CacheTemplateInstantiation() local 370 Handle<SimpleNumberDictionary> cache = in UncacheTemplateInstantiation() local [all...] |
/third_party/node/deps/v8/src/execution/ |
H A D | frames-inl.h | 38 InnerPointerToCodeCacheEntry* cache(int index) { return &cache_[index]; } in cache() function in v8::internal::InnerPointerToCodeCache
|
/third_party/node/deps/v8/src/objects/ |
H A D | transitions.cc | 425 WeakFixedArray cache = GetPrototypeTransitions(isolate, map); GetPrototypeTransition() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_soa.c | 415 lp_build_fetch_rgba_soa(struct gallivm_state *gallivm, const struct util_format_description *format_desc, struct lp_type type, boolean aligned, LLVMValueRef base_ptr, LLVMValueRef offset, LLVMValueRef i, LLVMValueRef j, LLVMValueRef cache, LLVMValueRef rgba_out[4]) lp_build_fetch_rgba_soa() argument
|
H A D | lp_bld_misc.cpp | 300 LPObjectCache(struct lp_cached_code *cache) { in LPObjectCache() argument
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_pipeline_cache.c | 144 vk_pipeline_cache_lock(struct vk_pipeline_cache *cache) in vk_pipeline_cache_lock() argument 152 vk_pipeline_cache_unlock(struct vk_pipeline_cache *cache) in vk_pipeline_cache_unlock() argument 159 vk_pipeline_cache_remove_object(struct vk_pipeline_cache *cache, in vk_pipeline_cache_remove_object() argument 180 vk_pipeline_cache_replace_object(struct vk_pipeline_cache *cache, uint32_t hash, struct vk_pipeline_cache_object *search, struct vk_pipeline_cache_object *replace) vk_pipeline_cache_replace_object() argument 219 vk_pipeline_cache_object_serialize(struct vk_pipeline_cache *cache, struct vk_pipeline_cache_object *object, struct blob *blob, uint32_t *data_size) vk_pipeline_cache_object_serialize() argument 269 vk_pipeline_cache_object_deserialize(struct vk_pipeline_cache *cache, const void *key_data, uint32_t key_size, const void *data, size_t data_size, const struct vk_pipeline_cache_object_ops *ops) vk_pipeline_cache_object_deserialize() argument 306 vk_pipeline_cache_lookup_object(struct vk_pipeline_cache *cache, const void *key_data, size_t key_size, const struct vk_pipeline_cache_object_ops *ops, bool *cache_hit) vk_pipeline_cache_lookup_object() argument 390 vk_pipeline_cache_add_object(struct vk_pipeline_cache *cache, struct vk_pipeline_cache_object *object) vk_pipeline_cache_add_object() argument 446 vk_pipeline_cache_lookup_nir(struct vk_pipeline_cache *cache, const void *key_data, size_t key_size, const struct nir_shader_compiler_options *nir_options, bool *cache_hit, void *mem_ctx) vk_pipeline_cache_lookup_nir() argument 475 vk_pipeline_cache_add_nir(struct vk_pipeline_cache *cache, const void *key_data, size_t key_size, const nir_shader *nir) vk_pipeline_cache_add_nir() argument 532 vk_pipeline_cache_load(struct vk_pipeline_cache *cache, const void *data, size_t size) vk_pipeline_cache_load() argument 580 struct vk_pipeline_cache *cache; vk_pipeline_cache_create() local 629 vk_pipeline_cache_destroy(struct vk_pipeline_cache *cache, const VkAllocationCallbacks *pAllocator) vk_pipeline_cache_destroy() argument 645 struct vk_pipeline_cache *cache; vk_common_CreatePipelineCache() local [all...] |
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_batch.h | 166 } cache; member
|
/third_party/skia/src/core/ |
H A D | SkFont.cpp | 297 auto cache = strikeSpec.findOrCreateStrike(); in getMetrics() local
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderImage.cpp | 348 auto &cache = state->routine->samplerCache.at(instruction.position); in lookupSamplerFunction() local
|