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

  /external/volley/src/main/java/com/android/volley/toolbox/
NoCache.java 22 public class NoCache implements Cache {
  /external/volley/src/test/java/com/android/volley/
RequestQueueTest.java 27 import com.android.volley.toolbox.NoCache;
53 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 0, mDelivery);
80 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 0, mDelivery);
93 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 0, mDelivery);
107 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 0, mDelivery);
121 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 0, mDelivery);
RequestQueueIntegrationTest.java 30 import com.android.volley.toolbox.NoCache;
89 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 1, mDelivery);
124 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 3, mDelivery);
152 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 1, mDelivery);
169 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 1, mDelivery);
186 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 1, mDelivery);
NetworkDispatcherTest.java 31 import com.android.volley.toolbox.NoCache;
80 RequestQueue queue = new RequestQueue(new NoCache(), mNetwork, 0, mDelivery);
111 RequestQueue queue = new RequestQueue(new NoCache(), mNetwork, 0, mDelivery);
RequestTest.java 29 import com.android.volley.toolbox.NoCache;
210 RequestQueue queue = new RequestQueue(new NoCache(), mNetwork, 0, mDelivery);
  /external/v8/src/
deoptimize-reason.h 39 V(NoCache, "no cache") \
code-stubs.cc 189 case NoCache:
190 return "<NoCache>Stub";
222 case NoCache:
code-stubs.h 90 // TODO(mvstanton): eliminate the NoCache key by getting rid
92 NoCache = 0, // marker for stubs that do custom caching]
112 static uint32_t NoCacheKey() { return MajorKeyBits::encode(NoCache); }
counters.h     [all...]
feedback-vector.cc     [all...]
  /external/v8/src/snapshot/
code-serializer.cc 259 DCHECK(CodeStub::MajorKeyFromKey(stub_key) != CodeStub::NoCache);

Completed in 101 milliseconds