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

  /external/chromium_org/tools/telemetry/telemetry/timeline/
counter.py 59 self.max_total = 0
82 self.max_total = 0
86 max_total = None
92 if max_total is None or total > max_total:
93 max_total = total
94 self.max_total = max_total
trace_event_importer_unittest.py 532 self.assertEqual(10, ctr.max_total)
596 self.assertEqual(8, ctr.max_total)
631 self.assertEqual(14, ctr.max_total)
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 618 png_alloc_size_t max_total; member in struct:store_pool
711 pool->max_max = pool->max_limit = pool->max_total = 0;
    [all...]

Completed in 87 milliseconds