Searched refs:run_seconds (Results 1 – 5 of 5) sorted by relevance
/external/oss-fuzz/infra/cifuzz/ |
D | run_fuzzers.py | 113 def create_fuzz_target_obj(self, target_path, run_seconds): argument 115 return fuzz_target.FuzzTarget(target_path, run_seconds, self.out_dir, 131 run_seconds = max(fuzz_seconds // fuzzers_left_to_run, 134 target = self.create_fuzz_target_obj(target_path, run_seconds)
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | test_benchmark.cc | 250 void Benchmark::Run(int arg1, int arg2, int* run_count, double* run_seconds) { in Run() argument 279 *run_seconds = seconds; in Run()
|
D | test_benchmark.h | 123 void Run(int arg1, int arg2, int* run_count, double* run_seconds);
|
/external/llvm-project/lldb/test/API/tools/lldb-server/ |
D | TestLldbGdbServer.py | 569 self.run_process_then_stop(run_seconds=1) 1420 context = self.run_process_then_stop(run_seconds=1)
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-server/ |
D | gdbremote_testcase.py | 904 def run_process_then_stop(self, run_seconds=1): argument 912 time.sleep(run_seconds)
|