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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
textwrap.py 363 _whitespace_only_re = re.compile('^[ \t]+$', re.MULTILINE) variable
382 text = _whitespace_only_re.sub('', text)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
textwrap.py 371 _whitespace_only_re = re.compile('^[ \t]+$', re.MULTILINE) variable
390 text = _whitespace_only_re.sub('', text)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
textwrap.py 371 _whitespace_only_re = re.compile('^[ \t]+$', re.MULTILINE) variable
390 text = _whitespace_only_re.sub('', text)
  /prebuilts/gdb/linux-x86/lib/python2.7/
textwrap.py 371 _whitespace_only_re = re.compile('^[ \t]+$', re.MULTILINE) variable
390 text = _whitespace_only_re.sub('', text)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
textwrap.py 371 _whitespace_only_re = re.compile('^[ \t]+$', re.MULTILINE) variable
390 text = _whitespace_only_re.sub('', text)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
textwrap.py 371 _whitespace_only_re = re.compile('^[ \t]+$', re.MULTILINE) variable
390 text = _whitespace_only_re.sub('', text)

Completed in 301 milliseconds