OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpplint
(Results
1 - 8
of
8
) sorted by null
/art/build/
Android.cpplint.mk
17
ART_CPPLINT := art/tools/
cpplint
.py
21
# "mm
cpplint
-art" to verify we aren't regressing
22
.PHONY:
cpplint
-art
23
cpplint
-art:
26
# "mm
cpplint
-art-all" to see all warnings
27
.PHONY:
cpplint
-art-all
28
cpplint
-art-all:
31
OUT_CPPLINT := $(TARGET_COMMON_OUT_ROOT)/
cpplint
35
define declare-art-
cpplint
-target
39
$$(art_cpplint_touch): $$(art_cpplint_file) $(ART_CPPLINT) art/build/Android.
cpplint
.m
[
all
...]
/external/chromium_org/webkit/renderer/compositor_bindings/
PRESUBMIT.py
13
input_api.
cpplint
._cpplint_state.ResetErrorCounts() # reset global state
21
input_api.
cpplint
.ProcessFile(file_name, level)
23
if not input_api.
cpplint
._cpplint_state.error_count:
27
'Changelist failed
cpplint
.py check.')]
/external/compiler-rt/lib/sanitizer_common/scripts/
check_lint.sh
13
#
Cpplint
setup
15
if [ ! -d
cpplint
]; then
16
svn co http://google-styleguide.googlecode.com/svn/trunk/
cpplint
cpplint
18
(cd
cpplint
&& svn up)
20
CPPLINT
=${SCRIPT_DIR}/
cpplint
/
cpplint
.py
43
${
CPPLINT
} --filter=${LLVM_LINT_FILTER} lib/Transforms/Instrumentation/*Sanitizer.cpp \
50
${
CPPLINT
} --filter=${SANITIZER_INCLUDES_LINT_FILTER} ${SANITIZER_INCLUDES}/*.
[
all
...]
/external/chromium_org/v8/tools/
presubmit.py
130
print('Error running
cpplint
.py. Please make sure you have depot_tools' +
234
cpplint
= os.path.join(path, "
cpplint
.py")
235
if os.path.isfile(
cpplint
):
236
return
cpplint
241
good_files_cache = FileContentsCache('.
cpplint
-cache')
245
print 'No changes in files detected. Skipping
cpplint
check.'
249
command = [sys.executable, '
cpplint
.py', '--filter', filt]
250
cpplint
= self.GetCpplintScript(join(path, "tools"))
251
if
cpplint
is None
[
all
...]
/external/chromium_org/cc/
PRESUBMIT.py
18
input_api.
cpplint
._cpplint_state.ResetErrorCounts() # reset global state
26
input_api.
cpplint
.ProcessFile(file_name, level)
28
if not input_api.
cpplint
._cpplint_state.error_count:
32
'Changelist failed
cpplint
.py check.')]
/art/
Android.mk
342
#
cpplint
targets to style check art source files
344
include $(art_build_path)/Android.
cpplint
.mk
/art/tools/
cpplint.py
91
Syntax:
cpplint
.py [--verbose=#] [--output=vs7] [--filter=-x,+y,...]
130
To see a list of all the categories used in
cpplint
, pass no arg:
158
# We want an explicit list so we can list them all in
cpplint
--filter=.
322
# troublesome for
cpplint
.
867
"
cpplint
(category)" comments on the offending line. These are
[
all
...]
/external/libvpx/libvpx/tools/
cpplint.py
91
Syntax:
cpplint
.py [--verbose=#] [--output=vs7] [--filter=-x,+y,...]
130
To see a list of all the categories used in
cpplint
, pass no arg:
158
# We want an explicit list so we can list them all in
cpplint
--filter=.
321
# troublesome for
cpplint
.
859
"
cpplint
(category)" comments on the offending line. These are
[
all
...]
Completed in 636 milliseconds