HomeSort by relevance Sort by last modified time
    Searched refs:awk (Results 176 - 200 of 576) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/flatbuffers/android/
build_apk.sh 77 sysctl hw.ncpu | awk '{ print $2 }'
80 awk '/^processor/ { n=$3 } END { print n + 1 }' /proc/cpuinfo
100 xmllint --shell "${1}" | awk '/Object is a string/ { print $NF }'
106 awk '/^..*$/ { if (p) { print $0 } }
118 awk '{ if ($3 == '"${parent_pid}"') { print $2 } }'); do
235 awk -F'"' '/^id:.*android/ { print $2 }')
238 awk -F- '{ print $2 }' | sort -n); do
353 awk -F= '/ro.build.version.sdk/ {
375 awk "
  /external/flatbuffers/samples/android/
build_apk.sh 77 sysctl hw.ncpu | awk '{ print $2 }'
80 awk '/^processor/ { n=$3 } END { print n + 1 }' /proc/cpuinfo
100 xmllint --shell "${1}" | awk '/Object is a string/ { print $NF }'
106 awk '/^..*$/ { if (p) { print $0 } }
118 awk '{ if ($3 == '"${parent_pid}"') { print $2 } }'); do
235 awk -F'"' '/^id:.*android/ { print $2 }')
238 awk -F- '{ print $2 }' | sort -n); do
353 awk -F= '/ro.build.version.sdk/ {
375 awk "
  /external/guice/extensions/persist/lib/
oro-2.0.8.jar 
  /prebuilts/tools/common/m2/repository/oro/oro/2.0.8/
oro-2.0.8.jar 
  /external/libpng/projects/owatcom/
pngconfig.mak 22 # Read awk from the environment if set, else it can be set on the command
23 # line (the default approach is to set the %awk% environment variable in the
25 !ifdef %awk
26 AWK=$(%awk)
35 !ifdef AWK
45 $(AWK) -f << dfn1.out >dfn2.out
60 pnglibconf.dfn: ..\..\scripts\pnglibconf.dfa ..\..\scripts\options.awk pngconfig.dfa ..\..\pngconf.h
62 $(AWK) -f ..\..\scripts\options.awk out=dfn1.out version=search ..\..\pngconf.h ..\..\scripts\pnglibconf.dfa pngconfig.dfa $(DFA_XTRA) (…)
    [all...]
  /dalvik/dx/tests/129-numthread-deterministic/
run 25 awk '
  /dalvik/dx/tests/130-numthread-multidex-deterministic/
run 25 awk '
  /dalvik/opcode-gen/
opcode-gen 23 # one of the "emission" directives defined in opcode-gen.awk in this
58 awk -v "bytecodeFile=$bytecodeFile" -f "$progdir/opcode-gen.awk" \
65 echo "error running awk" 1>&2
  /external/compiler-rt/lib/tsan/
analyze_libtsan.sh 15 awk "/[^:]$/ {print;} />:/ {c++; if (c == 2) {exit}}"
41 size=$(grep __tsan_$f$ ${NM_CONTENTS} | awk --non-decimal-data '{print ("0x"$2)+0}')
  /external/elfutils/tests/
run-lfs-symbols.sh 45 make print-$1 -C $2 |& awk -F= "/^$1=/{ print \$2 }"
49 bad=$(testrun ${abs_top_builddir}/src/nm -u "$1" | awk "$LFS")
  /external/libdrm/etnaviv/
etnaviv-symbol-check 6 FUNCS=$(nm -D --format=bsd --defined-only ${1-.libs/libdrm_etnaviv.so} | awk '{print $3}'| while read func; do
  /external/libdrm/exynos/
exynos-symbol-check 6 FUNCS=$(nm -D --format=bsd --defined-only ${1-.libs/libdrm_exynos.so} | awk '{print $3}'| while read func; do
  /external/libdrm/omap/
omap-symbol-check 6 FUNCS=$(nm -D --format=bsd --defined-only ${1-.libs/libdrm_omap.so} | awk '{print $3}'| while read func; do
  /external/libdrm/tegra/
tegra-symbol-check 6 FUNCS=$(nm -D --format=bsd --defined-only ${1-.libs/libdrm_tegra.so} | awk '{print $3}'| while read func; do
  /external/libpcap/
mkdep 84 awk '{
  /external/libunwind/tests/
run-coredump-unwind 18 nm -D "$binary" --format=posix --defined-only | awk '{ print $1 }' | sort > "$dynsyms"
20 nm "$debuginfo" --format=posix --defined-only | awk '{ if ($2 == "T" || $2 == "t") print $1 }' | sort > "$funcsyms"
  /external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
kvm-recheck-lock.sh 46 ncsps=`awk -v ncs=$ncs -v dur=$dur '
  /external/linux-kselftest/tools/testing/selftests/zram/
zram01.sh 45 local mem_free0=$(free -m | awk 'NR==2 {print $4}')
59 local mem_free1=$(free -m | awk 'NR==2 {print $4}')
  /external/ltp/testcases/kernel/numa/
numa01.sh 43 TST_NEEDS_CMDS="numactl numastat awk"
58 echo $(numastat -p $pid |grep '^Total' |awk '{print $'$node'}')
67 local state=$(awk '{print $3}' /proc/$pid/stat)
264 var=`awk '{ print $2 }' /proc/$pid/stat`
266 var=`awk '{ print $2 }' /proc/$pid/stat`
271 running_on_cpu=$(awk '{ print $39; }' /proc/$pid/stat)
353 RC=$(awk '{ if ( NR == 1 ) {print $1;} }' gavail_nodes)
355 RC=$(awk '{ if ( NR == 1 ) {print $3;} }' gavail_nodes)
357 RC=$(awk '{ if ( NR == 1 ) {print $2;} }' gavail_nodes)
  /external/ltp/testcases/kernel/tracing/ftrace_test/ftrace_stress/
ftrace_buffer_size_kb.sh 19 free_mem=`cat /proc/meminfo | grep '^MemFree' | awk '{ print $2 }'`
ftrace_trace_options.sh 30 option=$(echo "$trace_options" | awk "{print \$$option_index}")
  /external/ltp/testcases/network/stress/ftp/
ftp-download-stress01-rmt 43 recv_filesize=$(echo "$out" | awk '{print $2}')
  /external/ltp/testcases/network/stress/ssh/
ssh-stress01-rmt 55 grep "ssh[[:blank:]].*${ssh_config}" | awk '{print $2}')
  /external/ltp/testcases/network/tcp_cmds/echo/
echo01 83 csum1=$(sum $TCtmp/$ECHOFILE | awk '{print $1}')
95 csum2=$(sum "$TCtmp/${ECHOFILE}${NUM}" | awk '{print $1}')
  /external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/
do-plot 19 columns=$(echo $cols | awk '{print $2;}')
23 column[$count]=$(echo $cols | awk -vcount=$count '{print $(2 + count);}')

Completed in 528 milliseconds

1 2 3 4 5 6 78 91011>>