Searched refs:NoCache (Results 1 – 10 of 10) sorted by relevance
/external/volley/src/test/java/com/android/volley/ |
D | RequestQueueIntegrationTest.java | 23 import com.android.volley.toolbox.NoCache; 84 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 1, mDelivery); in add_requestProcessedInCorrectOrder() 122 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 3, mDelivery); in add_dedupeByCacheKey() 151 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 1, mDelivery); in add_requestFinishedListenerCanceled() 174 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 1, mDelivery); in add_requestFinishedListenerSuccess() 195 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 1, mDelivery); in add_requestFinishedListenerError()
|
D | RequestQueueTest.java | 20 import com.android.volley.toolbox.NoCache; 49 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 0, mDelivery); in cancelAll_onlyCorrectTag()
|
/external/volley/src/main/java/com/android/volley/toolbox/ |
D | NoCache.java | 24 public class NoCache implements Cache { class
|
/external/v8/src/ |
D | deoptimize-reason.h | 46 V(NoCache, "no cache") \
|
D | type-feedback-vector.cc | 1021 major_key == CodeStub::NoCache); in GetKeyedAccessStoreMode() 1022 if (major_key != CodeStub::NoCache) { in GetKeyedAccessStoreMode()
|
D | code-stubs.h | 217 NoCache = 0, // marker for stubs that do custom caching] enumerator 242 static uint32_t NoCacheKey() { return MajorKeyBits::encode(NoCache); } in NoCacheKey()
|
D | code-stubs.cc | 198 case NoCache: in MajorName() 232 case NoCache: in Dispatch()
|
/external/zlib/src/old/ |
D | Makefile.riscos | 9 ObjAsmflags = -throwback -NoCache -depend !Depend
|
/external/libpng/scripts/ |
D | makefile.acorn | 8 ObjAsmflags = -throwback -NoCache -depend !Depend
|
/external/v8/src/snapshot/ |
D | code-serializer.cc | 150 DCHECK(CodeStub::MajorKeyFromKey(stub_key) != CodeStub::NoCache); in SerializeCodeStub()
|