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

  /frameworks/base/tools/localize/
localize.cpp 411 Stats totals; local
412 totals.config = "total";
413 totals.files = 0;
414 totals.toBeTranslated = 0;
415 totals.noComments = 0;
416 totals.totalStrings = 0;
424 totals.files += it->files;
425 totals.toBeTranslated += it->toBeTranslated;
426 totals.noComments += it->noComments;
427 totals.totalStrings += it->totalStrings
    [all...]
  /external/elfutils/src/
size.c 63 { "totals", 't', NULL, 0, N_("Display the total sizes (bsd only)") },
142 static bool totals; variable
190 if (totals && format == format_bsd && totals_class != 0)
266 totals = true;
614 gettext ("(TOTALS)\n"));
  /packages/experimental/procstatlog/
procstatreport.py 465 totals = [sum(ops.get(var, {}).values()) for var in yaffs_vars]
466 if not sum(totals): continue
474 values.update(zip(yaffs_vars, totals))
  /external/chromium/base/
tracked_objects.cc 225 Aggregation totals; local
227 totals.AddDeathSnapshot(match_array[i]);
230 totals.Write(output);
  /hardware/broadcom/wlan/bcm4329/src/
Makerules 380 GLDLIBS := --ELF --symbols --debug --map --info sizes,totals --errors link.err --list link.map --verbose

Completed in 1140 milliseconds