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

  /external/r8/tools/
test_framework.py 67 tool_args = ['--dex', '--output=' + temp_dir, '--multi-dex',
72 tool_args = ['--num-threads=4'] + tool_args
77 tool_args = ['--output', temp_dir, '--min-api', MIN_SDK_VERSION]
79 tool_args.append('--release')
92 cmd.extend([tool_file] + tool_args + [FRAMEWORK_JAR])
  /external/v8/tools/clang/scripts/
run_tool.py 95 def _ExecuteTool(toolname, tool_args, build_directory, filename):
103 tool_args: Arguments to be passed to the clang tool. Can be None.
118 if (tool_args):
119 args.extend(tool_args)
136 def __init__(self, toolname, tool_args, build_directory, filenames):
141 tool_args: Arguments to be passed to the tool. Can be None.
146 self.__tool_args = tool_args
229 dispatcher = _CompilerDispatcher(args.tool, args.tool_args,
  /tools/repohooks/rh/
hooks.py 303 tool_args = (['--clang-format', clang_format, '--git-clang-format',
306 cmd = [tool] + tool_args
307 fixup_func = _fixup_func_caller([tool, '--fix'] + tool_args)
318 tool_args = ['--google-java-format', google_java_format,
321 cmd = [tool] + tool_args
322 fixup_func = _fixup_func_caller([tool, '--fix'] + tool_args)
  /external/llvm/utils/
update_test_checks.py 330 for prefixes, tool_args in prefix_list:
332 print >>sys.stderr, 'Extracted tool cmd: ' + tool_basename + ' ' + tool_args
335 raw_tool_output = invoke_tool(args, tool_args, test)

Completed in 704 milliseconds