Home
last modified time | relevance | path

Searched refs:is_regex (Results 1 – 14 of 14) sorted by relevance

/external/erofs-utils/lib/
Dexclude.c27 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/
Dfilelist.py187 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/
Dfilelist.py180 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/
Dfilelist.py182 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/
Dtest_filelist.py134 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/
Dtest_filelist.py136 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/
Dtest_filelist.py139 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/
Dexclude.h26 int erofs_parse_exclude_path(const char *args, bool is_regex);
/external/libtracefs/src/
Dtracefs-tools.c417 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/
Dsdist.py357 self.filelist.exclude_pattern(vcs_ptrn, is_regex=1)
/external/libabigail/src/
Dabg-suppression.cc3139 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/
Dsdist.py375 self.filelist.exclude_pattern(vcs_ptrn, is_regex=1)
/external/python/cpython3/Lib/distutils/command/
Dsdist.py375 self.filelist.exclude_pattern(vcs_ptrn, is_regex=1)
/external/python/setuptools/setuptools/command/
Degg_info.py608 is_regex=1)