Home
last modified time | relevance | path

Searched refs:NoCache (Results 1 – 10 of 10) sorted by relevance

/external/volley/src/test/java/com/android/volley/
DRequestQueueIntegrationTest.java23 import com.android.volley.toolbox.NoCache;
87 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 1, mDelivery); in add_requestProcessedInCorrectOrder()
119 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 3, mDelivery); in add_dedupeByCacheKey()
144 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 1, mDelivery); in add_requestFinishedListenerCanceled()
160 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 1, mDelivery); in add_requestFinishedListenerSuccess()
176 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 1, mDelivery); in add_requestFinishedListenerError()
DRequestQueueTest.java20 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/
DNoCache.java24 public class NoCache implements Cache { class
/external/v8/src/
Ddeoptimize-reason.h46 V(NoCache, "no cache") \
Dfeedback-vector.cc942 major_key == CodeStub::NoCache); in GetKeyedAccessStoreMode()
943 if (major_key != CodeStub::NoCache) { in GetKeyedAccessStoreMode()
Dcode-stubs.h169 NoCache = 0, // marker for stubs that do custom caching] enumerator
194 static uint32_t NoCacheKey() { return MajorKeyBits::encode(NoCache); } in NoCacheKey()
Dcode-stubs.cc208 case NoCache: in MajorName()
242 case NoCache: in Dispatch()
/external/zlib/src/old/
DMakefile.riscos9 ObjAsmflags = -throwback -NoCache -depend !Depend
/external/libpng/scripts/
Dmakefile.acorn8 ObjAsmflags = -throwback -NoCache -depend !Depend
/external/v8/src/snapshot/
Dcode-serializer.cc163 DCHECK(CodeStub::MajorKeyFromKey(stub_key) != CodeStub::NoCache); in SerializeCodeStub()