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

  /frameworks/volley/src/main/java/com/android/volley/toolbox/
NoCache.java 24 public class NoCache implements Cache {
  /frameworks/volley/src/test/java/com/android/volley/
RequestQueueTest.java 20 import com.android.volley.toolbox.NoCache;
49 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 0, mDelivery);
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);
  /external/v8/src/snapshot/
code-serializer.cc 136 DCHECK(CodeStub::MajorKeyFromKey(stub_key) != CodeStub::NoCache);
  /external/v8/src/
type-feedback-vector.cc     [all...]
code-stubs.h 224 // TODO(mvstanton): eliminate the NoCache key by getting rid
226 NoCache = 0, // marker for stubs that do custom caching]
251 static uint32_t NoCacheKey() { return MajorKeyBits::encode(NoCache); }
    [all...]
code-stubs.cc 198 case NoCache:
199 return "<NoCache>Stub";
232 case NoCache:
    [all...]

Completed in 91 milliseconds