/external/webkit/Tools/Scripts/webkitpy/tool/bot/ |
D | irc_command.py | 41 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
|
D | feeders.py | 35 def __init__(self, tool): argument 45 def __init__(self, tool): argument 85 def __init__(self, tool): argument
|
D | botinfo.py | 32 def __init__(self, tool): argument
|
D | sheriff.py | 37 def __init__(self, tool, sheriffbot): argument
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
D | upload.py | 60 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 …]
|
D | stepsequence.py | 39 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
|
D | queries.py | 56 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 …]
|
D | download.py | 52 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
|
D | abstractsequencedcommand.py | 41 def _prepare_state(self, options, args, tool): argument 44 def execute(self, options, args, tool): argument
|
D | bugfortest.py | 40 def execute(self, options, args, tool): argument
|
D | bugsearch.py | 36 def execute(self, options, args, tool): argument
|
D | commandtest.py | 35 …ed_stdout="", expected_stderr="", expected_exception=None, options=MockOptions(), tool=MockTool()): argument
|
D | roll.py | 45 def _prepare_state(self, options, args, tool): argument
|
D | queues.py | 141 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
|
D | openbugs.py | 54 def execute(self, options, args, tool): argument
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
D | CTarget.java | 42 protected void genRecognizerFile(Tool tool, in genRecognizerFile() 57 protected void genRecognizerHeaderFile(Tool tool, in genRecognizerHeaderFile() 73 protected ST chooseWhereCyclicDFAsGo(Tool tool, in chooseWhereCyclicDFAsGo()
|
D | JavaTarget.java | 38 protected ST chooseWhereCyclicDFAsGo(Tool tool, in chooseWhereCyclicDFAsGo()
|
/external/clang/tools/diagtool/ |
D | diagtool_main.cpp | 20 if (DiagTool *tool = diagTools->getTool(argv[1])) in main() local
|
/external/webkit/Tools/Scripts/webkitpy/tool/steps/ |
D | cleanworkingdirectorywithlocalcommits.py | 32 def __init__(self, tool, options): argument
|
D | cleanworkingdirectory.py | 36 def __init__(self, tool, options, allow_local_commits=False): argument
|
D | metastep.py | 35 def __init__(self, tool, options): argument
|
D | steps_unittest.py | 48 def _run_step(self, step, tool=None, options=None, state=None): argument
|
/external/webkit/Tools/Scripts/webkitpy/tool/ |
D | multicommandtool_unittest.py | 44 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
|
D | multicommandtool.py | 74 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/ |
D | BuildDependencyGenerator.java | 80 protected Tool tool; field in BuildDependencyGenerator 85 public BuildDependencyGenerator(Tool tool, String grammarFileName) in BuildDependencyGenerator()
|