/external/autotest/client/site_tests/power_ThermalLoad/ |
D | control.option | 23 seconds_period = int(args_dict.get('seconds_period', 20)) 28 numFish=numFish, seconds_period=seconds_period,
|
D | power_ThermalLoad.py | 47 seconds_period=self._seconds_period, 67 def __init__(self, tab, seconds_period=20.0, checkpoint_logger=None): argument 73 super(FishTankFpsLogger, self).__init__([], seconds_period, 83 fps = (frameCount - self._lastFrameCount) / self.seconds_period
|
/external/autotest/client/site_tests/power_VideoCall/ |
D | power_VideoCall.py | 22 def initialize(self, seconds_period=20., pdash_note='', argument 25 super(power_VideoCall, self).initialize(seconds_period=seconds_period, 86 seconds_period=self._seconds_period,
|
D | control.fast | 24 tag=NAME.split('.')[1], seconds_period=5)
|
/external/autotest/client/site_tests/power_WaitForCoolDown/ |
D | power_WaitForCoolDown.py | 17 def initialize(self, pdash_note='', seconds_period=20., argument 21 seconds_period=seconds_period,
|
/external/autotest/client/site_tests/power_Idle/ |
D | power_Idle.py | 34 def initialize(self, pdash_note='', seconds_period=10., argument 36 super(power_Idle, self).initialize(seconds_period=seconds_period,
|
D | control.1sec | 29 job.run_test('power_Idle', pdash_note=pdash_note, seconds_period=1,
|
/external/autotest/client/cros/power/ |
D | power_videotest.py | 33 def initialize(self, seconds_period=3, pdash_note='', argument 37 seconds_period=seconds_period, pdash_note=pdash_note,
|
D | power_status.py | 1849 def __init__(self, measurements, seconds_period=1.0, checkpoint_logger=None): argument 1858 self.seconds_period = seconds_period 1895 next_measurement_time = start_time + loop * self.seconds_period 1955 self.join(timeout=self.seconds_period * 2) 2064 def __init__(self, seconds_period=1.0, checkpoint_logger=None): argument 2071 super(CPUStatsLogger, self).__init__([], seconds_period, checkpoint_logger) 2114 def __init__(self, measurements, seconds_period=1.0, argument 2118 super(PowerLogger, self).__init__(measurements, seconds_period, 2213 def __init__(self, measurements, seconds_period=30.0, argument 2217 super(TempLogger, self).__init__(measurements, seconds_period, [all …]
|
D | power_test.py | 29 def initialize(self, seconds_period=20., pdash_note='', argument 58 self._seconds_period = seconds_period 88 seconds_period, self._checkpoint_logger)
|
/external/autotest/client/site_tests/power_MeetClient/ |
D | power_MeetClient.py | 31 seconds_period=5., argument 36 seconds_period=seconds_period,
|
/external/autotest/client/cros/ |
D | memory_bandwidth_logger.py | 156 def __init__(self, raw, seconds_period=2): argument 159 self._seconds_period = seconds_period
|
/external/autotest/client/site_tests/power_WebGL/ |
D | control.fast | 17 pdash_note=pdash_note, seconds_period=1)
|
/external/autotest/client/site_tests/power_Display/ |
D | control.fast | 17 pdash_note=pdash_note, seconds_period=1)
|
D | control.brightness | 20 pages=BRIGHTNESS_PAGES, secs_per_page=20, seconds_period=1,
|
D | control.cabc | 31 secs_per_page=20, seconds_period=1, pdash_note=pdash_note)
|
D | control.cabc_max_brightness | 32 pages=CABC_PAGES, secs_per_page=20, seconds_period=1,
|
/external/autotest/client/site_tests/power_VideoEncode/ |
D | control | 17 job.run_test('power_VideoEncode', pdash_note=pdash_note, seconds_period=5)
|
D | control.fast | 23 seconds_period=5, format=formats, pdash_note=pdash_note)
|
/external/autotest/client/site_tests/power_VideoPlayback/ |
D | control.fast | 17 pdash_note=pdash_note, seconds_period=1, fast=True)
|
D | control.vp9_1080_30fps | 18 pdash_note=pdash_note, seconds_period=10)
|
D | control.sw_decoder_fast | 19 secs_per_video=10, pdash_note=pdash_note, seconds_period=1,
|
/external/autotest/client/site_tests/power_Dummy/ |
D | power_Dummy.py | 22 super(power_Dummy, self).initialize(seconds_period=1.,
|
/external/autotest/server/site_tests/power_LW/ |
D | control.power_VideoEncode | 21 args = {'pdash_note': args_dict.get('pdash_note', ''), 'seconds_period': 5}
|
/external/autotest/client/site_tests/power_Draw/ |
D | power_Draw.py | 31 self._tlog = power_status.TempLogger([], seconds_period=sleep)
|