HomeSort by relevance Sort by last modified time
    Searched refs:numTags (Results 1 - 3 of 3) sorted by null

  /system/core/liblog/
event_tag_map.c 47 int numTags;
131 hi = map->numTags-1;
189 map->numTags = countMapLines(map);
190 if (map->numTags < 0)
193 //printf("+++ found %d tags\n", map->numTags);
196 map->tagArray = calloc(1, sizeof(EventTag) * map->numTags);
225 int numTags, unknown;
232 numTags = 0;
240 numTags++;
254 return numTags;
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp 218 const int numTags = parts.size();
220 if (numTags >= 1) {
228 if (!valid || numTags == 1) {
232 // At this point, valid == true && numTags > 1.
245 if (!valid || numTags == 2) {
249 // At this point, valid == true && numTags > 1.
260 if (!valid || numTags == 3) {
271 if (!valid || numTags > 4) {
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]

Completed in 545 milliseconds