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

  /external/chromium_org/third_party/android_platform/development/scripts/
symbol.py 245 no_cache = filter(lambda x: x not in lib_cache, unique_addrs)
246 if no_cache:
247 lib_cache.update((k, None) for k in no_cache)
248 result = self.fn(lib, no_cache)
  /external/chromium_org/media/tools/constrained_network_server/
cns.py 196 new_port=False, no_cache=False, **kwargs):
210 no_cache: Set reponse's cache-control to no-cache.
212 if no_cache:
236 no_cache=no_cache, **kwargs)
  /external/qemu/android/
cmdline-options.h 76 CFG_FLAG ( no_cache, "disable the cache partition" )
main-common.c 216 opts->no_cache = opts->nocache;
231 if (opts->no_cache) {
main.c 727 if (opts->no_cache) {
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
s_server.c 958 int no_cache = 0; local
    [all...]
  /external/openssl/apps/
s_server.c 958 int no_cache = 0; local
    [all...]
  /external/qemu/android/qemu-launcher/
emulator-qemu.cpp 528 if (opts->no_cache) {
  /external/chromium_org/webkit/browser/appcache/
appcache_storage_impl.cc 1516 scoped_refptr<AppCache> no_cache; local
    [all...]

Completed in 625 milliseconds