Home
last modified time | relevance | path

Searched defs:command_context (Results 1 – 25 of 182) sorted by relevance

12345678

/dports/www/firefox/firefox-99.0/mobile/android/
H A Dmach_commands.py56 def android(command_context): argument
67 def android_assemble_app(command_context, args): argument
132 def android_apilint_REMOVED(command_context): argument
143 def android_test_REMOVED(command_context): argument
154 def android_lint_REMOVED(command_context): argument
165 def android_checkstyle_REMOVED(command_context): argument
226 def install_app_bundle(command_context, bundle): argument
338 command_context, argument
467 def gradle(command_context, args, verbose=False): argument
527 def gradle_install_REMOVED(command_context): argument
[all …]
/dports/www/firefox/firefox-99.0/taskcluster/
H A Dmach_commands.py151 def taskgraph_command(command_context): argument
165 def taskgraph_tasks(command_context, **options): argument
175 def taskgraph_full(command_context, **options): argument
185 def taskgraph_target(command_context, **options): argument
215 def taskgraph_morphed(command_context, **options): argument
302 def taskgraph_cron(command_context, **options): argument
316 def action_callback(command_context, **options): argument
359 def show_actions(command_context, options): argument
394 def load_image(command_context, **kwargs): argument
404 def build_image(command_context, **kwargs): argument
[all …]
/dports/www/firefox/firefox-99.0/tools/tryselect/
H A Dmach_commands.py70 def init(command_context): argument
77 def presets(command_context): argument
190 def run(command_context, **kwargs): argument
247 def try_fuzzy(command_context, **kwargs): argument
352 def try_chooser(command_context, **kwargs): argument
378 def try_auto(command_context, **kwargs): argument
389 def try_again(command_context, **kwargs): argument
400 def try_empty(command_context, **kwargs): argument
419 def try_syntax(command_context, **kwargs): argument
481 def try_coverage(command_context, **kwargs): argument
[all …]
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/
H A Dmach_commands.py60 def android(self, command_context): argument
70 def android_assemble_app(self, command_context, args): argument
135 def android_apilint_REMOVED(self, command_context): argument
145 def android_test_REMOVED(self, command_context): argument
155 def android_lint_REMOVED(self, command_context): argument
165 def android_checkstyle_REMOVED(self, command_context): argument
195 def android_archive_geckoview(self, command_context, args): argument
272 command_context, argument
400 def gradle(self, command_context, args, verbose=False): argument
459 def gradle_install_REMOVED(self, command_context): argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/
H A Dmach_commands.py60 def android(self, command_context): argument
70 def android_assemble_app(self, command_context, args): argument
135 def android_apilint_REMOVED(self, command_context): argument
145 def android_test_REMOVED(self, command_context): argument
155 def android_lint_REMOVED(self, command_context): argument
165 def android_checkstyle_REMOVED(self, command_context): argument
195 def android_archive_geckoview(self, command_context, args): argument
272 command_context, argument
400 def gradle(self, command_context, args, verbose=False): argument
459 def gradle_install_REMOVED(self, command_context): argument
[all …]
/dports/www/firefox/firefox-99.0/tools/browsertime/
H A Dmach_commands.py155 def artifact_cache_path(command_context): argument
161 def state_path(command_context): argument
167 def setup_prerequisites(command_context): argument
253 command_context, argument
340 def node(command_context, args): argument
351 def append_env(command_context, append_path=True): argument
442 def _need_install(command_context, package): argument
478 def check(command_context): argument
512 def extra_default_args(command_context, args=[]): argument
593 def _verify_node_install(command_context): argument
[all …]
/dports/www/firefox/firefox-99.0/python/mach/mach/commands/
H A Dcommandinfo.py39 def command_handlers(command_context): argument
45 def commands(command_context): argument
66 def global_options(command_context): argument
118 def commands_info(command_context): argument
129 def run_commands(command_context): argument
145 def run_debug_commands(command_context, match=None): argument
170 def run_completion(command_context, args): argument
234 def completion_bash(command_context, outfile): argument
323 def completion_zsh(command_context, outfile): argument
419 def completion_fish(command_context, outfile): argument
/dports/www/firefox/firefox-99.0/python/mozbuild/mozbuild/code_analysis/
H A Dmach_commands.py204 def clang_tidy(command_context): argument
224 def static_analysis(command_context): argument
310 command_context, argument
463 def get_clang_tidy_config(command_context): argument
544 command_context, argument
629 command_context, argument
868 command_context, argument
1026 command_context, argument
1201 command_context, argument
1274 command_context, argument
[all …]
/dports/www/firefox/firefox-99.0/js/src/devtools/rootAnalysis/
H A Dmach_commands.py82 def script_dir(command_context): argument
86 def get_work_dir(command_context, application, given): argument
119 def hazards(command_context): argument
130 def bootstrap(command_context, **kwargs): argument
152 def build_shell(command_context, **kwargs): argument
197 def ensure_shell(command_context, objdir): argument
228 def gather_hazard_data(command_context, **kwargs): argument
293 def inner_compile(command_context, **kwargs): argument
366 def analyze(command_context, application, shell_objdir, work_dir, extra): argument
406 def self_test(command_context, shell_objdir, extra): argument
/dports/www/firefox/firefox-99.0/testing/
H A Dmach_commands.py168 command_context, argument
482 def run_cppunit_test(command_context, **params): argument
592 def run_jstests(command_context, shell, params): argument
626 def run_jittests(command_context, shell, cgc, params): argument
654 def run_jsapitests(command_context, test_name=None): argument
672 def run_check_js_msg(command_context): argument
698 def run_jsshelltests(command_context, **kwargs): argument
759 def test_info(command_context): argument
791 command_context, argument
872 command_context, argument
[all …]
/dports/www/firefox/firefox-99.0/python/mozbuild/mozbuild/backend/
H A Dmach_commands.py28 def run(command_context, ide, args): argument
115 def get_eclipse_workspace_path(command_context): argument
123 def get_visualstudio_workspace_path(command_context): argument
129 def find_vscode_cmd(command_context): argument
197 def setup_vscode(command_context, vscode_cmd): argument
339 def get_clang_tools(command_context, clang_tools_path): argument
/dports/www/firefox/firefox-99.0/python/mozbuild/mozbuild/
H A Dmach_commands.py117 def cargo(command_context): argument
446 def database_path(command_context): argument
677 command_context, argument
839 command_context, argument
1279 command_context, argument
1673 command_context, argument
1890 def buildsymbols(command_context): argument
2004 def repackage(command_context): argument
2072 command_context, argument
2119 command_context, argument
[all …]
/dports/www/firefox/firefox-99.0/python/mozbuild/mozbuild/frontend/
H A Dmach_commands.py41 def reference(command_context, symbol, name_only=False): argument
97 def file_info(command_context): argument
119 def file_info_bugzilla(command_context, paths, rev=None, fmt=None): argument
174 def file_info_missing_bugzilla(command_context, paths, rev=None, fmt=None): argument
202 def bugzilla_automation(command_context, out_dir): argument
285 def _get_files_info(command_context, paths, rev=None): argument
332 def file_info_schedules(command_context, paths): argument
/dports/www/firefox/firefox-99.0/python/mach/mach/test/
H A Dtest_decorators.py40 def run_foo(command_context, arg): argument
57 def run_foo(command_context): argument
61 def run_subfoo(command_context): argument
82 def run_foo(command_context): argument
89 def run_bar(command_context): argument
123 def run_foo(command_context): argument
131 def run_foo(command_context): argument
/dports/www/firefox/firefox-99.0/tools/
H A Dmach_commands.py39 def busted_default(command_context): argument
74 def busted_file(command_context, against): argument
263 def pastebin(command_context, list_highlighters, highlighter, expires, verbose, path): argument
441 def run(command_context, **options): argument
453 def node(command_context, args): argument
474 def npm(command_context, args): argument
522 def logspam(command_context): argument
527 def report(command_context, **options): argument
534 def bisect(command_context, **options): argument
541 def create(command_context, **options): argument
/dports/www/firefox/firefox-99.0/tools/compare-locales/
H A Dmach_commands.py79 def compare(command_context, **kwargs): argument
161 command_context, argument
203 command_context, argument
330 def _check_outgoing(command_context, strings_path): argument
343 def _strip_outgoing(command_context, strings_path): argument
359 def _create_outgoing_patch(command_context, path, strings_path): argument
385 def _retry_run_process(command_context, *args, error_msg=None, **kwargs): argument
392 def _check_hg_repo(command_context, path, heads=None): argument
404 def _clone_hg_repo(command_context, url, path): argument
408 def _nuke_hg_repo(command_context, path): argument
/dports/www/firefox-esr/firefox-91.8.0/taskcluster/
H A Dmach_commands.py165 def taskgraph(self, command_context): argument
175 def taskgraph_tasks(self, command_context, **options): argument
179 def taskgraph_full(self, command_context, **options): argument
185 def taskgraph_target(self, command_context, **options): argument
197 def taskgraph_optimized(self, command_context, **options): argument
203 def taskgraph_morphed(self, command_context, **options): argument
226 def taskgraph_actions(self, command_context, **options): argument
342 def taskgraph_decision(self, command_context, **options): argument
383 def taskgraph_cron(self, command_context, **options): argument
401 def action_callback(self, command_context, **options): argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/taskcluster/
H A Dmach_commands.py165 def taskgraph(self, command_context): argument
175 def taskgraph_tasks(self, command_context, **options): argument
179 def taskgraph_full(self, command_context, **options): argument
185 def taskgraph_target(self, command_context, **options): argument
197 def taskgraph_optimized(self, command_context, **options): argument
203 def taskgraph_morphed(self, command_context, **options): argument
226 def taskgraph_actions(self, command_context, **options): argument
342 def taskgraph_decision(self, command_context, **options): argument
383 def taskgraph_cron(self, command_context, **options): argument
401 def action_callback(self, command_context, **options): argument
[all …]
/dports/www/firefox-esr/firefox-91.8.0/python/mach/mach/test/providers/
H A Dconditions.py31 def run_foo(self, command_context): argument
35 def run_bar(self, command_context): argument
39 def run_foobar(self, command_context): argument
46 def run_foo(self, command_context): argument
50 def run_bar(self, command_context): argument
54 def run_foobar(self, command_context): argument
/dports/www/firefox/firefox-99.0/python/mach/mach/test/providers/
H A Dconditions.py22 def run_condition_true(self, command_context): argument
27 def run_condition_false(self, command_context): argument
34 def run_condition_true_and_false(self, command_context): argument
49 def run_foo_ctx(self, command_context): argument
54 def run_bar_ctx(self, command_context): argument
59 def run_foobar_ctx(self, command_context): argument
/dports/mail/thunderbird/thunderbird-91.8.0/python/mach/mach/test/providers/
H A Dconditions.py31 def run_foo(self, command_context): argument
35 def run_bar(self, command_context): argument
39 def run_foobar(self, command_context): argument
46 def run_foo(self, command_context): argument
50 def run_bar(self, command_context): argument
54 def run_foobar(self, command_context): argument
/dports/www/firefox/firefox-99.0/python/mozrelease/mozrelease/
H A Dmach_commands.py23 def release(command_context): argument
43 def buglist(command_context, version, product, revision, repo): argument
81 def buglist_email(command_context, **options): argument
113 def push_scriptworker_canary(command_context, scriptworkers, addresses, ssh_key_secret): argument
124 def setup_logging(command_context, quiet=False, verbose=True): argument
/dports/www/firefox-esr/firefox-91.8.0/python/mach/mach/test/
H A Dtest_decorators.py40 def run_foo(self, command_context, arg): argument
59 def run_foo(self, command_context): argument
64 def run_subfoo(self, command_context): argument
88 def run_foo(self, command_context): argument
99 def run_bar(self, command_context): argument
121 def run_foo(self, command_context): argument
131 def run_foo(self, command_context): argument
/dports/mail/thunderbird/thunderbird-91.8.0/python/mach/mach/test/
H A Dtest_decorators.py40 def run_foo(self, command_context, arg): argument
59 def run_foo(self, command_context): argument
64 def run_subfoo(self, command_context): argument
88 def run_foo(self, command_context): argument
99 def run_bar(self, command_context): argument
121 def run_foo(self, command_context): argument
131 def run_foo(self, command_context): argument
/dports/mail/thunderbird/thunderbird-91.8.0/tools/tryselect/
H A Dmach_commands.py202 def try_default(self, command_context, argv=None, **kwargs): argument
238 def try_fuzzy(self, command_context, **kwargs): argument
342 def try_chooser(self, command_context, **kwargs): argument
367 def try_auto(self, command_context, **kwargs): argument
377 def try_again(self, command_context, **kwargs): argument
387 def try_empty(self, command_context, **kwargs): argument
405 def try_syntax(self, command_context, **kwargs): argument
466 def try_coverage(self, command_context, **kwargs): argument
477 def try_release(self, command_context, **kwargs): argument
488 def try_scriptworker(self, command_context, **kwargs): argument

12345678