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 60 self.max_total = 0
92 self.max_total = 0
96 max_total = None
102 if max_total is None or total > max_total:
103 max_total = total
104 self.max_total = max_total
trace_event_importer_unittest.py 534 self.assertEqual(10, ctr.max_total)
598 self.assertEqual(8, ctr.max_total)
633 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 642 milliseconds