Searched refs:C_FORMAT (Results 1 – 3 of 3) sorted by relevance
/external/pigweed/pw_presubmit/py/pw_presubmit/ |
D | pigweed_presubmit.py | 49 *format_code.C_FORMAT.extensions) 176 @filter_paths(endswith=format_code.C_FORMAT.extensions) 207 @filter_paths(endswith=(*format_code.C_FORMAT.extensions, '.cmake', 243 @filter_paths(endswith=(*format_code.C_FORMAT.extensions, '.bzl', 'BUILD')) 264 @filter_paths(endswith=(*format_code.C_FORMAT.extensions, '.bzl', 'BUILD')) 291 @filter_paths(endswith=format_code.C_FORMAT.extensions) 467 _BAZEL_SOURCES_IN_BUILD = tuple(format_code.C_FORMAT.extensions)
|
D | format_code.py | 245 C_FORMAT: CodeFormat = CodeFormat( variable 285 C_FORMAT,
|
/external/pigweed/pw_presubmit/ |
D | docs.rst | 153 ['.rst', '.gn', '.gni', *format_code.C_FORMAT.extensions])
|