/frameworks/base/media/libstagefright/ |
Prefetcher.cpp | 129 // Cache at most 1 min for each source. 132 // At the same time cache at most 5MB per source. 136 // fill the cache up to the max duration again. 171 LOGI("max cache size reached"); 189 LOGV("[%p] done filling the cache, above high water mark.", 198 LOGI("[%p] cache below low water mark, filling cache.", this); 257 // Fill the cache.
|
/packages/apps/Gallery3D/src/com/cooliris/wallpaper/ |
RandomDataSource.java | 22 import com.cooliris.cache.CacheService; 23 import com.cooliris.cache.ImageList;
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
caches.sgml | 75 @cache: a #GCache. 87 @cache: a #GCache. 100 @cache: a #GCache. 108 cache entry and the @user_data. The order of value and key is different 113 @cache: a #GCache. 123 @cache: a #GCache.
|
/external/icu4c/test/intltest/ |
caltztst.cpp | 45 if (fgDateFormat != 0) // if there's something in the cache 56 if(theFormat == 0) // If we weren't able to pull it out of the cache, then we have to create it. 73 if(fgDateFormat == 0) // If the cache is empty we must add it back. 92 if (fgCalendar != 0) // if there's something in the cache 103 if(theCalendar == 0) // If we weren't able to pull it out of the cache, then we have to create it. 119 if(fgCalendar == 0) // If the cache is empty we must add it back.
|
/external/oprofile/ |
opimport_pull | 80 # raw_samples/current/{root}/dev/ashmem/dalvik-jit-code-cache (deleted)/{dep}/{root}/dev/ashmem/dalvik-jit-code-cache (deleted) 82 # raw_samples/current/{root}/dev/ashmem/dalvik-jit-code-cache (deleted)/{dep}/{root}/dev/ashmem/dalvik-jit-code-cache 84 # raw_samples/current/{root}/dev/ashmem/dalvik-jit-code-cache/{dep}/{root}/dev/ashmem/dalvik-jit-code-cache
|
/external/qemu/android/avd/ |
info.h | 37 * it may also contain other lines that cache stuff found in the 59 _AVD_IMG(CACHE,"cache.img","cache") \ 81 /* use to ignore the cache partition */ 83 /* use to wipe cache partition, ignored if NO_CACHE is set */
|
/external/webkit/WebCore/platform/graphics/skia/ |
NativeImageSkia.h | 49 // all data is complete, and used by us to know whether we can cache 62 // the specified size and store it in the cache. Subsetted images can not 67 // image and cache it, or resize just the part it needs and throw the result 74 // scrolling on and off the screen. Since we only cache when doing the 83 // loaded, we do not want to cache a resize. 97 // resized image, we know that we should probably cache it, even if all of
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarCache.java | 26 * Class for managing a persistent Cache of (key, value) pairs. The persistent storage used is 52 * This exception is thrown when the cache encounter a null key or a null database reference 77 * Write a (key, value) pair in the Cache. 98 * Write a (key, value) pair in the database used by the cache. This call should be called into 124 * Read a value from the database used by the cache and depending on a key. 136 * Read a value from the database used by the cache and depending on a key. The database should
|
/bionic/libc/arch-arm/bionic/ |
memcpy.S | 40 /* a prefetch distance of 4 cache-lines works best experimentally */ 57 /* align destination to half cache-line for the write-buffer */ 82 0: /* preload immediately the next cache line, which we may need */ 90 /* preload all the cache lines we need. 114 3: /* 32 bytes at a time. These cache lines were already preloaded */ 177 // preload the destination because we'll align it to a cache line 219 /* align the destination to a cache-line */ 247 * We preload a cache-line up to 64 bytes ahead. On the 926, this will 250 * While the linefill is going, we write our previous cache-line 255 * While all this is going, we then load a full cache line int [all...] |
/external/skia/src/effects/ |
SkGradientShader.cpp | 134 uint16_t* fCache16; // working ptr. If this is NULL, we need to recompute the cache values 135 SkPMColor* fCache32; // working ptr. If this is NULL, we need to recompute the cache values 139 unsigned fCacheAlpha; // the alpha value we used when we computed the cache. larger than 8bits so we can store uninitialized value 372 // if the new alpha differs from the previous time we were called, inval our cache 373 // this will trigger the cache to be rebuilt. 374 // we don't care about the first time, since the cache ptrs will already be NULL 376 fCache16 = NULL; // inval the cache 377 fCache32 = NULL; // inval the cache 423 void Gradient_Shader::Build16bitCache(uint16_t cache[], SkColor c0, SkColor c1, 445 cache[0] = SkPackRGB16(SkR32ToR16(rr), SkG32ToG16(gg), SkB32ToB16(bb)) 674 const SkPMColor* cache = this->getCache32(); local 801 const uint16_t* cache = this->getCache16(); local 933 const SkPMColor* cache = this->getCache32(); local 1016 const uint16_t* cache = this->getCache16(); local 1242 const SkPMColor* cache = this->getCache32(); local [all...] |
/frameworks/base/core/java/android/emoji/ |
EmojiFactory.java | 36 // HashMap for caching Bitmap object. In order not to make an cache object 46 * If size() becomes more than sCacheSize, least recently used cache 59 // Cache. 102 WeakReference<Bitmap> cache = mCache.get(pua); local 103 if (cache == null) { 105 // There is no need to cache returned null, since in most cases it means there 113 Bitmap tmp = cache.get();
|
/frameworks/base/core/java/android/webkit/ |
WebViewDatabase.java | 45 // 2 -> 3 Modified Cache table to allow cache of redirects 47 // 4 -> 5 Modified Cache table to support persistent contentLength 49 // 5 -> 6 Add INDEX for cache table 50 // 6 -> 7 Change cache localPath from int to String 51 // 7 -> 8 Move cache to its own db 105 // column id strings for "cache" table 237 // there were existing cache content 251 "cache"); 309 mDatabase.execSQL("DROP TABLE IF EXISTS cache"); [all...] |
/dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/util/ |
Resources.java | 35 // A cache for the locale-specific data. 40 * Cache for ISO language names. 45 * Cache for ISO country names. 50 * Available locales cache. 55 * Available timezones cache. 96 * from ICU's database or from our memory cache. 110 * from ICU's database or from our memory cache. 124 * fetched either from ICU's database or from our memory cache. 138 * fetched either from the TimeZone class or from our memory cache.
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/ |
HttpURLConnectionImpl.java | 154 // if user has set useCache to true and cache exists, writes to 169 // if user has set useCache to true and cache exists, writes to 241 * if user has set useCache to true and cache exists, aborts it when 271 // if user has set useCache to true and cache exists, writes to 272 // cache 304 // if user has set useCache to true and cache exists, writes to 361 // if user has set useCache to true and cache exists, abort 430 // if user has set useCache to true and cache exists, write to cache 461 // if user has set useCache to true and cache exists, write t 586 private ByteArrayOutputStream cache; field in class:HttpURLConnectionImpl.DefaultHttpOutputStream [all...] |
/system/extras/showslab/ |
showslab.c | 14 #define SLABINFO_NAME_LEN 32 /* cache name size (will truncate) */ 18 /* object representing a slab cache (each line of slabinfo) */ 20 char name[SLABINFO_NAME_LEN]; /* name of this cache */ 22 unsigned long nr_pages; /* size of cache in pages */ 23 unsigned long nr_objs; /* number of objects in this cache */ 27 unsigned long nr_slabs; /* number of slabs in this cache */ 297 fprintf(stderr, " c: Cache size\n"); 303 fprintf(stderr, " u: cache Utilization\n"); 335 "OBJ/SLAB", "CACHE SIZE", "NAME");
|
/system/extras/tests/fstest/ |
perm_checker.conf | 3 /cache/ 770 770 system system cache cache 4 /cache/... 770 770 system system cache cache 5 /cache/lost+found/ 700 770 root root root root 15 /data/dalvik-cache/ 750 771 root system root system 16 /data/dalvik-cache/... 400 744 root 19999 root 19999
|
/dalvik/libdex/ |
OptInvocation.c | 37 * Given the filename of a .jar or .dex file, construct the DEX file cache 48 static const char kDexCachePath[] = "dalvik-cache"; 93 /* Build the name of the cache directory. 100 /* Tack on the file name for the actual cache file path. 104 LOGV("Cache file for '%s' '%s' is '%s'\n", fileName, subFileName, nameBuf);
|
/dalvik/vm/compiler/ |
Compiler.c | 73 * Return if queue or code cache is full. 140 /* Allocate the code cache */ 141 fd = ashmem_create_region("dalvik-jit-code-cache", gDvmJit.codeCacheSize); 143 LOGE("Could not create %u-byte ashmem region for the JIT code cache", 152 LOGE("Failed to mmap the JIT code cache: %s\n", strerror(errno)); 156 /* This can be found through "dalvik-jit-code-cache" in /proc/<pid>/maps */ 157 // LOGD("Code cache starts at %p", gDvmJit.codeCache); 159 /* Copy the template code into the beginning of the code cache */ 177 /* Only flush the part in the code cache that is being used now */ 231 /* If any thread is found stuck in the JIT state, don't reset the cache */ [all...] |
/external/qemu/docs/ |
CPU-EMULATION.TXT | 12 machine code (e.g. x86). All TBs are put in a cache and each time the 25 When a cache fills up, it is simply totally emptied and translation starts 48 - first lookup in a global 256-entries cache for the current page and see if 54 cache accordingly. 56 The page cache is called the "TLB" in the QEMU sources.
|
/external/srec/shared/src/ |
Int8ArrayListImpl.c | 96 asr_int8_t* contents = impl->contents; /* cache pointer */ 97 size_t virtualSize = impl->virtualSize; /* cache value */ 112 impl->virtualSize = virtualSize; /* flush cache */ 135 size_t virtualSize = impl->virtualSize; /* cache value */ 136 asr_int8_t* contents = impl->contents; /* cache value */
|
IntArrayListImpl.c | 95 int* contents = impl->contents; /* cache pointer */ 96 size_t virtualSize = impl->virtualSize; /* cache value */ 111 impl->virtualSize = virtualSize; /* flush cache */ 134 size_t virtualSize = impl->virtualSize; /* cache value */ 135 int* contents = impl->contents; /* cache value */
|
/external/webkit/WebKit/chromium/tests/ |
UniscribeHelperTest.cpp | 51 HFONT MakeFont(const wchar_t* fontName, SCRIPT_CACHE** cache) 62 *cache = new SCRIPT_CACHE; 63 **cache = 0; 64 createdFonts.append(std::make_pair(hfont, *cache)); 94 // The script cache pointer is heap allocated and must be freed.
|
/external/wpa_supplicant_6/wpa_supplicant/ |
todo.txt | 8 authentication has been completed (cache scard data based on serial#(?) 40 - consider merging hostapd and wpa_supplicant PMKSA cache implementations 66 - make sure that TLS session cache is not shared between EAP types or if it 67 is, that the cache entries are bound to only one EAP type; e.g., cache entry
|
/frameworks/base/core/java/android/content/ |
ContentQueryMap.java | 29 * keeps the cache fresh by registering for updates on the content backing the cursor. The column of 70 // If we aren't keeping the cache updated with the current state of the cursor's 71 // ContentProvider then read it once into the cache. Otherwise the cache will be filled 129 /** Requeries the cursor and reads the contents into the cache */
|
/frameworks/base/test-runner/src/android/test/ |
RenamingDelegatingContext.java | 209 * In order to support calls to getCacheDir(), we create a temp cache dir (inside the real 211 * cache dir as the parent directory and creates a test cache dir inside that. 217 mCacheDir = new File(mFileContext.getCacheDir(), renamedFileName("cache")); 221 Log.w("RenamingDelegatingContext", "Unable to create cache directory");
|