OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:awk
(Results
26 - 50
of
576
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/system/update_engine/
local_coverage_rate
23
cat app.info |
awk
-F '[,:]' '
33
' | sort |
awk
-F : '
61
awk
-F : '
/toolchain/binutils/binutils-2.25/gold/testsuite/
icf_safe_test.sh
32
func_addr_1=`grep $2 $1 |
awk
'{print $1}'`
33
func_addr_2=`grep $3 $1 |
awk
'{print $1}'`
43
awk
"
relro_test.sh
38
RELRO_START=`grep GNU_RELRO "$1" |
awk
'{ print $3; }'`
39
RELRO_LEN=`grep GNU_RELRO "$1" |
awk
'{ print $6; }'`
49
LOAD_ALIGN=`grep LOAD "$1" |
awk
-v A=$RELRO_START '$3 == A { print $NF; }'`
50
LOAD_LEN=`grep LOAD "$1" |
awk
-v A=$RELRO_START '$3 == A { print $6; }'`
final_layout.sh
32
awk
"
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
cpus2use.sh
27
awk
-v ncpus=$ncpus '{ print ncpus * ($7 + $NF) / 100 }'`
28
awk
-v ncpus=$ncpus -v idlecpus=$idlecpus < /dev/null '
configcheck.sh
29
awk
'
/external/ltp/testcases/kernel/device-drivers/drm/kernel_space/
load_tdrm.sh
5
major=`
awk
'/drm/{print \$1}' /proc/devices`
6
minor=`dmesg | grep "Initialized tdrm" | tail -n 1 |
awk
'{print \$NF}'`
/dalvik/dx/tests/113-old-style-inner-class/
run
22
dx --debug --dex *.class 2>&1 |
awk
'/^warning:/ { print $1 }'
/external/autotest/client/bin/self-test/tests/
NNN-filter
15
awk
'
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-inode-version/
ext4_get_inode_version.sh
27
inode_version=`debugfs -R "stat $1" $EXT4_DEV 2> /dev/null | grep 'Version' |
awk
'{
/external/ltp/tools/pounder21/src/
dump_xserver_statm
23
cat /proc/`ps -ef | grep "$XSERVER_FILE :2" | egrep -v "(timed_loop|grep)" |
awk
'{print $2}'`/statm >> $POUNDER_LOGDIR/xserver_statm
/external/valgrind/drd/tests/
filter_stderr
49
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; }' |
52
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; }' |
55
awk
'{ s = !match(prev, " by ") && !match(prev, " at ") && match($0, " by "); prev = $0; if (s) sub(" by ", " at ", $0); print }' |
58
awk
'/^ <frame>$/ { in_frame = 1; line = 0; drd_pthread_intercepts = 0; fn = 0; } /^ <file>drd_pthread_intercepts.c<\/file>$/ { drd_pthread_intercepts = 1; } /^ <fn>/ { fn = 1; } { if (in_frame) frame[line++] = $0; else print; } /^ <\/frame>/ { if (in_frame) { if (!drd_pthread_intercepts || fn) for (i = 0; i < line; i++) { print frame[i]; }; in_frame = 0; } }' |
/prebuilts/go/darwin-x86/src/runtime/
mknacl.sh
7
awk
'
/prebuilts/go/linux-x86/src/runtime/
mknacl.sh
7
awk
'
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/
Makefile
12
srcu.c: modify_srcu.
awk
Makefile $(modified_srcu_input)
13
awk
-f modify_srcu.
awk
$(modified_srcu_input) $(modified_srcu_output)
/external/openssh/regress/
sshcfgparse.sh
12
f=`${SSH} -GF $OBJ/ssh_config host |
awk
'/exitonforwardfailure/{print $2}'`
14
f=`${SSH} -GF $OBJ/ssh_config -W a:1 h |
awk
'/exitonforwardfailure/{print $2}'`
17
awk
'/exitonforwardfailure/{print $2}'`
20
f=`${SSH} -GF $OBJ/ssh_config host |
awk
'/clearallforwardings/{print $2}'`
22
f=`${SSH} -GF $OBJ/ssh_config -W a:1 h |
awk
'/clearallforwardings/{print $2}'`
25
awk
'/clearallforwardings/{print $2}'`
/external/toolchain-utils/
perf-to-inst-page.sh
52
grep -B 2 "dso.*$binary$" |
awk
-v base=$loading_address \
58
test
awk
'{print $3}' out.txt | sort -n | uniq -c > inst-histo.txt
74
num=$(
awk
'END {print NR+1}' out.txt)
/external/ltp/testcases/kernel/io/disktest/
Makefile
202
VER := `grep VER_STR $(abs_srcdir)/main.h |
awk
-F\" '{print $$2}'`
/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."
159
DATE=`echo ${CVSTAG} |
awk
'{ print $5 }'`
161
YEAR=`echo ${DATE} |
awk
'BEGIN { FS="/"} {print $1; }'
[
all
...]
/art/test/089-many-methods/
build
23
awk
'
/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
'
/dalvik/dx/tests/095-dex-const-string-jumbo/
run
24
awk
'
/external/autotest/contrib/
servo-inventory
14
../cli/atest host list -w cautotest |
awk
'
/external/libvpx/libvpx/tools/
author_first_release.sh
14
awk
"{print \"${tag#v}\t\"\$0}"
/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
'\
Completed in 252 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>