OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
284
run_args
= ['--depth='+depth]
285
run_args
.extend(['--format='+f for f in self.formats]);
286
run_args
.append(gyp_file)
288
run_args
+= ['--no-parallel']
291
run_args
.extend(self.extra_args)
292
run_args
.extend(args)
293
return self.run(program=self.gyp, arguments=
run_args
, **kw)
[
all
...]
Completed in 91 milliseconds