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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
util.py 313 _wordchars_re = _squote_re = _dquote_re = None
315 global _wordchars_re, _squote_re, _dquote_re
318 _dquote_re = re.compile(r'"(?:[^"\\]|\\.)*"')
361 m = _dquote_re.match(s, end)
  /external/python/cpython2/Lib/distutils/
util.py 223 _wordchars_re = _squote_re = _dquote_re = None
225 global _wordchars_re, _squote_re, _dquote_re
228 _dquote_re = re.compile(r'"(?:[^"\\]|\\.)*"')
271 m = _dquote_re.match(s, end)
  /external/python/cpython3/Lib/distutils/
util.py 217 _wordchars_re = _squote_re = _dquote_re = None
219 global _wordchars_re, _squote_re, _dquote_re
222 _dquote_re = re.compile(r'"(?:[^"\\]|\\.)*"')
265 m = _dquote_re.match(s, end)
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
util.py 245 _wordchars_re = _squote_re = _dquote_re = None
247 global _wordchars_re, _squote_re, _dquote_re
250 _dquote_re = re.compile(r'"(?:[^"\\]|\\.)*"')
293 m = _dquote_re.match(s, end)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
util.py 245 _wordchars_re = _squote_re = _dquote_re = None
247 global _wordchars_re, _squote_re, _dquote_re
250 _dquote_re = re.compile(r'"(?:[^"\\]|\\.)*"')
293 m = _dquote_re.match(s, end)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
util.py 245 _wordchars_re = _squote_re = _dquote_re = None
247 global _wordchars_re, _squote_re, _dquote_re
250 _dquote_re = re.compile(r'"(?:[^"\\]|\\.)*"')
293 m = _dquote_re.match(s, end)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
util.py 245 _wordchars_re = _squote_re = _dquote_re = None
247 global _wordchars_re, _squote_re, _dquote_re
250 _dquote_re = re.compile(r'"(?:[^"\\]|\\.)*"')
293 m = _dquote_re.match(s, end)

Completed in 161 milliseconds