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

/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dcpplint.py84 import sre_compile namespace
415 _regexp_compile_cache[pattern] = sre_compile.compile(pattern)
422 _regexp_compile_cache[pattern] = sre_compile.compile(pattern)
/external/libvpx/libvpx/tools/
H A Dcpplint.py50 import sre_compile namespace
510 _regexp_compile_cache[pattern] = sre_compile.compile(pattern)
528 _regexp_compile_cache[pattern] = sre_compile.compile(pattern)
535 _regexp_compile_cache[pattern] = sre_compile.compile(pattern)

Completed in 511 milliseconds