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

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/distrib/
update-audio.sh 54 version=$($1 -v | grep GNU)
  /external/webkit/WebKitLibraries/win/tools/scripts/
auto-version.sh 88 SVN_REVISION=$(svn info | grep '^Revision' | sed 's/^Revision: //')
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/
Android.mk 26 ifneq ($(shell grep -c 'off64_t offset' $(base)/drm/libdrmframework/plugins/common/include/IDrmEngine.h), 0)
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
config.rpath 185 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
195 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
206 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
215 if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
217 elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
229 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
241 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
289 strings "$collect2name" | grep resolve_lib_name >/dev/null
426 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  /ndk/tests/
check-release.sh 137 CHANGELOG_RELEASE=$(cat $NDK_DIR/docs/CHANGES.html | grep -e "^android-ndk-" | head -1)
run-tests.sh 230 echo `var_value $1` | tr ' ' '\n' | grep -q -F -x -e "$2"
476 grep -q -e "$TARGET_TOOLCHAIN_VERSION" "$PROJECT/BROKEN_BUILD"
615 grep -q "call import-module" "$1/jni/Android.mk"
687 grep -q -e "$TARGET_TOOLCHAIN_VERSION" "$TEST/BROKEN_RUN"
709 echo "$DSTFILE" | grep -q -e '\.so$'
731 echo "$DSTFILE" | grep -q -e '\.so$'
736 grep -q -w -e "$DSTFILE" "$TEST/BROKEN_RUN"
778 ADB_DEVICES=`$ADB_CMD devices | grep -v offline | awk 'NR>1 {gsub(/[ \t]+device$/,""); print;}' | sed '/^$/d' | sort | tr ' ' '.'`
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_constants.h 70 * elements @c ECMAScript, @c basic, @c extended, @c awk, @c grep, @c egrep
141 * that used by POSIX utility grep in IEEE Std 1003.1-2001. This option is
145 static constexpr syntax_option_type grep = 1 << _S_grep; member in namespace:regex_constants
149 * that used by POSIX utility grep when given the -E option in
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_constants.h 70 * elements @c ECMAScript, @c basic, @c extended, @c awk, @c grep, @c egrep
141 * that used by POSIX utility grep in IEEE Std 1003.1-2001. This option is
145 static constexpr syntax_option_type grep = 1 << _S_grep; member in namespace:regex_constants
149 * that used by POSIX utility grep when given the -E option in
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_constants.h 70 * elements @c ECMAScript, @c basic, @c extended, @c awk, @c grep, @c egrep
141 * that used by POSIX utility grep in IEEE Std 1003.1-2001. This option is
145 static constexpr syntax_option_type grep = 1 << _S_grep; member in namespace:regex_constants
149 * that used by POSIX utility grep when given the -E option in
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_constants.h 70 * elements @c ECMAScript, @c basic, @c extended, @c awk, @c grep, @c egrep
141 * that used by POSIX utility grep in IEEE Std 1003.1-2001. This option is
145 static constexpr syntax_option_type grep = 1 << _S_grep; member in namespace:regex_constants
149 * that used by POSIX utility grep when given the -E option in
  /external/chromium/build/
