HomeSort by relevance Sort by last modified time
    Searched refs:grep (Results 776 - 800 of 1231) sorted by null

<<31323334353637383940>>

  /external/v8/tools/
map-processor 26 d8_exec=`grep -m 1 -o '".*/d8"' $log_file | sed 's/"//g'`
parse-processor 26 d8_exec=`grep -m 1 -o '".*/d8"' $log_file | sed 's/"//g'`
  /external/vboot_reference/scripts/image_signing/
tag_image.sh 176 if grep -wq "test" "${lsb}"; then
186 if grep -wq "dev" "${lsb}"; then
  /external/swiftshader/third_party/LLVM/projects/sample/autoconf/
config.guess 168 | grep __ELF__ >/dev/null
506 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
521 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
529 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
625 if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E -) | grep __LP64__ >/dev/null
758 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
822 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
841 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
860 objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
866 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
    [all...]
  /external/expat/conftools/
config.guess 152 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
197 | grep -q __ELF__
393 grep IS_64BIT_ARCH >/dev/null
574 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
593 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
601 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
708 grep -q __LP64__
910 objdump --private-headers /bin/sh | grep -q ld.so.1
920 | grep -q __ARM_EABI__
925 | grep -q __ARM_PCS_VF
    [all...]
  /external/cmockery/cmockery_0_1_2/
config.guess 171 | grep __ELF__ >/dev/null
505 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
524 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
532 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
638 grep __LP64__ >/dev/null
854 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
873 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
895 objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
901 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
977 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=
    [all...]
  /art/build/
Android.common.mk 41 GCOV_PREFIX_STRIP := $(shell echo $(ANDROID_BUILD_TOP) | grep -o / | wc -l)
  /art/tools/
mount-buildbot-apexes.sh 70 adb shell mount | grep -q " on $abs_mount_point" && \
  /development/tools/repo_diff/service/repodiff/
Makefile 53 grep -q -F 'export PATH=$$PATH:$$GOPATH/bin' ~/.bashrc || echo 'export PATH=$$PATH:$$GOPATH/bin' >> ~/.bashrc
99 ROLE="dev" go test ./... -v | grep -v PASS | grep -v RUN
146 @echo "Monitor progress at http://"$(shell (gcloud compute instances list | grep $(REMOTE_MACHINE_NAME) | awk -F ' ' '{print $$5}')):$(DOCKER_TARGET_PORT)/health
  /development/tools/winscope/
capture_sf_trace.sh 65 adb get-state 2>/dev/null | grep -q device || { echo "ERROR: No device connected or device is unauthorized."; exit 1; }
  /device/google/cuttlefish_vmm/
rebuild.sh 78 grep ^sourceImage: > x86_64/builder_image.txt
  /external/autotest/client/site_tests/firmware_TouchMTB/
summary.sh 64 if ! grep -q -i CHROMEOS_RELEASE /etc/lsb-release 2>/dev/null; then
  /external/boringssl/src/crypto/perlasm/
x86masm.pl 135 if (grep {/\b[x]?mm[0-7]\b/i} @out) {
136 grep {s/\.[3-7]86/$xmmheader/} @out;
141 if (grep {/\b${nmdecor}OPENSSL_ia32cap_P\b/i} @out)
148 grep {s/(^EXTERN\s+${nmdecor}OPENSSL_ia32cap_P)/\;$1/} @out;
  /external/clang/tools/diag-build/
diag-build.sh 102 grep -E "^[[:blank:]]*($escCC|$escCXX)" |
  /external/cldr/tools/c/genldml/
genindex.pl 37 @list = grep{/\.html$/} readdir(DIR);
  /external/e2fsprogs/config/
config.rpath 195 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
205 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
218 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
227 if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
229 elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
241 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
253 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
301 strings "$collect2name" | grep resolve_lib_name >/dev/null
431 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  /external/elfutils/tests/
run-copymany-sections.sh 40 nr=$(grep '.extra' readelf.out | wc -l)
run-lfs-symbols.sh 20 if ! grep -q -F '#define _FILE_OFFSET_BITS' ${abs_top_builddir}/config.h; then
  /external/google-fruit/extras/scripts/
travis_ci_install_osx.sh 6 if brew list -1 | grep -q "^$1\$"; then
  /external/grpc-grpc/tools/interop_matrix/
create_testcases.sh 40 eval docker_image=$(grep -oe '${docker_image:=.*}' $testcase)
  /external/grpc-grpc-java/buildscripts/kokoro/
android.sh 72 "$HELLO_WORLD_OUTPUT_DIR/apk/release/app-release-unsigned.apk" | grep ^M | cut -f4 | sort`
90 all_old_methods=`"${ANDROID_HOME}/tools/bin/apkanalyzer" dex packages --proguard-mapping app/build/outputs/mapping/release/mapping.txt app/build/outputs/apk/release/app-release-unsigned.apk | grep ^M | cut -f4 | sort`
  /external/harfbuzz_ng/test/shaping/
record-test.sh 19 if ! echo "$hb_shape" | grep -q 'hb-shape'; then
27 if echo "$arg" | grep -q ' '; then
  /external/iproute2/genl/
Makefile 37 for s in `grep -B 3 '\<dlsym' $$files | sed -n '/snprintf/{s:.*"\([^"]*\)".*:\1:;s:%s::;p}'` ; do \
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_kmod.sh 39 dmesg | grep FAIL
  /external/linux-kselftest/tools/testing/selftests/cpufreq/
governor.sh 90 local found=$(cat $filepath | grep $2 | wc -l)

Completed in 1993 milliseconds

<<31323334353637383940>>