HomeSort by relevance Sort by last modified time
    Searched defs:check_cache (Results 1 - 9 of 9) sorted by null

  /external/valgrind/cachegrind/
cg_arch.c 44 static const HChar* check_cache(cache_t* cache) function
99 checkRes = check_cache(cache);
149 checkRes = check_cache(c);
  /system/core/liblog/
properties.c 59 static int check_cache(struct cache* cache) { function
131 if (check_cache(&tag_cache[i].cache)) {
136 if (check_cache(&global_cache[i].cache)) {
293 int change_detected = check_cache(&tag_cache.cache);
335 change_detected = check_cache(&self->cache_persist.cache) ||
336 check_cache(&self->cache_ro.cache);
545 change_detected = check_cache(&self->cache_persist.cache) ||
546 check_cache(&self->cache_ro.cache);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urllib2.py 1430 def check_cache(self): member in class:CacheFTPHandler
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urllib2.py 1446 def check_cache(self): member in class:CacheFTPHandler
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
urllib2.py 1446 def check_cache(self): member in class:CacheFTPHandler
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib2.py 1446 def check_cache(self): member in class:CacheFTPHandler
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py 1446 def check_cache(self): member in class:CacheFTPHandler
    [all...]
  /external/python/cpython2/Lib/
urllib2.py 1465 def check_cache(self): member in class:CacheFTPHandler
    [all...]
  /external/python/cpython3/Lib/urllib/
request.py 1586 def check_cache(self): member in class:CacheFTPHandler
    [all...]

Completed in 254 milliseconds