Lines Matching refs:Run
180 * `aidl_format`: Run AIDL files (.aidl) through `aidl-format`.
183 * `bpfmt`: Run Blueprint files (.bp) through `bpfmt`.
184 * `checkpatch`: Run commits through the Linux kernel's `checkpatch.pl` script.
185 * `clang_format`: Run git-clang-format against the commit. The default style is
198 * `cpplint`: Run through the cpplint tool (for C++ code).
199 * `gofmt`: Run Go code through `gofmt`.
200 * `google_java_format`: Run Java code through
205 * `ktfmt`: Run Kotlin code through `ktfmt`. Supports an additional option
209 * `pylint2`: Run Python code through `pylint` using Python 2.
210 * `pylint3`: Run Python code through `pylint` using Python 3.
211 * `rustfmt`: Run Rust code through `rustfmt`.
212 * `xmllint`: Run XML code through `xmllint`.
261 # Run cpplint on all projects except ones under external/ and vendor/.
265 # Run rustfmt on all projects except ones under external/. All projects under