Searched refs:patterns (Results 1 – 7 of 7) sorted by relevance
/system/core/toolbox/upstream-netbsd/usr.bin/grep/ |
D | grep.c | 84 unsigned int patterns, pattern_sz; variable 231 if (patterns == pattern_sz) { in add_pattern() 239 pattern[patterns] = grep_malloc(len + 1); in add_pattern() 240 memcpy(pattern[patterns], pat, len); in add_pattern() 241 pattern[patterns][len] = '\0'; in add_pattern() 242 ++patterns; in add_pattern() 658 fg_pattern = grep_calloc(patterns, sizeof(*fg_pattern)); in main() 659 r_pattern = grep_calloc(patterns, sizeof(*r_pattern)); in main() 666 for (i = 0; i < patterns; ++i) in main() 669 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/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/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
|