OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:import_re
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/scons/
custom.py
98
import_re
= re.compile(r'^import\s+(\S+)$', re.M)
variable
104
imports =
import_re
.findall(contents)
/external/mesa3d/scons/
custom.py
98
import_re
= re.compile(r'^import\s+(\S+)$', re.M)
variable
104
imports =
import_re
.findall(contents)
Completed in 46 milliseconds