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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mimify.py 349 chrset_res = chrset.match(line)
350 if chrset_res:
353 if chrset_res.group(2).lower() == 'us-ascii':
354 line = '%s%s%s' % (chrset_res.group(1),
356 chrset_res.group(3))
359 line = '%sus-ascii%s' % chrset_res.group(1, 3)
  /external/python/cpython2/Lib/
mimify.py 349 chrset_res = chrset.match(line)
350 if chrset_res:
353 if chrset_res.group(2).lower() == 'us-ascii':
354 line = '%s%s%s' % (chrset_res.group(1),
356 chrset_res.group(3))
359 line = '%sus-ascii%s' % chrset_res.group(1, 3)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mimify.py 349 chrset_res = chrset.match(line)
350 if chrset_res:
353 if chrset_res.group(2).lower() == 'us-ascii':
354 line = '%s%s%s' % (chrset_res.group(1),
356 chrset_res.group(3))
359 line = '%sus-ascii%s' % chrset_res.group(1, 3)
  /prebuilts/gdb/linux-x86/lib/python2.7/
mimify.py 349 chrset_res = chrset.match(line)
350 if chrset_res:
353 if chrset_res.group(2).lower() == 'us-ascii':
354 line = '%s%s%s' % (chrset_res.group(1),
356 chrset_res.group(3))
359 line = '%sus-ascii%s' % chrset_res.group(1, 3)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimify.py 349 chrset_res = chrset.match(line)
350 if chrset_res:
353 if chrset_res.group(2).lower() == 'us-ascii':
354 line = '%s%s%s' % (chrset_res.group(1),
356 chrset_res.group(3))
359 line = '%sus-ascii%s' % chrset_res.group(1, 3)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimify.py 349 chrset_res = chrset.match(line)
350 if chrset_res:
353 if chrset_res.group(2).lower() == 'us-ascii':
354 line = '%s%s%s' % (chrset_res.group(1),
356 chrset_res.group(3))
359 line = '%sus-ascii%s' % chrset_res.group(1, 3)

Completed in 823 milliseconds