Searched refs:test_duration (Results 1 - 8 of 8) sorted by relevance
/external/v8/tools/testrunner/local/ |
H A D | junit_output.py | 37 def HasRunTest(self, test_name, test_duration, test_failure): 40 testCaseElement.attrib["time"] = str(round(test_duration, 3))
|
/external/ltp/testcases/realtime/func/gtod_latency/ |
H A D | gtod_infinite.c | 64 static unsigned int test_duration = 0; /* infinite duration */ variable 87 test_duration = atoi(v); 154 if (test_duration > 0) { 155 rc = alarm(test_duration * 60 * 60);
|
/external/autotest/client/site_tests/audio_SeekAudioFeedback/ |
H A D | audio_SeekAudioFeedback.py | 25 def run_once(self, test_file, test_duration): 42 self.rms_test(tab, test_file, noiseprof_file.name, test_duration) 46 def rms_test(self, tab, test_file, noiseprof_file, test_duration): 57 recorded_file, duration=test_duration )) 59 loopback_file, duration=test_duration ))
|
/external/autotest/client/site_tests/desktopui_MediaAudioFeedback/ |
H A D | desktopui_MediaAudioFeedback.py | 22 def run_once(self, test_files, test_duration): 40 self.rms_test(tab, media_file, noiseprof_file.name, test_duration) 44 def rms_test(self, tab, media_file, noiseprof_file, test_duration): 54 recorded_file, duration=test_duration)) 56 loopback_file, duration=test_duration))
|
/external/v8/tools/testrunner/server/ |
H A D | local_handler.py | 83 test_duration = data[2] 86 self.server.daemon.AddPerfData(test_key, test_duration, arch, mode)
|
/external/fio/profiles/ |
H A D | act.c | 61 static unsigned long long test_duration; variable 85 unsigned long long test_duration; member in struct:act_options 114 .off1 = offsetof(struct act_options, test_duration), 253 if (act_add_opt("runtime=%llus", test_duration)) 433 nr_slices = (test_duration + SAMPLE_SEC - 1) / SAMPLE_SEC;
|
/external/autotest/client/site_tests/video_YouTubeMseEme/ |
H A D | video_YouTubeMseEme.py | 208 def test_duration(self): member in class:video_YouTubeMseEme 215 msg='test_duration failed.')
|
/external/autotest/site_utils/ |
H A D | lab_inventory_unittest.py | 1182 def test_duration(self): member in class:CommandParsingTests
|
Completed in 450 milliseconds