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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
versionpredicate.py 11 re_paren = re.compile(r"^\s*\((.*)\)\s*$") # (list) inside of parentheses variable
111 match = re_paren.match(paren)
  /external/python/cpython2/Lib/distutils/
versionpredicate.py 11 re_paren = re.compile(r"^\s*\((.*)\)\s*$") # (list) inside of parentheses variable
111 match = re_paren.match(paren)
  /external/python/cpython3/Lib/distutils/
versionpredicate.py 12 re_paren = re.compile(r"^\s*\((.*)\)\s*$") # (list) inside of parentheses variable
112 match = re_paren.match(paren)
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
versionpredicate.py 11 re_paren = re.compile(r"^\s*\((.*)\)\s*$") # (list) inside of parentheses variable
111 match = re_paren.match(paren)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
versionpredicate.py 11 re_paren = re.compile(r"^\s*\((.*)\)\s*$") # (list) inside of parentheses variable
111 match = re_paren.match(paren)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
versionpredicate.py 11 re_paren = re.compile(r"^\s*\((.*)\)\s*$") # (list) inside of parentheses variable
111 match = re_paren.match(paren)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
versionpredicate.py 11 re_paren = re.compile(r"^\s*\((.*)\)\s*$") # (list) inside of parentheses variable
111 match = re_paren.match(paren)

Completed in 150 milliseconds