HomeSort by relevance Sort by last modified time
    Searched full:awk (Results 151 - 175 of 718) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/compile/libbcc/lib/Renderscript/
generate-whitelist.sh 11 whitelist=`grep "{ \"_Z" $STUB_FILES | awk '{print $3}' | sort | uniq`
  /external/libpng/contrib/pngminim/decoder/
makefile 8 # If awk fails try
9 # make AWK=nawk
101 $(PNGSRC)/scripts/options.awk pngusr.h pngusr.dfa
  /external/libpng/contrib/pngminim/encoder/
makefile 8 # If awk fails try
9 # make AWK=nawk
100 $(PNGSRC)/scripts/options.awk pngusr.h pngusr.dfa
  /external/libpng/contrib/pngminim/preader/
makefile 8 # If awk fails try
9 # make AWK=nawk
116 $(PNGSRC)/scripts/options.awk pngusr.h pngusr.dfa
  /external/toybox/tests/
pgrep.test 19 proc_parent=`cat /proc/${proc}/stat | awk '{ print $4 }'`
109 proc_p=`cat /proc/${proc}/stat | awk '{ print $4 }'`
117 proc_parent=`cat /proc/${proc}/stat | awk '{ print $4 }'`
  /external/valgrind/drd/scripts/
measurement-functions 44 awk '{n++;m=NF;for(i=1;i<=NF;i++){sum[i]+=$i;sumsq[i]+=$i*$i}}END{for(i=1;i<=m;i++){d=sumsq[i]/n-sum[i]*sum[i]/n/n;printf "%.2f %.2f ",sum[i]/n,(d>=0.0001?sqrt(d):0.01)}}'
94 awk "END{print $(query_cmd_vsz ${cmd}) + ${vsz_tool:-0}}" \
144 awk "END{printf "'"'"Ratio = %.2f +/- %.2f; VSZ ratio: %.2f +/- %.2f\n"'"'", ${avg2}/${avg1}, ${avg2}/${avg1}*(${stddev1}/${avg1}+${stddev2}/${avg2}), ${vsz2}/${vsz1}, ${vsz2}/${vsz1}*(${vszdev1}/${vsz1}+${vszdev2}/${vsz2})}" </dev/null
  /external/selinux/policycoreutils/scripts/
fixfiles 42 FS="`cat /proc/self/mounts | sort | uniq | awk '{print $2}'`"
46 grep " $i " /proc/self/mounts | awk '{print $4}' | egrep --silent '(^|,)seclabel(,|$)' && echo $i
56 grep " $i " /proc/self/mounts | awk '{print $4}' | egrep --silent '(^|,)rw(,|$)' && echo $i
63 grep " $i " /proc/self/mounts | awk '{print $4}' | egrep --silent '(^|,)ro(,|$)' && echo $i
72 SELINUXMNT=`grep selinuxfs /proc/self/mountinfo | head -1 | awk '{ print $5 }'`
80 SELINUXMNT=`grep selinuxfs /proc/self/mountinfo | head -1 | awk '{ print $5 }'`
352 BOOTTIME=`/bin/who -b | awk '{print $3}'`
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_scanner.tcc 34 // and awk
37 // 3) awk is extended except special escaping rules, and there's no
47 // awk: http://pubs.opengroup.org/onlinepubs/000095399/utilities/awk.html
237 // ECMAScirpt and awk permmits escaping in bracket.
381 // We MUST judge awk before handling backrefs. There's no backref in awk.
  /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/core/
init.mk 307 HOST_AWK := $(wildcard $(HOST_PREBUILT)/awk$(HOST_EXEEXT))
357 # Verify that the 'awk' tool has the features we need.
362 HOST_AWK := awk
364 $(call ndk_log,Host 'awk' tool: $(HOST_AWK))
366 # Location of all awk scripts we use
367 BUILD_AWK := $(NDK_ROOT)/build/awk
369 AWK_TEST := $(shell $(HOST_AWK) -f $(BUILD_AWK)/check-awk.awk)
370 $(call ndk_log,Host 'awk' test returned: $(AWK_TEST))
372 $(call __ndk_info,Host 'awk' tool is outdated. Please define NDK_HOST_AWK to point to Gawk or Nawk !
    [all...]
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
  /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/libpng/scripts/
options.awk 1 #!/bin/awk -f
2 # scripts/options.awk - library build configuration control
17 # awk -f scripts/options.awk out=options.tmp scripts/options.dfa 1>&2
18 # awk -f scripts/options.awk out=options.dfn options.tmp 1>&2
27 # If awk fails on your platform, try nawk instead.
46 # script dfn.awk for more capabilities (not required here). Note that if
165 # The bare "pre" instead of "pre != 0" crashes under Sunos awk
500 print "options.awk: bad line (" NR "):", $
    [all...]
  /external/tcpdump/
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 '
  /ndk/build/tools/
build-libportable.sh 177 nm -a $DSTDIR/libportable.a | grep __wrap_ | awk '{print $3}' | sed '/^$/d' | \
178 sed 's/_wrap_/|/' | awk -F'|' '{print $2}' | sort | uniq | \
179 awk '{printf "--wrap=%s\n",$1}' > "$DSTDIR/libportable.wrap"
  /ndk/tests/abcc/
build-abcc.sh 114 DEFAULT_TARGET="`$SDK_DIR/tools/android list target | grep '^id' | head -n 1 | awk '{print $4}'`"
117 echo "-- `echo $line | awk '{print $4}'`"
123 SDK_TARGET=`$SDK_DIR/tools/android list target | grep '^id' | awk '{print $4}'`
  /external/e2fsprogs/lib/et/
compile_et.1 73 uses an awk/sed combination of scripts,
  /external/elfutils/src/config/
known-dwarf.awk 44 print "/* Generated by config/known-dwarf.awk from libdw/dwarf.h contents. */";
  /external/libcxx/test/std/re/re.alg/re.alg.match/
parse_curly_brackets.pass.cpp 50 std::regex regex(re, std::regex::awk);
  /external/libpng/contrib/conftest/
README 33 ${srcdir}/scripts/options.awk
  /external/libvncserver/webclients/java-applet/ssl/
onetimekey 58 n=`grep -n 'BEGIN CERTIFICATE' $in | awk -F: '{print $1}' | head -1`
  /external/libvncserver/x11vnc/misc/
x11vnc_loop 55 | sed -e 's/^.*-auth//' | awk '{print $1}'`
  /external/libvpx/libvpx/build/make/
version.sh 36 changelog_version=`head -n1 "${p}/CHANGELOG" | awk '{print $2}'`
  /external/ltrace/sysdeps/linux-gnu/
arch_mksyscallent 1 #!/usr/bin/awk -f
mksyscallent 1 #!/usr/bin/awk -f

Completed in 1513 milliseconds

1 2 3 4 5 67 8 91011>>