Searched refs:no_cache (Results 1 – 5 of 5) sorted by relevance
/external/oss-fuzz/infra/ |
D | helper.py | 368 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/ |
D | lint.py | 247 cached = not args.no_cache
|
/external/python/cpython3/Lib/zoneinfo/ |
D | _zoneinfo.py | 55 def no_cache(cls, key): member in ZoneInfo 220 return cls.no_cache(key)
|
/external/python/cpython3/Doc/library/ |
D | zoneinfo.rst | 205 .. 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/ |
D | test_zoneinfo.py | 200 ("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")
|