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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
util.py 275 def _subst (match, local_vars=local_vars): function in function:subst_vars
283 return re.sub(r'\$([a-zA-Z_][a-zA-Z_0-9]*)', _subst, s)
  /external/python/cpython2/Lib/distutils/
util.py 200 def _subst (match, local_vars=local_vars): function in function:subst_vars
208 return re.sub(r'\$([a-zA-Z_][a-zA-Z_0-9]*)', _subst, s)
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
util.py 207 def _subst (match, local_vars=local_vars): function in function:subst_vars
215 return re.sub(r'\$([a-zA-Z_][a-zA-Z_0-9]*)', _subst, s)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
util.py 207 def _subst (match, local_vars=local_vars): function in function:subst_vars
215 return re.sub(r'\$([a-zA-Z_][a-zA-Z_0-9]*)', _subst, s)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
util.py 207 def _subst (match, local_vars=local_vars): function in function:subst_vars
215 return re.sub(r'\$([a-zA-Z_][a-zA-Z_0-9]*)', _subst, s)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
util.py 207 def _subst (match, local_vars=local_vars): function in function:subst_vars
215 return re.sub(r'\$([a-zA-Z_][a-zA-Z_0-9]*)', _subst, s)
  /external/python/cpython3/Lib/distutils/
util.py 194 def _subst (match, local_vars=local_vars): function in function:subst_vars
202 return re.sub(r'\$([a-zA-Z_][a-zA-Z_0-9]*)', _subst, s)

Completed in 320 milliseconds