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

  /external/chromium_org/tools/grit/grit/gather/
rc.py 78 first_line_re = re.compile(r'\s*' + self.extkey + r'\b')
80 if out or first_line_re.match(line):
293 first_line_re = re.compile(r'\s*' + self.extkey + r'\b')
295 if out or first_line_re.match(line):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_scripts.py 15 first_line_re = re.compile('^#!.*python[0-9.]*([ \t].*)?$') variable
55 Python script in the Unix way (first line matches 'first_line_re',
87 match = first_line_re.match(first_line)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_scripts.py 15 first_line_re = re.compile('^#!.*python[0-9.]*([ \t].*)?$') variable
55 Python script in the Unix way (first line matches 'first_line_re',
87 match = first_line_re.match(first_line)

Completed in 606 milliseconds