Home
last modified time | relevance | path

Searched refs:total_count (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/tests/JankBench/scripts/
Ditr_collect.py24 self.total_count = 0
50 total_count = row[3]
54 scoremap[run_id][name].total_count = long(total_count)
96 pj = 100 * res.jank_count / float(res.total_count)
Dcollect.py46 self.total_count = 0
76 total_count = row[4]
80 scoremap[run_id][name][iteration].total_count = long(total_count)
137 pj = round_to_2(100 * res.jank_count / float(res.total_count))
139 score = 100 * len(res.durations) / float(res.total_count)
/frameworks/native/libs/vr/libvrsensor/include/dvr/
Dpose_client.h45 uint32_t total_count; member
/frameworks/native/libs/vr/libvrsensor/
Dpose_client.cpp198 out_info->total_count = DvrVsyncPoseBuffer::kSize; in GetRingBuffer()
/frameworks/base/core/proto/android/service/
Dprocstats.proto222 optional int32 total_count = 3; field
/frameworks/base/cmds/statsd/src/
Datoms.proto5131 optional int32 total_count = 3; field