Searched defs:entry_idx (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/androidfw/
H A DAssetManager2.cpp330 const uint16_t entry_idx = get_entry_id(resid); local
365 uint16_t local_entry_idx = entry_idx;
939 const int entry_idx = get_entry_id(attr_resid); local
954 // Allocate enough memory to contain this entry_idx. Since we're iterating in reverse over
957 calloc(sizeof(ThemeType) + (entry_idx + 1) * sizeof(ThemeEntry), 1)));
958 type->entry_count = entry_idx + 1;
959 } else if (entry_idx >= type->entry_count) {
960 // Reallocate the memory to contain this entry_idx. Since we're iterating in reverse over
962 const int new_count = entry_idx + 1;
975 ThemeEntry& entry = last_type->entries[entry_idx];
1000 const int entry_idx = get_entry_id(resid); local
[all...]

Completed in 43 milliseconds