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

  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.h 44 explicit Mutex(MutexType type, StatType stat_type);
tsan_mutex.cc 210 Mutex::Mutex(MutexType type, StatType stat_type) {
217 stat_type_ = stat_type;
  /external/skia/bench/
bench_compare.py 70 stat_type = "avg"
84 stat_type = value
97 old_benches = bench_util.parse({}, open(old, 'r'), stat_type)
98 new_benches = bench_util.parse({}, open(new, 'r'), stat_type)
  /external/chromium-trace/catapult/dashboard/dashboard/
stats.py 41 stat_type = ndb.StringProperty() variable in class:StatContainer
84 stat_type = None
88 stat_type = container.stat_type
89 if stat_type == 'around_revision':
91 elif stat_type == 'alert_summary':
98 'type': stat_type,
132 if container.stat_type == 'around_revision':
138 if container.stat_type == 'alert_summary':
231 stat_type = self.request.get('type'
    [all...]
stats_test.py 217 self.assertEqual('alert_summary', containers[0].stat_type)
287 self.assertEqual('around_revision', containers[0].stat_type)
381 self.assertEqual('around_revision', containers[0].stat_type)

Completed in 258 milliseconds