Searched refs:units (Results 1 - 6 of 6) sorted by relevance
/system/extras/tests/workloads/ |
H A D | pwrsummary.sh | 53 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 D | metadata_template.mako | 165 % if prop.units is not None: 166 <units>${prop.units | x}</units>
|
H A D | metadata_helpers.py | 746 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 D | html.mako | 331 % if prop.units is not None: 332 ${prop.units | wbr}
|
H A D | metadata_model.py | 1082 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 D | LogStatistics.cpp | 254 const char *units = "%"; local 259 units = "X"; 267 units); 271 (permille + 5) / 10, units);
|
Completed in 103 milliseconds