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

/system/extras/tests/workloads/
H A 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"
174 # units are fps
178 # units are ms, so need to convert to app/ms
182 # units are ms, so need to convert to app/ms
186 # units are fps
/system/media/camera/docs/
H A Dmetadata_template.mako165 % if prop.units is not None:
166 <units>${prop.units | x}</units>
H A Dmetadata_helpers.py746 javadoc. Adds information about units, the list of enum values for this key, and the valid
750 if entry.units:
751 text += '\n\n<b>Units</b>: %s\n' % (dedent(entry.units))
H A Dhtml.mako331 % if prop.units is not None:
332 ${prop.units | wbr}
H A Dmetadata_model.py1082 units: A string units, or None.
1120 units: A string with the units of the values, e.g. 'inches'
1223 def units(self): member in class:Entry
1288 self._units = kwargs.get('units')
1436 units: A string with the units of the values, e.g. 'inches'
1491 props_distinct = ['description', 'units', 'range', 'details',
/system/core/logd/
H A DLogStatistics.cpp368 const char* units = "%"; local
373 units = "X";
380 units);
383 "%s%d%s", prefix, (permille + 5) / 10, units);

Completed in 2064 milliseconds