HomeSort by relevance Sort by last modified time
    Searched defs:cache_index (Results 1 - 5 of 5) 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;
  /external/v8/src/snapshot/
partial-serializer.cc 74 int cache_index = startup_serializer_->PartialSnapshotCacheIndex(obj); local
77 sink_.PutInt(cache_index, "partial_snapshot_cache_index");
  /external/freetype/src/cache/
ftccache.h 63 FT_UShort cache_index; /* index of cache the node belongs to */ member in struct:FTC_NodeRec_
  /packages/apps/Contacts/src/com/android/contacts/vcard/
ImportVCardActivity.java 232 int cache_index = 0; local
500 int cache_index = 0; local
504 localFilename = VCardService.CACHE_FILE_PREFIX + cache_index + ".vcf";
509 if (cache_index == Integer.MAX_VALUE) {
512 cache_index++;
    [all...]
  /external/v8/src/
factory.cc 2618 int cache_index = number_of_properties - 1; local
    [all...]

Completed in 493 milliseconds