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

  /bionic/libc/tools/
generate-NOTICE.py 76 clean_lines = []
90 clean_lines.append(line)
93 while clean_lines[0] == "":
94 clean_lines = clean_lines[1:]
95 while clean_lines[len(clean_lines) - 1] == "":
96 clean_lines = clean_lines[0:(len(clean_lines) - 1)
    [all...]
  /art/tools/
cpplint.py     [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 601 def IsInAlphabeticalOrder(self, clean_lines, linenum, header_path):
605 clean_lines: A CleansedLines instance containing the file.
618 not Match(r'^\s*$', clean_lines.elided[linenum - 1])):
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
cpplint.py 601 def IsInAlphabeticalOrder(self, clean_lines, linenum, header_path):
605 clean_lines: A CleansedLines instance containing the file.
618 not Match(r'^\s*$', clean_lines.elided[linenum - 1])):
    [all...]
  /tools/test/connectivity/acts/framework/acts/controllers/
adb.py 80 clean_lines = str(out, 'utf-8').strip().split('\n')
82 for line in clean_lines:
android_device.py 113 clean_lines = str(device_list_str, 'utf-8').strip().split('\n')
115 for line in clean_lines:

Completed in 1252 milliseconds