HomeSort by relevance Sort by last modified time
    Searched refs:awk (Results 1 - 25 of 205) sorted by null

1 2 3 4 5 6 7 8 9

  /external/qemu-pc-bios/vgabios/
dataseghack 3 awk \
7 $1 > temp.awk.1
9 awk \
13 $1 > temp.awk.2
15 awk \
19 $1 > temp.awk.3
22 cat temp.awk.1 temp.awk.2 temp.awk.3 | sed -e 's/^\.data//' -e 's/^\.bss//' -e 's/^\.text//' > $1
23 /bin/rm -f temp.awk.1 temp.awk.2 temp.awk.3 $1.ori
    [all...]
  /external/valgrind/main/drd/tests/
compare_error_count_with 3 awk -v count=50000 '/ERROR SUMMARY/{if ($4 <= count) print "Total error count is below threshold."; else print "Total error count is above threshold" }'
filter_annotate_barrier_xml 7 awk '{
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/e2fsprogs/contrib/
dconf 12 AWKFILE=/tmp/${SELF}.awk
68 awk -f $AWKFILE $* >$TEMPFILE
118 awk -f $AWKFILE $TEMPFILE
  /build/tools/
print_module_licenses.sh 2 find . -name MODULE_LICENSE_\* | sed 's/\/MODULE_LICENSE_/\ /' | sed 's/\.\///' | awk '{ print $2 " " $1; }' | sort
mktarball.sh 32 new_uid=`echo ${new_info} | awk '{print $1;}'`
33 new_gid=`echo ${new_info} | awk '{print $2;}'`
34 new_perms=`echo ${new_info} | awk '{print $3;}'`
  /dalvik/dx/tests/113-old-style-inner-class/
run 22 dx --debug --dex *.class 2>&1 | awk '/^warning:/ { print $1 }'
  /dalvik/dx/tests/077-dex-code-alignment/
run 19 # The awk script below attempts to filter out everything but the
24 dx --debug --dex --positions=none --no-locals --dump-to=- *.class | awk '
  /external/libmtp/
hotplug.sh.in 18 firstword=`echo ${LINE} | awk '{ print $1 }'`
22 manid=`echo ${LINE} | awk '{ print $3 }'`
23 productid=`echo ${LINE} | awk '{ print $4 }'`
47 firstword=`echo ${LINE} | awk '{ print $1 }'`
54 manid=`echo ${LINE} | awk '{ print $3 }'`
55 productid=`echo ${LINE} | awk '{ print $4 }'`
111 COMMAND=`which awk 2> /dev/null`
114 echo "Missing awk program. Fatal error."
158 DATE=`echo ${CVSTAG} | awk '{ print $5 }'`
160 YEAR=`echo ${DATE} | awk 'BEGIN { FS="/"} {print $1; }'
    [all...]
  /dalvik/dx/tests/095-dex-const-string-jumbo/
run 24 awk '
  /dalvik/dx/tests/096-dex-giant-catch/
run 19 awk '
  /dalvik/tests/089-many-methods/
build 23 awk '
  /external/llvm/utils/
countloc.sh 13 # each file and then sums up and prints the total with awk.
34 ./utils/llvmdo -topdir "$TOPDIR" -dirs "include lib tools test utils examples" -code-only wc -l | awk '\
GetRepositoryPath 22 git remote -v | grep 'fetch' | awk '{ print $2 }'
  /external/valgrind/main/gdbserver_tests/
simulate_control_c 16 VGDBPID=`./vgdb -D $PREFIX 2>&1 | awk '/vgdb pid/ {print $3}'`
  /system/core/sh/
mktokens 72 awk '{print "#define " $1 " " NR-1}' /tmp/ka$$
76 awk '{print "\t" $2 ","}' /tmp/ka$$
85 sed 's/"//g' /tmp/ka$$ | awk '
  /gdk/build/tools/
build-prebuilt.sh 16 Name=$(echo $1 | awk -F '--' '{print $2}' | awk -F '=' '{print $1}')
17 Value=$(echo $1 | awk -F '--' '{print $2}' | awk -F '=' '{print $2}')
36 if [ -z `echo $GdkRoot | awk -F $AndroidRoot '{print $2}'` ]; then
  /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/tools/
get-hprof 25 awk '{ printf("%s", substr($7, 1, length($7) - 1)); }'`
  /external/ipsec-tools/src/racoon/samples/roadwarrior/client/
phase1-down.sh 11 DEFAULT_GW=`netstat -rn | awk '($1 == "default"){print $2}'`
14 DEFAULT_GW=`netstat -rn | awk '($1 == "0.0.0.0"){print $2}'`
34 if=`netstat -rn|awk '($1 == "default"){print $7}'`
41 if=`netstat -rn|awk '($1 == "0.0.0.0"){print $8}'`
  /external/v8/tools/
check-static-initializers.sh 47 static_inits=$(nm "$d8" | grep _GLOBAL__I | awk '{ print $NF; }')
  /external/elfutils/config/
Makefile.am 35 awk 'BEGIN {FS=":"} { printf $$5; exit 0}' >> $$tmpname; \
37 awk '\
  /gdk/
gdk-build 48 if [ `echo $1 | awk -F '=' '{print $1}'` != "--ndk-root" ]; then
53 NDK_ROOT=`echo $1 | awk -F '=' '{print $2}'`

Completed in 412 milliseconds

1 2 3 4 5 6 7 8 9