Home
last modified time | relevance | path

Searched defs:is_regex (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/distutils/
Dfilelist.py180 def include_pattern(self, pattern, anchor=1, prefix=None, is_regex=0): argument
224 anchor=1, prefix=None, is_regex=0): argument
293 def translate_pattern(pattern, anchor=1, prefix=None, is_regex=0): argument
/third_party/libabigail/src/
Dabg-suppression.cc3502 bool is_regex = false; in read_parameter_spec_from_string() local
/third_party/toybox/toys/pending/
Dawk.c2526 static char *escape_str(char *s, int is_regex) in escape_str()