HomeSort by relevance Sort by last modified time
    Searched full:awk (Results 276 - 300 of 584) sorted by null

<<11121314151617181920>>

  /external/v8/tools/
push-to-trunk.sh 203 cat ChangeLog | awk --posix '{
243 | awk '{
  /ndk/build/awk/
xml.awk 16 # Tiny XML parser implementation in awk.
131 # You should use this from the BEGIN {} action of your awk script (it will
  /ndk/build/tools/
dev-platform-import.sh 114 CPU_ABI=$(awk -F '=' '$1 == "ro.product.cpu.abi" { print $2; }' $BUILD_PROP)
131 PLATFORM=$(awk -F '=' '$1 == "ro.build.version.sdk" { print $2; }' $BUILD_PROP)
dev-system-import.sh 40 PLATFORM=`awk -F '=' '$1 == "ro.build.version.sdk" { print $2; }' $BUILD_PROP`
287 $TOOLCHAIN_PREFIX-readelf -s -D -W $1 | awk '$5 ~ /FUNC/ && $6 ~ /GLOBAL/ && $8 !~ /UND/ { print $9; }' > $TMPC
295 $TOOLCHAIN_PREFIX-readelf -s -D -W $1 | awk '$5 ~ /OBJECT/ && $6 ~ /GLOBAL/ && $8 !~ /UND/ { print $9; }' > $TMPC
  /ndk/sources/host-tools/make-3.81/config/
Makefile.in 83 AWK = @AWK@
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bsd.sh 45 # - remove most uses of awk
346 awk 'END {for (i = 1; i < 256; i++) printf("%c", i);print "\n"}' \
  /development/scripts/
reverse_tether.sh 113 $ADB shell 'cat /proc/net/route' | awk '{ if ($2==00000000) print $1 }'
  /external/e2fsprogs/lib/et/
et_c.awk 87 # awk programs do not have the necessary precision (sigh)
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
bash.php 96 'autoheader', 'automake', 'awk',
  /external/openssh/
CREDITS 78 Peter Stuge <stuge@cdy.org> - mdoc2man.awk script
  /external/openssh/contrib/cygwin/
ssh-host-config 43 /usr/bin/awk gawk
163 if /usr/bin/awk '{ if ( $2 ~ /^23\/tcp/ ) print "ssh 22/tcp'"${_spaces}"'SSH Remote Login Protocol\nssh 22/udp'"${_spaces}"'SSH Remote Login Protocol"; print $0; }' < "${_services}" > "${_serv_tmp}"
366 run_service_as=$(/usr/bin/grep -Fi "${accnt_name}" /etc/passwd | /usr/bin/awk -F: '{print $1;}')
642 /usr/bin/awk -F: "/[^:]*:[^:]*:$i:/{ print \" \" \$1; }" /etc/group
  /external/srtp/
README 114 cat /dev/random | od --read-bytes=32 --width=32 -x | awk '{ print $2 $3 $4 $5 $6 $7 $8 $9 $10 $11 $12 $13 $14 $15 $16 }'
  /external/strace/linux/
ioctlent.sh 132 awk -v base="$base" '{
  /frameworks/base/tools/obbtool/
mkobb.sh 214 block_count=`du -s --apparent-size --block-size=512 ${directory} | awk '{ print $1; }'`
  /ndk/docs/
NDK-BUILD.html 122 NDK_HOST_AWK=&lt;path-to-awk&gt;
  /ndk/sources/host-tools/make-3.81/w32/
Makefile 100 AWK = gawk
334 $(AWK) ' { files[$$0] = 1; } \
347 $(AWK) ' { files[$$0] = 1; } \
363 $(AWK) ' { files[$$0] = 1; } \
  /ndk/sources/host-tools/nawk-20071023/
awk.h 65 extern int lineno; /* line number in awk program */
  /ndk/tests/
run-tests-all.sh 17 DEVICES=`$ADB_CMD devices | grep -v offline | awk 'NR>1 {gsub(/[ \t]+device$/,""); print;}' | sed '/^$/d' | tr ' ' '.'`
  /bootable/recovery/applypatch/
applypatch.sh 52 $ADB shell "$@" \; echo \$? | awk '{if (b) {print a}; a=$0; b=1} END {exit a}'
71 sha1sum $1 | awk '{print $1}'
75 run_command df | awk "/$1/ {print gensub(/K/, \"\", \"g\", \$6)}"
  /external/libcap-ng/libcap-ng-0.7/docs/
Makefile.in 87 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
111 AWK = @AWK@
  /external/libcap-ng/libcap-ng-0.7/m4/
Makefile.in 89 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
111 AWK = @AWK@
  /external/libvpx/libvpx/
libs.mk 198 $(qexec)for f in $?; do awk '{print $$2";"}' < $$f >>$@; done
251 | awk '{print $$2 " equ " $$3}' > $@
257 | awk '{print $$2 " EQU " $$3}' $(ADS2GAS) > $@
  /build/
envsetup.sh 661 local DASH_ARGS=$(echo "$@" | awk -v RS=" " -v ORS=" " '/^-.*$/')
662 local DIRS=$(echo "$@" | awk -v RS=" " -v ORS=" " '/^[^-].*$/')
719 local DASH_ARGS=$(echo "$@" | awk -v RS=" " -v ORS=" " '/^-.*$/')
720 local DIRS=$(echo "$@" | awk -v RS=" " -v ORS=" " '/^[^-].*$/')
871 PID=`adb shell ps | grep $3 | grep -v ":" | awk '{print $2}'`
    [all...]
  /external/chromium/third_party/libevent/
Makefile.in 147 AWK = @AWK@
624 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
650 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
665 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    [all...]
  /external/elfutils/libdw/
Makefile.in 145 AWK = @AWK@
538 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
551 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
566 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \

Completed in 795 milliseconds

<<11121314151617181920>>