HomeSort by relevance Sort by last modified time
    Searched full:awk (Results 51 - 75 of 466) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/e2fsprogs/debian/
rules 181 cd ${stdbuilddir} && AWK=/usr/bin/awk \
185 cd ${stdbuilddir} && AWK=/usr/bin/awk CC="${DEB_HOST_GNU_TYPE}-gcc" \
194 cd ${mipsbuilddir} && AWK=/usr/bin/awk \
196 cd ${mipsbuilddir64} && AWK=/usr/bin/awk \
209 cd ${bfbuilddir} && AWK=/usr/bin/awk \
    [all...]
  /dalvik/dx/tests/108-string-annotation/
run 19 --dump-to=- *.class | cut -f 2 -d '|' | awk '
  /dalvik/dx/tests/110-dex-preserve-this/
run 21 cat dump.txt | awk '
  /dalvik/dx/tests/113-old-style-inner-class/
run 22 dx --debug --dex *.class 2>&1 | awk '/^warning:/ { print $1 }'
  /dalvik/tests/089-many-methods/
build 23 awk '
  /dalvik/tools/
get-hprof 25 awk '{ printf("%s", substr($7, 1, length($7) - 1)); }'`
  /external/ppp/pppd/plugins/pppoatm/
Makefile.linux 12 VERSION = $(shell awk -F '"' '/VERSION/ { print $$2; }' ../../patchlevel.h)
  /external/tcpdump/
FILES 20 atime.awk
107 packetdat.awk
219 send-ack.awk
227 stime.awk
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
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
armtime 6 my_awk=/tmp/.uptime.$$.awk
20 # super verbose mode: print collected info and debug awk script
66 delete ARGV[i]; # we can do this is AWK, and we don't need to decrement i
229 awk -f $my_awk $args $my_log
  /ndk/
ndk-gdb 63 AWK_CMD=${AWK_CMD:-$(find_program awk)}
115 # Used to run an awk script on the manifest
215 --awk=*)
275 echo " --awk=<file> Use specific awk command [$AWK_CMD]"
377 "$ADB_CMD" shell ps | $AWK_CMD -f $AWK_SCRIPTS/extract-pid.awk -v PACKAGE="$1"
380 # Check the awk tool
381 AWK_SCRIPTS=$ANDROID_NDK_ROOT/build/awk
382 AWK_TEST=`$AWK_CMD -f $AWK_SCRIPTS/check-awk.awk`
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
main.c 34 #include "awk.h"
74 printf("awk %s\n", version);
121 printf("awk %s\n", version);
163 int pgetc(void) /* get 1 character from awk program */
GNUmakefile 5 BUILD_DIR ?= /tmp/ndk-$(USER)/build-awk
37 PROGRAM := $(BUILD_DIR)/ndk-awk$(EXE)
  /external/v8/tools/
common-includes.sh 63 local MATCH=$(git branch | grep "$1" | awk '{print $NF}' | grep -x $1)
112 CURRENT_BRANCH=$(git status -s -b -uno | grep "^##" | awk '{print $2}')
141 VALUE=$(grep "#define $v" "$VERSION_FILE" | awk '{print $NF}')
180 tee < "$PATCH_OUTPUT_FILE" >(awk '{print $NF}' >> "$TOUCHED_FILES_FILE")
192 | awk '{print $NF}')
  /external/oprofile/utils/
opcontrol 29 arg=`echo $1 | awk -F= '{print $1}'`
30 val=`echo $1 | awk -F= '{print $2}'`
522 tmp1=`echo $range_info | awk '{print $4}'`
523 tmp2=`objdump -t $FILE_IMAGE 2>/dev/null | grep "_etext$" | awk '{ print $1 }'`
632 EVENT=`echo $GOTEVENT | awk -F: '{print $1}'`
637 COUNT=`echo $GOTEVENT | awk -F: '{print $2}'`
638 UNIT_MASK=`echo $GOTEVENT | awk -F: '{print $3}'`
639 KERNEL=`echo $GOTEVENT | awk -F: '{print $4}'`
640 USER=`echo $GOTEVENT | awk -F: '{print $5}'`
673 arg=`printf %s $1 | awk -F= '{print $1}'
    [all...]
  /ndk/build/core/
init.mk 253 HOST_AWK := $(wildcard $(HOST_PREBUILT)/awk$(HOST_EXEEXT))
271 # Verify that the 'awk' tool has the features we need.
276 HOST_AWK := awk
278 $(call ndk_log,Host 'awk' tool: $(HOST_AWK))
280 # Location of all awk scripts we use
281 BUILD_AWK := $(NDK_ROOT)/build/awk
283 AWK_TEST := $(shell $(HOST_AWK) -f $(BUILD_AWK)/check-awk.awk)
284 $(call ndk_log,Host 'awk' test returned: $(AWK_TEST))
286 $(call __ndk_info,Host 'awk' tool is outdated. Please define HOST_AWK to point to Gawk or Nawk !
    [all...]
  /external/bison/djgpp/
config.site 51 AWK=${AWK='gawk'}
  /external/chromium/sdch/open-vcdiff/packages/deb/
rules 35 awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'`
37 awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
  /external/valgrind/main/drd/tests/
filter_stderr 39 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; }' |
42 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 }')
  /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
  /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 '

Completed in 288 milliseconds

1 23 4 5 6 7 8 91011>>