/packages/apps/Contacts/tests/src/com/android/contacts/ |
GroupingListAdapterTests.java | 250 // First pass - building up cache 259 // Second pass - using cache 268 // Invalidate cache by expanding a group 271 // First pass - building up cache 281 // Second pass - using cache
|
/build/tools/droiddoc/src/ |
Converter.java | 239 private static Cache mClasses = new Cache() 371 private static Cache mMethods = new Cache() 477 private static Cache mFields = new Cache() 502 private static Cache mPackagees = new Cache() 517 private static Cache mTypes = new Cache() [all...] |
/external/v8/src/ |
debug.h | 153 // Cache of all script objects in the heap. When a script is added a weak handle 154 // to it is created and that weak handle is stored in the cache. The weak handle 155 // callback takes care of removing the script from the cache. The key used in 156 // the cache is the script id. 162 // Add script to the cache. 165 // Return the scripts in the cache. 178 // Clear the cache releasing all the weak handles. 181 // Weak handle callback for scripts in the cache. 360 // Mirror cache handling. 363 // Script cache handling [all...] |
stub-cache.h | 37 // The stub cache is used for megamorphic calls and property accesses. 40 // The design of the table uses the inline cache stubs used for 42 // invalidate the cache whenever a prototype map is changed. The stub 58 // cache before returning. This might compile a stub if needed. 192 // Update cache for entry hash(name, map). 201 // Generate code for probing the stub cache table. 247 // Use the seed from the primary cache in the secondary cache. 322 // The stub compiler compiles stubs for the stub cache.
|
SConscript | 48 compilation-cache.cc 96 stub-cache.cc 126 arm/stub-cache-arm.cc 151 mips/stub-cache-mips.cc 169 ia32/stub-cache-ia32.cc 188 x64/stub-cache-x64.cc
|
/external/bluetooth/glib/gio/xdgmime/ |
xdgmime.c | 144 file_name = malloc (strlen (directory) + strlen ("/mime/mime.cache") + 1); 145 strcpy (file_name, directory); strcat (file_name, "/mime/mime.cache"); 148 XdgMimeCache *cache = _xdg_mime_cache_new_from_file (file_name); local 150 if (cache != NULL) 155 _caches[n_caches] = cache; 348 /* Check the mime.cache file */ 349 file_name = malloc (strlen (directory) + strlen ("/mime/mime.cache") + 1); 350 strcpy (file_name, directory); strcat (file_name, "/mime/mime.cache"); 846 printf ("\n*** CACHE ***\n\n");
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
cache.h | 0 // cache.h 46 // CacheState below). This class is used to cache FST elements with 49 // SetFinal(), AddArc(), and SetArcs() to cache. Note you must set the 129 while (NumStates() <= s) // Add state to main cache 278 << ", cache size = " << cache_size_ 279 << ", cache limit = " << cache_limit_ << "\n"; 307 << ", cache size = " << cache_size_ 308 << ", cache limit = " << cache_limit_ << "\n"; 316 static const size_t kMinCacheLimit; // Minimum (non-zero) cache limit
|
/external/webkit/WebCore/loader/ |
loader.cpp | 27 #include "Cache.h" 304 if (cache()->loader()->isSuspendingPendingRequests()) 325 cache()->loader()->scheduleServePendingRequests(); 347 resourceRequest.setHTTPHeaderField("Cache-Control", "max-age=0"); 441 cache()->revalidationFailed(resource); 450 cache()->remove(resource); 484 cache()->revalidationSucceeded(resource, response); 495 cache()->revalidationFailed(resource); 560 cache()->remove(request->cachedResource());
|
/external/yaffs2/yaffs2/ |
yaffs_guts.c | 3160 yaffs_ChunkCache *cache; local 3179 yaffs_ChunkCache *cache; local 3296 yaffs_ChunkCache *cache; local 3397 yaffs_ChunkCache *cache = yaffs_FindChunkCache(object, chunkId); local 3889 yaffs_ChunkCache *cache; local 4056 yaffs_ChunkCache *cache; local [all...] |
/external/webkit/WebKit/gtk/webkit/ |
webkitwebsettings.cpp | 448 * information e.g., on-disk cache, as well as suppressing any messages 601 * WebKitWebSettings:enable-offline-web-application-cache 603 * Whether to enable HTML5 offline web application cache support. Offline 604 * Web Application Cache ensures web applications are available even when 611 g_param_spec_boolean("enable-offline-web-application-cache", 612 _("Enable offline web application cache"), 613 _("Whether to enable offline web application cache"), 740 * WebKitWebSettings:enable-page-cache: 742 * Enable or disable the page cache. Disabling the page cache i [all...] |
/external/libxml2/ |
xpath.c | 568 void *cache; member in struct:_xmlXPathStepOp 762 comp->steps[comp->nbStep].cache = NULL; 811 * XPath object cache structures * 817 #define XP_HAS_CACHE(c) ((c != NULL) && ((c)->cache != NULL)) 1356 xmlXPathContextCachePtr cache = local 1431 xmlXPathContextCachePtr cache = local 1585 xmlXPathContextCachePtr cache = local 1689 xmlXPathContextCachePtr cache = local 1886 xmlXPathContextCachePtr cache; local 1924 xmlXPathContextCachePtr cache = local 1961 xmlXPathContextCachePtr cache = (xmlXPathContextCachePtr) ctxt->cache; local 2013 xmlXPathContextCachePtr cache = (xmlXPathContextCachePtr) ctxt->cache; local 2077 xmlXPathContextCachePtr cache = (xmlXPathContextCachePtr) ctxt->cache; local 2126 xmlXPathContextCachePtr cache = (xmlXPathContextCachePtr) ctxt->cache; local 2180 xmlXPathContextCachePtr cache = (xmlXPathContextCachePtr) ctxt->cache; local 2228 xmlXPathContextCachePtr cache = (xmlXPathContextCachePtr) ctxt->cache; local 5414 xmlXPathContextCachePtr cache = local [all...] |
/dalvik/libcore/dalvik/src/main/java/dalvik/system/ |
DexFile.java | 44 * /data/dalvik-cache and open it, possibly creating or updating 46 * a file in /data/dalvik-cache, as the named file is expected to be 65 * /data/dalvik-cache and open it, possibly creating or updating 67 * a file in /data/dalvik-cache, as the named file is expected to be 138 * TODO: we may want to cache previously-opened DexFile objects. 139 * The cache would be synchronized with close(). This would help
|
/external/bison/lib/ |
bbitset.h | 70 to simplify cache disabling. */ 88 bitset_windex cindex; /* Cache word index. */ 89 bitset_windex csize; /* Cache size in words. */ 90 bitset_word *cdata; /* Cache data pointer. */ 94 in the cache, and that a bit has been cleared in the cache.
|
/external/e2fsprogs/lib/blkid/ |
Makefile.in | 21 OBJS= cache.o dev.o devname.o devno.o getsize.o llseek.o probe.o \ 24 SRCS= $(srcdir)/cache.c $(srcdir)/dev.c $(srcdir)/devname.c $(srcdir)/devno.c \ 75 tst_cache: $(srcdir)/cache.c $(DEPLIBS_BLKID) 77 @$(CC) -o tst_cache -DTEST_PROGRAM $(srcdir)/cache.c $(LIBS_BLKID) $(ALL_CFLAGS) 198 cache.o: $(srcdir)/cache.c $(srcdir)/blkidP.h $(srcdir)/blkid.h \
|
/external/opencore/oscl/pvlogger/src/ |
pvlogger_file_appender.h | 53 //this has its own cache so there's no reason to use pv cache. 218 //this has its own cache so there's no reason to use pv cache. 261 //this has its own cache so there's no reason to use pv cache.
|
/external/quake/quake/src/QW/client/ |
gl_mesh.c | 290 char cache[MAX_QPATH], fullpath[MAX_OSPATH];
local 299 strcpy (cache, "glquake/");
300 COM_StripExtension (m->name+strlen("progs/"), cache+strlen("glquake/"));
301 strcat (cache, ".ms2");
303 COM_FOpenFile (cache, &f);
324 sprintf (fullpath, "%s/%s", com_gamedir, cache);
|
/external/quake/quake/src/WinQuake/ |
gl_mesh.cpp | 303 char cache[MAX_QPATH], fullpath[MAX_OSPATH], *c; local 314 strcpy (cache, "glquake/"); 315 COM_StripExtension (m->name+strlen("progs/"), cache+strlen("glquake/")); 316 strcat (cache, ".ms2"); 318 COM_FOpenFile (cache, &f); 339 sprintf (fullpath, "%s/%s", com_gamedir, cache);
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
DiskCache.java | 30 import com.cooliris.cache.CacheService; 50 // Create the cache directory if needed. 53 Log.e(TAG, "Unable to create cache directory " + cacheDirectoryPath); 74 + " stored in cache."); 180 // Delete all cache files. 275 // If the file does not exist the cache is empty, so just continue.
|
/external/e2fsprogs/lib/ext2fs/ |
inode.c | 67 fs->icache->cache[i].ino = 0; 95 &fs->icache->cache); 521 /* Create inode cache if not present */ 527 /* Check to see if it's in the inode cache */ 529 /* only old good inode can be retrieve from the cache */ 531 if (fs->icache->cache[i].ino == ino) { 532 *inode = fs->icache->cache[i].inode; 594 /* Update the inode cache */ 597 fs->icache->cache[fs->icache->cache_last].ino = ino; 598 fs->icache->cache[fs->icache->cache_last].inode = *inode [all...] |
/external/icu4c/common/ |
serv.cpp | 197 // Record the actual id for this service in the cache, so we can return it 275 Hashtable cache; member in class:DNCache 279 : cache(), locale(_locale) 281 // cache.setKeyDeleter(uhash_deleteUnicodeString); 441 // otherwise we might update the cache with an invalid result. 442 // The cache has to stay in synch with the factory list. 494 // first test of cache failed, so we'll have to update 495 // the cache if we eventually succeed-- that is, if we're 496 // going to update the cache at all. 519 // prepare to load the cache with all additional ids that [all...] |
/external/opencore/oscl/oscl/osclio/src/ |
oscl_file_io.cpp | 68 //For back-compatibility, this sets cache defaults using the 73 //native file cache enable chooses RFileBuf mode over RFile mode 94 //This sets the cache settings using a combination of the input value 100 //file buffer max limits the actual cache size when defined. 107 //cache option is "off" (or not defined) 109 //cache option is "on" 253 //open pv cache or async file implementation for the given open mode. 254 //if cache is not enabled, then cleanup any old implementation. 259 //use cache when *not* using async file and iPVCacheSize is > 0 264 //create file cache implementation if needed [all...] |
/external/webkit/WebCore/platform/graphics/gtk/ |
MediaPlayerPrivateGStreamer.cpp | 913 // And re-cache it if possible. 1029 static HashSet<String> cache; local 1058 cache.add(String("video/mp4")); 1059 cache.add(String("audio/aac")); 1064 cache.add(String("video/ogg")); 1069 cache.add(String("audio/ogg")); 1074 cache.add(String("audio/wav")); 1079 cache.add(String(name)); 1091 cache.add(String("audio/mp1")); 1093 cache.add(String("audio/mp2")) [all...] |
/external/webkit/WebKit/mac/Misc/ |
WebIconDatabase.mm | 83 - (NSImage *)_iconFromDictionary:(NSMutableDictionary *)icons forSize:(NSSize)size cache:(BOOL)cache; 119 - (NSImage *)iconForURL:(NSString *)URL withSize:(NSSize)size cache:(BOOL)cache 140 return [self iconForURL:URL withSize:size cache:YES]; 343 icon = [self _iconFromDictionary:_private->htmlIcons forSize:size cache:YES]; 407 - (NSImage *)_iconFromDictionary:(NSMutableDictionary *)icons forSize:(NSSize)size cache:(BOOL)cache 418 if(cache){ 471 snprintf(buffer, UniqueFilePathSize, "%.2u/%.2u/%.10u-%.10u.cache", ((hash1 & 0xff) >> 4), ((hash2 & 0xff) >> 4), hash1, hash2) [all...] |
/dalvik/libdex/ |
DexProto.c | 28 * String Cache 33 * Make sure that the given cache can hold a string of the given length, 77 * make a copy of it into the cache. This always returns a writable 94 * given value (reusing the string cache's allocation if possible). 177 DexStringCache cache; local 179 dexStringCacheInit(&cache); 180 return dexStringCacheAbandon(&cache, 181 dexProtoGetMethodDescriptor(pProto, &cache));
|
/dalvik/vm/compiler/template/armv5te/ |
footer.S | 15 str r2, [r3, #offThread_inJitCodeCache] @ not in jit code cache 41 str r3, [rGLUE, #offGlue_pJitProfTable] @ cache current JitProfTable
|