/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
regex_constants.h | 77 * elements @c ECMAScript, @c basic, @c extended, @c awk, @c grep, @c egrep 138 * that used by POSIX utility awk in IEEE Std 1003.1-2001. This option is 144 constexpr syntax_option_type awk = 1 << _S_awk; member in namespace:regex_constants
|
/external/chromium_org/build/android/ |
adb_gdb | 628 awk '{ if (match($0, "%%[0-9]+$")) { print substr($0,RSTART+2); } }') 632 awk '{ if (match($0, "%%[0-9]+$")) { print substr($0,1,RSTART-1); } }') 646 GDBSERVER_PIDS=$(adb_shell ps | awk '$9 ~ /gdbserver/ { print $2; }') 803 awk '$9 ~ /^'$PROCESSNAME'/ { print $2; }' | head -1) 807 awk '$9 == "'$PROCESSNAME'" { print $2; }' | head -1) 839 awk '$1 == "Uid:" { print $2; }') 865 awk '$6 ~ /\/system\/.*\.so$/ { print $6; }' | sort -u) 930 STATE=$(jobs -l | awk '$2 == "'$GDBSERVER_PID'" { print $3; }')
|
/external/genext2fs/ |
mkbootimg_ext2.sh | 94 num_blocks=`du -sk $TMPDIR | tail -n1 | awk '{print $1;}'`
|
/external/llvm/utils/ |
makellvm | 81 set LLVMDIR = `awk '/LEVEL[ ]*=/ {print $NF}' $MFILE`
|
/frameworks/native/opengl/libs/tools/ |
genfiles | 35 # The awk command removes lines with the same function name as an earlier 46 | awk -F, '!_[$2]++' \
|
/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; }')
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/ |
i686-linux-gccbug | 121 $PASSWD | grep "^$LOGNAME:" | awk -F: '{print $5}' | sed -e 's/,.*//' > $TEMP0 209 awk 'BEGIN {printf "( "} {printf "(\"%s\") ",$0} END {printf ")\n"}' 214 awk 'BEGIN {max = 0; } { if (length($0) > max) { max = length($0); } } 219 awk 'BEGIN {print "Known categories:"; i = 0 } 296 awk 'BEGIN {max = 0; } { if (length($0) > max) { max = length($0); } } 301 awk 'BEGIN {printf "SEND-PR: "; i = 0 }
|
/bootable/recovery/ |
verifier_test.sh | 33 $ADB shell "$@" \; echo \$? | awk '{if (b) {print a}; a=$0; b=1} END {exit a}'
|
/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/skia/tools/ |
update-doxygen.sh | 68 NEWFILES=$(svn status | grep ^\? | awk '{print $2}')
|
/frameworks/base/tests/backup/ |
test_restore.sh | 69 restore_set=$(a shell bmgr list sets | head -n1 | awk '{print $1}')
|
/external/openssh/regress/ |
Makefile | 91 awk '{print $$0 "\r"}' ${.CURDIR}/rsa_ssh2.prv > ${.OBJDIR}/rsa_ssh2_crnl.prv 105 awk '{print $$2}' | diff - ${.CURDIR}/t4.ok 109 awk '{print $$2}' | diff - ${.CURDIR}/t5.ok
|
/ndk/ |
ndk-gdb | 77 AWK_CMD=${AWK_CMD:-$(find_program awk)} 131 # Used to run an awk script on the manifest 233 --awk=*) 308 echo " --awk=<file> Use specific awk command [$AWK_CMD]" 428 adb_cmd shell ps | $AWK_CMD -f $AWK_SCRIPTS/extract-pid.awk -v PACKAGE="$1" 431 # Check the awk tool 432 AWK_SCRIPTS=$ANDROID_NDK_ROOT/build/awk 433 AWK_TEST=`$AWK_CMD -f $AWK_SCRIPTS/check-awk.awk` [all...] |
/ndk/tests/ |
run-tests.sh | 48 TESTABLES="samples build device awk" 106 --only-awk) 107 TESTABLES=awk 147 echo " --only-awk Only run awk tests." 302 ### RUN AWK TESTS 305 # Run a simple awk script 306 # $1: awk script to run 309 # $4+: optional additional command-line arguments for the awk command 321 echo "### COMMAND: awk -f \"$SCRIPT\" $@ < \"$INPUT\" > \"$OUTPUT\" [all...] |
/ndk/build/core/ |
init.mk | 308 HOST_AWK := $(wildcard $(HOST_PREBUILT)/awk$(HOST_EXEEXT)) 361 # Verify that the 'awk' tool has the features we need. 366 HOST_AWK := awk 368 $(call ndk_log,Host 'awk' tool: $(HOST_AWK)) 370 # Location of all awk scripts we use 371 BUILD_AWK := $(NDK_ROOT)/build/awk 373 AWK_TEST := $(shell $(HOST_AWK) -f $(BUILD_AWK)/check-awk.awk) 374 $(call ndk_log,Host 'awk' test returned: $(AWK_TEST)) 376 $(call __ndk_info,Host 'awk' tool is outdated. Please define NDK_HOST_AWK to point to Gawk or Nawk ! [all...] |
/external/e2fsprogs/debian/attic/libs/ |
rules | 90 install -m 644 lib/et/et_c.awk lib/et/et_h.awk \ 99 install -m 644 lib/ss/ct_c.awk lib/ss/ct_c.sed \
|
/external/openssh/contrib/aix/ |
buildbff.sh | 88 eval $confvar=`awk '/#define[ \t]'$confvar'/{print $3}' $objdir/config.h` 131 PORTABLE=`echo $VERSION | awk 'BEGIN{FS="p"}{print $2}'` 345 size=`du $FAKE_ROOT/$i | awk '{print $1}'`
|
/external/llvm/ |
Makefile | 250 AWK = awk 256 dirs=`svn status --no-ignore $$1 | awk '/^(I|\?) / {print $$2}' | LC_ALL=C xargs svn info 2>/dev/null | awk '/^Path:\ / {print $$2}'`;
|
/external/chromium_org/remoting/host/installer/mac/Scripts/ |
remoting_postflight.sh | 34 ps -ec -u "$user" -o comm,pid | awk '$1 == "loginwindow" { print $2; exit }'
|
/external/e2fsprogs/debian/ |
rules | 189 cd ${stdbuilddir} && AWK=/usr/bin/awk \ 193 cd ${stdbuilddir} && AWK=/usr/bin/awk CC="${DEB_HOST_GNU_TYPE}-gcc" \ 202 cd ${mipsbuilddir} && AWK=/usr/bin/awk \ 204 cd ${mipsbuilddir64} && AWK=/usr/bin/awk \ 217 cd ${bfbuilddir} && AWK=/usr/bin/awk \ [all...] |
/external/openssh/contrib/ |
findssl.sh | 124 ver=`awk '/OPENSSL_VERSION_NUMBER/{printf \$3}' $header`
|
/external/strace/linux/ |
ioctlent.sh | 132 awk -v base="$base" '{
|