HomeSort by relevance Sort by last modified time
    Searched defs:mapCount (Results 1 - 6 of 6) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-var-hvar-table.hh 42 c->check_array (mapData, get_width (), mapCount));
49 if (!mapCount)
52 if (v >= mapCount)
53 v = mapCount - 1;
83 UINT16 mapCount; /* The number of mapping entries. */
  /frameworks/base/telephony/java/android/telephony/mbms/
ServiceInfo.java 77 int mapCount = in.readInt();
78 if (mapCount > MAP_LIMIT || mapCount < 0) {
79 throw new RuntimeException("bad map length" + mapCount);
81 names = new HashMap(mapCount);
82 while (mapCount-- > 0) {
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_slab.c 67 unsigned mapCount;
206 buf->mapCount = 0;
237 ++buf->mapCount;
247 --buf->mapCount;
248 if (buf->mapCount == 0)
352 buf->mapCount = 0;
  /frameworks/ml/nn/runtime/test/
TestMemoryInternal.cpp 83 int mapCount = 0;
86 ++mapCount;
89 return mapCount;
  /external/freetype/src/truetype/
ttgxvar.h 110 FT_UInt mapCount;
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 373 uint16_t mapCount = dtohs(*(data++));
374 if (mapCount == 0) {
379 if (mapCount > 255) {
380 ALOGW("idmap: too many mappings. Only 255 are possible but %u are present", (uint32_t) mapCount);
    [all...]

Completed in 950 milliseconds