install-chroot.sh 101 ls | grep '^[a-z]*$')"
145 grep ubuntu.com /usr/share/debootstrap/scripts/"${distname}" >&/dev/null && {
174 grep ubuntu.com /usr/share/debootstrap/scripts/"${distname}" >&/dev/null &&
182 grep ubuntu.com /usr/share/debootstrap/scripts/"${distname}" >&/dev/null &&
279 host_distro=$(grep DISTRIB_CODENAME /etc/lsb-release 2>/dev/null | \
283 file /bin/bash 2>/dev/null | grep -q x86-64; then
297 grep "$i" | awk '{ print $3 }')"
  /external/libusb/
config.guess 156 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep LIBC= | sed -e 's: ::g'`
190 | grep __ELF__ >/dev/null
527 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
546 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
554 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
660 grep __LP64__ >/dev/null
858 | grep -q __ARM_EABI__
951 objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
957 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
    [all...]
  /external/libusb-compat/
config.guess 156 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep LIBC= | sed -e 's: ::g'`
190 | grep __ELF__ >/dev/null
527 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
546 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
554 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
660 grep __LP64__ >/dev/null
858 | grep -q __ARM_EABI__
951 objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
957 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
    [all...]
  /external/v8/tools/
push-to-trunk.sh 127 # Grep for "BUG=xxxx" lines in the commit message and convert them to
130 | grep "^BUG=" | grep -v "BUG=$" | grep -v "BUG=none$" \
223 PREPARE_COMMIT_HASH=$(git log -1 --format=%H --grep="$PREPARE_COMMIT_MSG")
306 git svn dcommit | tee >(grep -E "^Committed r[0-9]+" \
  /ndk/build/core/
ndk-common.sh 57 echo "$ANDROID_NDK_ROOT" | grep -q -e " "
281 if ! echo __LP64__ | (CCOPTS= gcc -E - 2>/dev/null) | grep -q __LP64__ ; then
282 # or if gcc -dM -E - < /dev/null | grep -q __LP64__; then
303 file -L "$SHELL" | grep -q "x86[_-]64"
362 HOST_NUM_CPUS=`cat /proc/cpuinfo | grep processor | wc -l`
588 echo "$2" | grep -q -E -e "$1"
  /external/chromium/third_party/libevent/
config.guess 173 | grep __ELF__ >/dev/null
510 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
529 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
537 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
643 grep __LP64__ >/dev/null
841 | grep -q __ARM_EABI__
934 objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
940 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
1069 if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
    [all...]
  /external/elfutils/config/
config.guess 173 | grep __ELF__ >/dev/null
510 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
529 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
537 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
643 grep __LP64__ >/dev/null
841 | grep -q __ARM_EABI__
934 objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
940 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
1069 if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
    [all...]
  /external/libmtp/
config.guess 173 | grep __ELF__ >/dev/null
510 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
529 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
537 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
643 grep __LP64__ >/dev/null
841 | grep -q __ARM_EABI__
934 objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
940 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
1069 if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
    [all...]
  /external/dropbear/
config.guess 173 | grep __ELF__ >/dev/null
510 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
529 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
537 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
643 grep __LP64__ >/dev/null
921 objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
927 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
1056 if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
1064 case `/bin/uname -X | grep "^Machine"` in
    [all...]
  /ndk/sources/host-tools/make-3.81/config/
config.guess 172 | grep __ELF__ >/dev/null
509 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
528 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
536 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
642 grep __LP64__ >/dev/null
915 objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
921 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
1047 if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
1055 case `/bin/uname -X | grep "^Machine"` in
1067 UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')
    [all...]
  /external/qemu-pc-bios/bochs/
config.guess 156 | grep __ELF__ >/dev/null
490 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
506 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
514 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
784 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
804 objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
810 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
880 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
901 if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
908 case `/bin/uname -X | grep "^Machine"` i
    [all...]
  /external/chromium/sdch/open-vcdiff/
config.guess 173 | grep __ELF__ >/dev/null
510 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
529 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
537 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
643 grep __LP64__ >/dev/null
924 objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
930 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
1059 if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
1067 case `/bin/uname -X | grep "^Machine"` in
    [all...]
  /external/libffi/
config.guess 173 | grep __ELF__ >/dev/null
510 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
529 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
537 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
643 grep __LP64__ >/dev/null
924 objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
930 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
1059 if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
1067 case `/bin/uname -X | grep "^Machine"` in
    [all...]
  /external/libogg/
config.guess 172 | grep __ELF__ >/dev/null
509 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
528 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
536 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
642 grep __LP64__ >/dev/null
920 objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
926 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
1052 if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
1060 case `/bin/uname -X | grep "^Machine"` in
    [all...]
  /external/libvorbis/
config.guess 172 | grep __ELF__ >/dev/null
509 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
528 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
536 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
642 grep __LP64__ >/dev/null
920 objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
926 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
1052 if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
1060 case `/bin/uname -X | grep "^Machine"` in
    [all...]

Completed in 1399 milliseconds

1 2 3 4 5 6 7 8 91011>>