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

  /frameworks/volley/src/com/android/volley/toolbox/
NoCache.java 24 public class NoCache implements Cache {
  /frameworks/volley/tests/src/com/android/volley/
RequestQueueTest.java 22 import com.android.volley.toolbox.NoCache;
73 RequestQueue queue = new RequestQueue(new NoCache(), network, 1, mDelivery);
101 RequestQueue queue = new RequestQueue(new NoCache(), network, 3, mDelivery);
111 RequestQueue queue = new RequestQueue(new NoCache(), network, 3, mDelivery);
  /external/chromium/net/base/
host_cache.h 115 FRIEND_TEST_ALL_PREFIXES(HostCacheTest, NoCache);
host_cache_unittest.cc 355 TEST(HostCacheTest, NoCache) {
  /external/chromium_org/net/dns/
host_cache.h 108 FRIEND_TEST_ALL_PREFIXES(HostCacheTest, NoCache);
host_cache_unittest.cc 255 TEST(HostCacheTest, NoCache) {
  /external/chromium/net/proxy/
proxy_script_fetcher_impl_unittest.cc 202 TEST_F(ProxyScriptFetcherImplTest, NoCache) {
  /external/chromium_org/net/proxy/
proxy_script_fetcher_impl_unittest.cc 304 TEST_F(ProxyScriptFetcherImplTest, NoCache) {
  /external/v8/src/
code-stubs.h 117 NoCache, // marker for stubs that do custom caching
    [all...]
  /external/chromium_org/v8/src/
code-stubs.h 136 NoCache, // marker for stubs that do custom caching
    [all...]

Completed in 558 milliseconds