/external/erofs-utils/lib/ |
D | exclude.c | 27 bool is_regex) in erofs_insert_exclude() argument 33 r = malloc(is_regex ? EXCLUDE_RULE_REGEX_SIZE : in erofs_insert_exclude() 44 if (is_regex) { in erofs_insert_exclude() 57 is_regex ? "regex" : "path", s); in erofs_insert_exclude() 88 int erofs_parse_exclude_path(const char *args, bool is_regex) in erofs_parse_exclude_path() argument 90 struct erofs_exclude_rule *r = erofs_insert_exclude(args, is_regex); in erofs_parse_exclude_path()
|
/external/python/cpython2/Lib/distutils/ |
D | filelist.py | 187 def include_pattern(self, pattern, anchor=1, prefix=None, is_regex=0): argument 215 pattern_re = translate_pattern(pattern, anchor, prefix, is_regex) 232 def exclude_pattern(self, pattern, anchor=1, prefix=None, is_regex=0): argument 241 pattern_re = translate_pattern(pattern, anchor, prefix, is_regex) 312 def translate_pattern(pattern, anchor=1, prefix=None, is_regex=0): argument 320 if is_regex:
|
/external/python/cpython3/Lib/distutils/ |
D | filelist.py | 180 def include_pattern(self, pattern, anchor=1, prefix=None, is_regex=0): argument 207 pattern_re = translate_pattern(pattern, anchor, prefix, is_regex) 224 anchor=1, prefix=None, is_regex=0): argument 232 pattern_re = translate_pattern(pattern, anchor, prefix, is_regex) 293 def translate_pattern(pattern, anchor=1, prefix=None, is_regex=0): argument 299 if is_regex:
|
/external/python/setuptools/setuptools/_distutils/ |
D | filelist.py | 182 def include_pattern(self, pattern, anchor=1, prefix=None, is_regex=0): argument 209 pattern_re = translate_pattern(pattern, anchor, prefix, is_regex) 225 self, pattern, anchor=1, prefix=None, is_regex=0): argument 233 pattern_re = translate_pattern(pattern, anchor, prefix, is_regex) 320 def translate_pattern(pattern, anchor=1, prefix=None, is_regex=0): argument 326 if is_regex:
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_filelist.py | 134 translate_pattern('a', anchor=True, is_regex=False), 140 translate_pattern(regex, anchor=True, is_regex=True), 145 translate_pattern('a', anchor=True, is_regex=True), 150 '*.py', anchor=True, is_regex=False).search('filelist.py'))
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_filelist.py | 136 translate_pattern('a', anchor=True, is_regex=False), 142 translate_pattern(regex, anchor=True, is_regex=True), 147 translate_pattern('a', anchor=True, is_regex=True), 152 '*.py', anchor=True, is_regex=False).search('filelist.py'))
|
/external/python/setuptools/setuptools/_distutils/tests/ |
D | test_filelist.py | 139 translate_pattern('a', anchor=True, is_regex=False), 145 translate_pattern(regex, anchor=True, is_regex=True), 150 translate_pattern('a', anchor=True, is_regex=True), 155 '*.py', anchor=True, is_regex=False).search('filelist.py'))
|
/external/erofs-utils/include/erofs/ |
D | exclude.h | 26 int erofs_parse_exclude_path(const char *args, bool is_regex);
|
/external/libtracefs/src/ |
D | tracefs-tools.c | 417 bool is_regex; member 420 static bool is_regex(const char *str) in is_regex() function 716 if (func_filter->is_regex) in controlled_write() 729 if (!(func_filter->is_regex = is_regex(filter))) in init_func_filter()
|
/external/python/cpython2/Lib/distutils/command/ |
D | sdist.py | 357 self.filelist.exclude_pattern(vcs_ptrn, is_regex=1)
|
/external/libabigail/src/ |
D | abg-suppression.cc | 3139 bool is_regex = false; in read_parameter_spec_from_string() local 3142 is_regex = true; in read_parameter_spec_from_string() 3151 if (is_regex && str[cur] == '/') in read_parameter_spec_from_string() 3156 if (is_regex && str[cur] == '/') in read_parameter_spec_from_string() 3162 if (is_regex) in read_parameter_spec_from_string()
|
/external/python/setuptools/setuptools/_distutils/command/ |
D | sdist.py | 375 self.filelist.exclude_pattern(vcs_ptrn, is_regex=1)
|
/external/python/cpython3/Lib/distutils/command/ |
D | sdist.py | 375 self.filelist.exclude_pattern(vcs_ptrn, is_regex=1)
|
/external/python/setuptools/setuptools/command/ |
D | egg_info.py | 608 is_regex=1)
|