HomeSort by relevance Sort by last modified time
    Searched refs:clear_cache (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/mesa3d/src/mesa/program/
prog_cache.c 109 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/ltp/testcases/kernel/syscalls/mprotect/
mprotect04.c 182 static void clear_cache(void *start, int len) function
221 clear_cache(mem_start, copy_sz);
  /external/compiler-rt/make/platform/
darwin_bni.mk 58 floatundixf mulxc3 powixf2 clear_cache \
64 clear_cache enable_execute_stack
74 udivti3 umodti3 clear_cache enable_execute_stack
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_sched.c 71 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/autotest/client/site_tests/p2p_ShareFiles/
p2p_ShareFiles.py 128 zero.clear_cache()
  /external/autotest/client/site_tests/peerd_HandlesNameConflicts/
peerd_HandlesNameConflicts.py 115 self._zc_listener.clear_cache()
  /external/python/cpython3/Lib/
filecmp.py 9 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()
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/ui/
ImageDetailActivity.java 153 case R.id.clear_cache:
ImageGridFragment.java 201 case R.id.clear_cache:
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/ui/
ImageDetailActivity.java 153 case R.id.clear_cache:
ImageGridFragment.java 201 case R.id.clear_cache:
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/ui/
ImageDetailActivity.java 153 case R.id.clear_cache:
ImageGridFragment.java 201 case R.id.clear_cache:
  /external/python/cpython3/Lib/test/libregrtest/
refleak.py 199 urllib_parse.clear_cache()
  /toolchain/binutils/binutils-2.27/gold/
fileread.h 305 clear_cache() function in class:gold::File_read::View
fileread.cc 460 vold->clear_cache();
779 p->second->clear_cache();
783 (*p)->clear_cache();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urlparse.py 62 def clear_cache(): function
171 clear_cache()
  /external/python/cpython2/Lib/test/
test_urllib2net.py 242 self.addCleanup(cfh.clear_cache)
  /external/python/cpython3/Lib/test/
test_filecmp.py 48 filecmp.clear_cache()
50 "Cache not cleared after calling clear_cache")
test_urllib2net.py 243 self.addCleanup(cfh.clear_cache)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_urllib2net.py 246 self.addCleanup(cfh.clear_cache)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_urllib2net.py 246 self.addCleanup(cfh.clear_cache)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2net.py 246 self.addCleanup(cfh.clear_cache)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2net.py 246 self.addCleanup(cfh.clear_cache)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
urlparse.py 68 def clear_cache(): function
180 clear_cache()

Completed in 448 milliseconds

1 2 3