Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/mprotect/
Dmprotect04.c153 static void clear_cache(void *start, int len) in clear_cache() function
/external/python/cpython3/Lib/
Dfilecmp.py26 def clear_cache(): function
/external/mesa3d/src/mesa/program/
Dprog_cache.c110 clear_cache(struct gl_context *ctx, struct gl_program_cache *cache, in clear_cache() function
/external/python/cpython2/Lib/
Durlparse.py68 def clear_cache(): function
Durllib.py790 def get_user_passwd(self, host, realm, clear_cache=0): argument
Durllib2.py1485 def clear_cache(self): member in CacheFTPHandler
/external/autotest/client/cros/netprotos/
Dzeroconf.py203 def clear_cache(self): member in ZeroconfDaemon
/external/python/cpython3/Lib/zoneinfo/
D_zoneinfo.py91 def clear_cache(cls, *, only_keys=None): member in ZoneInfo
/external/python/cpython3/Lib/urllib/
Dparse.py85 def clear_cache(): function
Drequest.py1630 def clear_cache(self): member in CacheFTPHandler
2322 def get_user_passwd(self, host, realm, clear_cache=0): argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dsharding_propagation.cc1806 auto clear_cache = [&](HloInstruction* hlo) { in Run() local
/external/rust/crates/regex/src/
Ddfa.rs1280 fn clear_cache(&mut self) -> bool { in clear_cache() method