/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
prog_cache.c | 108 clear_cache(struct gl_context *ctx, struct gl_program_cache *cache, function 158 clear_cache(ctx, cache, GL_FALSE); 167 clear_cache(ctx, cache, GL_TRUE); 217 clear_cache(ctx, cache, GL_FALSE); 245 clear_cache(ctx, cache, GL_TRUE);
|
/external/mesa3d/src/mesa/program/ |
prog_cache.c | 108 clear_cache(struct gl_context *ctx, struct gl_program_cache *cache, function 158 clear_cache(ctx, cache, GL_FALSE); 167 clear_cache(ctx, cache, GL_TRUE); 217 clear_cache(ctx, cache, GL_FALSE); 245 clear_cache(ctx, cache, GL_TRUE);
|
/external/compiler-rt/make/platform/ |
darwin_bni.mk | 54 floatundixf mulxc3 powixf2 clear_cache \ 60 clear_cache enable_execute_stack 70 udivti3 umodti3 clear_cache enable_execute_stack
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_batchbuffer.c | 41 static void clear_cache( struct intel_context *intel ) function 79 clear_cache(intel); 108 clear_cache(intel); 117 clear_cache(intel);
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_batchbuffer.c | 41 static void clear_cache( struct intel_context *intel ) function 79 clear_cache(intel); 108 clear_cache(intel); 117 clear_cache(intel);
|
/development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/ui/ |
ImageDetailActivity.java | 152 case R.id.clear_cache:
|
ImageGridFragment.java | 191 case R.id.clear_cache:
|
/external/chromium/chrome/browser/history/ |
in_memory_url_index.h | 114 // |clear_cache| is true. If the cache is unavailable then reload the 116 bool ReloadFromHistory(URLDatabase* history_db, bool clear_cache);
|
in_memory_url_index.cc | 198 bool clear_cache) { 204 if (clear_cache || !RestoreFromCacheFile()) { [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_urllib2net.py | 246 self.addCleanup(cfh.clear_cache)
|
regrtest.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_urllib2net.py | 246 self.addCleanup(cfh.clear_cache)
|
regrtest.py | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
urlparse.py | 68 def clear_cache(): function 179 clear_cache()
|
urllib.py | 782 def get_user_passwd(self, host, realm, clear_cache=0): 785 if clear_cache: [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
urlparse.py | 68 def clear_cache(): function 179 clear_cache()
|
urllib.py | 782 def get_user_passwd(self, host, realm, clear_cache=0): 785 if clear_cache: [all...] |