Searched refs:patterns (Results 1 – 9 of 9) sorted by relevance
/system/sepolicy/build/ |
D | file_utils.py | 37 patterns = [] 39 patterns.extend(open(f).readlines()) 45 if line not in patterns)
|
/system/extras/simpleperf/scripts/test/ |
D | do_test.py | 106 patterns = [re.compile(fnmatch.translate(x)) for x in test_pattern] 107 tests = [t for t in tests if any(pattern.match(t) for pattern in patterns)]
|
/system/extras/boottime_tools/bootanalyze/ |
D | bootanalyze.py | 477 def extract_timing(s, patterns): argument 478 for _, p in patterns.items():
|
/system/tools/mkbootimg/ |
D | pylintrc | 13 # Files or directories matching the regex patterns are skipped. The regex 15 ignore-patterns=
|
/system/apex/ |
D | pylintrc | 14 # Add files or directories matching the regex patterns to the blacklist. The 16 ignore-patterns=
|
/system/chre/doc/ |
D | vendor_extensions.md | 122 periods of high activity. Refer to the GNSS and WWAN APIs for design patterns
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 786 # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and 793 # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp, 824 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 895 # patterns match the file name, INPUT_FILTER is applied. 2006 # patterns (like *.h and *.hpp) to filter out the header-files in the 2007 # directories. If left blank, the patterns specified with FILE_PATTERNS will be
|
/system/chre/pal/doc/ |
D | Doxyfile | 786 # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and 793 # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp, 824 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 895 # patterns match the file name, INPUT_FILTER is applied. 2006 # patterns (like *.h and *.hpp) to filter out the header-files in the 2007 # directories. If left blank, the patterns specified with FILE_PATTERNS will be
|
/system/media/audio_utils/ |
D | Doxyfile | 835 # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and 842 # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp, 873 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 944 # patterns match the file name, INPUT_FILTER is applied. 2124 # patterns (like *.h and *.hpp) to filter out the header-files in the 2125 # directories. If left blank, the patterns specified with FILE_PATTERNS will be
|