Home
last modified time | relevance | path

Searched refs:sample_hours (Results 1 – 11 of 11) sorted by relevance

/external/autotest/client/site_tests/power_Standby/
Dcontrol16 Test uses RTC wake to transistion from S3 to S0 every sample_hours for a total
23 sample_hours: float, number of hours between charge use samples.
29 sample_hours > 0.1
30 test_hours > sample_hours
39 sample_hours = float(args_dict.get('sample_hours', SAMPLE_HOURS))
43 job.run_test('power_Standby', sample_hours=sample_hours, test_hours=test_hours,
Dpower_Standby.py29 def run_once(self, test_hours=None, sample_hours=None, argument
36 if test_hours < sample_hours:
43 if sample_hours < self._min_sample_hours and not bypass_check:
45 sample_hours)
81 suspender.suspend(duration=sample_hours * 3600)
92 percent_diff = math.fabs((actual_hours - sample_hours) / (
93 (actual_hours + sample_hours) / 2) * 100)
Dcontrol.1hour15 Test uses RTC wake to transition from suspend to S0 every sample_hours for a
24 job.run_test('power_Standby', sample_hours=1, test_hours=1,
Dcontrol.fast_force_discharge15 Test uses RTC wake to transition from suspend to S0 every sample_hours for a
24 job.run_test('power_Standby', sample_hours=0.334, test_hours=0.334,
Dcontrol.fast16 Test uses RTC wake to transition from suspend to S0 every sample_hours for a
25 job.run_test('power_Standby', sample_hours=0.334, test_hours=0.334,
Dcontrol.fast_suspend_to_ram15 Test uses RTC wake to transition from suspend to S0 every sample_hours for a
26 job.run_test('power_Standby', sample_hours=0.334, test_hours=0.334,
Dcontrol.fast_suspend_to_idle15 Test uses RTC wake to transition from suspend to S0 every sample_hours for a
26 job.run_test('power_Standby', sample_hours=0.334, test_hours=0.334,
Dcontrol.6min15 Test uses RTC wake to transition from suspend to S0 every sample_hours for a
27 job.run_test('power_Standby', sample_hours=0.1, test_hours=0.1,
Dcontrol.36sec18 job.run_test('power_Standby', sample_hours=0.01, test_hours=0.01, ac_ok=True,
/external/autotest/server/site_tests/sequences/
Dcontrol.power_dashboard_full20 'tag' : 'fast', 'sample_hours' : 0.334, 'test_hours' : 0.334}),
Dcontrol.power_dashboard_fast21 'tag' : '36sec', 'sample_hours' : 0.01, 'test_hours' : 0.01}),