Home
last modified time | relevance | path

Searched defs:clear_cache (Results 1 – 7 of 7) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/mprotect/
Dmprotect04.c153 static void clear_cache(void *start, int len) in clear_cache() function
/third_party/python/Lib/
Dfilecmp.py26 def clear_cache(): function
/third_party/mesa3d/src/mesa/program/
Dprog_cache.c110 clear_cache(struct gl_context *ctx, struct gl_program_cache *cache, in clear_cache() function
/third_party/python/Lib/zoneinfo/
D_zoneinfo.py91 def clear_cache(cls, *, only_keys=None): member in ZoneInfo
/third_party/python/Lib/urllib/
Dparse.py88 def clear_cache(): function
Drequest.py1636 def clear_cache(self): member in CacheFTPHandler
2328 def get_user_passwd(self, host, realm, clear_cache=0): argument
/third_party/rust/crates/regex/src/
Ddfa.rs1280 fn clear_cache(&mut self) -> bool { in clear_cache() method