HomeSort by relevance Sort by last modified time
    Searched refs: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 USHORT mapCount; /* The number of mapping entries. */
  /frameworks/base/telephony/java/android/telephony/mbms/
ServiceInfo.java 78 int mapCount = in.readInt();
79 if (mapCount > MAP_LIMIT || mapCount < 0) {
80 throw new RuntimeException("bad map length" + mapCount);
82 names = new HashMap(mapCount);
83 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;
  /external/freetype/src/truetype/
ttgxvar.h 108 FT_UInt mapCount;
ttgxvar.c 630 FT_READ_USHORT( map->mapCount ) )
645 if ( FT_NEW_ARRAY( map->innerIndex, map->mapCount ) )
648 if ( FT_NEW_ARRAY( map->outerIndex, map->mapCount ) )
651 for ( i = 0; i < map->mapCount; i++ )
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 374 uint16_t mapCount = dtohs(*(data++));
375 if (mapCount == 0) {
380 if (mapCount > 255) {
381 ALOGW("idmap: too many mappings. Only 255 are possible but %u are present", (uint32_t) mapCount);
    [all...]

Completed in 2022 milliseconds