Home
last modified time | relevance | path

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

/system/extras/tests/workloads/
Dpwrsummary.sh53 units="unknown"
56 units="FPS";;
58 units="FPS from app point of view: 1/(90th percentile render time)";;
60 units="App start/switch per second";;
63 echo "Performance unit for $workload is: $units"
/system/media/camera/docs/
Dmetadata_template.mako165 % if prop.units is not None:
166 <units>${prop.units | x}</units>
Dmetadata_helpers.py750 if entry.units:
751 text += '\n\n<b>Units</b>: %s\n' % (dedent(entry.units))
Dhtml.mako331 % if prop.units is not None:
332 ${prop.units | wbr}
Dmetadata_model.py1223 def units(self): member in Entry
/system/core/logd/
DLogStatistics.cpp254 const char *units = "%"; in format() local
259 units = "X"; in format()
267 units); in format()
271 (permille + 5) / 10, units); in format()