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

1 2 3

  /external/autotest/apache/conf/
gwt-directives 1 <FilesMatch "\.nocache\.(js|html)">
  /external/autotest/frontend/client/src/autotest/public/
EmbeddedSpreadsheetClient.html 6 src='autotest.EmbeddedSpreadsheetClient.nocache.js'>
MoblabSetupClient.html 6 src='autotest.MoblabSetupClient.nocache.js'>
EmbeddedTkoClientTest.html 6 src='autotest.EmbeddedTkoClient.nocache.js'>
TkoClient.html 6 src='autotest.TkoClient.nocache.js'>
AfeClient.html 5 <script type='text/javascript' src='autotest.AfeClient.nocache.js'>
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
CacheControl.java 20 public static final CacheControl FORCE_NETWORK = new Builder().noCache().build();
33 private final boolean noCache;
47 private CacheControl(boolean noCache, boolean noStore, int maxAgeSeconds, int sMaxAgeSeconds,
50 this.noCache = noCache;
65 this.noCache = builder.noCache;
86 public boolean noCache() {
87 return noCache;
152 boolean noCache = false
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
CacheControlTest.java 32 assertFalse(cacheControl.noCache());
47 .noCache()
57 assertTrue(cacheControl.noCache());
75 assertFalse(cacheControl.noCache());
93 assertTrue(cacheControl.noCache());
113 assertFalse(cacheControl.noCache());
RequestTest.java 142 .cacheControl(new CacheControl.Builder().noCache().build())
  /frameworks/volley/src/test/java/com/android/volley/
RequestQueueIntegrationTest.java 23 import com.android.volley.toolbox.NoCache;
84 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 1, mDelivery);
122 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 3, mDelivery);
151 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 1, mDelivery);
174 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 1, mDelivery);
195 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 1, mDelivery);
RequestQueueTest.java 20 import com.android.volley.toolbox.NoCache;
49 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 0, mDelivery);
  /frameworks/volley/src/main/java/com/android/volley/toolbox/
NoCache.java 24 public class NoCache implements Cache {
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/
go.go 66 func Nocache(p *Prog) {
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
go.go 63 func Nocache(p *Prog) {
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/
go.go 66 func Nocache(p *Prog) {
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
go.go 63 func Nocache(p *Prog) {
  /external/autotest/client/tests/qemu_iotests/
qemu_iotests.py 53 # -nocache use O_DIRECT on backing file
  /external/libpng/scripts/
makefile.acorn 8 ObjAsmflags = -throwback -NoCache -depend !Depend
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
CacheStrategy.java 191 if (requestCaching.noCache() || hasConditions(request)) {
213 if (!responseCaching.noCache() && ageMillis + minFreshMillis < freshMillis + maxStaleMillis) {
  /external/zlib/src/old/
Makefile.riscos 9 ObjAsmflags = -throwback -NoCache -depend !Depend
  /external/v8/src/
code-stubs.cc 196 case NoCache:
197 return "<NoCache>Stub";
230 case NoCache:
type-feedback-vector.cc 812 major_key == CodeStub::NoCache);
813 if (major_key != CodeStub::NoCache) {
  /external/iproute2/examples/
cbq.init-v0.7.3 170 # caching, run it as "cbq.init start nocache". If you want to force cache
178 # "start nocache" command is used, which is also useful when creating the
707 ### If we are in compile/nocache/logging mode, don't bother with cache
708 if [ "$1" != "compile" -a "$2" != "nocache" -a -z "$CBQ_DEBUG" ]; then
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm64/
obj7.go 731 nocache(p)
813 func nocache(p *obj.Prog) {
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
obj7.go 728 nocache(p)
810 func nocache(p *obj.Prog) {

Completed in 2072 milliseconds

1 2 3