Home
last modified time | relevance | path

Searched refs:_variable_rx (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dextension.py141 parse_makefile, expand_makefile_vars, _variable_rx
160 if _variable_rx.match(line): # VAR=VALUE, handled in first pass
Dsysconfig.py244 _variable_rx = re.compile("([a-zA-Z][a-zA-Z0-9_]+)\s*=\s*(.*)") variable
267 m = _variable_rx.match(line)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsysconfig.py195 _variable_rx = re.compile("([a-zA-Z][a-zA-Z0-9_]+)\s*=\s*(.*)")
210 m = _variable_rx.match(line)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dsysconfig.py200 _variable_rx = re.compile("([a-zA-Z][a-zA-Z0-9_]+)\s*=\s*(.*)")
215 m = _variable_rx.match(line)