OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:run_args
(Results
1 - 7
of
7
) sorted by null
/dalvik/tests/
run-all-tests
36
run_args
=""
41
run_args
="${
run_args
} --host"
44
run_args
="${
run_args
} --reference"
47
run_args
="${
run_args
} --jit"
50
run_args
="${
run_args
} --fast"
53
run_args
="${run_args} --portable
[
all
...]
run-test
46
run_args
="--quiet"
61
run_args
="${
run_args
} --jit"
64
run_args
="${
run_args
} --fast"
67
run_args
="${
run_args
} --portable"
70
run_args
="${
run_args
} --debug"
73
run_args
="${run_args} --gdb
[
all
...]
/art/test/
run-all-tests
36
run_args
=""
41
run_args
="${
run_args
} --host"
44
run_args
="${
run_args
} --jvm"
47
run_args
="${
run_args
} --debug"
50
run_args
="${
run_args
} --zygote"
53
run_args
="${run_args} --interpreter
[
all
...]
run-test
61
run_args
="--quiet"
82
run_args
="${
run_args
} -O"
85
run_args
="${
run_args
} --debug"
88
run_args
="${
run_args
} --gdb"
92
run_args
="${
run_args
} --zygote"
95
run_args
="${run_args} --interpreter
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cmd_line_script.py
72
run_args
= cmd_line_switches + (script_name,)
73
exit_code, data = run_python(*
run_args
)
92
run_args
= cmd_line_switches + (script_name,)
93
exit_code, data = run_python(*
run_args
)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cmd_line_script.py
72
run_args
= cmd_line_switches + (script_name,)
73
exit_code, data = run_python(*
run_args
)
92
run_args
= cmd_line_switches + (script_name,)
93
exit_code, data = run_python(*
run_args
)
/external/chromium_org/tools/gyp/test/lib/
TestGyp.py
249
run_args
= ['--depth='+depth, '--format='+self.format, gyp_file]
250
run_args
.extend(self.extra_args)
251
run_args
.extend(args)
252
return self.run(program=self.gyp, arguments=
run_args
, **kw)
[
all
...]
Completed in 288 milliseconds