OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_variable_rx
(Results
1 - 6
of
6
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
extension.py
141
parse_makefile, expand_makefile_vars,
_variable_rx
namespace
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
namespace
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/
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 180 milliseconds