HomeSort by relevance Sort by last modified time
    Searched full:awk (Results 251 - 275 of 711) sorted by null

<<11121314151617181920>>

  /external/openfst/src/script/
Makefile.in 65 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
132 AWK = @AWK@
405 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
418 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
438 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  /external/stressapptest/
Makefile.in 76 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
134 AWK = @AWK@
366 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
392 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
412 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  /external/chromium_org/build/android/
adb_gdb 628 awk '{ if (match($0, "%%[0-9]+$")) { print substr($0,RSTART+2); } }')
632 awk '{ if (match($0, "%%[0-9]+$")) { print substr($0,1,RSTART-1); } }')
646 GDBSERVER_PIDS=$(adb_shell ps | awk '$9 ~ /gdbserver/ { print $2; }')
803 awk '$9 ~ /^'$PROCESSNAME'/ { print $2; }' | head -1)
807 awk '$9 == "'$PROCESSNAME'" { print $2; }' | head -1)
839 awk '$1 == "Uid:" { print $2; }')
865 awk '$6 ~ /\/system\/.*\.so$/ { print $6; }' | sort -u)
930 STATE=$(jobs -l | awk '$2 == "'$GDBSERVER_PID'" { print $3; }')
adb_device_functions.sh 122 echo "$DEVICES" | awk -vORS=' ' '{print $1}' | sed 's/ $/\n/'
  /external/chromium_org/third_party/sqlite/src/
Makefile.in 154 # nawk compatible awk.
155 NAWK = @AWK@
768 opcodes.c: opcodes.h $(TOP)/mkopcodec.awk
769 sort -n -b -k 3 opcodes.h | $(NAWK) -f $(TOP)/mkopcodec.awk >opcodes.c
771 opcodes.h: parse.h $(TOP)/src/vdbe.c $(TOP)/mkopcodeh.awk
772 cat parse.h $(TOP)/src/vdbe.c | $(NAWK) -f $(TOP)/mkopcodeh.awk >opcodes.h
778 parse.c: $(TOP)/src/parse.y lemon$(BEXE) $(TOP)/addopcodes.awk
783 $(NAWK) -f $(TOP)/addopcodes.awk parse.h.temp >parse.h
  /external/e2fsprogs/
MCONFIG.in 71 AWK = @AWK@
  /external/libvpx/libvpx/build/make/
gen_msvs_sln.sh 59 local name=`grep Name "$file" | awk 'BEGIN {FS="\""}{if (NR==1) print $2}'`
60 local guid=`grep ProjectGUID "$file" | awk 'BEGIN {FS="\""}{if (NR==1) print $2}'`
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
mac-mf.inp 142 AWK = @AWK@
  /ndk/tests/build/check-armeabi-v7a-prebuilts/
build.sh 16 echo $(readelf -A "$1" | awk '$1 == "'$2':" { print $2; }' | sort -u | tr '\n' ' ')
121 # We use a small awk script to parse the output of 'readelf -A'
  /external/bison/build-aux/
vc-list-files 90 eval awk -F/ \''{ \
  /external/bison/examples/calc++/
Makefile.am 38 $(AWK) -f ../extexi -v VERSION="$(VERSION)" \
  /external/chromium_org/remoting/host/installer/mac/Scripts/
remoting_postflight.sh 34 ps -ec -u "$user" -o comm,pid | awk '$1 == "loginwindow" { print $2; exit }'
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
sampling_test.sh 55 SAMPLING_TEST_BINARY=`"$SAMPLING_TEST" 2>&1 | awk '/USAGE/ {print $2; exit;}'`
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
sampling_test.sh 55 SAMPLING_TEST_BINARY=`"$SAMPLING_TEST" 2>&1 | awk '/USAGE/ {print $2; exit;}'`
  /external/chromium_org/third_party/yasm/
README.chromium 74 awk '{print $NF }' |
  /external/e2fsprogs/lib/et/
et_h.awk 86 # awk programs do not have the necessary precision (sigh)
  /external/hyphenation/
README 71 cat mywords.txt | awk '{print tolower($0)}' >mywordslow.txt
  /external/libvpx/libvpx/
libs.mk 293 $(qexec)for f in $?; do awk '{print $$2";"}' < $$f >>$@; done
299 $(qexec)awk '{print "_"$$2}' $^ >$@
358 | awk '{print $$2 " equ " $$3}' > $@
364 | awk '{print $$2 " EQU " $$3}' $(ADS2GAS) > $@
  /external/libvpx/libvpx/tools/
ftfy.sh 48 LAST_CHANGEID=$(git show | awk '/Change-Id:/{print $2}')
  /external/llvm/utils/
makellvm 81 set LLVMDIR = `awk '/LEVEL[ ]*=/ {print $NF}' $MFILE`
  /external/openssh/
Makefile.in 51 AWK=@AWK@
184 $(FIXPATHSCMD) $${manpage} | $(AWK) -f $(srcdir)/mdoc2man.awk > $@; \
  /external/openssh/contrib/
findssl.sh 124 ver=`awk '/OPENSSL_VERSION_NUMBER/{printf \$3}' $header`
  /external/strace/linux/mips/
ioctlent.sh 90 awk '{ print "#include <" substr($2, 2, length($2) - 3) ">" }' ioctlent.tmp | sort -u
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
PERF.awk 119 # rare rounding issue in AWK when comparing hex and decimal numbers
  /ndk/build/tools/
build-on-device-toolchain.sh 71 GCC_TOOLCHAIN_VERSION=`cat $NDK_DIR/toolchains/llvm-$DEFAULT_LLVM_VERSION/setup.mk | grep '^TOOLCHAIN_VERSION' | awk '{print $3'}`

Completed in 421 milliseconds

<<11121314151617181920>>