Home
last modified time | relevance | path

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

1234567

/external/autotest/client/bin/
Dsite_utils.py581 temperature = get_current_temperature_max()
584 if temperature < 50:
586 logging.info('Got a hot machine of %dC. Sleeping 1 minute.', temperature)
589 temperature = get_current_temperature_max()
591 if temperature < 62:
594 logging.info('Did not cool down (%dC). Sleeping 2 minutes.', temperature)
596 temperature = get_current_temperature_max()
600 if temperature < 65:
602 logging.warning('Did not cool down (%dC), giving up.', temperature)
687 temperature = _get_float_from_file(path, 0, None, None) * 0.001
[all …]
/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/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/icu/icu4c/source/data/unit/
Dzh_Hans_MO.txt20 temperature{
28 temperature{
35 temperature{
Dzh_Hans_SG.txt20 temperature{
28 temperature{
35 temperature{
Dzh_Hans_HK.txt20 temperature{
28 temperature{
35 temperature{
Dfr_CA.txt84 temperature{
119 temperature{
184 temperature{
Den_AU.txt58 temperature{
113 temperature{
284 temperature{
Dug.txt189 temperature{
381 temperature{
584 temperature{
Des_US.txt13 temperature{
Des_PR.txt13 temperature{
Den_BS.txt13 temperature{
Den_KY.txt13 temperature{
Den_BZ.txt13 temperature{
Den_PW.txt13 temperature{
Den_GB.txt20 temperature{
Dchr.txt44 temperature{
Duz_Cyrl.txt203 temperature{
414 temperature{
625 temperature{
/external/autotest/client/site_tests/hardware_EC/
Dhardware_EC.py64 temperature = ec.get_temperature(idx) - 273
65 if temperature < 0 or temperature > 100:
/external/autotest/client/site_tests/graphics_GLBench/
Dgraphics_GLBench.py77 temperature = utils.get_temperature_input_max()
78 logging.info('%s = %f degree Celsius', keyname, temperature)
79 self.output_perf_value(description=keyname, value=temperature,
87 temperature = utils.get_temperature_critical()
88 logging.info('%s = %f degree Celsius', keyname, temperature)
89 self.output_perf_value(description=keyname, value=temperature,
/external/autotest/client/deps/glbench/src/
Dtestbase.cc53 double temperature = 0; in Bench() local
60 wait = WaitForCoolMachine(initial_temperature + 5.0, 30.0, &temperature); in Bench()
62 temperature, initial_temperature, wait); in Bench()
63 if (temperature > initial_temperature + 10.0) in Bench()
Dutils.cc155 double *temperature) { in WaitForCoolMachine() argument
160 *temperature = GetMachineTemperature(); in WaitForCoolMachine()
162 if (*temperature < cold_temperature) in WaitForCoolMachine()
166 *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/ceres-solver/data/nist/
DDanWood.dat17 is the absolute temperature of the filament in 1000
26 1 Predictor Variable (x = temperature)

1234567