HomeSort by relevance Sort by last modified time
    Searched full:has_cache (Results 1 - 8 of 8) sorted by null

  /art/runtime/gc/space/
image_space.cc 204 bool* has_cache,
207 *has_cache = false;
233 *has_cache = OS::FileExists(cache_filename->c_str());
235 return *has_system || *has_cache;
322 bool has_cache = false; local
326 &cache_filename, &dalvik_cache_exists, &has_cache, &is_global_cache)) {
328 if (has_system && has_cache) {
347 } else if (!has_cache) {
351 } else if (!has_system && has_cache) {
357 if (has_system && has_cache) {
444 bool has_cache = false; local
    [all...]
  /external/chromium_org/content/browser/service_worker/
service_worker_cache_listener.h 72 bool has_cache,
service_worker_cache_listener.cc 216 bool has_cache,
223 if (!has_cache) {
service_worker_cache_storage.cc 414 bool has_cache = cache_map_.find(cache_name) != cache_map_.end(); local
416 callback.Run(has_cache, CACHE_STORAGE_ERROR_NO_ERROR);
  /art/patchoat/
patchoat.cc 72 bool has_cache = false; local
97 has_cache = true;
103 } else if (has_cache) {
1121 bool has_cache = false; local
    [all...]
  /external/qemu/qapi-auto-generated/
qapi-types.h 3185 bool has_cache; member in struct:BlockdevOptionsBase
3286 bool has_cache; member in struct:BlockdevOptions
    [all...]
qapi-visit.c     [all...]
  /external/srec/srec/include/
simapi.h 172 booldata has_cache; member in struct:__anon14830
    [all...]

Completed in 599 milliseconds