/ndk/sources/host-tools/nawk-20071023/ |
FIXES | 25 This file lists all bug fixes, changes, etc., made since the AWK book 156 are available in awk, and they are more likely to work correctly in 165 fixed bug that permitted non-terminated RE, as in "awk /x". 177 reinstated. in theory awk will now do character comparisons 187 this tortuous reading is found in the awk book; behavior now 336 with code kindly provided by Bruce Lilly, awk now parses 414 example: awk 'length($0) > 10'. blush. at least i found it 483 to a "safe" version of awk, but don't rely on it too much. thanks 560 revised filenames: awk.g.y => awkgram.y, awk.lx.l => awklex.l [all...] |
maketab.c | 34 #include "awk.h" 123 printf("#include \"awk.h\"\n");
|
/bootable/recovery/applypatch/ |
imgdiff_test.sh | 38 $ADB shell "$@" \; echo \$? | awk '{if (b) {print a}; a=$0; b=1} END {exit a}' 57 sha1sum $1 | awk '{print $1}'
|
/external/chromium/chrome/common/extensions/docs/static/ |
crx.html | 140 pub_len_hex=$(byte_swap $(printf '%08x\n' $(ls -l "$pub" | awk '{print $5}'))) 141 sig_len_hex=$(byte_swap $(printf '%08x\n' $(ls -l "$sig" | awk '{print $5}')))
|
/frameworks/compile/libbcc/gdb_plugin/ |
android-commands.py | 633 'ndk', 'build', 'awk') 639 raise gdb.GdbError("Unable to find awk script " \ 643 args = ["awk", "-f", self._awk_script_path(script), str(command)] 646 print "### awk command: " + str(args) 652 raise gdb.GdbError("### Error in subprocess awk " + str(args)) 654 print "### Random error calling awk " + str(args) 700 package_name = self._awk("extract-package-name.awk", 702 launchable = self._awk("extract-launchable.awk",
|
/gdk/build/awk/ |
extract-debuggable.awk | 18 # awk -f <this-script> AndroidManifest.xml 40 # the following is copied directly from xml.awk - see this file for
|
extract-package-name.awk | 18 # awk -f <this-script> AndroidManifest.xml 41 # the following is copied directly from xml.awk - see this file for
|
/gdk/build/core/ |
add-application.mk | 64 # the $(APP_PROJECT_PATH) and extract the value with awk's help. If nothing is here, 114 APP_DEBUGGABLE := $(shell $(HOST_AWK) -f $(BUILD_AWK)/extract-debuggable.awk $(APP_MANIFEST))
|
/gdk/ |
gdk-build | 48 if [ `echo $1 | awk -F '=' '{print $1}'` != "--ndk-root" ]; then 53 NDK_ROOT=`echo $1 | awk -F '=' '{print $2}'`
|
/ndk/build/awk/ |
extract-debuggable.awk | 18 # awk -f <this-script> AndroidManifest.xml 40 # the following is copied directly from xml.awk - see this file for
|
extract-package-name.awk | 18 # awk -f <this-script> AndroidManifest.xml 41 # the following is copied directly from xml.awk - see this file for
|
/ndk/build/tools/ |
gen-system-symbols.sh | 85 $READELF -s -D -W $1 | awk '$5 ~ /FUNC/ && $6 ~ /GLOBAL|WEAK/ && $8 !~ /UND/ { print $9; }' | sort -u 91 $READELF -s -D -W $1 | awk '$5 ~ /OBJECT/ && $6 ~ /GLOBAL|WEAK/ && $8 !~ /UND/ { print $9; }' | sort -u
|
build-host-prebuilts.sh | 227 echo "Building $SYSTEM ndk-awk" 228 run $BUILDTOOLS/build-host-awk.sh $TOOLCHAIN_FLAGS 229 fail_panic "awk build failure!"
|
/external/flac/libFLAC/include/private/ |
Makefile.in | 79 AWK = @AWK@ 297 $(AWK) ' { files[$$0] = 1; } \ 309 $(AWK) ' { files[$$0] = 1; } \ 324 $(AWK) ' { files[$$0] = 1; } \
|
/external/flac/libFLAC/include/protected/ |
Makefile.in | 79 AWK = @AWK@ 281 $(AWK) ' { files[$$0] = 1; } \ 293 $(AWK) ' { files[$$0] = 1; } \ 308 $(AWK) ' { files[$$0] = 1; } \
|
/external/grub/lib/ |
Makefile.in | 78 AWK = @AWK@ 256 $(AWK) ' { files[$$0] = 1; } \ 269 $(AWK) ' { files[$$0] = 1; } \ 285 $(AWK) ' { files[$$0] = 1; } \
|
/external/grub/stage1/ |
Makefile.in | 84 AWK = @AWK@ 268 $(AWK) ' { files[$$0] = 1; } \ 281 $(AWK) ' { files[$$0] = 1; } \ 297 $(AWK) ' { files[$$0] = 1; } \
|
/external/libffi/include/ |
Makefile.in | 69 AWK = @AWK@ 250 $(AWK) ' { files[$$0] = 1; } \ 263 $(AWK) ' { files[$$0] = 1; } \ 279 $(AWK) ' { files[$$0] = 1; } \
|
/external/openssh/ |
mdoc2man.awk | 1 #!/usr/bin/awk 3 # $Id: mdoc2man.awk,v 1.9 2009/10/24 00:52:42 dtucker Exp $ 9 # v2, fixed to work on GNU awk --posix and MacOS X
|
/ndk/build/core/ |
add-application.mk | 64 # the $(APP_PROJECT_PATH) and extract the value with awk's help. If nothing is here, 75 APP_PLATFORM := $(strip $(shell $(HOST_AWK) -f $(BUILD_AWK)/extract-platform.awk $(_local_props))) 168 APP_DEBUGGABLE := $(shell $(HOST_AWK) -f $(BUILD_AWK)/extract-debuggable.awk $(APP_MANIFEST))
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
regex_constants.h | 70 * elements @c ECMAScript, @c basic, @c extended, @c awk, @c grep, @c egrep 131 * that used by POSIX utility awk in IEEE Std 1003.1-2001. This option is 137 static constexpr syntax_option_type awk = 1 << _S_awk; member in namespace:regex_constants
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
regex_constants.h | 70 * elements @c ECMAScript, @c basic, @c extended, @c awk, @c grep, @c egrep 131 * that used by POSIX utility awk in IEEE Std 1003.1-2001. This option is 137 static constexpr syntax_option_type awk = 1 << _S_awk; member in namespace:regex_constants
|
/build/tools/ |
dump-package-stats | 80 unzip -lv "$file" | awk '
|
/external/elfutils/config/ |
ChangeLog | 3 * Makefile.am ($(srcdir)/elfutils.spec.in): Rewrite awk magic.
|
Makefile.in | 53 AWK = @AWK@ 325 @MAINTAINER_MODE_TRUE@ awk 'BEGIN {FS=":"} { printf $$5; exit 0}' >> $$tmpname; \ 327 @MAINTAINER_MODE_TRUE@ awk '\
|