OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:awk
(Results
401 - 425
of
711
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/sdk/bash_completion/
adb.bash
69
local devices=$(command adb devices 2> /dev/null | grep -v "List of devices" |
awk
'{ print $1 }')
/external/iputils/ninfod/
configure
[
all
...]
/external/bison/src/
Makefile.in
209
$(
AWK
) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
288
AWK
= @
AWK
@
[
all
...]
/external/chromium/chrome/common/extensions/docs/
crx.html
475
pub_len_hex=$(byte_swap $(printf '%08x\n' $(ls -l "$pub" |
awk
'{print $5}')))
476
sig_len_hex=$(byte_swap $(printf '%08x\n' $(ls -l "$sig" |
awk
'{print $5}')))
/external/chromium_org/third_party/devscripts/
licensecheck.pl.vanilla
86
and/or filtered, e.g. with the B<
awk
> and B<sort> commands.
377
--machine, -m Display in a machine readable way (good for
awk
)
/external/chromium_org/third_party/sqlite/src/test/
join.test
346
SELECT * FROM t1 NATURAL
AWK
SED JOIN t2;
348
} {1 {unknown or unsupported join type: NATURAL
AWK
SED}}
/external/libcap-ng/libcap-ng-0.7/bindings/python/test/
Makefile.in
84
AWK
= @
AWK
@
/external/libffi/testsuite/
Makefile.in
58
AWK
= @
AWK
@
/external/libvpx/libvpx/build/make/
Makefile
173
# when given --strip-unneeded. Use nm and
awk
to identify globals and
178
`$(NM) $< | grep ' [A-TV-Z] ' |
awk
'{print "-K"$$3'}`\
/ndk/build/tools/
build-mingw64-toolchain.sh
406
MINGW_W64_VERSION_NO_REV=$(echo $MINGW_W64_VERSION |
awk
'BEGIN { FS="@" }; { print $1 }')
408
MINGW_W64_REVISION=$(echo $MINGW_W64_VERSION |
awk
'BEGIN { FS="@" }; { print $2 }')
/ndk/sources/host-tools/make-3.81/doc/
Makefile.in
98
AWK
= @
AWK
@
/ndk/sources/host-tools/nawk-20071023/
lib.c
32
#include "
awk
.h"
314
* \n is NOT a field separator (cf
awk
book 61,84).
/external/bison/examples/
Makefile.in
244
AWK
= @
AWK
@
[
all
...]
/external/elfutils/tests/
Makefile.in
322
AWK
= @
AWK
@
[
all
...]
/external/flac/libFLAC/
Makefile.in
79
AWK
= @
AWK
@
[
all
...]
/external/ipsec-tools/src/racoon/
Makefile.in
138
AWK
= @
AWK
@
708
$(
AWK
) '{ files[$$0] = 1; nonemtpy = 1; } \
721
$(
AWK
) '{ files[$$0] = 1; nonempty = 1; } \
736
$(
AWK
) '{ files[$$0] = 1; nonempty = 1; } \
[
all
...]
/external/pixman/test/
Makefile.in
299
AWK
= @
AWK
@
706
$(
AWK
) '{ files[$$0] = 1; nonempty = 1; } \
719
$(
AWK
) '{ files[$$0] = 1; nonempty = 1; } \
739
$(
AWK
) '{ files[$$0] = 1; nonempty = 1; } \
[
all
...]
/external/valgrind/main/helgrind/tests/
Makefile.in
331
AWK
= @
AWK
@
[
all
...]
/external/valgrind/main/none/
Makefile.in
138
AWK
= @
AWK
@
755
$(
AWK
) '{ files[$$0] = 1; nonempty = 1; } \
781
$(
AWK
) '{ files[$$0] = 1; nonempty = 1; } \
[
all
...]
/external/valgrind/main/none/tests/amd64/
Makefile.in
299
AWK
= @
AWK
@
[
all
...]
/external/valgrind/main/none/tests/arm/
Makefile.in
129
AWK
= @
AWK
@
628
$(
AWK
) '{ files[$$0] = 1; nonempty = 1; } \
641
$(
AWK
) '{ files[$$0] = 1; nonempty = 1; } \
[
all
...]
/external/valgrind/main/none/tests/ppc64/
Makefile.in
173
AWK
= @
AWK
@
[
all
...]
/external/valgrind/main/none/tests/x86/
Makefile.in
279
AWK
= @
AWK
@
[
all
...]
/ndk/sources/host-tools/make-3.81/
Makefile.in
156
AWK
= @
AWK
@
672
$(
AWK
) ' { files[$$0] = 1; } \
698
$(
AWK
) ' { files[$$0] = 1; } \
714
$(
AWK
) ' { files[$$0] = 1; } \
[
all
...]
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Makefile.in
201
AWK
= @
AWK
@
[
all
...]
Completed in 587 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>