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

/frameworks/base/libs/androidfw/
H A DTypeWrappers.cpp23 TypeVariant::TypeVariant(const ResTable_type* data) : data(data), mLength(dtohl(data->entryCount)) {
25 const uint32_t entryCount = dtohl(data->entryCount); local
29 if (reinterpret_cast<uintptr_t>(entryIndices) + (sizeof(uint32_t) * entryCount)
34 mLength = ResTable_sparseTypeEntry{entryIndices[entryCount - 1]}.idx + 1;
57 const uint32_t entryCount = dtohl(mTypeVariant->data->entryCount); local
62 if (reinterpret_cast<uintptr_t>(entryIndices) + (sizeof(uint32_t) * entryCount) > containerEnd) {
69 auto iter = std::lower_bound(entryIndices, entryIndices + entryCount, mIndex, keyCompare);
70 if (iter == entryIndices + entryCount
[all...]
H A DResourceTypes.cpp275 uint16_t entryCount = dtohs(mData[2]); local
276 return (sizeof(uint16_t) * 4) + (sizeof(uint32_t) * static_cast<size_t>(entryCount));
312 uint16_t entryCount = dtohs(header[2]); local
313 if (size < sizeof(uint32_t) * (entryCount + 2)) {
315 (uint32_t) size, (uint32_t) entryCount);
323 uint16_t entryCount = dtohs(mData[2]); local
333 if (entryId >= entryCount) {
3264 : header(_header), package(_package), entryCount(count),
3268 const size_t entryCount; member in struct:android::ResTable::Type
3356 const size_t N = typeList[0]->entryCount;
6597 const uint32_t entryCount = dtohl(header->count); local
6631 const size_t entryCount = other.mEntries.size(); local
6886 const size_t entryCount = typeMap.entryMap.size(); local
7163 size_t entryCount = dtohl(type->entryCount); local
[all...]
/frameworks/rs/driver/
H A DrsdShaderCache.cpp123 uint32_t entryCount = mEntries.size(); local
124 for (uint32_t ct = 0; ct < entryCount; ct ++) {
/frameworks/base/cmds/idmap/
H A Dinspect.cpp263 const uint32_t entryCount = static_cast<uint32_t>(data16); local
264 print("", "entry count", entryCount, "");
273 for (uint32_t i = 0; i < entryCount; i++) {
/frameworks/av/camera/
H A DCameraMetadata.cpp155 size_t CameraMetadata::entryCount() const { function in class:android::CameraMetadata
161 return entryCount() == 0;
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp941 ssize_t entryCount = res.getBagLocked(ident, &entry, &typeSpecFlags); local
943 for (ssize_t i=0; i<entryCount; i++) {
/frameworks/native/services/inputflinger/
H A DInputDispatcher.h616 uint32_t entryCount; member in struct:android::InputDispatcher::Queue
618 inline Queue() : head(NULL), tail(NULL), entryCount(0) {
626 entryCount++;
638 entryCount++;
650 entryCount--;
664 entryCount--;
676 return entryCount;
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp3286 size_t entryCount = 0; local
3287 while (entryCount < TEE_MAX_SORT) {
3308 strcpy(entries[entryCount++].mFileName, de.d_name);
3311 if (entryCount > TEE_MAX_KEEP) {
3312 qsort(entries, entryCount, sizeof(Entry), comparEntry);
3313 for (size_t i = 0; i < entryCount - TEE_MAX_KEEP; ++i) {
/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h1332 uint32_t entryCount; member in struct:android::ResTable_typeSpec
1390 uint32_t entryCount; member in struct:android::ResTable_type
/frameworks/base/tools/aapt/
H A DResourceTable.cpp3107 tsHeader->entryCount = htodl(N);
3203 tHeader->entryCount = htodl(N);
4013 const size_t entryCount = mOrderedConfigs.size(); local
4014 for (size_t i = 0; i < entryCount; i++) {
4272 const size_t entryCount = entries.size(); local
4273 for (size_t j = 0; j < entryCount; j++) {
4650 const size_t entryCount = entries.size(); local
4651 for (size_t ei = 0; ei < entryCount; ei++) {
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 2122 milliseconds