Home
last modified time | relevance | path

Searched refs:test_duration (Results 1 – 10 of 10) sorted by relevance

/external/autotest/client/site_tests/desktopui_MediaAudioFeedback/
Ddesktopui_MediaAudioFeedback.py22 def run_once(self, test_files, test_duration): argument
40 self.rms_test(tab, media_file, noiseprof_file.name, test_duration)
44 def rms_test(self, tab, media_file, noiseprof_file, test_duration): argument
54 recorded_file, duration=test_duration))
56 loopback_file, duration=test_duration))
Dcontrol42 test_duration=TEST_DURATION,
/external/autotest/client/site_tests/audio_SeekAudioFeedback/
Daudio_SeekAudioFeedback.py25 def run_once(self, test_file, test_duration): argument
42 self.rms_test(tab, test_file, noiseprof_file.name, test_duration)
46 def rms_test(self, tab, test_file, noiseprof_file, test_duration): argument
57 recorded_file, duration=test_duration ))
59 loopback_file, duration=test_duration ))
Dcontrol31 test_duration=TEST_DURATION,
/external/ltp/testcases/realtime/func/gtod_latency/
Dgtod_infinite.c64 static unsigned int test_duration = 0; /* infinite duration */ variable
87 test_duration = atoi(v); in parse_args()
154 if (test_duration > 0) { in main()
155 rc = alarm(test_duration * 60 * 60); in main()
/external/v8/tools/testrunner/local/
Djunit_output.py37 def HasRunTest(self, test_name, test_cmd, test_duration, test_failure): argument
41 testCaseElement.attrib["time"] = str(round(test_duration, 3))
/external/autotest/server/site_tests/graphics_MultipleDisplays/
Dgraphics_MultipleDisplays.py181 def run_once(self, host, subtest, test_duration=60): argument
213 logging.info('Running test for {}s.'.format(test_duration))
214 time.sleep(test_duration)
/external/autotest/client/site_tests/video_YouTubeMseEme/
Dvideo_YouTubeMseEme.py209 def test_duration(self): member in video_YouTubeMseEme
/external/v8/tools/testrunner/testproc/
Dprogress.py295 test_duration=output.duration,
/external/autotest/site_utils/
Dlab_inventory_unittest.py1152 def test_duration(self): member in CommandParsingTests