HomeSort by relevance Sort by last modified time
    Searched refs:awk (Results 151 - 175 of 307) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/v8/tools/
push-to-trunk.sh 204 cat ChangeLog | awk --posix '{
245 | awk '{
merge-to-branch.sh 174 BUG=$(git log -1 $HASH | grep "BUG=" | awk -F '=' '{print $NF}')
  /external/v8/tools/
push-to-trunk.sh 203 cat ChangeLog | awk --posix '{
243 | awk '{
merge-to-branch.sh 148 BUG=$(git log -1 $HASH | grep "BUG=" | awk -F '=' '{print $NF}')
  /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/build/tools/
dev-platform-import.sh 114 CPU_ABI=$(awk -F '=' '$1 == "ro.product.cpu.abi" { print $2; }' $BUILD_PROP)
131 PLATFORM=$(awk -F '=' '$1 == "ro.build.version.sdk" { print $2; }' $BUILD_PROP)
build-host-prebuilts.sh 266 echo "Building $SYSNAME ndk-awk"
267 run $BUILDTOOLS/build-host-awk.sh $TOOLCHAIN_FLAGS
268 fail_panic "awk build failure!"
build-on-device-toolchain.sh 71 GCC_TOOLCHAIN_VERSION=`cat $NDK_DIR/toolchains/llvm-$DEFAULT_LLVM_VERSION/setup.mk | grep '^TOOLCHAIN_VERSION' | awk '{print $3'}`
  /build/
envsetup.sh 677 local DASH_ARGS=$(echo "$@" | awk -v RS=" " -v ORS=" " '/^-.*$/')
678 local DIRS=$(echo "$@" | awk -v RS=" " -v ORS=" " '/^[^-].*$/')
732 local DASH_ARGS=$(echo "$@" | awk -v RS=" " -v ORS=" " '/^-.*$/')
733 local DIRS=$(echo "$@" | awk -v RS=" " -v ORS=" " '/^[^-].*$/')
933 PID=`adb shell ps | \grep $3 | \grep -v ":" | awk '{print $2}'`
    [all...]
  /bootable/recovery/applypatch/
applypatch.sh 52 $ADB shell "$@" \; echo \$? | awk '{if (b) {print a}; a=$0; b=1} END {exit a}'
71 sha1sum $1 | awk '{print $1}'
75 run_command df | awk "/$1/ {print gensub(/K/, \"\", \"g\", \$6)}"
  /external/chromium_org/third_party/sqlite/src/
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
config.guess 240 UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
243 UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
372 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
553 IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
    [all...]
  /external/libvpx/libvpx/build/make/
configure.sh 267 RAND=$(awk 'BEGIN { srand(); printf "%d\n",(rand() * 32768)}')
694 tgt_isa=$(echo ${toolchain} | awk 'BEGIN{FS="-"}{print $1}')
695 tgt_os=$(echo ${toolchain} | awk 'BEGIN{FS="-"}{print $2}')
696 tgt_cc=$(echo ${toolchain} | awk 'BEGIN{FS="-"}{print $3}')
903 awk '{n = split($0,a,"/"); \
907 awk '{ print $1 }' | tail -1`
    [all...]
  /build/core/
package.mk 242 dir=`awk '/package/{gsub(/\./,"/",$$2);gsub(/;/,"",$$2);print $$2;exit}' $$GENERATED_MANIFEST_FILE`; \
248 dir=`awk '/package/{gsub(/\./,"/",$$2);gsub(/;/,"",$$2);print $$2;exit}' $$GENERATED_R_FILE`; \
  /development/scripts/
reverse_tether.sh 113 $ADB shell 'cat /proc/net/route' | awk '{ if ($2==00000000) print $1 }'
  /external/chromium_org/courgette/
run_stress_test 147 | awk '{print $2,$4}' \
149 # Use awk to separate the two filenames. May break if filenames
151 file1="$(echo "${file}" | awk '{print $1}')"
152 file2="$(echo "${file}" | awk '{print $2}')"
  /external/chromium_org/third_party/sqlite/src/test/
releasetest.tcl 51 NAWK = awk
  /external/libvpx/libvpx/
libs.mk 292 $(qexec)for f in $?; do awk '{print $$2";"}' < $$f >>$@; done
298 $(qexec)awk '{print "_"$$2}' $^ >$@
357 | awk '{print $$2 " equ " $$3}' > $@
363 | awk '{print $$2 " EQU " $$3}' $(ADS2GAS) > $@
  /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...]
  /ndk/tests/
run-tests-all.sh 17 DEVICES=`$ADB_CMD devices | grep -v offline | awk 'NR>1 {gsub(/[ \t]+device$/,""); print;}' | sed '/^$/d' | tr ' ' '#'`
  /sdk/bash_completion/
adb.bash 69 local devices=$(command adb devices 2> /dev/null | grep -v "List of devices" | awk '{ print $1 }')
  /external/chromium/third_party/libevent/
config.guess 223 UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
226 UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
355 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
536 IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
    [all...]
  /external/chromium_org/third_party/icu/source/
config.guess 223 UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
226 UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
355 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
536 IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
    [all...]
  /external/chromium_org/third_party/libevent/
config.guess 223 UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
226 UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
355 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
536 IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
    [all...]
  /external/chromium_org/third_party/libxslt/
config.guess 223 UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
226 UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
355 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
536 IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
    [all...]

Completed in 350 milliseconds

1 2 3 4 5 67 8 91011>>