Home
last modified time | relevance | path

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

/external/volley/core/src/test/java/com/android/volley/
DRequestQueueTest.java27 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()
DRequestQueueIntegrationTest.java30 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()
DNetworkDispatcherTest.java31 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()
DRequestTest.java29 import com.android.volley.toolbox.NoCache;
210 RequestQueue queue = new RequestQueue(new NoCache(), mNetwork, 0, mDelivery);
/external/volley/core/src/main/java/com/android/volley/toolbox/
DNoCache.java22 public class NoCache implements Cache { class
/external/rust/crates/libz-sys/src/zlib/old/
DMakefile.riscos9 ObjAsmflags = -throwback -NoCache -depend !Depend
/external/libpng/scripts/
Dmakefile.acorn8 ObjAsmflags = -throwback -NoCache -depend !Depend
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMinidumpConstants.def128 HANDLE_MDMP_PROTECT(0x200, NoCache, PAGE_NOCACHE)
/external/cronet/net/dns/
Dhost_cache.h486 FRIEND_TEST_ALL_PREFIXES(HostCacheTest, NoCache);
Dhost_cache_unittest.cc674 TEST(HostCacheTest, NoCache) { in TEST() argument
/external/cronet/net/proxy_resolution/
Dpac_file_fetcher_impl_unittest.cc292 TEST_F(PacFileFetcherImplTest, NoCache) { in TEST_F() argument