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

  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
extension.py 141 parse_makefile, expand_makefile_vars, _variable_rx
160 if _variable_rx.match(line): # VAR=VALUE, handled in first pass
sysconfig.py 287 _variable_rx = re.compile("([a-zA-Z][a-zA-Z0-9_]+)\s*=\s*(.*)") variable
310 m = _variable_rx.match(line)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
extension.py 141 parse_makefile, expand_makefile_vars, _variable_rx
160 if _variable_rx.match(line): # VAR=VALUE, handled in first pass
sysconfig.py 287 _variable_rx = re.compile("([a-zA-Z][a-zA-Z0-9_]+)\s*=\s*(.*)") variable
310 m = _variable_rx.match(line)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
extension.py 141 parse_makefile, expand_makefile_vars, _variable_rx
160 if _variable_rx.match(line): # VAR=VALUE, handled in first pass
sysconfig.py 287 _variable_rx = re.compile("([a-zA-Z][a-zA-Z0-9_]+)\s*=\s*(.*)") variable
310 m = _variable_rx.match(line)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
extension.py 141 parse_makefile, expand_makefile_vars, _variable_rx
160 if _variable_rx.match(line): # VAR=VALUE, handled in first pass
sysconfig.py 287 _variable_rx = re.compile("([a-zA-Z][a-zA-Z0-9_]+)\s*=\s*(.*)") variable
310 m = _variable_rx.match(line)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
sysconfig.py 205 _variable_rx = re.compile("([a-zA-Z][a-zA-Z0-9_]+)\s*=\s*(.*)")
220 m = _variable_rx.match(line)
  /prebuilts/gdb/linux-x86/lib/python2.7/
sysconfig.py 205 _variable_rx = re.compile("([a-zA-Z][a-zA-Z0-9_]+)\s*=\s*(.*)")
220 m = _variable_rx.match(line)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sysconfig.py 205 _variable_rx = re.compile("([a-zA-Z][a-zA-Z0-9_]+)\s*=\s*(.*)")
220 m = _variable_rx.match(line)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sysconfig.py 205 _variable_rx = re.compile("([a-zA-Z][a-zA-Z0-9_]+)\s*=\s*(.*)")
220 m = _variable_rx.match(line)

Completed in 3477 milliseconds