HomeSort by relevance Sort by last modified time
    Searched refs:grep (Results 301 - 325 of 467) sorted by null

<<111213141516171819

  /external/liblzf/
configure 650 GREP
    [all...]
  /external/libpcap/
configure 675 GREP
    [all...]
  /external/bison/
Makefile.am 60 | grep -v -E '^data/bison.m4$$' \
  /external/iproute2/ip/
ifcfg 134 if [ `ip link ls $dev | grep -c MULTICAST` -ge 1 ]; then
  /external/libvpx/libvpx/build/make/
rtcd.sh 56 [ -f "$config_file" ] && eval $(grep CONFIG_ "$config_file")
334 dspr2=$([ -f "$config_file" ] && eval echo $(grep HAVE_DSPR2 "$config_file"))
configure.sh 372 if ! grep -q '\.rodata .* 16$' ${TMP_X}; then
498 if echo "${ARCH_EXT_LIST}" | grep "^ *$option\$" >/dev/null; then
501 echo "${CMDLINE_SELECT}" | grep "^ *$option\$" >/dev/null ||
504 echo "${CMDLINE_SELECT}" | grep "^ *$option\$" >/dev/null ||
511 if echo "${ARCH_EXT_LIST}" none | grep "^ *$option\$" >/dev/null; then
1148 ${STRIP} -V 2>/dev/null | grep GNU >/dev/null && enable gnu_strip
1155 grep '4f *32 *42 *45' >/dev/null 2>&1 && enable big_endian
    [all...]
Android.mk 109 @grep $(OFFSET_PATTERN) $$< | tr -d '\#' | $(CONFIG_DIR)/$(ASM_CONVERSION) > $$@
  /external/llvm/autoconf/m4/
link_options.m4 12 if (echo "$version_string" | grep -q "ld64"); then
  /external/llvm/projects/sample/autoconf/m4/
link_options.m4 12 if (echo "$version_string" | grep -q "ld64"); then
  /external/protobuf/
configure.ac 125 AS_IF([echo "$PROTOC" | grep -q '^@<:@^/@:>@.*/'], [
  /external/srtp/
Makefile 137 @grep freed tmp | wc -l > freed
138 @grep allocated tmp | wc -l > allocated
  /external/v8/tools/
merge-to-branch.sh 148 BUG=$(git log -1 $HASH | grep "BUG=" | awk -F '=' '{print $NF}')
228 COMMIT_HASH=$(git log -1 --format=%H --grep="$NEW_COMMIT_MSG" \
  /ndk/build/tools/
make-standalone-toolchain.sh 93 LLVM_VERSION_EXTRACT=$(echo "$TOOLCHAIN_NAME" | grep 'clang[0-9]\.[0-9]$' | sed -e 's/.*-clang//')
160 echo "Try --system=<name> with one of: " `(cd $TOOLCHAIN_PATH/prebuilt && ls) | grep -v gdbserver`
package-release.sh 126 echo "$ARCHS" | tr ' ' '\n' | grep -q x86
133 echo "$ARCHS" | tr ' ' '\n' | grep -q mips
230 echo "$PREBUILT_NDK" | grep -q "$HOST_NDK_SUFFIX"
  /ndk/tests/standalone/
run.sh 288 CC_TARGET=$($GCC -v 2>&1 | tr ' ' '\n' | grep -e --target=)
320 CC_TARGET=$($CLANG -v 2>&1 | grep Target:)
  /external/tcpdump/
configure 671 GREP
    [all...]
  /external/regex-re2/
Makefile 280 obj/test/exhaustive_test |grep -v '^PASS$$' >>re2-exhaustive.txt
281 obj/test/exhaustive1_test |grep -v '^PASS$$' >>re2-exhaustive.txt
282 obj/test/exhaustive2_test |grep -v '^PASS$$' >>re2-exhaustive.txt
283 obj/test/exhaustive3_test |grep -v '^PASS$$' >>re2-exhaustive.txt
288 obj/test/search_test |grep -v '^PASS$$' >>re2-search.txt
  /ndk/sources/host-tools/sed-4.2.1/
configure 1008 GREP
    [all...]
  /external/dropbear/
configure     [all...]
  /external/llvm/utils/
GenLibDeps.pl 72 my @libs = grep(/libLLVM.*\.(dylib|so|a)$/,sort(@files));
74 @libs = grep(!/libLLVM-\d\.\d(svn)?\.(dylib|so)/, @libs);
75 my @objs = grep(/LLVM.*\.o$/,sort(@files));
  /external/grub/
configure     [all...]
  /external/e2fsprogs/debian/attic/libs/
rules 19 COMERR_VERSION = $(shell grep ELF_VERSION lib/et/Makefile.in | cut '-d ' -f3)
21 SS_VERSION = $(shell grep ELF_VERSION lib/ss/Makefile.in | cut '-d ' -f3)
  /external/iptables/iptables/
iptables-apply 128 if ! grep -q ipt /proc/modules 2>/dev/null; then
  /external/libvpx/libvpx/tools/
ftfy.sh 123 | grep '\.[ch]$'); do
  /external/openssh/contrib/aix/
buildbff.sh 79 eval $confvar=`grep "^$confvar=" $objdir/Makefile | cut -d = -f 2`
288 if grep "^\$startupcmd" /etc/rc.tcpip >/dev/null

Completed in 768 milliseconds

<<111213141516171819