/external/e2fsprogs/contrib/ |
dconf | 12 AWKFILE=/tmp/${SELF}.awk 68 awk -f $AWKFILE $* >$TEMPFILE 118 awk -f $AWKFILE $TEMPFILE
|
/external/e2fsprogs/lib/ss/ |
ct_c.sed | 3 # easier for an awk script to understand. 25 # an awk script to parse. 55 # and are handled by the awk script.
|
mk_cmds.1 | 54 uses an awk/sed combination of scripts,
|
/external/tcpdump/ |
README | 89 This directory also contains some short awk programs intended as 93 send-ack.awk 134 packetdat.awk 185 stime.awk 186 atime.awk 211 - When transfer is finished, stop tcpdump. Use awk to make up 214 awk -f send-ack.awk packetsize=avgsize tracedata >sa 215 awk -f packetdat.awk packetsize=avgsize tracedata >p [all...] |
FILES | 20 atime.awk 107 packetdat.awk 219 send-ack.awk 227 stime.awk
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
perf | 8 cmd_VCrate="Video+Capture+Rate CAMT PERF.awk+who=CAMT+from=Hardware+what=frame+how=received" 9 cmd_VDrate="Video+Decode+Rate VD_T PERF.awk+who=VD_T+to=HLMM+what=frame+how=sending" 10 cmd_VDTrate="Video+Decode+Rate VD_T PERF.awk+who=VD_T+to=LLMM+what=frame+how=sending" 11 cmd_VErate="Video+Encode+Rate VE_T PERF.awk+who=VE_T+to=HLMM+what=buffer+how=sending" 12 cmd_VERrate="Video+Encode+Input+Rate VE__ PERF.awk+who=VE__+from=HLMM+what=frame+how=received" 13 cmd_VPPYrate="Video+PreProc+YUV+Output+Rate VPPT PERF.awk+who=VPPT+to=HLMM+what=frame+how=sending" 14 cmd_VPPRrate="Video+PreProc+RGB+Output+Rate VPPT PERF.awk+who=VPPT+to=HLMM+what=frame+how=sending" 15 cmd_VPPIrate="Video+PreProc+Input+Rate VPP_ PERF.awk+who=VPP_+from=HLMM+what=frame+how=received" 16 cmd_VPrate="Video+Display+Rate VP_T PERF.awk+who=VP_T+to=Hardware+what=frame+how=sending" 17 cmd_VCPrate="Video+Preview+Rate VP_T PERF.awk+who=VP_T+to=Hardware+what=frame+how=sending [all...] |
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
|
/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 '
|
/ndk/tests/ |
run-tests.sh | 48 TESTABLES="samples build device awk" 106 --only-awk) 107 TESTABLES=awk 147 echo " --only-awk Only run awk tests." 302 ### RUN AWK TESTS 305 # Run a simple awk script 306 # $1: awk script to run 309 # $4+: optional additional command-line arguments for the awk command 321 echo "### COMMAND: awk -f \"$SCRIPT\" $@ < \"$INPUT\" > \"$OUTPUT\" [all...] |
/external/chromium_org/remoting/host/installer/mac/Scripts/ |
remoting_preflight.sh | 26 ps -eo uid,command | awk -v script="$SCRIPT_FILE" ' 36 ps -ec -u "$user" -o comm,pid | awk '$1 == "loginwindow" { print $2; exit }'
|
/external/e2fsprogs/debian/ |
rules | 189 cd ${stdbuilddir} && AWK=/usr/bin/awk \ 193 cd ${stdbuilddir} && AWK=/usr/bin/awk CC="${DEB_HOST_GNU_TYPE}-gcc" \ 202 cd ${mipsbuilddir} && AWK=/usr/bin/awk \ 204 cd ${mipsbuilddir64} && AWK=/usr/bin/awk \ 217 cd ${bfbuilddir} && AWK=/usr/bin/awk \ [all...] |
/external/elfutils/config/ |
Makefile.am | 35 awk 'BEGIN {FS=":"} { printf $$5; exit 0}' >> $$tmpname; \ 37 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 '\
|
/external/openssh/regress/ |
keytype.sh | 21 bits=`echo ${kt} | awk -F- '{print $2}'` 22 type=`echo ${kt} | awk -F- '{print $1}'`
|
/external/qemu/ |
feature_to_c.sh | 38 ${AWK:-awk} 'BEGIN { n = 0
|
/art/test/089-many-methods/ |
build | 23 awk '
|
/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/chromium_org/courgette/ |
run_stress_test | 128 | awk '{print $2,$4}' \ 130 # Use awk to separate the two filenames. May break if filenames 132 file1="$(echo "${file}" | awk '{print $1}')" 133 file2="$(echo "${file}" | awk '{print $2}')"
|
/external/chromium_org/third_party/re2/doc/ |
mksyntaxgo | 16 ,x/(^.* .*\n)+/ | awk -F' ' '{printf(" %-14s %s\n", $1, $2)}'
|
/external/ppp/pppd/plugins/pppoatm/ |
Makefile.linux | 12 VERSION = $(shell awk -F '"' '/VERSION/ { print $$2; }' ../../patchlevel.h)
|
/external/regex-re2/doc/ |
mksyntaxgo | 16 ,x/(^.* .*\n)+/ | awk -F' ' '{printf(" %-14s %s\n", $1, $2)}'
|