/external/autotest/client/bin/ |
D | site_utils.py | 551 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/ |
D | thermal_throttle.py | 111 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/ |
D | thermal_throttle.py | 114 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/ |
D | dng_temperature.h | 48 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/ |
D | cache_temperature.py | 53 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/ |
D | graphics_GLBench.py | 79 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/ |
D | hardware_EC.py | 67 temperature = ec.get_temperature(idx) - 273 68 if temperature < 0 or temperature > 100:
|
/external/chromium-trace/catapult/devil/devil/android/tools/ |
D | device_monitor.py | 96 temperature = int(battery_info.get('temperature')) 98 temperature = None 99 if temperature: 100 status['battery']['temperature'] = temperature
|
/external/icu/icu4c/source/data/unit/ |
D | zh_Hans_HK.txt | 14 temperature{ 22 temperature{
|
D | zh_Hans_MO.txt | 14 temperature{ 22 temperature{
|
D | zh_Hans_SG.txt | 14 temperature{ 22 temperature{
|
D | sah.txt | 198 temperature{ 277 temperature{ 496 temperature{
|
D | en_AU.txt | 42 temperature{ 104 temperature{ 279 temperature{
|
D | ug.txt | 183 temperature{ 375 temperature{ 578 temperature{
|
D | es_PR.txt | 7 temperature{
|
D | en_PW.txt | 7 temperature{
|
D | en_BZ.txt | 7 temperature{
|
D | en_KY.txt | 7 temperature{
|
/external/autotest/client/deps/glbench/src/ |
D | testbase.cc | 55 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()
|
D | utils.cc | 161 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/ |
D | control | 8 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/ |
D | control | 20 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/ |
D | longevity_Tracker.py | 87 temperature = utils.get_current_temperature_max() 88 if not temperature: 89 temperature = 0 90 return temperature
|
/external/autotest/server/site_tests/enterprise_CFM_Perf/ |
D | enterprise_CFM_Perf.py | 131 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/ |
D | ndctl.h | 45 __u16 temperature; member 61 __u16 temperature; member
|