Searched refs:entryCount (Results 1 - 18 of 18) 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.cpp270 uint16_t entryCount = dtohs(mData[2]); local
271 return (sizeof(uint16_t) * 4) + (sizeof(uint32_t) * static_cast<size_t>(entryCount));
307 uint16_t entryCount = dtohs(header[2]); local
308 if (size < sizeof(uint32_t) * (entryCount + 2)) {
310 (uint32_t) size, (uint32_t) entryCount);
318 uint16_t entryCount = dtohs(mData[2]); local
328 if (entryId >= entryCount) {
2872 : header(_header), package(_package), entryCount(count),
2876 const size_t entryCount; member in struct:android::ResTable::Type
2950 const size_t N = typeList[0]->entryCount;
5913 const uint32_t entryCount = dtohl(header->count); local
5945 const size_t entryCount = other.mEntries.size(); local
6176 const size_t entryCount = typeMap.entryMap.size(); local
6436 size_t entryCount = dtohl(type->entryCount); local
[all...]
/frameworks/base/include/androidfw/
H A DTypeWrappers.h73 return iterator(this, dtohl(data->entryCount));
H A DResourceTypes.h1260 uint32_t entryCount; member in struct:android::ResTable_typeSpec
1302 uint32_t entryCount; member in struct:android::ResTable_type
/frameworks/base/media/java/android/media/
H A DTimedText.java595 int entryCount = parcel.readInt();
597 for (int i = 0; i < entryCount; i++) {
631 int entryCount = parcel.readInt();
633 for (int i = 0; i < entryCount; i++) {
/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/base/core/java/android/preference/
H A DMultiSelectListPreference.java195 final int entryCount = entries.length;
197 boolean[] result = new boolean[entryCount];
199 for (int i = 0; i < entryCount; i++) {
/frameworks/av/include/camera/
H A DCameraMetadata.h109 size_t entryCount() const;
/frameworks/base/libs/androidfw/tests/
H A DTypeWrappers_test.cpp31 t.entryCount = 3;
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.cpp137 if (mCaptureRequest.entryCount() != 0) {
524 if (captureCopy.entryCount() == 0) {
653 if (captureCopy.entryCount() == 0) {
696 if (mCaptureRequest.entryCount() == 0) {
H A DStreamingProcessor.cpp91 if (mPreviewRequest.entryCount() == 0) {
292 if (mRecordingRequest.entryCount() == 0) {
908 if (mPreviewRequest.entryCount() != 0) {
917 if (mRecordingRequest.entryCount() != 0) {
H A DParameters.cpp52 if (info->entryCount() == 0) {
/frameworks/rs/driver/
H A DrsdShaderCache.cpp119 uint32_t entryCount = mEntries.size(); local
120 for (uint32_t ct = 0; ct < entryCount; ct ++) {
/frameworks/av/camera/
H A DCameraMetadata.cpp154 size_t CameraMetadata::entryCount() const { function in class:android::CameraMetadata
160 return entryCount() == 0;
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_CameraMetadata.cpp223 __FUNCTION__, empty, metadata->entryCount());
235 return metadata->entryCount();
H A Dandroid_util_AssetManager.cpp848 ssize_t entryCount = res.getBagLocked(ident, &entry, &typeSpecFlags); local
850 for (ssize_t i=0; i<entryCount; i++) {
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2830 size_t entryCount = 0; local
2831 while (entryCount < MAX_SORT) {
2852 strcpy(entries[entryCount++].mName, de.d_name);
2855 if (entryCount > MAX_KEEP) {
2856 qsort(entries, entryCount, sizeof(Entry), comparEntry);
2857 for (size_t i = 0; i < entryCount - MAX_KEEP; ++i) {
/frameworks/base/tools/aapt/
H A DResourceTable.cpp2982 tsHeader->entryCount = htodl(N);
3073 tHeader->entryCount = htodl(N);
3878 const size_t entryCount = mOrderedConfigs.size(); local
3879 for (size_t i = 0; i < entryCount; i++) {
4140 const size_t entryCount = entries.size(); local
4141 for (size_t j = 0; j < entryCount; j++) {
4485 const size_t entryCount = entries.size(); local
4486 for (size_t ei = 0; ei < entryCount; ei++) {

Completed in 1715 milliseconds