/external/bison/build-aux/ |
gnupload | 254 if $dry_run || grep -q "^use-agent" $GNUPGHOME/gpg.conf; then :; else
|
/external/chromium_org/build/android/ |
adb_gdb | 361 local ARCH=$(echo $GYP_DEFINES | tr ' ' '\n' | grep '^target_arch=' |\ 416 HOST_64BITS=$(/usr/bin/file -L "$SHELL" | grep -e "x86[_-]64") 676 adb_shell ps | grep -q $PACKAGE_NAME 747 cat "$1" | grep -e '^ro.build.fingerprint=' | cut -d= -f2 901 grep -v "^$" | tr '\n' ':')
|
/external/chromium_org/chrome/installer/linux/debian/ |
build.sh | 272 # The grep -v is for a duplicate libc6 dep caused by Lucid glibc silliness. 274 grep -v '^libc6 (>= 2.3.6-6~)$' > actual
|
/external/chromium_org/courgette/ |
run_stress_test | 146 | grep "^Files" \
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/ |
sunspider | 145 $output = `"$jsShellPath" $shellArgs | grep -v break`;
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/ |
httpd.pm | 281 my @lockFiles = grep {m/^$httpdLockPrefix\d+$/} readdir(TMPDIR);
|
/external/chromium_org/third_party/icu/source/test/perf/perldriver/ |
PerfFramework.pm | 267 @out = grep(!/^\#/, @out); # filter out comments
|
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/ |
Android.mk | 124 @grep $(OFFSET_PATTERN) $$< | tr -d '\#' | $(CONFIG_DIR)$(ASM_CONVERSION) > $$@
|
/external/chromium_org/third_party/openssl/openssl/crypto/perlasm/ |
x86gas.pl | 159 if (grep {/\b${nmdecor}OPENSSL_ia32cap_P\b/i} @out) {
|
/external/chromium_org/third_party/tcmalloc/vendor/ |
configure.ac | 233 # We do our own determination of success/failure in the grep, below. 237 test "$is_x86_64" = yes && ! grep 'mov.*rsp.*rbp' fp.s >/dev/null 2>&1) 398 if cat /etc/redhat-release 2>/dev/null | grep "Red Hat Linux release 7" >/dev/null 2>&1; then
|
/external/dnsmasq/contrib/dynamic-dnsmasq/ |
dynamic-dnsmasq.pl | 236 my @dirs = grep(/^\d+$/, readdir(DIR));
|
/external/icu/icu4c/source/test/perf/perldriver/ |
PerfFramework.pm | 266 @out = grep(!/^\#/, @out); # filter out comments
|
/external/openssl/crypto/perlasm/ |
x86gas.pl | 159 if (grep {/\b${nmdecor}OPENSSL_ia32cap_P\b/i} @out) {
|
/external/srec/tools/cmd/ |
srecres2utd.pl | 32 grep { s/\s+$// } @resfiles;
|
/external/strace/ |
Android.mk | 40 strace_version := $(shell grep Version $(LOCAL_PATH)/strace.spec | cut -d " " -f 2)
|
/ndk/build/tools/ |
build-on-device-toolchain.sh | 78 GCC_TOOLCHAIN_VERSION=`cat $NDK_DIR/toolchains/llvm-$DEFAULT_LLVM_VERSION/setup.mk | grep '^TOOLCHAIN_VERSION' | awk '{print $3'}`
|
/ndk/ |
ndk-build | 158 file -L "$SHELL" | grep -q "x86[_-]64"
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
help2man | 524 for (@pre, (grep ! /^($filter)$/o, @include), @post)
|
/ndk/tests/ |
run-tests-all.sh | 21 DEVICES=`$ADB_CMD devices | grep -v offline | awk 'NR>1 {gsub(/[ \t]+device$/,""); print;}' | sed '/^$/d' | tr ' ' '#'`
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
GrepDialog.py | 8 def grep(text, io=None, flist=None): function 20 icon = "Grep"
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
GrepDialog.py | 8 def grep(text, io=None, flist=None): function 20 icon = "Grep"
|
/sdk/bash_completion/ |
adb.bash | 69 local devices=$(command adb devices 2> /dev/null | grep -v "List of devices" | awk '{ print $1 }')
|
/external/libusb-compat/ |
configure | 816 GREP [all...] |
/external/compiler-rt/make/platform/ |
clang_darwin.mk | 20 if $(LD) -v 2>&1 | grep "configured to support" \ 21 | tr ' ' '\n' | grep "^$$arch$$" >/dev/null 2>/dev/null; then \ 113 ifneq ($(shell test -x /usr/bin/sw_vers && sw_vers -productVersion | grep 10.6),)
|
/external/chromium_org/third_party/icu/source/test/hdrtst/ |
Makefile.in | 96 @for stub in `cat $(srcdir)/dfiles.txt | grep -v '^#'` ; do \
|