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

  /art/test/
run-all-tests 36 run_args=""
42 run_args="${run_args} --host"
45 run_args="${run_args} --jvm"
48 run_args="${run_args} --debug"
51 run_args="${run_args} --zygote"
54 run_args="${run_args} --interpreter
    [all...]
run-test 67 run_args="--quiet"
114 run_args="${run_args} --image $image"
119 run_args="${run_args} -Xcompiler-option $option"
124 run_args="${run_args} --runtime-option $option"
127 run_args="${run_args} --debug"
130 run_args="${run_args} --gdb
    [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 282 run_args = ['--depth='+depth]
283 run_args.extend(['--format='+f for f in self.formats]);
284 run_args.append(gyp_file)
286 run_args += ['--no-parallel']
289 run_args.extend(self.extra_args)
290 run_args.extend(args)
291 return self.run(program=self.gyp, arguments=run_args, **kw)
    [all...]

Completed in 210 milliseconds