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

/frameworks/base/libs/androidfw/
H A DTypeWrappers.cpp23 if (mIndex > dtohl(mTypeVariant->data->entryCount)) {
24 mIndex = dtohl(mTypeVariant->data->entryCount);
31 const uint32_t entryCount = dtohl(type->entryCount); local
32 if (mIndex >= entryCount) {
40 if (reinterpret_cast<uintptr_t>(entryIndices) + (sizeof(uint32_t) * entryCount) > containerEnd) {
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) {
3154 : header(_header), package(_package), entryCount(count),
3158 const size_t entryCount; member in struct:android::ResTable::Type
3246 const size_t N = typeList[0]->entryCount;
6435 const uint32_t entryCount = dtohl(header->count); local
6469 const size_t entryCount = other.mEntries.size(); local
6720 const size_t entryCount = typeMap.entryMap.size(); local
6988 size_t entryCount = dtohl(type->entryCount); local
[all...]
/frameworks/rs/driver/
H A DrsdShaderCache.cpp126 uint32_t entryCount = mEntries.size(); local
127 for (uint32_t ct = 0; ct < entryCount; ct ++) {
/frameworks/base/cmds/idmap/
H A Dinspect.cpp262 const uint32_t entryCount = static_cast<uint32_t>(data16); local
263 print("", "entry count", entryCount, "");
272 for (uint32_t i = 0; i < entryCount; i++) {
/frameworks/av/camera/
H A DCameraMetadata.cpp154 size_t CameraMetadata::entryCount() const { function in class:android::CameraMetadata
160 return entryCount() == 0;
/frameworks/base/tools/aapt2/flatten/
H A DTableFlattener.cpp315 const uint32_t entryCount = local
318 typeHeader->entryCount = util::hostToDevice32(entryCount);
319 uint32_t* indices = typeWriter.nextBlock<uint32_t>(entryCount);
321 assert((size_t) entryCount <= std::numeric_limits<uint16_t>::max() + 1);
322 memset(indices, 0xff, entryCount * sizeof(uint32_t));
328 assert(flatEntry.entry->id.value() < entryCount);
387 specHeader->entryCount = util::hostToDevice32(numEntries);
/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.cpp3004 size_t entryCount = 0; local
3005 while (entryCount < TEE_MAX_SORT) {
3026 strcpy(entries[entryCount++].mFileName, de.d_name);
3029 if (entryCount > TEE_MAX_KEEP) {
3030 qsort(entries, entryCount, sizeof(Entry), comparEntry);
3031 for (size_t i = 0; i < entryCount - TEE_MAX_KEEP; ++i) {
/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/base/include/androidfw/
H A DResourceTypes.h1311 uint32_t entryCount; member in struct:android::ResTable_typeSpec
1353 uint32_t entryCount; member in struct:android::ResTable_type
/frameworks/base/tools/aapt/
H A DResourceTable.cpp3086 tsHeader->entryCount = htodl(N);
3182 tHeader->entryCount = htodl(N);
3992 const size_t entryCount = mOrderedConfigs.size(); local
3993 for (size_t i = 0; i < entryCount; i++) {
4251 const size_t entryCount = entries.size(); local
4252 for (size_t j = 0; j < entryCount; j++) {
4628 const size_t entryCount = entries.size(); local
4629 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 4408 milliseconds