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

  /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/chromium_org/third_party/android_platform/development/scripts/
symbol.py 399 no_cache = filter(lambda x: x not in lib_cache, unique_addrs)
400 if no_cache:
401 lib_cache.update((k, None) for k in no_cache)
402 result = self.fn(lib, no_cache)
  /external/openssl/apps/
s_server.c 964 int no_cache = 0; local
    [all...]
  /external/chromium_org/content/browser/appcache/
appcache_storage_impl.cc 1523 scoped_refptr<AppCache> no_cache; local
    [all...]

Completed in 205 milliseconds