OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:awk
(Results
1 - 25
of
584
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/qemu-pc-bios/vgabios/
dataseghack
3
awk
\
7
$1 > temp.
awk
.1
9
awk
\
13
$1 > temp.
awk
.2
15
awk
\
19
$1 > temp.
awk
.3
22
cat temp.
awk
.1 temp.
awk
.2 temp.
awk
.3 | sed -e 's/^\.data//' -e 's/^\.bss//' -e 's/^\.text//' > $1
23
/bin/rm -f temp.
awk
.1 temp.awk.2 temp.awk.3 $1.ori
[
all
...]
/build/tools/
print_module_licenses.sh
2
find . -name MODULE_LICENSE_\* | sed 's/\/MODULE_LICENSE_/\ /' | sed 's/\.\///' |
awk
'{ print $2 " " $1; }' | sort
mktarball.sh
32
new_uid=`echo ${new_info} |
awk
'{print $1;}'`
33
new_gid=`echo ${new_info} |
awk
'{print $2;}'`
34
new_perms=`echo ${new_info} |
awk
'{print $3;}'`
/external/e2fsprogs/misc/
profile-to-c.awk
1
#!/bin/
awk
/external/valgrind/main/drd/tests/
compare_error_count_with
3
awk
-v count=50000 '/ERROR SUMMARY/{if ($4 <= count) print "Total error count is below threshold."; else print "Total error count is above threshold" }'
filter_annotate_barrier_xml
7
awk
'{
/external/e2fsprogs/util/
subst.conf.in
0
AWK
@
AWK
@
/external/e2fsprogs/lib/et/
compile_et.sh.in
6
AWK
=@
AWK
@
32
if test ! -f "$DIR/et_h.
awk
" || test ! -f "$DIR/et_c.
awk
" ; then
35
if test ! -f "$DIR/et_h.
awk
" || test ! -f "$DIR/et_c.
awk
" ; then
49
$
AWK
-f "${DIR}/et_h.
awk
" "outfile=${BASE}.h.$$" "outfn=${BASE}.h" "$ROOT.et"
56
$
AWK
-f "${DIR}/et_c.
awk
" "outfile=${BASE}.c.$$" "outfn=${BASE}.c" "$ROOT.et
[
all
...]
/external/e2fsprogs/lib/ss/
mk_cmds.sh.in
8
AWK
=@
AWK
@
32
if test ! -f $DIR/ct_c.sed || test ! -f $DIR/ct_c.
awk
; then
35
if test ! -f "$DIR/ct_c.sed" || test ! -f "$DIR/ct_c.
awk
" ; then
52
| ${
AWK
} -f "${DIR}/ct_c.
awk
" "rootname=${ROOT}" "outfile=${TMP}" -
/external/e2fsprogs/e2fsck/
mtrace.awk
1
#!/usr/bin/
awk
-f
3
#
Awk
program to analyze mtrace.c output.
/external/libvpx/libvpx/tools/
author_first_release.sh
14
awk
"{print \"${tag#v}\t\"\$0}"
/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
/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/skia/gm/tests/
rebaseline.sh
37
FILES=$(svn stat outputs/* | grep ^\? |
awk
'{print $2}')
41
FILES=$(svn stat outputs/*/output-expected | grep ^\? |
awk
'{print $2}')
48
FILES=$(svn stat outputs/*/output-expected | grep ^\! |
awk
'{print $2}')
52
FILES=$(svn stat outputs/* | grep ^\! |
awk
'{print $2}')
/external/skia/tools/tests/
rebaseline.sh
36
FILES=$(svn stat skdiff/* | grep ^\? |
awk
'{print $2}')
40
FILES=$(svn stat skdiff/*/output-expected | grep ^\? |
awk
'{print $2}')
47
FILES=$(svn stat skdiff/*/output-expected | grep ^\! |
awk
'{print $2}')
51
FILES=$(svn stat skdiff/* | grep ^\! |
awk
'{print $2}')
/hardware/ti/wlan/mac80211/ti-utils/scripts/
mkcard.sh
7
SIZE=`fdisk -l $DRIVE | grep Disk |
awk
'{print $5}'`
/ndk/sources/cxx-stl/llvm-libc++/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/kernel-headers/original/asm-arm/
sizes.h
17
* from .s file by
awk
-f s2h.
awk
/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
Completed in 534 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>