Home
last modified time | relevance | path

Searched defs:from_cache (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Tools/importbench/
Dimportbench.py40 def from_cache(seconds, repeat): function
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dpbutils-private.h104 gpointer from_cache; member
/third_party/python/Lib/zoneinfo/
D_zoneinfo.py216 def _unpickle(cls, key, from_cache, /): argument
/third_party/python/Modules/
D_zoneinfo.c676 unsigned char from_cache = self->source == SOURCE_CACHE ? 1 : 0; in zoneinfo_reduce() local
692 unsigned char from_cache; in zoneinfo__unpickle() local
/third_party/gettext/build-aux/
Dtexi2html8203 sub from_cache($) subroutine
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.c1566 bool keep_shader_info, bool from_cache) in radv_shader_variant_create()