Home
last modified time | relevance | path

Searched refs:patterns (Results 1 – 7 of 7) sorted by relevance

/system/core/toolbox/upstream-netbsd/usr.bin/grep/
Dgrep.c84 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()
Dgrep.h129 extern unsigned int dpatterns, fpatterns, patterns;
Dutil.c301 for (i = 0; i < patterns; i++) { in procline()
/system/core/libpixelflinger/tests/arch-arm64/assembler/
Darm64_assembler_test.cpp663 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/
DDoxyfile758 # 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
DDoxyfile.orig758 # 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/
DDoxyfile786 # 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