Home
last modified time | relevance | path

Searched refs:test_duration (Results 1 – 14 of 14) 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/igt-gpu-tools/tools/
Dintel_guc_logger.c73 uint32_t test_duration, max_filesize; variable
351 test_duration = atoi(optarg); in parse_options()
352 igt_assert_f(test_duration > 0, "invalid input for -t option\n"); in parse_options()
353 igt_debug("logger to run for %d second\n", test_duration); in parse_options()
427 alarm(test_duration); /* Start the alarm */ in main()
/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/rust/crates/instant/tests/
Dwasm.rs20 fn test_duration() { in test_duration() function
/external/protobuf/ruby/tests/
Dwell_known_types_test.rb30 def test_duration method in TestWellKnownTypes
/external/webrtc/video/
Dvideo_analyzer.cc60 TimeDelta test_duration, in VideoAnalyzer() argument
78 captured_frame_forwarder_(this, clock, duration_frames, test_duration), in VideoAnalyzer()
96 test_end_(clock->CurrentTime() + test_duration), in VideoAnalyzer()
981 TimeDelta test_duration) in CapturedFrameForwarder() argument
988 test_end_(clock->CurrentTime() + test_duration) {} in CapturedFrameForwarder()
Dvideo_analyzer.h45 TimeDelta test_duration,
153 TimeDelta test_duration);
/external/webrtc/test/pc/e2e/analyzer/video/
Ddefault_video_quality_analyzer.cc791 TimeDelta test_duration = Now() - start_time_; in ReportResults() local
875 static_cast<double>(test_duration.us()) * kMicrosPerSecond, in ReportResults()
/external/rust/crates/chrono/src/
Doldtime.rs463 fn test_duration() { in test_duration() function
/external/autotest/site_utils/
Dlab_inventory_unittest.py1152 def test_duration(self): member in CommandParsingTests