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

  /art/test/
run-all-tests 36 run_args=""
42 run_args="${run_args} --host"
45 run_args="${run_args} --use-java-home"
48 run_args="${run_args} --no-image"
51 run_args="${run_args} --optimizing"
54 run_args="${run_args} --image
    [all...]
run-test 99 run_args="--quiet"
134 run_args="${run_args} --host"
154 run_args="${run_args} --jvm"
181 run_args="${run_args} --pic-test"
190 run_args="${run_args} --prebuild"
194 run_args="${run_args} --strip-dex
    [all...]
  /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/v8/tools/gyp/test/lib/
TestGyp.py 305 run_args = ['--depth='+depth]
306 run_args.extend(['--format='+f for f in self.formats]);
307 run_args.append(gyp_file)
309 run_args += ['--no-parallel']
312 run_args.extend(self.extra_args)
315 run_args.extend(
317 run_args.extend(args)
318 return self.run(program=self.gyp, arguments=run_args, **kw)
    [all...]
  /external/opencv3/modules/ts/misc/
run.py 918 run_args = getRunArgs(args[1:] or ['.']) variable
    [all...]
  /external/clang/test/SemaCXX/
cxx1y-generic-lambdas.cpp 930 return [](auto... run_args) {
931 using T = int(decltype(run_args)...);

Completed in 2678 milliseconds