| /third_party/skia/src/core/ |
| H A D | SkTypeface.cpp | 105 static SkVarFontCache cache; in Instance() local
|
| /third_party/skia/src/sksl/ |
| H A D | SkSLInliner.cpp | 1067 int Inliner::getFunctionSize(const FunctionDeclaration& funcDecl, FunctionSizeCache* cache) { in getFunctionSize() argument 1093 InlinabilityCache cache; in buildCandidateList() local 1053 candidateCanBeInlined(const InlineCandidate& candidate, const ProgramUsage& usage, InlinabilityCache* cache) candidateCanBeInlined() argument
|
| /third_party/skia/tests/ |
| H A D | GrThreadSafeCacheTest.cpp | 1220 auto cache = dContext->priv().getResourceCache(); test_10() local [all...] |
| /third_party/python/Modules/ |
| H A D | _functoolsmodule.c | 798 PyObject *cache; member [all...] |
| /third_party/python/Parser/ |
| H A D | action_helpers.c | 15 static void *cache = NULL; in _PyPegen_dummy_name() local
|
| /third_party/python/Modules/_sqlite/ |
| H A D | cursor.c | 512 PyObject *cache = self->connection->statement_cache; in get_statement_from_cache() local
|
| /third_party/rust/crates/regex/src/ |
| H A D | dfa.rs | 418 let mut cache = Cache { new() variables 454 let mut cache = cache.borrow_mut(); forward() variables 484 let mut cache = cache.borrow_mut(); reverse() variables 515 let mut cache = cache.borrow_mut(); forward_many() variables [all...] |
| /third_party/rust/crates/strsim-rs/src/ |
| H A D | lib.rs | 208 let mut cache: Vec<usize> = (1..b_len+1).collect(); in generic_levenshtein() variables
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineCreationCacheControlTests.cpp | 854 timePipelineCreation(const DeviceInterface& vk, const VkDevice device, const VkPipelineCache cache, const create_infos_t& createInfos, pipelines_t& pipelines, const VkAllocationCallbacks* pAllocator = DE_NULL) timePipelineCreation() argument 1035 timePipelineCreation(const DeviceInterface& vk, const VkDevice device, const VkPipelineCache cache, const create_infos_t& createInfos, pipelines_t& pipelines, const VkAllocationCallbacks* pAllocator = DE_NULL) timePipelineCreation() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
| H A D | driver_macsec_linux.c | 1065 static struct rtnl_link * lookup_sc(struct nl_cache *cache, int parent, u64 sci) in lookup_sc() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
| H A D | driver_macsec_linux.c | 1066 static struct rtnl_link * lookup_sc(struct nl_cache *cache, int parent, u64 sci) in lookup_sc() argument
|
| /base/request/request/frameworks/js/napi/src/ |
| H A D | js_initialize.cpp | 1239 std::string cache = context->GetCacheDir();
in CacheToWhole() local
|
| /base/security/access_token/services/accesstokenmanager/main/cpp/src/token/ |
| H A D | accesstoken_info_manager.cpp | 1746 NativeTokenInfoCache cache = iter->second; in VerifyNativeAccessToken() local
|
| /base/security/access_token/services/privacymanager/src/record/ |
| H A D | permission_record_manager.cpp | 145 PermissionRecordCache cache; in AddRecordToCacheAndDb() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/ |
| H A D | relative_container_layout_algorithm.cpp | 79 auto cache = std::move(pattern->GetTopologicalResultCache()); in TopologicalResultHit() local
|
| /foundation/barrierfree/accessibility/frameworks/aafwk/src/ |
| H A D | accessible_ability_client_impl.cpp | 1521 std::map<int32_t, std::shared_ptr<AccessibilityElementInfo>> cache; AddElementCache() local 1531 GetElementByWindowIdBFS(const int64_t realElementId, std::vector<AccessibilityElementInfo>& elementInfos, std::map<int32_t, std::shared_ptr<AccessibilityElementInfo>>& cache) GetElementByWindowIdBFS() argument 1567 auto& cache = elementCache_.find(windowId)->second; GetElementByWindowId() local [all...] |
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
| H A D | gatt_client_profile.cpp | 792 auto cache = pimpl->cacheMap_.find(connectHandle); in GetServices() local 802 auto cache = pimpl->cacheMap_.find(connectHandle); in GetCharacteristicEndHandle() local 820 auto cache = pimpl->cacheMap_.find(connectHandle); in GetService() local 841 auto cache = pimpl->cacheMap_.find(connectHandle); GetCharacteristic() local 858 auto cache = pimpl->cacheMap_.find(connectHandle); GetDescriptor() local 1239 auto cache = cacheMap_.find(connectHandle); DiscoverAllPrimaryServiceParsing() local 1283 auto cache = cacheMap_.find(connectHandle); DiscoverPrimaryServiceByUuidParsing() local 1341 auto cache = cacheMap_.find(connectHandle); FindIncludeServicesParsing() local 1388 auto cache = cacheMap_.find(connectHandle); FindIncludeServicesParsing() local 1429 auto cache = cacheMap_.find(connectHandle); DiscoverAllCharacteristicOfServiceParsing() local 1531 auto cache = cacheMap_.find(connectHandle); DiscoverAllCharacteristicDescriptorsParsing() local 2269 auto cache = cacheMap_.emplace(connectHandle, std::move(GattCache())); CreateCache() local 2283 auto cache = cacheMap_.find(connectHandle); DeleteCache() local 2302 auto cache = pimpl->cacheMap_.find(connectHandle); ClearCacheMap() local [all...] |
| /foundation/multimedia/audio_framework/frameworks/native/audioutils/src/ |
| H A D | audio_utils.cpp | 858 int32_t *cache = cacheAudioData_.data(); in CheckAudioData() local
|
| /foundation/communication/ipc/ipc/native/src/core/source/ |
| H A D | ipc_process_skeleton.cpp | 1642 wptr<DBinderCallbackStub> cache = it->second; in QueryDBinderCallbackStub() local
|
| /foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/ |
| H A D | ext_extension.cpp | 129 auto cache = cachedEntity.Structuralize(); in GetIdxFileData() local 143 auto cache = cachedEntity.Structuralize(); in GetExtManageInfo() local 441 auto cache = cachedEntity.Structuralize(); in IndexFileReady() local 1051 auto cache = cachedEntity.Structuralize(); in RestoreFilesForSpecialCloneCloud() local 1195 auto cache = cachedEntity.Structuralize(); RestoreBigFiles() local 1951 auto cache = cachedEntity.Structuralize(); IncrementalAllFileReady() local [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | mjpegdec.c | 838 int cache = GET_CACHE(re, &s->gb); in decode_block() local 903 int cache = GET_CACHE(re, &s->gb); in decode_block_progressive() local
|
| H A D | mpeg4videodec.c | 1239 int cache; in mpeg4_decode_block() local
|
| H A D | vc2enc.c | 107 int cache[DIRAC_MAX_QUANT_INDEX]; member
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_aiir.c | 49 double *cache[2]; member
|
| H A D | f_ebur128.c | 65 double **cache; ///< window of filtered samples (N ms) member [all...] |