Searched refs:patterns (Results 1 – 10 of 10) 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/core/libpixelflinger/tests/arch-arm64/assembler/ |
D | arm64_assembler_test.cpp | 663 uint32_t patterns[] = in dataTransferLDMSTM() local 672 for(i = 0; i < sizeof(patterns)/sizeof(uint32_t); ++i) in dataTransferLDMSTM() 680 a64asm->STM(AL,ARMAssemblerInterface::DB,Rn,1,patterns[i]); in dataTransferLDMSTM() 686 a64asm->LDM(AL,ARMAssemblerInterface::IA,Rn,1,patterns[i]); in dataTransferLDMSTM() 695 if((1 << j) & patterns[i]) in dataTransferLDMSTM() 701 patterns[i], j, j, regs[j]); in dataTransferLDMSTM() 707 printf("LDM/STM Test %x passed\n", patterns[i]); in dataTransferLDMSTM()
|
/system/extras/simpleperf/scripts/ |
D | test_monitor.py | 94 patterns = [re.compile(fnmatch.translate(x)) for x in CONFIG.test_patterns] 95 tests = [t for t in tests if any(pattern.match(t) for pattern in patterns)]
|
D | test.py | 1814 patterns = [re.compile(fnmatch.translate(x)) for x in args.pattern] 1815 tests = [t for t in tests if any(pattern.match(t) for pattern in patterns)]
|
/system/extras/boottime_tools/bootanalyze/ |
D | bootanalyze.py | 482 def extract_timing(s, patterns): argument 483 for k, p in patterns.iteritems():
|
/system/media/audio_utils/ |
D | Doxyfile.orig | 758 # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and 760 # following patterns are tested:*.c, *.cc, *.cxx, *.cpp, *.c++, *.java, *.ii, 791 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 858 # patterns match the file name, INPUT_FILTER is applied. 1923 # patterns (like *.h and *.hpp) to filter out the header-files in the 1924 # directories. If left blank, the patterns specified with FILE_PATTERNS will be
|
D | Doxyfile.bak | 758 # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and 760 # following patterns are tested:*.c, *.cc, *.cxx, *.cpp, *.c++, *.java, *.ii, 791 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 858 # patterns match the file name, INPUT_FILTER is applied. 1923 # patterns (like *.h and *.hpp) to filter out the header-files in the 1924 # directories. If left blank, the patterns specified with FILE_PATTERNS will be
|
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
|
/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
|