/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/ |
H A D | ResourceBasedPeriodFormatterDataService.java | 42 private Map<String, PeriodFormatterData> cache = new HashMap<String, PeriodFormatterData>(); // String -> PeriodFormatterData field in ResourceBasedPeriodFormatterDataService
|
/third_party/icu/icu4c/source/i18n/ |
H A D | ucol_imp.h | 120 const UnifiedCache *cache; member in CollationLoader
|
/third_party/mesa3d/src/freedreno/drm/ |
H A D | freedreno_bo_cache.c | 34 add_bucket(struct fd_bo_cache *cache, int size) in add_bucket() argument 50 fd_bo_cache_init(struct fd_bo_cache *cache, int coarse) in fd_bo_cache_init() argument 80 fd_bo_cache_cleanup(struct fd_bo_cache *cache, time_t time) fd_bo_cache_cleanup() argument 110 get_bucket(struct fd_bo_cache *cache, uint32_t size) get_bucket() argument 156 fd_bo_cache_alloc(struct fd_bo_cache *cache, uint32_t *size, uint32_t flags) fd_bo_cache_alloc() argument 188 fd_bo_cache_free(struct fd_bo_cache *cache, struct fd_bo *bo) fd_bo_cache_free() argument [all...] |
/third_party/mesa3d/src/gallium/winsys/virgl/common/ |
H A D | virgl_resource_cache.c | 50 virgl_resource_cache_entry_release(struct virgl_resource_cache *cache, in virgl_resource_cache_entry_release() argument 58 virgl_resource_cache_destroy_expired(struct virgl_resource_cache *cache, int64_t now) in virgl_resource_cache_destroy_expired() argument 72 virgl_resource_cache_init(struct virgl_resource_cache *cache, in virgl_resource_cache_init() argument 86 virgl_resource_cache_add(struct virgl_resource_cache *cache, struct virgl_resource_cache_entry *entry) virgl_resource_cache_add() argument 103 virgl_resource_cache_remove_compatible(struct virgl_resource_cache *cache, struct virgl_resource_params params) virgl_resource_cache_remove_compatible() argument 149 virgl_resource_cache_flush(struct virgl_resource_cache *cache) virgl_resource_cache_flush() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_pipeline_cache.c | 33 struct lvp_pipeline_cache *cache; in lvp_CreatePipelineCache() local [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-import-wrapper-cache.h | 62 explicit ModificationScope(WasmImportWrapperCache* cache) in ModificationScope() argument
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | ucol_imp.h | 120 const UnifiedCache *cache; member in CollationLoader
|
/third_party/mesa3d/src/panfrost/shared/ |
H A D | pan_minmax_cache.c | 44 panfrost_minmax_cache_get(struct panfrost_minmax_cache *cache, unsigned start, unsigned count, in panfrost_minmax_cache_get() argument 68 panfrost_minmax_cache_add(struct panfrost_minmax_cache *cache, unsigned start, unsigned count, unsigned min_index, unsigned max_index) panfrost_minmax_cache_add() argument 95 panfrost_minmax_cache_invalidate(struct panfrost_minmax_cache *cache, struct pipe_transfer *transfer) panfrost_minmax_cache_invalidate() argument [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_init.h | 59 struct lp_cached_code *cache; member
|
/third_party/mesa3d/src/util/tests/ |
H A D | xmlconfig.cpp | 165 driOptionCache cache; in TEST_F() local 207 driOptionCache cache; in drirc_init() local 222 driOptionCache cache = drirc_init("driver", "drm", TEST_F() local 236 driOptionCache cache = drirc_init("driver", "drm", TEST_F() local 251 driOptionCache cache = drirc_init("driver", "drm", TEST_F() local 264 driOptionCache cache = drirc_init("driver", "drm", TEST_F() local 274 driOptionCache cache = drirc_init("driver", "drm", TEST_F() local 284 driOptionCache cache = drirc_init("driver", "drm", TEST_F() local [all...] |
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/internal/ |
H A D | RegexCache.java | 29 private LRUCache<String, Pattern> cache; field in RegexCache
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | ReactorDebugInfo.cpp | 85 static std::unordered_map<bs::frame::native_frame_ptr_t, Location> cache; in getCallerBacktrace() local
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | ucol_imp.h | 120 const UnifiedCache *cache; member in CollationLoader
|
/third_party/skia/tests/ |
H A D | RepeatedClippedBlurTest.cpp | 28 GrResourceCache* cache = dContext->priv().getResourceCache(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
/third_party/skia/third_party/externals/freetype/src/cache/ |
H A D | ftcimage.c | 43 FTC_GNode_Done( FTC_GNODE( inode ), cache ); in ftc_inode_free() local 52 ftc_inode_free( FTC_NODE( inode ), cache ); in FTC_INode_Free() local [all...] |
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | face-options.hh | 59 } cache; member [all...] |
/third_party/rust/crates/regex/src/ |
H A D | backtrack.rs | 93 let mut cache = cache.borrow_mut(); in exec() variables
|
/third_party/elfutils/libdw/ |
H A D | fde.c | 66 intern_fde (Dwarf_CFI *cache, const Dwarf_FDE *entry) in intern_fde() argument 143 __libdw_fde_by_offset (Dwarf_CFI *cache, Dwarf_Off offset) in __libdw_fde_by_offset() argument 175 binary_search_fde(Dwarf_CFI *cache, Dwarf_Addr address) binary_search_fde() argument 247 __libdw_find_fde(Dwarf_CFI *cache, Dwarf_Addr address) __libdw_find_fde() argument [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | af_asdr.c | 37 AVFrame *cache[2]; member [all...] |
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/text/ |
H A D | RbnfScannerProviderImpl.java | 32 private Map<String, RbnfLenientScanner> cache; field in RbnfScannerProviderImpl
|
/third_party/icu/icu4c/source/common/ |
H A D | locutil.cpp | 216 Hashtable *cache = LocaleUtility_cache; in getAvailableLocaleNames() local
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/text/ |
H A D | RbnfScannerProviderImpl.java | 34 private Map<String, RbnfLenientScanner> cache; field in RbnfScannerProviderImpl
|
/third_party/libwebsockets/lib/misc/cache-ttl/ |
H A D | private-lib-misc-cache-ttl.h | 70 lws_cache_ttl_lru_t cache; member 89 lws_cache_ttl_lru_t cache; member
|
/third_party/libwebsockets/lib/misc/ |
H A D | romfs.c | 45 static u32_be_t cache[(RFS_STRING_MAX + 32) / 4]; variable
|
/third_party/mbedtls/programs/ssl/ |
H A D | ssl_server.c | 80 mbedtls_ssl_cache_context cache; in main() local
|