HomeSort by relevance Sort by last modified time
    Searched refs:iregex (Results 1 - 2 of 2) sorted by null

  /external/clang/tools/clang-format/
clang-format-diff.py 49 '(case sensitive, overrides -iregex)')
50 parser.add_argument('-iregex', metavar='PATTERN', default=
75 if not re.match('^%s$' % args.iregex, filename, re.IGNORECASE):
  /build/
envsetup.sh 1078 find -E . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.(c|h|cc|cpp|S|java|xml|sh|mk|aidl)' -print0 | xargs -0 grep --color -n "$@"
1085 find . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.\(c\|h\|cc\|cpp\|S\|java\|xml\|sh\|mk\|aidl\)' -print0 | xargs -0 grep --color -n "$@"
1129 find -E . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -type f -iregex '.*/(Makefile|Makefile\..*|.*\.make|.*\.mak|.*\.mk)' -print0 | xargs -0 grep --color -n "$@"
1134 find -E . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.(c|h|cpp|S|java|xml)' -print0 | xargs -0 grep --color (…)
    [all...]

Completed in 181 milliseconds