HomeSort by relevance Sort by last modified time
    Searched refs:cre (Results 1 - 25 of 73) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/world/
world 124 cre = re.compile(regexp, re.IGNORECASE)
126 mo = cre.search(country)
151 cre = re.compile('(.*?)[ \t]+([A-Z]{2})[ \t]+[A-Z]{3}[ \t]+[0-9]{3}')
162 mo = cre.match(line)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
generator.py 362 cre = re.compile('^--' + re.escape(b) + '(--)?$', re.MULTILINE)
363 if not cre.search(text):
header.py 448 cre = re.compile(r'%s\s*' % ch)
458 for part in cre.split(line):
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
generator.py 370 cre = re.compile('^--' + re.escape(b) + '(--)?$', re.MULTILINE)
371 if not cre.search(text):
header.py 448 cre = re.compile(r'%s\s*' % ch)
458 for part in cre.split(line):
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
generator.py 370 cre = re.compile('^--' + re.escape(b) + '(--)?$', re.MULTILINE)
371 if not cre.search(text):
header.py 448 cre = re.compile(r'%s\s*' % ch)
458 for part in cre.split(line):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
generator.py 370 cre = re.compile('^--' + re.escape(b) + '(--)?$', re.MULTILINE)
371 if not cre.search(text):
header.py 448 cre = re.compile(r'%s\s*' % ch)
458 for part in cre.split(line):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
generator.py 370 cre = re.compile('^--' + re.escape(b) + '(--)?$', re.MULTILINE)
371 if not cre.search(text):
header.py 448 cre = re.compile(r'%s\s*' % ch)
458 for part in cre.split(line):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
imaplib.py     [all...]
pdb.py 32 cre = re.compile(r'def\s+%s\s*[(]' % re.escape(funcname))
44 if cre.match(line):
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
imaplib.py     [all...]
pdb.py 32 cre = re.compile(r'def\s+%s\s*[(]' % re.escape(funcname))
44 if cre.match(line):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
imaplib.py     [all...]
pdb.py 32 cre = re.compile(r'def\s+%s\s*[(]' % re.escape(funcname))
44 if cre.match(line):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py     [all...]
pdb.py 32 cre = re.compile(r'def\s+%s\s*[(]' % re.escape(funcname))
44 if cre.match(line):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py     [all...]
pdb.py 32 cre = re.compile(r'def\s+%s\s*[(]' % re.escape(funcname))
44 if cre.match(line):
    [all...]
  /external/selinux/python/sepolgen/src/sepolgen/
lex.py 125 for cre, findex in ritem:
132 newre.append((cre,newfindex))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
lex.py 125 for cre, findex in ritem:
132 newre.append((cre,newfindex))
    [all...]
  /external/autotest/client/common_lib/
pexpect.py     [all...]
  /external/libmojo/third_party/ply/
lex.py 152 for cre, findex in ritem:
159 newre.append((cre,newfindex))
    [all...]

Completed in 553 milliseconds

1 2 3