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

  /art/tools/
generate-operator-out.py 49 for raw_line in lines:
54 m = _ENUM_START_RE.search(raw_line)
73 m = re.compile(r'^namespace (\S+) \{').search(raw_line)
77 m = re.compile(r'^\}\s+// namespace').search(raw_line)
83 m = re.compile(r'^(?:class|struct)(?: MANAGED)? (\S+).* \{').search(raw_line)
87 m = re.compile(r'^\};').search(raw_line)
95 m = _ENUM_END_RE.search(raw_line)
98 Confused(filename, line_number, raw_line)
105 m_comment = re.compile(r'// <<(.*?)>>').search(raw_line)
109 line = re.sub(r'//.*', '', raw_line)
    [all...]
cpplint.py 360 def ParseNolintSuppressions(filename, raw_line, linenum, error):
369 raw_line: str, the line of input text, with comments.
374 matched = _RE_SUPPRESSION.search(raw_line)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py 360 def ParseNolintSuppressions(filename, raw_line, linenum, error):
369 raw_line: str, the line of input text, with comments.
374 matched = _RE_SUPPRESSION.search(raw_line)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp.py     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
cpplint.py 455 def ParseNolintSuppressions(filename, raw_line, linenum, error):
464 raw_line: str, the line of input text, with comments.
469 matched = _RE_SUPPRESSION.search(raw_line)
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 455 def ParseNolintSuppressions(filename, raw_line, linenum, error):
464 raw_line: str, the line of input text, with comments.
469 matched = _RE_SUPPRESSION.search(raw_line)
    [all...]

Completed in 551 milliseconds