Lines Matching refs:f

266     local T dir f
280 for f in `/bin/ls ${dir}/[a-z]*.bash 2> /dev/null`; do
281 echo "including $f"
282 . $f
1064 …find -E . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.(c|h|cc|cpp|S|java|xml|…
1071 …find . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.\(c\|h\|cc\|cpp\|S\|java\|…
1083 …find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.gradle" -p…
1088 …find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.java" -pri…
1093 …find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f \( -name '*.c' -o -n…
1098 …e .git -prune -o -name out -prune -o -name res -type d`; do find $dir -type f -name '*\.xml' -prin…
1103 …find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -type f -name 'AndroidMani…
1113 …find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.rc*" -prin…
1120 …find -E . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -type f -iregex '.*/(Ma…
1125 …find -E . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.(c|h|cpp|S|java|xml)' -p…
1132 …rep -iregex '(.*\/Makefile|.*\/Makefile\..*|.*\.make|.*\.mak|.*\.mk)' -type f -print0 | xargs -0 g…
1137 …t -prune -o -regextype posix-egrep -iregex '.*\.(c|h|cpp|S|java|xml)' -type f -print0 | xargs -0 g…
1360 (\cd $T; find . -wholename ./out -prune -o -wholename ./.repo -prune -o -type f > filelist)
1495 for f in `test -d device && find -L device -maxdepth 4 -name 'vendorsetup.sh' 2> /dev/null | sort` \
1498 echo "including $f"
1499 . $f
1501 unset f