Searched refs:NoCache (Results 1 – 8 of 8) sorted by relevance
/external/volley/src/test/java/com/android/volley/ |
D | RequestQueueTest.java | 27 import com.android.volley.toolbox.NoCache; 53 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 0, mDelivery); in cancelAll_onlyCorrectTag() 80 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 0, mDelivery); in add_notifiesListener() 93 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 0, mDelivery); in finish_notifiesListener() 107 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 0, mDelivery); in sendRequestEvent_notifiesListener() 121 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 0, mDelivery); in removeRequestEventListener_removesListener()
|
D | RequestQueueIntegrationTest.java | 30 import com.android.volley.toolbox.NoCache; 89 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 1, mDelivery); in add_requestProcessedInCorrectOrder() 124 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 3, mDelivery); in add_dedupeByCacheKey() 152 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 1, mDelivery); in add_requestFinishedListenerCanceled() 169 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 1, mDelivery); in add_requestFinishedListenerSuccess() 186 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 1, mDelivery); in add_requestFinishedListenerError()
|
D | NetworkDispatcherTest.java | 31 import com.android.volley.toolbox.NoCache; 80 RequestQueue queue = new RequestQueue(new NoCache(), mNetwork, 0, mDelivery); in successNotifiesListener() 111 RequestQueue queue = new RequestQueue(new NoCache(), mNetwork, 0, mDelivery); in exceptionNotifiesListener()
|
D | RequestTest.java | 29 import com.android.volley.toolbox.NoCache; 210 RequestQueue queue = new RequestQueue(new NoCache(), mNetwork, 0, mDelivery);
|
/external/volley/src/main/java/com/android/volley/toolbox/ |
D | NoCache.java | 22 public class NoCache implements Cache { class
|
/external/v8/src/logging/ |
D | counters-definitions.h | 201 V8.CompileScriptMicroSeconds.NoCache.Other, 1000000, MICROSECOND) \ 203 V8.CompileScriptMicroSeconds.NoCache.InlineScript, 1000000, MICROSECOND) \ 205 V8.CompileScriptMicroSeconds.NoCache.ScriptTooSmall, 1000000, \ 208 V8.CompileScriptMicroSeconds.NoCache.CacheTooCold, 1000000, MICROSECOND) \
|
/external/v8/src/deoptimizer/ |
D | deoptimize-reason.h | 40 V(NoCache, "no cache") \
|
/external/libpng/scripts/ |
D | makefile.acorn | 8 ObjAsmflags = -throwback -NoCache -depend !Depend
|