/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 | 43 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 | 32 test_duration=TEST_DURATION,
|
/external/v8/tools/testrunner/local/ |
D | junit_output.py | 37 def HasRunTest(self, test_name, test_duration, test_failure): argument 40 testCaseElement.attrib["time"] = str(round(test_duration, 3))
|
/external/fio/profiles/ |
D | act.c | 61 static unsigned long long test_duration; variable 85 unsigned long long test_duration; member 114 .off1 = offsetof(struct act_options, test_duration), 253 if (act_add_opt("runtime=%llus", test_duration)) in act_add_dev() 433 nr_slices = (test_duration + SAMPLE_SEC - 1) / SAMPLE_SEC; in act_td_init()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mturk/ |
D | connection.py | 627 test_duration=None, argument 672 assert(test_duration is not None) 675 if test_duration is not None: 676 params['TestDurationInSeconds'] = test_duration 724 test_duration=None, argument 743 if test_duration is not None: 744 params['TestDurationInSeconds'] = test_duration
|
/external/v8/tools/testrunner/server/ |
D | local_handler.py | 83 test_duration = data[2] 86 self.server.daemon.AddPerfData(test_key, test_duration, arch, mode)
|
/external/autotest/client/site_tests/video_YouTubeMseEme/ |
D | video_YouTubeMseEme.py | 208 def test_duration(self): member in video_YouTubeMseEme
|
/external/autotest/site_utils/ |
D | lab_inventory_unittest.py | 1042 def test_duration(self): member in CommandParsingTests
|
/external/autotest/client/tests/kvm/ |
D | subtests.cfg.sample | 845 # perf params - $console_type@buffer_length:$test_duration
|