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

  /external/piex/src/binary_parse/
cached_paged_byte_array.cc 38 size_t cache_index; local
39 if (getFromCache(page_index, &cache_index)) {
41 *begin = cached_pages_[cache_index].begin;
42 *end = cached_pages_[cache_index].end;
43 *page = cached_pages_[cache_index].page;
47 static_cast<std::ptrdiff_t>(cache_index));
68 size_t* cache_index) const {
71 *cache_index = i;
cached_paged_byte_array.h 62 bool getFromCache(size_t page_index, size_t* cache_index) const;
  /external/freetype/src/cache/
ftccache.c 281 if ( node->cache_index >= manager->num_caches )
288 cache = manager->caches[node->cache_index];
421 node->cache_index = (FT_UInt16)cache->index;
ftccache.h 63 FT_UShort cache_index; /* index of cache the node belongs to */ member in struct:FTC_NodeRec_
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ImportVCardActivity.java 231 int cache_index = 0; local
489 int cache_index = 0; local
493 localFilename = VCardService.CACHE_FILE_PREFIX + cache_index + ".vcf";
498 if (cache_index == Integer.MAX_VALUE) {
501 cache_index++;
  /external/v8/src/snapshot/
serialize.cc 1779 int cache_index = PartialSnapshotCacheIndex(obj); local
    [all...]
  /external/v8/src/
factory.cc 2325 int cache_index = number_of_properties - 1; local
    [all...]

Completed in 9473 milliseconds