Home
last modified time | relevance | path

Searched refs:clear_caches (Results 1 – 14 of 14) sorted by relevance

/third_party/jinja2/
D__init__.py30 from .utils import clear_caches as clear_caches unknown
Dutils.py118 def clear_caches() -> None: function
/third_party/python/Lib/test/
Dtest_platform.py72 def clear_caches(self): member in PlatformTest
451 self.addCleanup(self.clear_caches)
473 self.clear_caches()
478 self.addCleanup(self.clear_caches)
479 self.clear_caches()
Dtest_typing.py55 def clear_caches(self): member in BaseTestCase
2050 self.clear_caches()
3921 self.clear_caches()
/third_party/python/Lib/test/libregrtest/
Drefleak.py8 from test.libregrtest.utils import clear_caches
182 clear_caches()
Druntest.py16 from test.libregrtest.utils import clear_caches, format_duration, print_warning
332 clear_caches()
Dutils.py122 def clear_caches(): function
/third_party/node/tools/inspector_protocol/jinja2/
D__init__.py56 from jinja2.utils import Markup, escape, clear_caches, \
Dutils.py111 def clear_caches(): function
/third_party/skia/third_party/externals/jinja2/
D__init__.py37 from .utils import clear_caches
Dutils.py100 def clear_caches(): function
/third_party/node/deps/v8/third_party/jinja2/
D__init__.py37 from .utils import clear_caches
Dutils.py100 def clear_caches(): function
/third_party/rust/crates/libc/src/unix/haiku/
Dnative.rs1156 pub fn clear_caches(address: *mut ::c_void, length: ::size_t, flags: u32); in clear_caches() function