Home
last modified time | relevance | path

Searched defs:test_duration (Results 1 – 11 of 11) sorted by relevance

/external/autotest/client/site_tests/desktopui_MediaAudioFeedback/
Ddesktopui_MediaAudioFeedback.py22 def run_once(self, test_files, test_duration): argument
44 def rms_test(self, tab, media_file, noiseprof_file, test_duration): argument
/external/autotest/client/site_tests/audio_SeekAudioFeedback/
Daudio_SeekAudioFeedback.py25 def run_once(self, test_file, test_duration): argument
46 def rms_test(self, tab, test_file, noiseprof_file, test_duration): argument
/external/protobuf/ruby/tests/
Dwell_known_types_test.rb30 def test_duration method in TestWellKnownTypes
/external/rust/crates/instant/tests/
Dwasm.rs20 fn test_duration() { in test_duration() function
/external/ltp/testcases/realtime/func/gtod_latency/
Dgtod_infinite.c64 static unsigned int test_duration = 0; /* infinite duration */ variable
/external/autotest/server/site_tests/graphics_MultipleDisplays/
Dgraphics_MultipleDisplays.py181 def run_once(self, host, subtest, test_duration=60): argument
/external/igt-gpu-tools/tools/
Dintel_guc_logger.c73 uint32_t test_duration, max_filesize; variable
/external/webrtc/video/
Dvideo_analyzer.cc60 TimeDelta test_duration, in VideoAnalyzer()
981 TimeDelta test_duration) in CapturedFrameForwarder()
/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
/external/webrtc/test/pc/e2e/analyzer/video/
Ddefault_video_quality_analyzer.cc791 TimeDelta test_duration = Now() - start_time_; in ReportResults() local