HomeSort by relevance Sort by last modified time
    Searched full:awk (Results 126 - 150 of 711) sorted by null

1 2 3 4 56 7 8 91011>>

  /ndk/build/awk/
extract-pid.awk 21 # adb shell ps | awk -f <this-script> -v PACKAGE=<name>
extract-debuggable.awk 18 # awk -f <this-script> AndroidManifest.xml
40 # the following is copied directly from xml.awk - see this file for
extract-minsdkversion.awk 18 # awk -f <this-script> AndroidManifest.xml
37 # 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/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 $(call host-path,$(_local_props))))
135 APP_MIN_PLATFORM_LEVEL := $(strip $(shell $(HOST_AWK) -f $(BUILD_AWK)/extract-minsdkversion.awk $(call host-path,$(APP_MANIFEST))))
210 APP_DEBUGGABLE := $(shell $(HOST_AWK) -f $(BUILD_AWK)/extract-debuggable.awk $(call host-path,$(APP_MANIFEST)))
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/
parse_curly_brackets.pass.cpp 50 std::regex regex{re, std::regex::awk};
  /prebuilts/tools/common/proguard/proguard4.7/docs/
quality.html 32 using bash/sed/awk scripts. You're welcome to have a look at an uploaded
  /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");
  /external/chromium_org/third_party/sqlite/src/
Makefile.vxworks 138 #### Which "awk" program provides nawk compatibilty
141 NAWK = awk
182 # NAWK Nawk compatible awk program. Older (obsolete?) solaris
183 # systems need this to avoid using the original AT&T AWK.
519 opcodes.c: opcodes.h $(TOP)/mkopcodec.awk
520 sort -n -b -k 3 opcodes.h | $(NAWK) -f $(TOP)/mkopcodec.awk >opcodes.c
522 opcodes.h: parse.h $(TOP)/src/vdbe.c $(TOP)/mkopcodeh.awk
524 $(NAWK) -f $(TOP)/mkopcodeh.awk >opcodes.h
530 parse.c: $(TOP)/src/parse.y lemon $(TOP)/addopcodes.awk
535 awk -f $(TOP)/addopcodes.awk parse.h.temp >parse.
    [all...]
Makefile.arm-wince-mingw32ce-gcc 131 #### Which "awk" program provides nawk compatibilty
134 NAWK = awk
Makefile.linux-gcc 141 #### Which "awk" program provides nawk compatibilty
144 NAWK = awk
main.mk 38 # NAWK Nawk compatible awk program. Older (obsolete?) solaris
39 # systems need this to avoid using the original AT&T AWK.
434 opcodes.c: opcodes.h $(TOP)/mkopcodec.awk
435 sort -n -b -k 3 opcodes.h | $(NAWK) -f $(TOP)/mkopcodec.awk >opcodes.c
437 opcodes.h: parse.h $(TOP)/src/vdbe.c $(TOP)/mkopcodeh.awk
439 $(NAWK) -f $(TOP)/mkopcodeh.awk >opcodes.h
445 parse.c: $(TOP)/src/parse.y lemon $(TOP)/addopcodes.awk
450 $(NAWK) -f $(TOP)/addopcodes.awk parse.h.temp >parse.h
  /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}')))
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
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}')))
  /external/chromium_org/remoting/host/installer/linux/
build-deb.sh 11 ARCH=$(dpkg-architecture | awk -F '=' '/DEB_BUILD_ARCH=/{print $2}')
101 revision="$(svn info . | awk '/^Revision: /{print $2}')"
  /external/chromium_org/third_party/mesa/src/configs/
current.in 55 AWK = @AWK@
  /external/chromium_org/third_party/opus/src/tests/
run_vectors.sh 128 grep quality logs_mono.txt | awk '{sum+=$4}END{print "Average mono quality is", sum/NR, "%"}'
129 grep quality logs_stereo.txt | awk '{sum+=$4}END{print "Average stereo quality is", sum/NR, "%"}'
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-profiler_unittest.sh 77 exec=`unset HEAPPROFILE; $HEAP_PROFILER --help | awk '{print $2; exit;}'`
89 | tr -d % | awk '$6 ~ /^'$function'$/ && $2 > 90 {exit 1;}'
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-profiler_unittest.sh 77 exec=`unset HEAPPROFILE; $HEAP_PROFILER --help | awk '{print $2; exit;}'`
89 | tr -d % | awk '$6 ~ /^'$function'$/ && $2 > 90 {exit 1;}'
  /external/mesa3d/configs/
current.in 55 AWK = @AWK@
  /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",
  /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
  /ndk/sources/cxx-stl/llvm-libc++/tools/
upgrade-upstream.sh 45 cat "$NDK_LIBCXX_DIR"/upstream.config | awk '$1 == "'$1':" { print $2; }'
146 NEW_REVISION=$(svn info | awk '$1 == "Revision:" { print $2; }')

Completed in 2069 milliseconds

1 2 3 4 56 7 8 91011>>