HomeSort by relevance Sort by last modified time
    Searched full:nocache (Results 1 - 25 of 41) sorted by null

1 2

  /frameworks/volley/src/com/android/volley/toolbox/
NoCache.java 24 public class NoCache implements Cache {
  /frameworks/volley/tests/src/com/android/volley/
RequestQueueTest.java 22 import com.android.volley.toolbox.NoCache;
73 RequestQueue queue = new RequestQueue(new NoCache(), network, 1, mDelivery);
101 RequestQueue queue = new RequestQueue(new NoCache(), network, 3, mDelivery);
111 RequestQueue queue = new RequestQueue(new NoCache(), network, 3, mDelivery);
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
RequestHeaders.java 30 private boolean noCache;
69 noCache = true;
89 noCache = true;
137 return noCache;
ResponseHeaders.java 82 private boolean noCache;
127 noCache = true;
157 noCache = true;
231 return noCache;
417 if (!noCache && ageMillis + minFreshMillis < freshMillis + maxStaleMillis) {
  /external/chromium/net/base/
host_cache.h 115 FRIEND_TEST_ALL_PREFIXES(HostCacheTest, NoCache);
host_cache_unittest.cc 355 TEST(HostCacheTest, NoCache) {
  /external/chromium_org/net/dns/
host_cache.h 108 FRIEND_TEST_ALL_PREFIXES(HostCacheTest, NoCache);
host_cache_unittest.cc 255 TEST(HostCacheTest, NoCache) {
  /external/libpng/scripts/
makefile.acorn 8 ObjAsmflags = -throwback -NoCache -depend !Depend
  /external/chromium_org/third_party/libxslt/libxslt/
pattern.c 528 int nocache = 0; local
574 nocache = 1;
576 if (nocache == 0) {
594 if (nocache == 1)
602 if (nocache == 1)
609 if (nocache == 1)
887 int ix, nocache = 0; local
989 nocache = 1;
996 nocache = 1;
1007 (nocache == 0))
1019 int ix, nocache = 0; local
    [all...]
  /external/libxslt/libxslt/
pattern.c 528 int nocache = 0; local
574 nocache = 1;
576 if (nocache == 0) {
594 if (nocache == 1)
602 if (nocache == 1)
609 if (nocache == 1)
887 int ix, nocache = 0; local
989 nocache = 1;
996 nocache = 1;
1007 (nocache == 0))
1019 int ix, nocache = 0; local
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
apache.php 93 'mmapfile','namevirtualhost','nocache','options','order',
  /external/qemu/android/
cmdline-options.h 77 CFG_FLAG ( nocache, "same as -no-cache" )
main-common.c 951 if (opts->nocache) {
952 opts->no_cache = opts->nocache;
953 opts->nocache = 0;
    [all...]
  /external/zlib/src/old/
Makefile.riscos 9 ObjAsmflags = -throwback -NoCache -depend !Depend
  /external/chromium/net/proxy/
proxy_script_fetcher_impl_unittest.cc 202 TEST_F(ProxyScriptFetcherImplTest, NoCache) {
  /external/iproute2/examples/
cbq.init-v0.7.3 171 # caching, run it as "cbq.init start nocache". If you want to force cache
179 # "start nocache" command is used, which is also useful when creating the
708 ### If we are in compile/nocache/logging mode, don't bother with cache
709 if [ "$1" != "compile" -a "$2" != "nocache" -a -z "$CBQ_DEBUG" ]; then
    [all...]
  /external/chromium_org/net/proxy/
proxy_script_fetcher_impl_unittest.cc 304 TEST_F(ProxyScriptFetcherImplTest, NoCache) {
  /external/chromium_org/net/third_party/nss/ssl/
sslcon.c 630 } else if (!ss->opt.noCache) {
    [all...]
sslsock.c 157 PR_FALSE, /* noCache */
757 ss->opt.noCache = on;
912 case SSL_NO_CACHE: on = ss->opt.noCache; break;
970 case SSL_NO_CACHE: on = ssl_defaults.noCache; break;
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]
  /external/qemu/
qemu-io.c     [all...]
  /external/v8/src/
code-stubs.h 117 NoCache, // marker for stubs that do custom caching
    [all...]
  /external/chromium_org/tools/python/google/httpd_config/
httpd.conf 712 # NoCache a-domain.com another-domain.edu joes.garage-sale.com
  /frameworks/base/docs/html/tools/help/
emulator.jd 201 <td><code>-nocache</code></td>

Completed in 3481 milliseconds

1 2