Home
last modified time | relevance | path

Searched refs:mapCount (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telephony/java/android/telephony/mbms/
DServiceInfo.java77 int mapCount = in.readInt(); in ServiceInfo() local
78 if (mapCount > MAP_LIMIT || mapCount < 0) { in ServiceInfo()
79 throw new RuntimeException("bad map length" + mapCount); in ServiceInfo()
81 names = new HashMap(mapCount); in ServiceInfo()
82 while (mapCount-- > 0) { in ServiceInfo()
/frameworks/ml/nn/runtime/test/
DTestMemoryInternal.cpp86 int mapCount = 0; in GetAshmemMappingsCount() local
89 ++mapCount; in GetAshmemMappingsCount()
92 return mapCount; in GetAshmemMappingsCount()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp376 uint16_t mapCount = dtohs(*(data++)); in parseIdmap() local
377 if (mapCount == 0) { in parseIdmap()
382 if (mapCount > 255) { in parseIdmap()
383 … ALOGW("idmap: too many mappings. Only 255 are possible but %u are present", (uint32_t) mapCount); in parseIdmap()