/external/autotest/client/site_tests/desktopui_MediaAudioFeedback/ |
D | desktopui_MediaAudioFeedback.py | 22 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))
|
D | control | 42 test_duration=TEST_DURATION,
|
/external/autotest/client/site_tests/audio_SeekAudioFeedback/ |
D | audio_SeekAudioFeedback.py | 25 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 ))
|
D | control | 31 test_duration=TEST_DURATION,
|
/external/ltp/testcases/realtime/func/gtod_latency/ |
D | gtod_infinite.c | 64 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/ |
D | junit_output.py | 37 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/ |
D | graphics_MultipleDisplays.py | 181 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/ |
D | video_YouTubeMseEme.py | 209 def test_duration(self): member in video_YouTubeMseEme
|
/external/v8/tools/testrunner/testproc/ |
D | progress.py | 295 test_duration=output.duration,
|
/external/autotest/site_utils/ |
D | lab_inventory_unittest.py | 1152 def test_duration(self): member in CommandParsingTests
|