Home
last modified time | relevance | path

Searched refs:no_cache (Results 1 – 5 of 5) sorted by relevance

/external/oss-fuzz/infra/
Dhelper.py368 def build_image_impl(image_name, no_cache=False, pull=False): argument
383 if no_cache:
502 if build_image_impl(args.project_name, no_cache=True, pull=pull):
516 no_cache=False, argument
519 if not build_image_impl(project_name, no_cache=no_cache):
/external/vixl/tools/
Dlint.py247 cached = not args.no_cache
/external/python/cpython3/Lib/zoneinfo/
D_zoneinfo.py55 def no_cache(cls, key): member in ZoneInfo
220 return cls.no_cache(key)
/external/python/cpython3/Doc/library/
Dzoneinfo.rst205 .. classmethod:: ZoneInfo.no_cache(key)
310 2. ``ZoneInfo.no_cache(key)``: When constructed from the cache-bypassing
314 constructed from ``ZoneInfo.no_cache("Europe/Berlin")``, one would expect
/external/python/cpython3/Lib/test/test_zoneinfo/
Dtest_zoneinfo.py200 ("no_cache", self.klass.no_cache, key),
1326 tz1 = self.klass.no_cache("Europe/Lisbon")
1429 zi_no_cache = self.klass.no_cache("Europe/Dublin")