/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...] |
/ndk/sources/host-tools/nawk-20071023/ |
README | 25 This is the version of awk described in "The AWK Programming Language", 57 move this to some place like /usr/bin/awk. 92 astonishly slow. If awk seems slow, you might try fixing that. 94 awk's speed, perhaps by 1/3 for highest levels.
|
/external/bison/build-aux/ |
vc-list-files | 90 eval awk -F/ \''{ \
|
/external/chromium_org/third_party/icu/source/tools/tzcode/ |
tzselect.ksh | 24 # This script also uses several features of modern awk programs. 25 # If your host lacks awk, or has an old awk that does not conform to Posix.2, 29 # GNU awk (gawk) 38 : ${AWK=awk} 41 # Check for awk Posix compliance. 42 ($AWK -v x=y 'BEGIN { exit 123 }') </dev/null >/dev/null 2>&1 44 echo >&2 "$0: Sorry, your \`$AWK' program is not Posix compatible." 120 $AWK -v TZ="$TZ" 'BEGIN [all...] |
/external/chromium_org/third_party/re2/doc/ |
mksyntaxgo | 16 ,x/(^.* .*\n)+/ | awk -F' ' '{printf(" %-14s %s\n", $1, $2)}'
|
/external/icu4c/tools/tzcode/ |
tzselect.ksh | 24 # This script also uses several features of modern awk programs. 25 # If your host lacks awk, or has an old awk that does not conform to Posix.2, 29 # GNU awk (gawk) 38 : ${AWK=awk} 41 # Check for awk Posix compliance. 42 ($AWK -v x=y 'BEGIN { exit 123 }') </dev/null >/dev/null 2>&1 44 echo >&2 "$0: Sorry, your \`$AWK' program is not Posix compatible." 120 $AWK -v TZ="$TZ" 'BEGIN [all...] |
/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}'`
|
/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/openssh/contrib/cygwin/ |
ssh-host-config | 43 /usr/bin/awk gawk 163 if /usr/bin/awk '{ if ( $2 ~ /^23\/tcp/ ) print "ssh 22/tcp'"${_spaces}"'SSH Remote Login Protocol\nssh 22/udp'"${_spaces}"'SSH Remote Login Protocol"; print $0; }' < "${_services}" > "${_serv_tmp}" 366 run_service_as=$(/usr/bin/grep -Fi "${accnt_name}" /etc/passwd | /usr/bin/awk -F: '{print $1;}') 642 /usr/bin/awk -F: "/[^:]*:[^:]*:$i:/{ print \" \" \$1; }" /etc/group
|
ssh-user-config | 79 pwdhome=$(awk -F: '{ if ( $3 == '${uid}' ) print $6; }' < ${SYSCONFDIR}/passwd)
|
/external/regex-re2/doc/ |
mksyntaxgo | 16 ,x/(^.* .*\n)+/ | awk -F' ' '{printf(" %-14s %s\n", $1, $2)}'
|
/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...] |
/ndk/build/tools/ |
dev-system-import.sh | 40 PLATFORM=`awk -F '=' '$1 == "ro.build.version.sdk" { print $2; }' $BUILD_PROP` 287 $TOOLCHAIN_PREFIX-readelf -s -D -W $1 | awk '$5 ~ /FUNC/ && $6 ~ /GLOBAL/ && $8 !~ /UND/ { print $9; }' > $TMPC 295 $TOOLCHAIN_PREFIX-readelf -s -D -W $1 | awk '$5 ~ /OBJECT/ && $6 ~ /GLOBAL/ && $8 !~ /UND/ { print $9; }' > $TMPC
|
/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/sqlite/src/ |
Makefile.vxworks | 138 #### Which "awk" program provides nawk compatibilty 141 NAWK = awk 182 # NAWK Nawk compatible awk program. Older (obsolete?) solaris 183 # systems need this to avoid using the original AT&T AWK. 519 opcodes.c: opcodes.h $(TOP)/mkopcodec.awk 520 sort -n -b -k 3 opcodes.h | $(NAWK) -f $(TOP)/mkopcodec.awk >opcodes.c 522 opcodes.h: parse.h $(TOP)/src/vdbe.c $(TOP)/mkopcodeh.awk 524 $(NAWK) -f $(TOP)/mkopcodeh.awk >opcodes.h 530 parse.c: $(TOP)/src/parse.y lemon $(TOP)/addopcodes.awk 535 awk -f $(TOP)/addopcodes.awk parse.h.temp >parse. [all...] |
/external/chromium_org/tools/valgrind/ |
waterfall.sh | 73 # The awk script here joins the lines ending with </td> to make it possible 76 awk 'BEGIN { buf = "" }
|
/external/e2fsprogs/lib/et/ |
Makefile.in | 23 SHARE_FILES= et_c.awk et_h.awk
|
/external/libvpx/libvpx/tools/ |
ftfy.sh | 48 LAST_CHANGEID=$(git show | awk '/Change-Id:/{print $2}')
|
/external/valgrind/main/nightly/bin/ |
nightly | 165 awk '/^== [0-9]+ tests/, /^$/ { print }' $logfile.verbose >> $logfile.short
|
/frameworks/base/tools/obbtool/ |
mkobb.sh | 214 block_count=`du -s --apparent-size --block-size=512 ${directory} | awk '{ print $1; }'`
|
/ndk/build/core/ |
build-all.mk | 99 # 'mount' command to a special Awk script. 102 GEN_CYGWIN_DEPS_CONVERTER := mount | tr '\\' '/' | awk -f $(BUILD_AWK)/gen-cygwin-deps-converter.awk
|
/sdk/eclipse/scripts/ |
create_all_symlinks.sh | 48 ./gradlew :$2:properties | awk '
|
/development/tools/labpretest/ |
labpretest.sh | 80 battery=`$ADB -s $device shell dumpsys battery | tr -d '\r' | awk '/level:/ {print $2}'` 86 battery=`$ADB -s $device shell dumpsys battery | tr -d '\r' | awk '/level:/ {print $2}'`
|
/external/chromium_org/build/ |
sanitize-png-files.sh | 201 echo $(file $file | awk -F, '{print $3}' | awk '{print $2}')
|
/external/chromium_org/v8/tools/ |
push-to-trunk.sh | 204 cat ChangeLog | awk --posix '{ 244 | awk '{
|