Home
last modified time | relevance | path

Searched refs:PresubmitContext (Results 1 – 6 of 6) sorted by relevance

/external/pigweed/pw_presubmit/py/pw_presubmit/
Dpigweed_presubmit.py39 from pw_presubmit import call, filter_paths, plural, PresubmitContext
72 def gn_clang_build(ctx: PresubmitContext): argument
78 def gn_gcc_build(ctx: PresubmitContext): argument
86 def gn_host_build(ctx: PresubmitContext): argument
93 def gn_quick_build_check(ctx: PresubmitContext): argument
107 def gn_full_build_check(ctx: PresubmitContext): argument
115 def gn_full_qemu_check(ctx: PresubmitContext): argument
122 def gn_arm_build(ctx: PresubmitContext): argument
128 def gn_nanopb_build(ctx: PresubmitContext): argument
142 def gn_teensy_build(ctx: PresubmitContext): argument
[all …]
Dpython_checks.py49 def test_python_packages(ctx: pw_presubmit.PresubmitContext, argument
72 def pylint(ctx: pw_presubmit.PresubmitContext) -> None: argument
92 def mypy(ctx: pw_presubmit.PresubmitContext) -> None: argument
Dpresubmit.py177 class PresubmitContext: class
326 yield PresubmitContext(
487 def run(self, ctx: PresubmitContext, count: int, total: int) -> _Result: argument
508 def _call_function(self, ctx: PresubmitContext) -> _Result: argument
524 def __call__(self, ctx: PresubmitContext, *args, **kwargs): argument
590 def pragma_once(ctx: PresubmitContext) -> None: argument
Dformat_code.py305 def check_code_format(ctx: pw_presubmit.PresubmitContext): argument
/external/pigweed/pw_presubmit/
Ddocs.rst69 accept one argument: a ``PresubmitContext``, which provides the paths on which
80 def file_contains_ni(ctx: PresubmitContext):
131 from pw_presubmit import python_checks, filter_paths, PresubmitContext
141 def init_cipd(ctx: PresubmitContext):
145 def init_virtualenv(ctx: PresubmitContext):
159 def release_build(ctx: PresubmitContext):
164 def host_tests(ctx: PresubmitContext):
179 def pragma_once(ctx: PresubmitContext):
/external/tensorflow/tensorflow/lite/micro/tools/make/
Dpigweed.patch31 @@ -220,8 +220,8 @@ def clang_tidy(ctx: PresubmitContext):
74 @@ -344,6 +346,11 @@ def copyright_notice(ctx: PresubmitContext):
86 @@ -354,6 +361,10 @@ def copyright_notice(ctx: PresubmitContext):