HomeSort by relevance Sort by last modified time
    Searched refs:run_args (Results 1 - 9 of 9) sorted by null

  /art/test/
run-test 126 run_args="--quiet"
168 run_args="${run_args} --host"
190 run_args="${run_args} --jvm"
196 run_args="${run_args} -O"
215 run_args="${run_args} --pic-test"
224 run_args="${run_args} --prebuild
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cmd_line_script.py 69 run_args = cmd_line_switches + (script_name,)
70 exit_code, data = run_python(*run_args)
89 run_args = cmd_line_switches + (script_name,)
90 exit_code, data = run_python(*run_args)
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/autotest/client/common_lib/cros/
autoupdater.py 166 def _base_update_handler_no_retry(self, run_args):
169 @param run_args: Dictionary of args passed to ssh_host.run function.
174 self.host.run(**run_args)
180 def _base_update_handler(self, run_args, err_msg_prefix=None):
183 @param run_args: Dictionary of args passed to ssh_host.run function.
203 run_args)
252 run_args = {'command': autoupdate_cmd}
257 self._base_update_handler(run_args, err_prefix)
305 run_args = {'command': autoupdate_cmd, 'timeout': 3600}
311 self._base_update_handler(run_args, err_prefix
    [all...]
  /external/python/cpython2/Lib/test/
test_cmd_line_script.py 73 run_args = cmd_line_switches + (script_name,)
74 exit_code, data = run_python(*run_args)
93 run_args = cmd_line_switches + (script_name,)
94 exit_code, data = run_python(*run_args)
  /external/clang/test/SemaCXX/
cxx1y-generic-lambdas.cpp 930 return [](auto... run_args) {
931 using T = int(decltype(run_args)...);

Completed in 514 milliseconds