Searched refs:sre_compile (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
H A Dscanner.py4 import sre_parse, sre_compile, sre_constants namespace
30 self.scanner = sre_compile.compile(p)
/external/webkit/Tools/Scripts/webkitpy/style/checkers/
H A Dcpp.py45 import sre_compile namespace
140 _regexp_compile_cache[pattern] = sre_compile.compile(pattern)
147 _regexp_compile_cache[pattern] = sre_compile.compile(pattern)
154 _regexp_compile_cache[pattern] = sre_compile.compile(pattern)
161 _regexp_compile_cache[pattern] = sre_compile.compile(pattern)

Completed in 78 milliseconds