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

  /external/chromium_org/components/policy/tools/
syntax_check_policy_template_json.py 17 LEADING_WHITESPACE = re.compile('^([ \t]*)')
355 match = LEADING_WHITESPACE.match(line)
401 leading_whitespace = self._LeadingWhitespace(line)
402 if leading_whitespace.count('\t') > 0:
404 leading_whitespace = leading_whitespace.replace('\t', ' ')
405 line = leading_whitespace + line.lstrip()
409 if line[len(leading_whitespace)] in (']', '}'):
412 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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
cpplint.py     [all...]

Completed in 546 milliseconds