OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:awk
(Results
26 - 50
of
718
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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."
158
DATE=`echo ${CVSTAG} |
awk
'{ print $5 }'`
160
YEAR=`echo ${DATE} |
awk
'BEGIN { FS="/"} {print $1; }'
[
all
...]
/ndk/build/tools/
build-host-awk.sh
17
# Build the host version of the
awk
executable and place it
25
"Rebuild the host
awk
tool used by the NDK."
42
SUBDIR=$(get_prebuilt_host_exec
awk
)
72
log "Building $HOST_TAG
awk
"
86
fail_panic "Failed to build the
awk
-$AWK_VERSION executable!"
89
run mkdir -p $(dirname "$OUT") && cp "$BUILD_DIR/$(get_host_exec_name ndk-
awk
)" "$OUT"
93
ARCHIVE=ndk-
awk
-$HOST_TAG.tar.bz2
/external/libpng/scripts/
makefile.std
36
AWK
=
awk
63
$(
AWK
) -f "scripts/dfn.
awk
" out="pnglibconf.tmp" pnglibconf.out 1>&2
66
pnglibconf.dfn: scripts/pnglibconf.dfa scripts/options.
awk
pngconf.h pngusr.dfa $(DFA_XTRA)
68
$(ECHO) "Calling $(
AWK
) from scripts/pnglibconf.mak" >&2
69
$(ECHO) "If '
awk
' crashes try a better
awk
(e.g.
AWK
='nawk')" >&2
70
$(
AWK
) -f scripts/options.awk out="pnglibconf.pre"
[
all
...]
/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/ipsec-tools/src/racoon/samples/roadwarrior/client/
phase1-down.sh
11
DEFAULT_GW=`netstat -rn |
awk
'($1 == "default"){print $2}'`
14
DEFAULT_GW=`netstat -rn |
awk
'($1 == "0.0.0.0"){print $2}'`
34
if=`netstat -rn|
awk
'($1 == "default"){print $7}'`
41
if=`netstat -rn|
awk
'($1 == "0.0.0.0"){print $8}'`
phase1-up.sh
10
DEFAULT_GW=`netstat -rn |
awk
'($1 == "default"){print $2}'`
13
DEFAULT_GW=`netstat -rn |
awk
'($1 == "0.0.0.0"){print $2}'`
35
if=`netstat -rn|
awk
'($1 == "default"){print $7}'`
42
if=`netstat -rn|
awk
'($1 == "0.0.0.0"){print $8}'`
/external/ltrace/testsuite/ltrace.minor/
print-instruction-pointer.exp
32
catch "exec sh -c {echo \"$output\" | sed -n '2p'|
awk
-F' ' '{print \$1}'|
awk
-F: '{print \$1}'}" addr1
33
catch "exec sh -c {echo \"$output\" | sed -n '5p'|
awk
-F' ' '{print \$1}'|
awk
-F: '{print \$1}'}" addr2
/external/strace/tests/
caps.awk
12
@include "match.
awk
"
getrandom.awk
11
@include "match.
awk
"
select.awk
11
@include "match.
awk
"
net-yy.test
26
match_awk "$LOG-connect" "$srcdir"/net-yy-connect.
awk
"$STRACE $args connect output mismatch"
27
match_awk "$LOG-accept" "$srcdir"/net-yy-accept.
awk
"$STRACE $args accept output mismatch"
unix-yy.test
28
match_awk "$LOG-connect" "$srcdir"/unix-yy-connect.
awk
"$STRACE $args connect output mismatch" -v addr=$addr
29
match_awk "$LOG-accept" "$srcdir"/unix-yy-accept.
awk
"$STRACE $args accept output mismatch" -v addr=$addr
/external/valgrind/drd/tests/
filter_annotate_barrier_xml
7
awk
'{
/external/libcxx/test/std/re/re.const/re.synopt/
syntax_option_type.pass.cpp
25
//
awk
= unspecified,
44
assert(std::regex_constants::
awk
!= 0);
54
assert((std::regex_constants::icase & std::regex_constants::
awk
) == 0);
63
assert((std::regex_constants::nosubs & std::regex_constants::
awk
) == 0);
71
assert((std::regex_constants::optimize & std::regex_constants::
awk
) == 0);
78
assert((std::regex_constants::collate & std::regex_constants::
awk
) == 0);
84
assert((std::regex_constants::ECMAScript & std::regex_constants::
awk
) == 0);
89
assert((std::regex_constants::basic & std::regex_constants::
awk
) == 0);
93
assert((std::regex_constants::extended & std::regex_constants::
awk
) == 0);
97
assert((std::regex_constants::
awk
& std::regex_constants::grep) == 0)
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.const/re.synopt/
syntax_option_type.pass.cpp
25
//
awk
= unspecified,
44
assert(std::regex_constants::
awk
!= 0);
54
assert((std::regex_constants::icase & std::regex_constants::
awk
) == 0);
63
assert((std::regex_constants::nosubs & std::regex_constants::
awk
) == 0);
71
assert((std::regex_constants::optimize & std::regex_constants::
awk
) == 0);
78
assert((std::regex_constants::collate & std::regex_constants::
awk
) == 0);
84
assert((std::regex_constants::ECMAScript & std::regex_constants::
awk
) == 0);
89
assert((std::regex_constants::basic & std::regex_constants::
awk
) == 0);
93
assert((std::regex_constants::extended & std::regex_constants::
awk
) == 0);
97
assert((std::regex_constants::
awk
& std::regex_constants::grep) == 0)
[
all
...]
/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
'
/external/jemalloc/include/jemalloc/
jemalloc_mangle.sh
21
n=`echo ${nm} |tr ':' ' ' |
awk
'{print $1}'`
39
n=`echo ${nm} |tr ':' ' ' |
awk
'{print $1}'`
/external/libpng/projects/owatcom/
libpng.wpj
16
# Locations of zlib and (if required)
awk
(change as required:)
18
set
awk
=
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/Darwin.Power.Macintosh/
vncviewer.sh
26
h=`echo "$a" |
awk
-F: '{print $1}'`
27
p=`echo "$a" |
awk
-F: '{print $2}'`
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
Makefile
27
cp -f PERF.
awk
$(OMXTESTDIR)
47
rm -f $(OMXTESTDIR)/PERF.
awk
/ndk/build/awk/
check-awk.awk
16
# This script is used to check that a given
awk
executable
19
# These were introduced in nawk/gawk, but the original
awk
/external/bison/examples/
extexi
1
# Extract all examples from the manual source. -*-
AWK
-*-
21
# This script is for use with any
Awk
that conforms to POSIX.
22
# It was derived from a similar script tests/generate.
awk
in GNU m4.
81
# by
awk
on Mac OS X Tiger (darwin 8.4.6).
96
# We have to handle CONTENTS line per line, since anchors in
AWK
are
/external/libcxx/test/std/re/re.regex/re.regex.const/
constants.pass.cpp
24
// static constexpr regex_constants::syntax_option_type
awk
= regex_constants::
awk
;
46
static_assert((BR::
awk
== std::regex_constants::
awk
), "");
56
where(BR::
awk
);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.const/
constants.pass.cpp
24
// static constexpr regex_constants::syntax_option_type
awk
= regex_constants::
awk
;
46
static_assert((BR::
awk
== std::regex_constants::
awk
), "");
56
where(BR::
awk
);
/external/icu/icu4c/source/tools/tzcode/
tzselect.ksh
24
# This script also uses several features of modern
awk
programs.
25
# If your host lacks
awk
, or has an old
awk
that does not conform to Posix.2,
29
# GNU
awk
(gawk)
38
: ${
AWK
=
awk
}
41
# Check for
awk
Posix compliance.
42
($
AWK
-v x=y 'BEGIN { exit 123 }') </dev/null >/dev/null 2>&1
44
echo >&2 "$0: Sorry, your \`$
AWK
' program is not Posix compatible."
120
$
AWK
-v TZ="$TZ" 'BEGIN
[
all
...]
Completed in 466 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>