Home
last modified time | relevance | path

Searched defs:_cache (Results 1 – 23 of 23) sorted by relevance

/third_party/node/test/parallel/
Dtest-internal-iterable-weak-map.js17 const _cache = { variable
37 const _cache = { variable
51 const _cache = { variable
67 const _cache = { variable
82 const _cache = { variable
96 const _cache = { variable
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pipeline_cache.c58 VkPipelineCache _cache, in lvp_DestroyPipelineCache()
73 VkPipelineCache _cache, in lvp_GetPipelineCacheData()
Dlvp_pipeline.c922 VkPipelineCache _cache, in lvp_graphics_pipeline_create()
1018 VkPipelineCache _cache, in lvp_compute_pipeline_create()
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_pipeline_cache.c99 VkPipelineCache _cache, in pvr_DestroyPipelineCache()
112 VkPipelineCache _cache, in pvr_GetPipelineCacheData()
/third_party/python/Lib/encodings/
D__init__.py35 _cache = {} variable
/third_party/python/Tools/scripts/
Dfind_recursionlimit.py73 def test_cpickle(_cache={}): argument
/third_party/node/deps/npm/node_modules/@npmcli/metavuln-calculator/lib/
Dindex.js15 const _cache = Symbol('cache') constant
/third_party/lzma/Java/SevenZip/Compression/RangeCoder/
DEncoder.java17 int _cache; field in Encoder
/third_party/lzma/CS/7zip/Compress/RangeCoder/
DRangeCoder.cs14 byte _cache; field in SevenZip.Compression.RangeCoder.Encoder
/third_party/libwebsockets/lib/misc/cache-ttl/
Dlws-cache-ttl.c288 lws_cache_destroy(struct lws_cache_ttl_lru **_cache) in lws_cache_destroy()
Dheap.c542 lws_cache_heap_destroy(struct lws_cache_ttl_lru **_cache) in lws_cache_heap_destroy()
/third_party/python/Lib/
Dfilecmp.py20 _cache = {} variable
Dre.py285 _cache = {} # ordered! variable
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline_cache.c640 radv_DestroyPipelineCache(VkDevice _device, VkPipelineCache _cache, in radv_DestroyPipelineCache()
654 radv_GetPipelineCacheData(VkDevice _device, VkPipelineCache _cache, size_t *pDataSize, void *pData) in radv_GetPipelineCacheData()
Dradv_pipeline_rt.c96 radv_rt_pipeline_library_create(VkDevice _device, VkPipelineCache _cache, in radv_rt_pipeline_library_create()
1816 radv_rt_pipeline_create(VkDevice _device, VkPipelineCache _cache, in radv_rt_pipeline_create()
Dradv_pipeline.c7047 radv_graphics_pipeline_create_nonlegacy(VkDevice _device, VkPipelineCache _cache, in radv_graphics_pipeline_create_nonlegacy()
7079 radv_graphics_pipeline_create(VkDevice _device, VkPipelineCache _cache, in radv_graphics_pipeline_create()
7250 radv_compute_pipeline_create(VkDevice _device, VkPipelineCache _cache, in radv_compute_pipeline_create()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline_cache.c770 VkPipelineCache _cache, in v3dv_DestroyPipelineCache()
951 VkPipelineCache _cache, in v3dv_GetPipelineCacheData()
Dv3dv_pipeline.c3037 VkPipelineCache _cache, in graphics_pipeline_create()
3280 VkPipelineCache _cache, in compute_pipeline_create()
/third_party/lzma/CPP/7zip/Common/
DLimitedStreams.h200 const Byte *_cache; variable
/third_party/node/deps/v8/tools/system-analyzer/view/
Dhelper.mjs6 static _cache = new Map(); field in CSSColor
/third_party/python/Lib/xml/etree/
DElementPath.py349 _cache = {} variable
/third_party/lzma/CPP/7zip/Archive/
DXzHandler.cpp750 CByteBuffer _cache; member in NArchive::NXz::CInStream
/third_party/python/Lib/multiprocessing/
Dmanagers.py948 def MakeProxyType(name, exposed, _cache={}): argument