Home
last modified time | relevance | path

Searched defs:tool (Results 1 – 25 of 59) sorted by relevance

123

/external/webkit/Tools/Scripts/webkitpy/tool/bot/
Dirc_command.py41 def execute(self, nick, args, tool, sheriff): argument
46 def execute(self, nick, args, tool, sheriff): argument
52 def execute(self, nick, args, tool, sheriff): argument
75 def execute(self, nick, args, tool, sheriff): argument
102 def execute(self, nick, args, tool, sheriff): argument
107 def execute(self, nick, args, tool, sheriff): argument
114 def execute(self, nick, args, tool, sheriff): argument
134 def execute(self, nick, args, tool, sheriff): argument
Dfeeders.py35 def __init__(self, tool): argument
45 def __init__(self, tool): argument
85 def __init__(self, tool): argument
Dbotinfo.py32 def __init__(self, tool): argument
Dsheriff.py37 def __init__(self, tool, sheriffbot): argument
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
Dupload.py60 def execute(self, options, args, tool): argument
82 def execute(self, options, args, tool): argument
100 def execute(self, options, args, tool): argument
159 def execute(self, options, args, tool): argument
172 def _prepare_state(self, options, args, tool): argument
184 def _prepare_state(self, options, args, tool): argument
192 def _bug_id(self, options, args, tool, state): argument
201 def _prepare_state(self, options, args, tool): argument
250 def _prepare_state(self, options, args, tool): argument
280 def _prepare_state(self, options, args, tool): argument
[all …]
Dstepsequence.py39 def handle_script_error(cls, tool, patch, script_error): argument
43 def handle_checkout_needs_update(cls, tool, state, options, error): argument
62 def _run(self, tool, options, state): argument
66 def run_and_handle_errors(self, tool, options, state=None): argument
Dqueries.py56 def execute(self, options, args, tool): argument
65 def execute(self, options, args, tool): argument
76 def execute(self, options, args, tool): argument
104 def execute(self, options, args, tool): argument
121 def execute(self, options, args, tool): argument
132 def execute(self, options, args, tool): argument
166 def execute(self, options, args, tool): argument
196 def execute(self, options, args, tool): argument
281 def execute(self, options, args, tool): argument
353 def execute(self, options, args, tool): argument
[all …]
Ddownload.py52 def _prepare_state(self, options, args, tool): argument
74 def _prepare_state(self, options, args, tool): argument
108 def _prepare_state(self, options, args, tool): argument
143 def execute(self, options, args, tool): argument
166 def _prepare_to_process(self, options, args, tool): argument
169 def _process_patch(self, patch, options, args, tool): argument
175 def _fetch_list_of_patches_to_process(self, options, args, tool): argument
180 def _fetch_list_of_patches_to_process(self, options, args, tool): argument
308 def _prepare_state(self, options, args, tool): argument
360 def _prepare_state(self, options, args, tool): argument
Dabstractsequencedcommand.py41 def _prepare_state(self, options, args, tool): argument
44 def execute(self, options, args, tool): argument
Dbugfortest.py40 def execute(self, options, args, tool): argument
Dbugsearch.py36 def execute(self, options, args, tool): argument
Dcommandtest.py35 …ed_stdout="", expected_stderr="", expected_exception=None, options=MockOptions(), tool=MockTool()): argument
Droll.py45 def _prepare_state(self, options, args, tool): argument
Dqueues.py141 def execute(self, options, args, tool, engine=QueueEngine): argument
159 def _update_status_for_script_error(cls, tool, state, script_error, is_error=False): argument
371 def handle_script_error(cls, tool, state, script_error): argument
378 def handle_checkout_needs_update(cls, tool, state, options, error): argument
431 def handle_script_error(cls, tool, state, script_error): argument
449 def handle_script_error(cls, tool, state, script_error): argument
Dopenbugs.py54 def execute(self, options, args, tool): argument
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
DCTarget.java42 protected void genRecognizerFile(Tool tool, in genRecognizerFile()
57 protected void genRecognizerHeaderFile(Tool tool, in genRecognizerHeaderFile()
73 protected ST chooseWhereCyclicDFAsGo(Tool tool, in chooseWhereCyclicDFAsGo()
DJavaTarget.java38 protected ST chooseWhereCyclicDFAsGo(Tool tool, in chooseWhereCyclicDFAsGo()
/external/clang/tools/diagtool/
Ddiagtool_main.cpp20 if (DiagTool *tool = diagTools->getTool(argv[1])) in main() local
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
Dcleanworkingdirectorywithlocalcommits.py32 def __init__(self, tool, options): argument
Dcleanworkingdirectory.py36 def __init__(self, tool, options, allow_local_commits=False): argument
Dmetastep.py35 def __init__(self, tool, options): argument
Dsteps_unittest.py48 def _run_step(self, step, tool=None, options=None, state=None): argument
/external/webkit/Tools/Scripts/webkitpy/tool/
Dmulticommandtool_unittest.py44 def execute(self, options, args, tool): argument
61 def execute(self, options, args, tool): argument
124 …def _assert_tool_main_outputs(self, tool, main_args, expected_stdout, expected_stderr = "", expect… argument
Dmulticommandtool.py74 def bind_to_tool(self, tool): argument
107 def check_arguments_and_execute(self, options, args, tool=None): argument
126 def execute(self, options, args, tool): argument
199 def execute(self, options, args, tool): argument
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DBuildDependencyGenerator.java80 protected Tool tool; field in BuildDependencyGenerator
85 public BuildDependencyGenerator(Tool tool, String grammarFileName) in BuildDependencyGenerator()

123