/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/ |
ftcmanag.c | 489 FTC_Cache cache = manager->caches[node->cache_index]; 492 if ( (FT_UInt)node->cache_index >= manager->num_caches ) 494 node->cache_index )); 699 (FT_UInt)node->cache_index < manager->num_caches )
|
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_
|
/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");
|
deserializer.cc | 534 int cache_index = source_.GetInt(); \ 535 new_object = isolate->partial_snapshot_cache()->at(cache_index); \ [all...] |
/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/libopus/celt/dump_modes/ |
dump_modes.c | 132 fprintf (file, "static const opus_int16 cache_index%d[%d] = {\n", mode->Fs/mdctSize, (mode->maxLM+2)*mode->nbEBands); 256 fprintf(file, "{%d, cache_index%d, cache_bits%d, cache_caps%d}, /* cache */\n",
|
/external/v8/src/ |
factory.cc | 2618 int cache_index = number_of_properties - 1; local [all...] |
/external/icu/tools/srcgen/currysrc/libs/ |
org.eclipse.equinox.common_3.7.0.v20150402-1709.jar | |
/prebuilts/devtools/tools/lib/ |
org-eclipse-equinox-common-3.6.0.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar | |
org.eclipse.equinox.common_3.6.0.v20100503.jar | |
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/ |
org-eclipse-equinox-common-3.6.0.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar | |