OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cmd_to_run
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/testing/tools/
common.py
37
cmd_to_run
= wrapper.split()
40
if
cmd_to_run
.count("-logdir") == 0:
41
return
cmd_to_run
46
logdir_idx =
cmd_to_run
.index("-logdir")
47
old_logdir =
cmd_to_run
[logdir_idx + 1]
54
cmd_to_run
[logdir_idx + 1] += "\\testcase.%s.logs" % wrapper_pid
55
os.makedirs(
cmd_to_run
[logdir_idx + 1])
61
return
cmd_to_run
run_javascript_tests.py
34
cmd_to_run
= common.DrMemoryWrapper(drmem_wrapper, input_root)
35
cmd_to_run
.extend([pdfium_test_path, pdf_path])
37
subprocess.check_call(
cmd_to_run
, stdout=outfile)
run_pixel_tests.py
41
cmd_to_run
= common.DrMemoryWrapper(drmem_wrapper, input_root)
42
cmd_to_run
.extend([pdfium_test_path, '--png', pdf_path])
44
subprocess.check_call(
cmd_to_run
)
run_corpus_tests.py
44
cmd_to_run
= common.DrMemoryWrapper(drmem_wrapper,
46
cmd_to_run
.extend([pdfium_test_path, '--png', pdf_path])
48
error = common.RunCommand(
cmd_to_run
, redirect_output)
/external/fio/tools/
genfio
68
-A
cmd_to_run
: System command to run after each job (exec_postrun in fio)
69
-B
cmd_to_run
: System command to run before each job (exec_prerun in fio)
Completed in 477 milliseconds