Home
last modified time | relevance | path

Searched defs:cache (Results 726 - 750 of 1053) sorted by relevance

1...<<21222324252627282930>>...43

/third_party/node/deps/v8/src/regexp/
H A Dregexp.cc1214 FixedArray cache; in Lookup() local
1249 Handle<FixedArray> cache; Enter() local
1302 Clear(FixedArray cache) Clear() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_context.c1338 draw_set_disk_cache_callbacks(struct draw_context *draw, void *data_cookie, void (*find_shader)(void *cookie, struct lp_cached_code *cache, unsigned char ir_sha1_cache_key[20]), void (*insert_shader)(void *cookie, struct lp_cached_code *cache, unsigned char ir_sha1_cache_key[20])) draw_set_disk_cache_callbacks() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineCreationCacheControlTests.cpp857 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
1053 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
/third_party/skia/src/core/
H A DSkRuntimeEffect.cpp461 static auto* cache = new SkLRUCache<Key, sk_sp<SkRuntimeEffect>>(11/*totally arbitrary*/); in SkMakeCachedRuntimeEffect() local
H A DSkBitmapDevice.cpp632 SkImageFilterCache* cache = SkImageFilterCache::Get(); in getImageFilterCache() local
H A DSkImageFilterTypes.h579 Context(const SkMatrix& layerMatrix, const SkIRect& clipBounds, SkImageFilterCache* cache, in Context() argument
618 SkImageFilterCache* cache() const { return fCache; } in cache() function in skif::Context
588 Context(const Mapping& mapping, const LayerSpace<SkIRect>& desiredOutput, SkImageFilterCache* cache, SkColorType colorType, SkColorSpace* colorSpace, const FilterResult& source) Context() argument
H A DSkTypeface.cpp105 static SkVarFontCache cache; in Instance() local
/third_party/skia/src/gpu/
H A DGrResourceCache.h584 ResourceAccess(GrResourceCache* cache) ResourceAccess() argument
[all...]
H A DGrResourceProvider.cpp34 GrResourceProvider::GrResourceProvider(GrGpu* gpu, GrResourceCache* cache, GrSingleOwner* owner) in GrResourceProvider() argument
/third_party/skia/src/sksl/
H A DSkSLInliner.cpp1067 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 DGrThreadSafeCacheTest.cpp1220 auto cache = dContext->priv().getResourceCache(); test_10() local
[all...]
/third_party/python/Modules/
H A D_functoolsmodule.c798 PyObject *cache; member
[all...]
/third_party/python/Parser/
H A Daction_helpers.c15 static void *cache = NULL; in _PyPegen_dummy_name() local
/third_party/python/Modules/_sqlite/
H A Dcursor.c512 PyObject *cache = self->connection->statement_cache; in get_statement_from_cache() local
/third_party/rust/crates/regex/src/
H A Ddfa.rs418 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 Dlib.rs208 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 DvktPipelineCreationCacheControlTests.cpp854 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 Ddriver_macsec_linux.c1065 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 Ddriver_macsec_linux.c1066 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 Djs_initialize.cpp1239 std::string cache = context->GetCacheDir(); in CacheToWhole() local
/base/security/access_token/services/accesstokenmanager/main/cpp/src/token/
H A Daccesstoken_info_manager.cpp1746 NativeTokenInfoCache cache = iter->second; in VerifyNativeAccessToken() local
/base/security/access_token/services/privacymanager/src/record/
H A Dpermission_record_manager.cpp145 PermissionRecordCache cache; in AddRecordToCacheAndDb() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/
H A Drelative_container_layout_algorithm.cpp79 auto cache = std::move(pattern->GetTopologicalResultCache()); in TopologicalResultHit() local
/foundation/barrierfree/accessibility/frameworks/aafwk/src/
H A Daccessible_ability_client_impl.cpp1521 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 Dgatt_client_profile.cpp792 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...]

Completed in 50 milliseconds

1...<<21222324252627282930>>...43