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

  /external/volley/src/main/java/com/android/volley/toolbox/
NoCache.java 24 public class NoCache implements Cache {
  /external/volley/src/test/java/com/android/volley/
RequestQueueTest.java 20 import com.android.volley.toolbox.NoCache;
49 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 0, mDelivery);
RequestQueueIntegrationTest.java 23 import com.android.volley.toolbox.NoCache;
87 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 1, mDelivery);
119 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 3, mDelivery);
144 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 1, mDelivery);
160 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 1, mDelivery);
176 RequestQueue queue = new RequestQueue(new NoCache(), mMockNetwork, 1, mDelivery);
  /external/v8/src/
deoptimize-reason.h 46 V(NoCache, "no cache") \
feedback-vector.cc     [all...]
code-stubs.h 167 // TODO(mvstanton): eliminate the NoCache key by getting rid
169 NoCache = 0, // marker for stubs that do custom caching]
194 static uint32_t NoCacheKey() { return MajorKeyBits::encode(NoCache); }
    [all...]
code-stubs.cc 208 case NoCache:
209 return "<NoCache>Stub";
242 case NoCache:
    [all...]
  /external/v8/src/snapshot/
code-serializer.cc 163 DCHECK(CodeStub::MajorKeyFromKey(stub_key) != CodeStub::NoCache);
  /prebuilts/tools/common/m2/repository/com/mcxiaoke/volley/library/1.0.10/
library-1.0.10.jar 
  /prebuilts/tools/common/m2/repository/com/mcxiaoke/volley/library/1.0.18/
library-1.0.18.jar 

Completed in 543 milliseconds