HomeSort by relevance Sort by last modified time
    Searched refs:max_temp (Results 1 - 5 of 5) sorted by null

  /external/autotest/server/site_tests/enterprise_LongevityTrackerServer/
enterprise_LongevityTrackerServer.py 170 self.output_perf_value(description='max_temp', value=ec_metric,
187 max_temp = '%.3f' % enterprise_longevity_helper.get_temperature_data(
193 perf_values['temp'].append(float(max_temp))
197 perf_writer.writerow([time_stamp, cpu_usage, mem_usage, max_temp])
199 time_stamp, cpu_usage, mem_usage, max_temp)
  /external/autotest/client/site_tests/longevity_Tracker/
longevity_Tracker.py 143 max_temp = '%.3f' % self._get_max_temperature()
148 perf_values['temp'].append(max_temp)
152 perf_writer.writerow([time_stamp, cpu_usage, mem_usage, max_temp])
154 time_stamp, cpu_usage, mem_usage, max_temp)
243 self.output_perf_value(description='max_temp', value=ec_metric,
  /system/core/init/
perfboot.py 110 max_temp = 0
113 max_temp = max(max_temp, temp)
116 return max_temp
  /external/libxaac/decoder/
ixheaacd_env_calc.c 240 WORD32 max_temp; local
257 max_temp = ixheaacd_mult16x16in32_shl(max_gain_mant, limit_gain_mant);
260 temp_val = ixheaacd_norm32(max_temp);
263 max_gain_mant = (WORD16)((max_temp << temp_val) >> 16);
    [all...]
  /external/autotest/client/cros/power/
power_status.py 179 self.max_temp = -999999999
206 if val > self.max_temp:
207 self.max_temp = val
    [all...]

Completed in 241 milliseconds