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/ltp/testcases/realtime/func/gtod_latency/
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/
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 62 static unsigned long long test_duration; variable
86 unsigned long long test_duration; member in struct:act_options
115 .off1 = offsetof(struct act_options, test_duration),
254 if (act_add_opt("runtime=%llus", test_duration))
434 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)
  /prebuilts/go/darwin-x86/src/flag/
flag_test.go 36 Duration("test_duration", 0, "time.Duration value")
49 case f.Name == "test_duration" && f.Value.String() == desired+"s":
80 Set("test_duration", "1s")
106 Duration("test_duration", 7, "time.Duration value")
130 case "test_duration":
  /prebuilts/go/linux-x86/src/flag/
flag_test.go 36 Duration("test_duration", 0, "time.Duration value")
49 case f.Name == "test_duration" && f.Value.String() == desired+"s":
80 Set("test_duration", "1s")
106 Duration("test_duration", 7, "time.Duration value")
130 case "test_duration":
  /art/test/993-breakpoints/src/art/
Test993.java 434 Duration test_duration = Duration.ofDays(14);
436 new InvokeNativeObject(bcp_private_method, test_duration),
438 new InvokeDirect("Duration::toSeconds", () -> { test_duration.multipliedBy(2); }),
  /external/autotest/client/site_tests/video_YouTubeMseEme/
video_YouTubeMseEme.py 209 def test_duration(self): member in class:video_YouTubeMseEme
216 msg='test_duration failed.')
  /tools/test/connectivity/acts/tests/google/ble/bt5/
Bt5ScanTest.py 306 def test_duration(self): member in class:Bt5ScanTest
  /external/autotest/site_utils/
lab_inventory_unittest.py 1169 def test_duration(self): member in class:CommandParsingTests
    [all...]

Completed in 1000 milliseconds