/aosp_15_r20/external/google-styleguide/cpplint/ |
H A D | cpplint_unittest.py | 44 import cpplint 57 _ERROR_CATEGORIES = cpplint._ERROR_CATEGORIES 64 cpplint.ResetNolintSuppressions() 72 if cpplint._ShouldPrintError(category, confidence, linenum): 130 cpplint.RemoveMultiLineComments('foo.h', lines, error_collector) 131 clean_lines = cpplint.CleansedLines(lines) 132 include_state = cpplint._IncludeState() 133 function_state = cpplint._FunctionState() 134 nesting_state = cpplint.NestingState() 135 cpplint.ProcessLine('foo.cc', 'cc', clean_lines, 0, [all …]
|
H A D | README | 3 heavily relies on regular expressions, cpplint.py won't catch all violations of 5 list of things we currently don't handle very well at the top of cpplint.py, 11 ./cpplint.py --help 19 cpplint.py and its corresponding unit tests are Copyright (C) 2009 Google Inc.
|
/aosp_15_r20/art/build/ |
H A D | Android.cpplint.mk | 23 ART_CPPLINT := tools/repohooks/tools/cpplint.py 42 .PHONY: cpplint-art 43 cpplint-art: cpplint-art-phony 46 .PHONY: cpplint-art-all 47 cpplint-art-all: 50 OUT_CPPLINT := $(TARGET_COMMON_OUT_ROOT)/cpplint 55 define declare-art-cpplint-target 59 …cpplint_touch): $$(art_cpplint_file) $(ART_CPPLINT) $(ART_CPPLINT_CFG) art/build/Android.cpplint.mk 67 $(foreach file, $(ART_CPPLINT_SRC), $(eval $(call declare-art-cpplint-target,$(file)))) 71 LOCAL_MODULE := cpplint-art-phony
|
/aosp_15_r20/external/openscreen/ |
H A D | PRESUBMIT.py | 133 cpplint = input_api.cpplint 136 cpplint._cpplint_state.ResetErrorCounts() 138 cpplint._SetFilters('-build/c++11,-whitespace/braces') 144 cpplint.ProcessFile(file_name, CPPLINT_VERBOSE_LEVEL, 147 if cpplint._cpplint_state.error_count:
|
/aosp_15_r20/external/deqp-deps/amber/tools/ |
D | run-lint.sh | 19 ./third_party/cpplint/cpplint.py --filter "$FILTERS" `find src samples -type f` 20 ./third_party/cpplint/cpplint.py --filter "$FILTERS" --root include `find ./include -type f`
|
D | roll-all | 19 cpplint=1
|
/aosp_15_r20/external/rappor/analysis/cpp/ |
H A D | run.sh | 56 http://google-styleguide.googlecode.com/svn/trunk/cpplint/cpplint.py 57 chmod +x _tmp/cpplint.py 61 _tmp/cpplint.py find_cliques.cc fast_em.cc
|
/aosp_15_r20/tools/repohooks/ |
H A D | README.md | 68 cpplint = true 71 cpplint = --filter=-x ${PREUPLOAD_FILES} 199 * `cpplint`: Run through the cpplint tool (for C++ code). 220 # Turn on cpplint checking. 221 cpplint = true 240 # Pass more filter args to cpplint. 241 cpplint = --filter=-x ${PREUPLOAD_FILES} 262 # Run cpplint on all projects except ones under external/ and vendor/. 263 # The "external" and "vendor" projects, if they exist, will still run cpplint. 264 cpplint = external/* vendor/* [all …]
|
/aosp_15_r20/external/vixl/ |
H A D | README.md | 63 2. [Google's `cpplint.py`][cpplint] 227 2. `cpplint.py`, [as provided by Google][cpplint], must be available (and 231 `--nolint`. This removes the dependency on `cpplint.py` and Git. The `--nolint` 257 [cpplint]: https://github.com/google/styleguide/tree/gh-pages/cpplint 258 "Google's cpplint.py script."
|
H A D | CPPLINT.cfg | 1 # Stop cpplint for looking for CPPLINT.cfg outside of vixl. 36 # cpplint.py enables these filters in reversed order.
|
/aosp_15_r20/external/google-styleguide/ |
H A D | README.md | 21 also contains [cpplint][cpplint], a tool to assist with style guide compliance, 49 [cpplint]: https://github.com/google/styleguide/tree/gh-pages/cpplint
|
/aosp_15_r20/external/deqp-deps/amber/ |
D | DEPS | 4 'cpplint_git': 'https://github.com/cpplint', 39 'third_party/cpplint': Var('cpplint_git') + '/cpplint.git@' +
|
/aosp_15_r20/external/conscrypt/openjdk/ |
H A D | build.gradle | 190 if (isExecutableOnPath('cpplint')) { 191 def cpplint = tasks.register("cpplint", Exec) { 192 executable = 'cpplint' 208 def reportDir = file("${buildDir}/cpplint") 228 // Extension method cpplint.output() can be used to obtain the report 240 check.dependsOn cpplint
|
/aosp_15_r20/packages/modules/NeuralNetworks/ |
D | PREUPLOAD.cfg | 11 cpplint = true 15 cpplint = --quiet ${PREUPLOAD_FILES}
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/prop_tgt/ |
D | LANG_CPPLINT.rst | 9 for the ``cpplint`` style checker. The :ref:`Makefile Generators` and the 10 :generator:`Ninja` generator will run ``cpplint`` along with the compiler
|
/aosp_15_r20/frameworks/base/cmds/idmap2/ |
H A D | static-checks.sh | 73 local cpplint="${ANDROID_BUILD_TOP}/tools/repohooks/tools/cpplint.py" 74 local output="$($cpplint --quiet $cpp_files 2>&1 >/dev/null | grep -v \
|
/aosp_15_r20/external/rappor/client/cpp/ |
H A D | run.sh | 95 cpplint() { function 96 ../../analysis/cpp/_tmp/cpplint.py "$@"
|
/aosp_15_r20/art/ |
H A D | PREUPLOAD.cfg | 11 cpplint = true 55 cpplint = --quiet ${PREUPLOAD_FILES}
|
/aosp_15_r20/external/webrtc/ |
H A D | PRESUBMIT.py | 295 import cpplint 298 cpplint._cpplint_state.ResetErrorCounts() 300 lint_filters = cpplint._Filters() 302 cpplint._SetFilters(','.join(lint_filters)) 321 cpplint.ProcessFile(file_name, verbosity_level) 323 if cpplint._cpplint_state.error_count > 0:
|
/aosp_15_r20/external/pytorch/third_party/ |
H A D | LICENSES_BUNDLED.txt | 86 Name: cpplint 88 Files: third_party/kineto/libkineto/third_party/dynolog/third_party/json/third_party/cpplint, 89 third_party/nlohmann/tools/cpplint 90 …see: third_party/kineto/libkineto/third_party/dynolog/third_party/json/third_party/cpplint/LICENSE, 91 third_party/nlohmann/tools/cpplint/LICENSE
|
/aosp_15_r20/frameworks/compile/mclinker/ |
D | LICENSE.TXT | 62 cpplint utils/cpplint
|
/aosp_15_r20/device/google/trout/ |
D | PREUPLOAD.cfg | 5 cpplint = true
|
/aosp_15_r20/system/update_engine/ |
H A D | PREUPLOAD.cfg | 3 cpplint = true
|
/aosp_15_r20/hardware/google/pixel/ |
D | PREUPLOAD.cfg | 3 cpplint = true
|
/aosp_15_r20/tools/repohooks/tools/ |
H A D | cpplint.py-update | 28 Helper script to quickly update the bundled cpplint.py script.
|