Home
last modified time | relevance | path

Searched refs:temperature (Results 1 – 25 of 177) sorted by relevance

12345678

/external/autotest/client/bin/
Dsite_utils.py551 temperature = get_current_temperature_max()
554 if temperature < 50:
556 logging.info('Got a hot machine of %dC. Sleeping 1 minute.', temperature)
559 temperature = get_current_temperature_max()
561 if temperature < 62:
564 logging.info('Did not cool down (%dC). Sleeping 2 minutes.', temperature)
566 temperature = get_current_temperature_max()
570 if temperature < 65:
572 logging.warning('Did not cool down (%dC), giving up.', temperature)
657 temperature = _get_float_from_file(path, 0, None, None) * 0.001
[all …]
/external/libmojo/third_party/catapult/devil/devil/android/perf/
Dthermal_throttle.py111 temperature = self._detector.GetThrottlingTemperature(line)
112 if temperature is not None:
114 serial_number, temperature, degree_symbol)
118 temperature = self._detector.GetCurrentTemperature()
119 if temperature is not None:
121 serial_number, temperature, degree_symbol)
/external/chromium-trace/catapult/devil/devil/android/perf/
Dthermal_throttle.py114 temperature = self._detector.GetThrottlingTemperature(line)
115 if temperature is not None:
117 serial_number, temperature, degree_symbol)
121 temperature = self._detector.GetCurrentTemperature()
122 if temperature is not None:
124 serial_number, temperature, degree_symbol)
/external/dng_sdk/source/
Ddng_temperature.h48 dng_temperature (real64 temperature, in dng_temperature() argument
51 : fTemperature (temperature) in dng_temperature()
67 void SetTemperature (real64 temperature) in SetTemperature() argument
69 fTemperature = temperature; in SetTemperature()
/external/chromium-trace/catapult/telemetry/telemetry/page/
Dcache_temperature.py53 temperature = page.cache_temperature
54 logging.info('PageCacheTemperature: %s', temperature)
56 if temperature == ANY:
59 if temperature == PCV1_COLD:
68 elif temperature == PCV1_WARM:
/external/autotest/client/site_tests/graphics_GLBench/
Dgraphics_GLBench.py79 temperature = utils.get_temperature_input_max()
80 logging.info('%s = %f degree Celsius', keyname, temperature)
83 value=temperature,
92 temperature = utils.get_temperature_critical()
93 logging.info('%s = %f degree Celsius', keyname, temperature)
96 value=temperature,
/external/autotest/client/site_tests/hardware_EC/
Dhardware_EC.py67 temperature = ec.get_temperature(idx) - 273
68 if temperature < 0 or temperature > 100:
/external/chromium-trace/catapult/devil/devil/android/tools/
Ddevice_monitor.py96 temperature = int(battery_info.get('temperature'))
98 temperature = None
99 if temperature:
100 status['battery']['temperature'] = temperature
/external/icu/icu4c/source/data/unit/
Dzh_Hans_HK.txt14 temperature{
22 temperature{
Dzh_Hans_MO.txt14 temperature{
22 temperature{
Dzh_Hans_SG.txt14 temperature{
22 temperature{
Dsah.txt198 temperature{
277 temperature{
496 temperature{
Den_AU.txt42 temperature{
104 temperature{
279 temperature{
Dug.txt183 temperature{
375 temperature{
578 temperature{
Des_PR.txt7 temperature{
Den_PW.txt7 temperature{
Den_BZ.txt7 temperature{
Den_KY.txt7 temperature{
/external/autotest/client/deps/glbench/src/
Dtestbase.cc55 double temperature = 0; in Bench() local
62 wait = WaitForCoolMachine(cooldown_temperature, 30.0, &temperature); in Bench()
64 temperature, initial_temperature, wait); in Bench()
65 if (temperature > cooldown_temperature + 5.0) in Bench()
Dutils.cc161 double *temperature) { in WaitForCoolMachine() argument
166 *temperature = GetMachineTemperature(); in WaitForCoolMachine()
168 if (*temperature < cold_temperature) in WaitForCoolMachine()
172 *temperature = GetMachineTemperature(); in WaitForCoolMachine()
/external/autotest/client/site_tests/power_Thermal/
Dcontrol8 CRITERIA = "Fails if CPU is not slowed down on crossing temperature theshold."
14 DOC = """This is a test which changes the temperature theshold and expects
/external/autotest/server/site_tests/firmware_ECThermal/
Dcontrol20 This test check the functionality of EC thermal engine. Host temperature
21 reporting, temperature sensor functionality, and fan speed control are checked.
/external/autotest/client/site_tests/longevity_Tracker/
Dlongevity_Tracker.py87 temperature = utils.get_current_temperature_max()
88 if not temperature:
89 temperature = 0
90 return temperature
/external/autotest/server/site_tests/enterprise_CFM_Perf/
Denterprise_CFM_Perf.py131 def upload_perf_data(self, cpu_usage, memory_usage, temperature): argument
140 avg_temp = sum(temperature)/len(temperature)
144 peak_temp = max(temperature)
/external/kernel-headers/original/uapi/linux/
Dndctl.h45 __u16 temperature; member
61 __u16 temperature; member

12345678