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

  /frameworks/volley/tests/src/com/android/volley/
CacheDispatcherTest.java 79 assertNull(request.getCacheEntry());
102 assertSame(entry, request.getCacheEntry());
114 assertSame(entry, request.getCacheEntry());
  /external/skia/include/gpu/
GrResource.h 70 GrResourceEntry* getCacheEntry() { return fCacheEntry; }
GrContext.h     [all...]
  /external/skia/src/gpu/
GrStencilBuffer.cpp 18 GrAssert(NULL == this->getCacheEntry());
GrResourceCache.cpp 43 GrAssert(fResource->getCacheEntry() == this);
203 GrAssert(NULL == resource->getCacheEntry());
GrContext.cpp 452 GrAssert(NULL != texture->getCacheEntry());
460 fTextureCache->makeNonExclusive(texture->getCacheEntry());
468 GrAssert(NULL != texture->getCacheEntry());
473 if (texture->getCacheEntry()->key().isScratch()) {
474 fTextureCache->makeNonExclusive(texture->getCacheEntry());
    [all...]
  /frameworks/volley/src/com/android/volley/toolbox/
BasicNetwork.java 92 addCacheHeaders(headers, request.getCacheEntry());
101 request.getCacheEntry().data, responseHeaders, true);
  /frameworks/volley/src/com/android/volley/
Request.java 265 public Cache.Entry getCacheEntry() {
  /packages/apps/Phone/src/com/android/phone/
CallerInfoCache.java 150 * {@link #getCacheEntry(String)} access to the newer one every time when the object is
307 public CacheEntry getCacheEntry(String number) {
CallNotifier.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 

Completed in 5738 milliseconds