Home
last modified time | relevance | path

Searched refs:cmd_run (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/
Drun_perf_tests.py392 cmd_run = cmd + [
399 cmd_run += ['--no-warmup']
401 cmd_run += ['--warmup-loops', str(args.warmup_loops)]
403 cmd_run += ['--isolated-script-test-perf-output=%s' % histogram_file_path]
404 exit_code, output = _run_and_get_output(args, cmd_run, env)
406 logging.error('%s failed. Output:\n%s' % (cmd_run[0], '\n'.join(output)))
/third_party/ltp/testcases/network/nfs/nfs_stress/
Dnfs05_make_tree.c75 const char *const cmd_run[] = {cfile, NULL}; in run_targets() local
85 tst_cmd(cmd_run, output_file, NULL, 0); in run_targets()