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

  /external/freetype/src/cache/
ftccache.h 64 FT_UShort cache_index; /* index of cache the node belongs to */ member in struct:FTC_NodeRec_
  /external/v8/src/
serialize.cc 821 int cache_index = source_->GetInt(); \
823 [cache_index]; \
1393 int cache_index = PartialSnapshotCacheIndex(heap_object); local
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ImportVCardActivity.java 270 int cache_index = 0; local
287 filename = VCardService.CACHE_FILE_PREFIX + cache_index + ".vcf";
292 if (cache_index == Integer.MAX_VALUE) {
295 cache_index++;
    [all...]

Completed in 376 milliseconds