Searched refs:patterns (Results 1 – 11 of 11) 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/toolbox/upstream-netbsd/usr.bin/grep/ |
D | grep.c | 84 unsigned int patterns, pattern_sz; variable 235 if (patterns == pattern_sz) { in add_pattern() 243 pattern[patterns] = grep_malloc(len + 1); in add_pattern() 244 memcpy(pattern[patterns], pat, len); in add_pattern() 245 pattern[patterns][len] = '\0'; in add_pattern() 246 ++patterns; in add_pattern() 668 fg_pattern = grep_calloc(patterns, sizeof(*fg_pattern)); in main() 669 r_pattern = grep_calloc(patterns, sizeof(*r_pattern)); in main() 676 for (i = 0; i < patterns; ++i) in main() 679 for (i = 0; i < patterns; ++i) { in main()
|
D | grep.h | 129 extern unsigned int dpatterns, fpatterns, patterns;
|
D | util.c | 301 for (i = 0; i < patterns; i++) { in procline()
|
/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/boottime_tools/bootanalyze/ |
D | bootanalyze.py | 482 def extract_timing(s, patterns): argument 483 for k, p in patterns.iteritems():
|
/system/netd/resolv/ |
D | README.md | 35 ### Overall patterns
|
/system/media/audio_utils/ |
D | Doxyfile | 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.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
|
/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/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
|