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

  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
scanner.py 4 import sre_parse, sre_compile, sre_constants namespace
30 self.scanner = sre_compile.compile(p)
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp.py 45 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)
    [all...]

Completed in 687 milliseconds