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

  /external/volley/src/main/java/com/android/volley/
Response.java 42 public static <T> Response<T> success(T result, Cache.Entry cacheEntry) {
43 return new Response<>(result, cacheEntry);
58 public final Cache.Entry cacheEntry;
71 private Response(T result, Cache.Entry cacheEntry) {
73 this.cacheEntry = cacheEntry;
79 this.cacheEntry = null;
NetworkDispatcher.java 149 if (request.shouldCache() && response.cacheEntry != null) {
150 mCache.put(request.getCacheKey(), response.cacheEntry);
CacheDispatcher.java 225 if (response.cacheEntry == null || response.cacheEntry.isExpired()) {
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
MediaDataBox.java 156 ByteBuffer cacheEntry = cache.get(chacheEntryOffset).get();
157 if ((cacheEntry != null) && ((chacheEntryOffset + cacheEntry.limit()) >= (offset + length))) {
159 cacheEntry.position((int) (offset - chacheEntryOffset));
160 ByteBuffer cachedSample = cacheEntry.slice();
167 ByteBuffer cacheEntry;
170 cacheEntry = fileChannel.map(FileChannel.MapMode.READ_ONLY, startPosition + offset, Math.min(BUFFER_SIZE, contentSize - offset));
177 cache.put(offset, new SoftReference<ByteBuffer>(cacheEntry));
178 cacheEntry.position(0);
179 ByteBuffer cachedSample = cacheEntry.slice()
    [all...]
  /external/icu/icu4c/source/i18n/
tznames.cpp 152 TimeZoneNamesCacheEntry *cacheEntry = NULL;
155 cacheEntry = (TimeZoneNamesCacheEntry *)uhash_get(gTimeZoneNamesCache, key);
156 if (cacheEntry == NULL) {
173 cacheEntry = (TimeZoneNamesCacheEntry *)uprv_malloc(sizeof(TimeZoneNamesCacheEntry));
174 if (cacheEntry == NULL) {
177 cacheEntry->names = tznames;
178 cacheEntry->refCount = 1;
179 cacheEntry->lastAccess = (double)uprv_getUTCtime();
181 uhash_put(gTimeZoneNamesCache, newKey, cacheEntry, &status);
191 if (cacheEntry != NULL)
    [all...]
tzgnames.cpp     [all...]
rulebasedcollator.cpp 145 cacheEntry(other.cacheEntry),
150 cacheEntry->addRef();
158 cacheEntry(NULL),
188 cacheEntry(entry),
193 cacheEntry->addRef();
198 SharedObject::clearPtr(cacheEntry);
207 U_ASSERT(settings == NULL && data == NULL && tailoring == NULL && cacheEntry == NULL);
208 cacheEntry = new CollationCacheEntry(t->actualLocale, t);
209 if(cacheEntry == NULL)
    [all...]
collationbuilder.cpp 89 cacheEntry(NULL),
99 cacheEntry(NULL),
111 cacheEntry(NULL),
124 cacheEntry(NULL),
138 cacheEntry(NULL),
151 cacheEntry(NULL),
    [all...]
  /external/volley/src/test/java/com/android/volley/
ResponseDeliveryTest.java 44 Cache.Entry cacheEntry = CacheTestUtils.makeRandomCacheEntry(data);
45 mSuccessResponse = Response.success(data, cacheEntry);
  /external/icu/icu4c/source/common/
ucurr.cpp     [all...]
  /external/icu/icu4c/source/i18n/unicode/
tblcoll.h     [all...]
  /build/soong/finder/
finder.go 441 // a CacheEntry is the smallest unit that can be read and parsed from the cache (on disk) at a time
442 type CacheEntry []PersistedDirs
659 cacheEntry := CacheEntry{}
686 cacheEntry = append(cacheEntry, PersistedDirs{Device: device, Root: prefix, Dirs: infos})
692 bytes, err := json.Marshal(cacheEntry)
697 var cacheEntry CacheEntry
698 err := json.Unmarshal(bytes, &cacheEntry)
    [all...]
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
ResTable.java 587 // final TypeCacheEntry cacheEntry = packageGroup.typeCacheEntries.get(typeIndex);
588 // if (i < cacheEntry.filteredConfigs.size()) {
589 // if (isTruthy(cacheEntry.filteredConfigs.get(i))) {
592 // filteredConfigs = cacheEntry.filteredConfigs.get(i);
    [all...]
  /external/guice/extensions/persist/lib/
hibernate3.jar 
  /external/dokka/maven/org/jetbrains/dokka/dokka-fatjar/0.9.17-g20190326/
dokka-fatjar-0.9.17-g20190326.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.14.0.v20180528-0519.jar 

Completed in 545 milliseconds