Home
last modified time | relevance | path

Searched refs:filters (Results 1 – 5 of 5) sorted by relevance

/build/scripts/util/
Dbuild_utils.py438 def matches_glob(path, filters): argument
440 return filters and any(fnmatch.fnmatch(path, f) for f in filters)
/build/lite/hb_internal/cts/
Dlist.py26 from prompt_toolkit.filters import IsDone
Dcheckbox.py27 from prompt_toolkit.filters import IsDone
/build/lite/ndk/doc/config/
DDoxyfile_C868 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
870 # filter if there is a match. The filters are a list of the form: pattern=filter
872 # filters are used. If the FILTER_PATTERNS tag is empty or if none of the
884 # The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file
1297 # filters).
1305 # filters).
DDoxyfile_CPP868 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
870 # filter if there is a match. The filters are a list of the form: pattern=filter
872 # filters are used. If the FILTER_PATTERNS tag is empty or if none of the
884 # The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file
1297 # filters).
1305 # filters).