OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/freetype/src/cache/
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/
factory.cc
2325
int
cache_index
= number_of_properties - 1;
local
[
all
...]
/external/v8/src/snapshot/
serialize.cc
1779
int
cache_index
= PartialSnapshotCacheIndex(obj);
local
[
all
...]
Completed in 4509 milliseconds