Searched refs:stat_type (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.h44 explicit Mutex(MutexType type, StatType stat_type);
H A Dtsan_mutex.cc210 Mutex::Mutex(MutexType type, StatType stat_type) { argument
217 stat_type_ = stat_type;
/external/skia/bench/
H A Dbench_compare.py70 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)

Completed in 88 milliseconds