Searched refs:noCache (Results 1 - 11 of 11) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DCacheControl.java14 private final boolean noCache; field in class:CacheControl
24 private CacheControl(boolean noCache, boolean noStore, int maxAgeSeconds, int sMaxAgeSeconds, argument
27 this.noCache = noCache;
46 public boolean noCache() { method in class:CacheControl
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/
H A DCacheStrategy.java205 if (requestCaching.noCache() || hasConditions(request)) {
227 if (!responseCaching.noCache() && ageMillis + minFreshMillis < freshMillis + maxStaleMillis) {
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslsock.c75 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;
H A Dsslcon.c629 } else if (!ss->opt.noCache) {
2174 if (!ss->opt.noCache && sid->cached == never_cached)
3021 if (ss->opt.noCache) {
3446 ss->opt.noCache = 1;
3454 if (sdLen > 0 && !ss->opt.noCache) {
H A Dsslimpl.h324 unsigned int noCache : 1; /* 11 */ member in struct:sslOptionsStr
H A Dssl3con.c3338 if (!ss->opt.noCache && ss->sec.ci.sid && ss->sec.uncache) {
3508 if (!ss->opt.noCache) {
5054 sid = (ss->opt.noCache) ? NULL
8199 if (sidBytes.len > 0 && !ss->opt.noCache) {
11239 if (sid->cached == never_cached && !ss->opt.noCache && ss->sec.cache) {
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js3697 noCache: false
3801 if(this.options.noCache) {
3802 var noCache = "noCache=" + new Date().getTime();
3803 data = (data) ? noCache + '&' + data : noCache;
H A Dconcat-jquery-mootools-prototype.js8073 noCache: false
8177 if(this.options.noCache) {
8178 var noCache = "noCache=" + new Date().getTime();
8179 data = (data) ? noCache + '&' + data : noCache;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1004 milliseconds