Searched refs:caching (Results 1 – 19 of 19) sorted by relevance
4 caching,557 @caching.cache_dynamically585 @caching.cache_dynamically629 @caching.dyn_cached_property637 @caching.dyn_cached_property643 @caching.dyn_cached_property651 @caching.dyn_cached_property657 @caching.dyn_cached_property663 @caching.dyn_cached_property
5 caching,77 @caching.cache_statically
7 caching,184 @caching.cache_statically
10 from core import caching, xnu_format125 @caching.cache_statically
4 from .caching import LazyTarget
41 from .caching import cache_statically
7 from .caching import (
20 from .caching import (
430 #define SET_MAP_MEM(caching, flags) \ argument431 ((flags) = ((((unsigned int)(caching)) << 24) \
12 from core import caching79 with RedirectStdStreams(stdout=stream), caching.ImplicitContext(lldbval):85 with caching.ImplicitContext(lldbval):310 with RedirectStdStreams(stdout=stream), caching.ImplicitContext(exe_ctx):729 print("Current size of cache: {}".format(caching.GetSizeOfCache()))730 caching.ClearAllCache()
33 core/caching.py \
4 from core import caching520 @caching.cache_statically
14 from core.caching import (
4 from core import caching1050 @caching.cache_dynamically
276 …please see [Section C. -> SPECIAL Note]. If the change is to basic class or caching mechanism than…
7 from core import caching
32 …N` | Device is beginning to experience memory pressure. Consider relaxing caching policy. |
82 provides you with buffering (aka caching) in case your random small chunk accesses are repeated:
126 # Enable caching with `make CCACHE=ccache`