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

1 2 34 5 6 7 8 91011>>

  /external/tcpdump/
INSTALL 60 atime.awk - TCP ack awk script
127 packetdat.awk - TCP chunk summary awk script
232 send-ack.awk - unidirectional tcp send/ack awk script
240 stime.awk - TCP send awk script
makemib 39 # This script needs to be run by "gawk" (GNU awk). "nawk" will work, but
42 # eliminate use of gsub and functions to use classic "awk"), you have to
58 awk '
  /external/valgrind/main/drd/tests/
filter_stderr 40 awk 'BEGIN{begin=1} {if ($0 == "More than 100 errors detected. Subsequent errors") { getline; getline; } else { if (begin) begin = 0; else print last_line; }; last_line = $0; } END { if (! begin) print last_line; }' |
43 awk 'BEGIN{begin=1} { if ($0 == "WARNING: DRD support for Darwin is still considered as experimental.") { getline; getline; } else { if (begin) begin = 0; else print last_line; }; last_line = $0; } END { if (! begin) print last_line; }' |
  /external/valgrind/main/tests/
check_makefile_consistency 10 awk '/\\$/ {
26 awk '{
  /external/webkit/Tools/BuildSlaveSupport/gtk/crashmon/
crashmon 50 | awk -F'-_-who_' '{ print $2 }'\
51 | awk -F'-_-why_' '{ print $1 }')
  /frameworks/native/opengl/libs/tools/
genfiles 35 # The awk command removes lines with the same function name as an earlier
46 | awk -F, '!_[$2]++' \
  /ndk/docs/
INSTALL.html 45 The NDK also requires a Nawk or GNU Awk executable being available on your
46 development system. Note that the original 'awk' program doesn't implement
  /ndk/sources/host-tools/nawk-20071023/
GNUmakefile 5 BUILD_DIR ?= /tmp/ndk-$(USER)/build-awk
50 PROGRAM := $(BUILD_DIR)/ndk-awk$(EXE)
  /dalvik/dx/tests/095-dex-const-string-jumbo/
run 24 awk '
  /dalvik/dx/tests/096-dex-giant-catch/
run 19 awk '
  /dalvik/tests/056-const-string-jumbo/
build 27 awk '
  /external/guava/
mvn-deploy.sh 20 java_version="$(${JAVA_CMD} -version 2>&1 | grep -e 'java version' | awk '{ print $3 }')"
  /external/iproute2/ip/
routel 41 done | awk -F ' ' '
  /external/linux-tools-perf/config/
utilities.mak 50 # in an `awk' program that is delimited by shell
55 awk 'NR==1 {t=$$0} NR>1 {t=t "$(nl-escape)" $$0} END {printf t}'
66 # expression constant in an `awk' program that is
75 awk 'NR==1 {t=$$0} NR>1 {t=t "\n" $$0} END { gsub(/$(nl-escape)/,"\n",t); printf t }'
  /external/ppp/pppd/plugins/
Makefile.linux 28 VERSION = $(shell awk -F '"' '/VERSION/ { print $$2; }' ../patchlevel.h)
  /external/proguard/docs/
quality.html 21 using bash/sed/awk scripts. You're welcome to have a look at an uploaded
  /external/openssh/regress/
Makefile 91 awk '{print $$0 "\r"}' ${.CURDIR}/rsa_ssh2.prv > ${.OBJDIR}/rsa_ssh2_crnl.prv
105 awk '{print $$2}' | diff - ${.CURDIR}/t4.ok
109 awk '{print $$2}' | diff - ${.CURDIR}/t5.ok
  /ndk/build/core/
build-all.mk 91 # 'mount' command to a special Awk script.
94 GEN_CYGWIN_DEPS_CONVERTER := mount | tr '\\' '/' | awk -f $(BUILD_AWK)/gen-cygwin-deps-converter.awk
init.mk 299 HOST_AWK := $(wildcard $(HOST_PREBUILT)/awk$(HOST_EXEEXT))
349 # Verify that the 'awk' tool has the features we need.
354 HOST_AWK := awk
356 $(call ndk_log,Host 'awk' tool: $(HOST_AWK))
358 # Location of all awk scripts we use
359 BUILD_AWK := $(NDK_ROOT)/build/awk
361 AWK_TEST := $(shell $(HOST_AWK) -f $(BUILD_AWK)/check-awk.awk)
362 $(call ndk_log,Host 'awk' test returned: $(AWK_TEST))
364 $(call __ndk_info,Host 'awk' tool is outdated. Please define NDK_HOST_AWK to point to Gawk or Nawk !
    [all...]
  /ndk/build/tools/
build-libportable.sh 153 nm -a $DSTDIR/libportable.a | grep -r __wrap_ | awk '{print $3}' | sed '/^$/d' | \
154 sed 's/_wrap_/|/' | awk -F'|' '{print $2}' | sort | uniq | \
155 awk '{printf "--wrap=%s\n",$1}' > "$DSTDIR/libportable.wrap"
  /external/openssh/
buildpkg.sh.in 27 AWK=${AWK:="nawk"}
144 eval $confvar=`awk '/#define[ \t]'$confvar'/{print $3}' config.h`
267 # XXX Is this necessary? If not, remove space line from mk-proto.awk.
382 SSH_PRIVSEP_GROUP=\`grep "^$SSH_PRIVSEP_USER:" \${PKG_INSTALL_ROOT}/etc/passwd | awk -F: '{print \$4}'\`
383 SSH_PRIVSEP_GROUP=\`grep ":\$SSH_PRIVSEP_GROUP:" \${PKG_INSTALL_ROOT}/etc/group | awk -F: '{print \$1}'\`
624 cat >mk-proto.awk << _EOF
643 find . | egrep -v "prototype|pkginfo|mk-proto.awk" | sort | \
644 pkgproto $PROTO_ARGS | ${AWK} -f mk-proto.awk > prototyp
    [all...]
  /external/e2fsprogs/debian/attic/libs/
rules 90 install -m 644 lib/et/et_c.awk lib/et/et_h.awk \
99 install -m 644 lib/ss/ct_c.awk lib/ss/ct_c.sed \
  /external/e2fsprogs/lib/et/
compile_et.1 73 uses an awk/sed combination of scripts,
  /external/genext2fs/
mkbootimg_ext2.sh 94 num_blocks=`du -sk $TMPDIR | tail -n1 | awk '{print $1;}'`
  /external/libvpx/libvpx/build/make/
version.sh 36 changelog_version=`head -n1 "${p}/CHANGELOG" | awk '{print $2}'`

Completed in 441 milliseconds

1 2 34 5 6 7 8 91011>>