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

  /external/chromium_org/components/policy/tools/
syntax_check_policy_template_json.py 17 LEADING_WHITESPACE = re.compile('^([ \t]*)')
357 match = LEADING_WHITESPACE.match(line)
403 leading_whitespace = self._LeadingWhitespace(line)
404 if leading_whitespace.count('\t') > 0:
406 leading_whitespace = leading_whitespace.replace('\t', ' ')
407 line = leading_whitespace + line.lstrip()
411 if line[len(leading_whitespace)] in (']', '}'):
414 if len(leading_whitespace) != indent:
  /art/tools/
cpplint.py     [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
cpplint.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]

Completed in 444 milliseconds