Searched refs:clear_cache (Results 1 - 13 of 13) sorted by relevance
/third_party/mesa3d/src/mesa/program/ |
H A D | prog_cache.c | 110 clear_cache(struct gl_context *ctx, struct gl_program_cache *cache, in clear_cache() function 160 clear_cache(ctx, cache, GL_FALSE); in _mesa_delete_program_cache() 169 clear_cache(ctx, cache, GL_TRUE); in _mesa_delete_shader_cache() 224 clear_cache(ctx, cache, GL_FALSE); in _mesa_program_cache_insert() 253 clear_cache(ctx, cache, GL_TRUE); in _mesa_shader_cache_insert()
|
/third_party/ltp/testcases/kernel/syscalls/mprotect/ |
H A D | mprotect04.c | 153 static void clear_cache(void *start, int len) in clear_cache() function 221 clear_cache(mem_start, page_sz); in get_func()
|
/third_party/python/Lib/ |
H A D | filecmp.py | 9 clear_cache() 18 __all__ = ['clear_cache', 'cmp', 'dircmp', 'cmpfiles', 'DEFAULT_IGNORES'] 26 def clear_cache(): function 49 changes. The cache may be cleared by calling clear_cache(). 66 clear_cache()
|
/third_party/python/Lib/test/libregrtest/ |
H A D | utils.py | 155 urllib_parse.clear_cache()
|
/third_party/python/Lib/test/test_zoneinfo/ |
H A D | test_zoneinfo.py | 128 self.klass.clear_cache() 1301 self.klass.clear_cache() 1345 self.klass.clear_cache(only_keys=None) 1355 self.klass.clear_cache(only_keys=["America/Los_Angeles"]) 1368 self.klass.clear_cache( 1389 self.klass.clear_cache() 1426 self.klass.clear_cache() # Induce a cache miss 1519 self.klass.clear_cache(["UTC"])
|
/third_party/rust/crates/regex/src/ |
H A D | dfa.rs | 1261 None => self.clear_cache(), in clear_cache_and_save() 1264 if !self.clear_cache() { in clear_cache_and_save() 1280 fn clear_cache(&mut self) -> bool { in clear_cache() functions
|
/third_party/python/Lib/test/ |
H A D | test_filecmp.py | 49 filecmp.clear_cache() 51 "Cache not cleared after calling clear_cache")
|
H A D | test_urllib2net.py | 284 self.addCleanup(cfh.clear_cache)
|
H A D | test_urlparse.py | 1157 urllib.parse.clear_cache() 1170 'ResultBase', 'clear_cache', 'to_bytes', 'unwrap',
|
/third_party/python/Lib/zoneinfo/ |
H A D | _zoneinfo.py | 91 def clear_cache(cls, *, only_keys=None): member in ZoneInfo
|
/third_party/python/Lib/urllib/ |
H A D | request.py | 1635 def clear_cache(self): member in CacheFTPHandler 2334 def get_user_passwd(self, host, realm, clear_cache=0): 2337 if clear_cache:
|
H A D | parse.py | 94 def clear_cache(): function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 6724 case Intrinsic::clear_cache: in visitIntrinsicCall()
|
Completed in 33 milliseconds