HomeSort by relevance Sort by last modified time
    Searched refs:test_duration (Results 1 - 12 of 12) sorted by null

  /external/v8/tools/testrunner/local/
junit_output.py 37 def HasRunTest(self, test_name, test_duration, test_failure):
40 testCaseElement.attrib["time"] = str(round(test_duration, 3))
  /external/autotest/client/site_tests/audio_SeekAudioFeedback/
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/
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/fio/profiles/
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/v8/tools/testrunner/server/
local_handler.py 83 test_duration = data[2]
86 self.server.daemon.AddPerfData(test_key, test_duration, arch, mode)
  /system/extras/simpleperf/
cpu_hotplug_test.cpp 207 const std::chrono::hours test_duration(10); // Test for 10 hours.
211 auto end_time = std::chrono::steady_clock::now() + test_duration;
  /prebuilts/go/darwin-x86/src/flag/
flag_test.go 34 Duration("test_duration", 0, "time.Duration value")
47 case f.Name == "test_duration" && f.Value.String() == desired+"s":
78 Set("test_duration", "1s")
104 Duration("test_duration", 7, "time.Duration value")
128 case "test_duration":
  /prebuilts/go/linux-x86/src/flag/
flag_test.go 34 Duration("test_duration", 0, "time.Duration value")
47 case f.Name == "test_duration" && f.Value.String() == desired+"s":
78 Set("test_duration", "1s")
104 Duration("test_duration", 7, "time.Duration value")
128 case "test_duration":
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mturk/
connection.py 627 test_duration=None,
654 test_duration: the number of seconds a worker has to complete the test.
672 assert(test_duration is not None)
675 if test_duration is not None:
676 params['TestDurationInSeconds'] = test_duration
724 test_duration=None,
743 if test_duration is not None:
744 params['TestDurationInSeconds'] = test_duration
    [all...]
  /external/autotest/client/site_tests/video_YouTubeMseEme/
video_YouTubeMseEme.py 208 def test_duration(self): member in class:video_YouTubeMseEme
215 msg='test_duration failed.')
  /external/autotest/site_utils/
lab_inventory_unittest.py 1042 def test_duration(self): member in class:CommandParsingTests
    [all...]
  /external/autotest/client/tests/kvm/tests/
virtio_console.py     [all...]

Completed in 1136 milliseconds