OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:awk
(Results
126 - 150
of
718
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/valgrind/tests/
check_makefile_consistency
10
awk
'/\\$/ {
26
awk
'{
/hardware/intel/img/psb_video/debian/
rules
28
#
awk
'{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'`
30
#
awk
'{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
/ndk/sources/host-tools/nawk-20071023/
GNUmakefile
5
BUILD_DIR ?= /tmp/ndk-$(USER)/build-
awk
50
PROGRAM := $(BUILD_DIR)/ndk-
awk
$(EXE)
/external/libedit/src/
Makefile.in
116
$(
AWK
) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
209
am__uniquify_input = $(
AWK
) '\
232
AWK
= @
AWK
@
739
AWK
=$(
AWK
) sh $(srcdir)/makelist -h $(srcdir)/vi.c > $@
742
AWK
=$(
AWK
) sh $(srcdir)/makelist -h $(srcdir)/emacs.c > $@
745
AWK
=$(
AWK
) sh $(srcdir)/makelist -h $(srcdir)/common.c > $
[
all
...]
/art/test/056-const-string-jumbo/
build
27
awk
'
/art/test/089-many-methods/
build
23
awk
'
/dalvik/dx/tests/095-dex-const-string-jumbo/
run
24
awk
'
/dalvik/dx/tests/096-dex-giant-catch/
run
19
awk
'
/dalvik/dx/tests/124-multidex-option-no-overflow/
run
23
awk
'
/dalvik/dx/tests/128-multidex-option-overflow/
run
23
awk
'
/dalvik/dx/tests/129-numthread-deterministic/
run
22
awk
'
/dalvik/dx/tests/130-numthread-multidex-deterministic/
run
22
awk
'
/external/guava/
mvn-deploy.sh
20
java_version="$(${JAVA_CMD} -version 2>&1 | grep -e 'java version' |
awk
'{ print $3 }')"
/external/iproute2/ip/
routel
41
done |
awk
-F ' ' '
/external/libxml2/doc/
ChangeLog.awk
1
#!/bin/
awk
-f
/external/linux-tools-perf/src/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/ltrace/sysdeps/linux-gnu/
mksignalent
1
#!/usr/bin/
awk
-f
mksyscallent_mips
1
#!/usr/bin/
awk
-f
/external/ppp/pppd/plugins/
Makefile.linux
35
VERSION = $(shell
awk
-F '"' '/VERSION/ { print $$2; }' ../patchlevel.h)
/external/protobuf/more_tests/
Makefile
35
awk
'{print "#include \""$$1"\""} ' > header_warning_test.cc )
/external/squashfs-tools/RELEASE-READMEs/
PERFORMANCE.README
53
-g |
awk
'{ printf $2 }' > /tmp/sort
89
-g |
awk
'{ printf $2 }' > /tmp/sort
130
-g |
awk
'{ printf $2 }' > /tmp/sort
163
-g |
awk
'{ printf $2 }' > /tmp/sort
/external/strace/
errnoent.sh
27
awk
'
/external/strace/tests/
getdents.awk
51
@include "match.
awk
"
sigaction.awk
37
@include "match.
awk
"
/external/vboot_reference/tests/futility/
test_sign_firmware.sh
126
|
awk
'/Firmware body size:/ {print $4}' > ${TMP}.good.body
128
|
awk
'/FW_MAIN_/ {print $3}' > ${TMP}.good.fw_main
134
|
awk
'/Firmware body size:/ {print $4}' > ${TMP}.onemore.body
136
|
awk
'/FW_MAIN_/ {print $3}' > ${TMP}.onemore.fw_main
Completed in 567 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>