| /external/skia/src/effects/gradients/ |
| SkLinearGradient.cpp | 184 *dstC++ = cache[toggle + fi]; \ 191 SkPMColor* dstC, const SkPMColor* cache, 199 const SkPMColor* SK_RESTRICT cache, 213 SkPMColor lerp = SkFastFourByteInterp(cache[index1], cache[index0], remainder); 216 SkPMColor dlerp = SkFastFourByteInterp(cache[index1], cache[index0], remainder); 222 const SkPMColor* SK_RESTRICT cache, 230 cache[toggle + range.fV0], 231 cache[next_dither_toggle(toggle) + range.fV0] 304 const SkPMColor* SK_RESTRICT cache = fCache->getCache32(); local [all...] |
| /external/skia/tests/ |
| ResourceCacheTest.cpp | 58 // Set the cache limits so we can fit 10 "src" images and the 91 GrTextureProvider* cache = context->textureProvider(); local 94 SkAutoTUnref<GrTexture> smallRT0(cache->createTexture(smallDesc, SkBudgeted::kYes)); 99 SkAutoTUnref<GrTexture> smallRT1(cache->createTexture(smallDesc, SkBudgeted::kYes)); 111 SkAutoTUnref<GrTexture> smallRT2(cache->createTexture(smallDesc, SkBudgeted::kNo)); 128 SkAutoTUnref<GrTexture> bigRT(cache->createTexture(bigDesc, SkBudgeted::kNo)); 142 SkAutoTUnref<GrTexture> smallMSAART0(cache->createTexture(smallMSAADesc, SkBudgeted::kNo)); 158 SkAutoTUnref<GrTexture> smallMSAART1(cache->createTexture(smallMSAADesc, SkBudgeted::kNo)); 174 smallMSAART1.reset(cache->createTexture(smallMSAADesc, SkBudgeted::kNo)); 176 cache->createTexture(smallMSAADesc, SkBudgeted::kNo)) 340 GrResourceCache* cache = fContext->getResourceCache(); local 345 GrResourceCache* cache() { return fContext->getResourceCache(); } function in class:Mock 356 GrResourceCache* cache = mock.cache(); local 412 GrResourceCache* cache = mock.cache(); local 496 GrResourceCache* cache = mock.cache(); local 561 GrResourceCache* cache = mock.cache(); local 620 GrResourceCache* cache = mock.cache(); local 665 GrResourceCache* cache = mock.cache(); local 724 GrResourceCache* cache = mock.cache(); local 783 GrResourceCache* cache = mock.cache(); local 879 GrResourceCache* cache = mock.cache(); local 947 GrResourceCache* cache = mock.cache(); local 989 GrResourceCache* cache = mock.cache(); local 1018 GrResourceCache* cache = mock.cache(); local 1057 GrResourceCache* cache = mock.cache(); local 1113 GrResourceCache* cache = mock.cache(); local 1200 GrResourceCache* cache = mock.cache(); local [all...] |
| /external/squashfs-tools/squashfs-tools/ |
| unsquashfs.h | 125 /* Cache status struct. Caches are used to keep 127 struct cache { struct 141 /* struct describing a cache entry passed between threads */ 143 struct cache *cache; member in struct:cache_entry 243 extern struct cache *fragment_cache, *data_cache; 252 extern void dump_cache(struct cache *);
|
| /external/v8/src/crankshaft/ |
| lithium.cc | 134 LSubKindOperand<kOperandKind, kNumCachedOperands>::cache = NULL; member in class:v8::internal::LSubKindOperand 139 if (cache) return; 140 cache = new LSubKindOperand[kNumCachedOperands]; 142 cache[i].ConvertTo(kOperandKind, i); 149 delete[] cache; 150 cache = NULL;
|
| /external/vulkan-validation-layers/tests/ |
| vktestbinding.cpp | 647 VkPipelineCache cache; local 651 VkResult err = vkCreatePipelineCache(dev.handle(), &ci, NULL, &cache); 653 NON_DISPATCHABLE_HANDLE_INIT(vkCreateGraphicsPipelines, dev, cache, 1, 655 vkDestroyPipelineCache(dev.handle(), cache, NULL); 662 VkPipelineCache cache; local 666 VkResult err = vkCreatePipelineCache(dev.handle(), &ci, NULL, &cache); 669 err = vkCreateGraphicsPipelines(dev.handle(), cache, 1, &info, NULL, 674 vkDestroyPipelineCache(dev.handle(), cache, NULL); 682 VkPipelineCache cache; local 686 VkResult err = vkCreatePipelineCache(dev.handle(), &ci, NULL, &cache); [all...] |
| /frameworks/multidex/library/src/android/support/multidex/ |
| MultiDex.java | 369 File cache = new File(applicationInfo.dataDir, CODE_CACHE_NAME); local 371 mkdirChecked(cache); 377 cache = new File(context.getFilesDir(), CODE_CACHE_NAME); 378 mkdirChecked(cache); 380 File dexDir = new File(cache, CODE_CACHE_SECONDARY_FOLDER_NAME);
|
| /libcore/ojluni/src/main/java/sun/util/calendar/ |
| BaseCalendar.java | 162 // Cache for the fixed date of January 1 and year length of the 164 // improvement with >90% cache hit. The initial values are for Gregorian. 364 public long getFixedDate(int year, int month, int dayOfMonth, BaseCalendar.Date cache) { 367 // Look up the one year cache 368 if (cache != null && cache.hit(year)) { 370 return cache.getCachedJan1(); 372 return cache.getCachedJan1() + getDayOfYear(year, month, dayOfMonth) - 1; 379 if (cache != null) { 380 cache.setCache(year, jan1, isLeapYear(year) ? 366 : 365) [all...] |
| /libcore/ojluni/src/main/native/ |
| zip_util.h | 219 cencache cencache; /* CEN header cache */ 230 jzentry *cache; /* we cache the most recently freed jzentry */ member in struct:jzfile
|
| /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/ |
| ImageLoader.java | 17 package com.android.gallery3d.filtershow.cache; 254 public static Bitmap loadRegionBitmap(Context context, BitmapCache cache, 276 Bitmap reuse = cache.getBitmap(imageBounds.width(), 281 cache.cache(reuse); // not reused, put back in cache 416 BitmapCache cache, 433 return loadRegionBitmap(context, cache, uri, options, bounds);
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
| line-map.h | 258 unsigned int cache; variable 348 (LINEMAPS_MAP_INFO (SET, MAP_KIND))->cache
|
| /external/icu/android_icu4j/src/main/java/android/icu/util/ |
| MeasureUnit.java | 40 // Used to pre-fill the cache. These same constants appear in MeasureFormat too. 43 private static final Map<String, Map<String,MeasureUnit>> cache field in class:MeasureUnit 125 return Collections.unmodifiableSet(cache.keySet()); 134 Map<String, MeasureUnit> units = cache.get(type); 292 Map<String, MeasureUnit> tmp = cache.get(type); 294 cache.put(type, tmp = new HashMap<String, MeasureUnit>()); [all...] |
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| MeasureUnit.java | 40 // Used to pre-fill the cache. These same constants appear in MeasureFormat too. 43 private static final Map<String, Map<String,MeasureUnit>> cache field in class:MeasureUnit 134 return Collections.unmodifiableSet(cache.keySet()); 144 Map<String, MeasureUnit> units = cache.get(type); 299 Map<String, MeasureUnit> tmp = cache.get(type); 301 cache.put(type, tmp = new HashMap<String, MeasureUnit>()); [all...] |
| /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
| URLConnectionTest.java | 109 private Cache cache; field in class:URLConnectionTest 125 if (cache != null) { 126 cache.delete(); [all...] |
| /frameworks/base/core/java/android/content/res/ |
| ResourcesImpl.java | 105 /** Size of the cyclical cache used to map XML files to blocks. */ 108 // Cyclical cache used for recently-accessed XML files. 547 // that was inflated against the specified theme. Skip the cache if 548 // we're currently preloading or we're not using the cache. 576 // cache. 585 // cache: preload, not themed, null theme, or theme-specific. Don't 586 // pollute the cache with drawables loaded from a foreign density. 737 * first try to load CSL from the cache. If not found, try to get from the constant state. 743 final ConfigurationBoundResourceCache<ComplexColor> cache = mComplexColorCache; local 744 ComplexColor complexColor = cache.getInstance(key, wrapper, theme) [all...] |
| /frameworks/base/services/core/java/com/android/server/content/ |
| ContentService.java | 1119 final ArrayMap<Pair<String, Uri>, Bundle> cache = findOrCreateCacheLocked(userId, local 1140 final ArrayMap<Pair<String, Uri>, Bundle> cache = findOrCreateCacheLocked(userId, local [all...] |
| /libcore/luni/src/test/java/libcore/java/net/ |
| URLConnectionTest.java | 102 private AndroidShimResponseCache cache; field in class:URLConnectionTest 122 if (cache != null) { 123 cache.delete(); 124 cache = null; [all...] |
| /packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
| CallCardPresenter.java | 586 final ContactInfoCache cache = ContactInfoCache.getInstance(mContext); local 588 cache.findInfo(call, isIncoming, new ContactLookupCallback(this, isPrimary)); [all...] |
| /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
| org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar | |
| /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
| org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar | |
| /external/guava/guava-tests/test/com/google/common/cache/ |
| LocalCacheTest.java | 17 package com.google.common.cache; 19 import static com.google.common.cache.CacheBuilder.NULL_TICKER; 20 import static com.google.common.cache.LocalCache.DISCARDING_QUEUE; 21 import static com.google.common.cache.LocalCache.DRAIN_THRESHOLD; 22 import static com.google.common.cache.LocalCache.nullEntry; 23 import static com.google.common.cache.LocalCache.unset; 24 import static com.google.common.cache.TestingCacheLoaders.identityLoader; 25 import static com.google.common.cache.TestingRemovalListeners.countingRemovalListener; 26 import static com.google.common.cache.TestingRemovalListeners.queuingRemovalListener; 27 import static com.google.common.cache.TestingWeighers.constantWeigher 680 final LocalCache<Object, Object> cache = makeLocalCache(builder); local [all...] |
| /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
| CalendarProvider2Test.java | 1029 CalendarCache cache = new CalendarCache(helper); local 2807 CalendarCache cache = new CalendarCache(helper); local 2888 CalendarCache cache = new CalendarCache(helper); local 2925 CalendarCache cache = new CalendarCache(helper); local 2953 CalendarCache cache = new CalendarCache(helper); local [all...] |
| /external/ImageMagick/MagickCore/ |
| quantize.c | 179 #include "MagickCore/cache-view.h" 300 *cache; 297 *cache; member in struct:_CubeInfo [all...] |
| /external/compiler-rt/lib/asan/ |
| asan_allocator.cc | 132 explicit QuarantineCallback(AllocatorCache *cache) 133 : cache_(cache) { 174 typedef AsanQuarantine::Cache QuarantineCache; 196 // static THREADLOCAL AllocatorCache cache; 366 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); local 368 allocator.Allocate(cache, needed_size, 8, false, check_rss_limit); 371 AllocatorCache *cache = &fallback_allocator_cache; local 373 allocator.Allocate(cache, needed_size, 8, false, check_rss_limit);
|
| /external/e2fsprogs/misc/ |
| e2image.c | 755 struct ext2_qcow2_l2_cache *cache; local 760 &cache); 767 cache->count = count; 768 cache->free = count; 769 cache->next_offset = image->l2_offset; 782 table->next = cache->free_head; 783 cache->free_head = table; 786 image->l2_cache = cache; 790 com_err(program_name, ret, _("while allocating l2 cache")); 796 struct ext2_qcow2_l2_cache *cache = image->l2_cache local 958 struct ext2_qcow2_l2_cache *cache = img->l2_cache; local 982 struct ext2_qcow2_l2_cache *cache = image->l2_cache; local 1016 struct ext2_qcow2_l2_cache *cache = image->l2_cache; local 1040 struct ext2_qcow2_l2_cache *cache = img->l2_cache; local [all...] |
| fsck.c | 124 static blkid_cache cache = NULL; variable 299 dev = blkid_get_devname(cache, device, NULL); 323 t = blkid_get_tag_value(cache, "TYPE", fs->device); 1123 dev = blkid_get_devname(cache, arg, NULL); 1269 blkid_get_cache(&cache, NULL); 1340 blkid_put_cache(cache);
|