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

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
CacheControl.java 14 private final boolean noCache;
24 private CacheControl(boolean noCache, boolean noStore, int maxAgeSeconds, int sMaxAgeSeconds,
27 this.noCache = noCache;
46 public boolean noCache() {
47 return noCache;
104 boolean noCache = false;
152 noCache = true;
173 return new CacheControl(noCache, noStore, maxAgeSeconds, sMaxAgeSeconds, isPublic,
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
CacheStrategy.java 205 if (requestCaching.noCache() || hasConditions(request)) {
227 if (!responseCaching.noCache() && ageMillis + minFreshMillis < freshMillis + maxStaleMillis) {
  /external/chromium_org/net/third_party/nss/ssl/
sslsock.c 75 PR_FALSE, /* noCache */
681 ss->opt.noCache = on;
852 case SSL_NO_CACHE: on = ss->opt.noCache; break;
916 case SSL_NO_CACHE: on = ssl_defaults.noCache; break;
1026 ssl_defaults.noCache = on;
    [all...]
sslcon.c 629 } else if (!ss->opt.noCache) {
    [all...]
sslimpl.h 324 unsigned int noCache : 1; /* 11 */
    [all...]
ssl3con.c     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]
concat-jquery-mootools-prototype.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 313 milliseconds