Searched defs:clear_cache (Results 1 - 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/program/
H A Dprog_cache.c109 clear_cache(struct gl_context *ctx, struct gl_program_cache *cache, function
159 clear_cache(ctx, cache, GL_FALSE);
168 clear_cache(ctx, cache, GL_TRUE);
223 clear_cache(ctx, cache, GL_FALSE);
252 clear_cache(ctx, cache, GL_TRUE);
/external/autotest/client/cros/netprotos/
H A Dzeroconf.py203 def clear_cache(self): member in class:ZeroconfDaemon
/external/ltp/testcases/kernel/syscalls/mprotect/
H A Dmprotect04.c182 static void clear_cache(void *start, int len) function
221 clear_cache(mem_start, copy_sz);
/external/python/cpython2/Lib/
H A Durlparse.py68 def clear_cache(): function
180 clear_cache()
H A Durllib2.py1485 def clear_cache(self): member in class:CacheFTPHandler
/external/python/cpython3/Lib/
H A Dfilecmp.py9 clear_cache()
17 __all__ = ['clear_cache', 'cmp', 'dircmp', 'cmpfiles', 'DEFAULT_IGNORES']
25 def clear_cache(): function
47 changes. The cache may be cleared by calling clear_cache().
64 clear_cache()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_sched.c71 clear_cache(struct ir3_sched_ctx *ctx, struct ir3_instruction *instr) function
111 clear_cache(ctx, NULL);
114 clear_cache(ctx, instr);
562 clear_cache(ctx, NULL);
/external/python/cpython3/Lib/urllib/
H A Dparse.py75 def clear_cache(): function
397 clear_cache()
H A Drequest.py1606 def clear_cache(self): member in class:CacheFTPHandler
2303 def get_user_passwd(self, host, realm, clear_cache=0):
2306 if clear_cache:

Completed in 489 milliseconds