Searched defs:compile_pattern (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Lib/lib2to3/fixes/
H A Dfix_imports.py99 def compile_pattern(self): member in class:FixImports
103 super(FixImports, self).compile_pattern()
/external/python/cpython2/Lib/lib2to3/
H A Dpatcomp.py56 def compile_pattern(self, input, debug=False, with_tree=False): member in class:PatternCompiler
204 def compile_pattern(pattern): function
205 return PatternCompiler().compile_pattern(pattern)
H A Dfixer_base.py26 pattern = None # Compiled pattern, set by compile_pattern()
59 self.compile_pattern()
61 def compile_pattern(self): member in class:BaseFix
69 self.pattern, self.pattern_tree = PC.compile_pattern(self.PATTERN,
/external/pcre/dist2/src/
H A Dpcre2grep.c2772 compile_pattern(patstr *p, int options, int popts, int fromfile, function
2909 if (!compile_pattern(*patlastptr, pcre2_options, popts, TRUE, filename,
3452 to use. When -F is used, compile_pattern() may add another block into the
3457 if (!compile_pattern(cp, pcre2_options, process_options, FALSE, "command-line",
3486 them. -F, -w, and -x do not apply, so the third argument of compile_pattern is
3494 if (!compile_pattern(cp, pcre2_options, 0, FALSE, incexname[j],

Completed in 505 milliseconds