HomeSort by relevance Sort by last modified time
    Searched refs:check_style (Results 1 - 5 of 5) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
checkstyle.py 41 Options.check_style,
46 if not self._options.check_style:
options.py 37 check_style = make_option("--ignore-style", action="store_false", dest="check_style", default=True, help="Don't check to see if the patch has proper style before uploading.") variable in class:Options
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
upload_unittest.py 56 options.check_style = True
103 options.check_style = True
download_unittest.py 75 options.check_style = True
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp.py 2401 def check_style(clean_lines, line_number, file_extension, class_state, file_state, error): function
    [all...]

Completed in 129 milliseconds