Home
last modified time | relevance | path

Searched refs:check_style (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/tool/steps/
Dcheckstyle.py41 Options.check_style,
46 if not self._options.check_style:
Doptions.py37check_style = make_option("--ignore-style", action="store_false", dest="check_style", default=True… variable in Options
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
Dupload_unittest.py56 options.check_style = True
103 options.check_style = True
Ddownload_unittest.py75 options.check_style = True
/external/oprofile/doc/
DCodingStyle8 The script "check_style.py" in the oprofile-tests CVS module can help
/external/webkit/Tools/Scripts/webkitpy/style/checkers/
Dcpp.py2401 def check_style(clean_lines, line_number, file_extension, class_state, file_state, error): function
3359 check_style(clean_lines, line, file_extension, class_state, file_state, error)
/external/webkit/Tools/
DChangeLog-2010-05-2430651 (check_style): Added call to check_max_min_macros().
30706 (check_style): Added call to check_using_std().
DChangeLog-2011-02-166442 (check_style): Changed the parameters to various calls since they now need _FileState