HomeSort by relevance Sort by last modified time
    Searched full:awk (Results 201 - 225 of 718) sorted by null

1 2 3 4 5 6 7 891011>>

  /ndk/build/tools/
cleanup-headers.sh 62 FILES="`find $HEADERS_DIR | xargs grep $OLD | awk -F ':' '{print $1}' | sort -u | xargs`"
75 FILES="`find $HEADERS_DIR | xargs grep $NAME | awk -F ':' '{print $1}' | sort -u | xargs`"
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; }')
  /ndk/sources/host-tools/nawk-20071023/
maketab.c 34 #include "awk.h"
123 printf("#include \"awk.h\"\n");
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_scanner.h 129 | regex_constants::awk);
138 { return _M_flags & regex_constants::awk; }
  /external/elfutils/src/config/
Makefile.in 123 AWK = @AWK@
240 EXTRA_DIST = elfutils.spec.in known-dwarf.awk
429 @MAINTAINER_MODE_TRUE@ awk 'BEGIN {FS=":"} { printf $$5; exit 0}' >> $$tmpname; \
431 @MAINTAINER_MODE_TRUE@ awk '\
  /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/libvorbis/include/vorbis/
Makefile.in 71 AWK = @AWK@
263 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
276 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
291 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  /external/parameter-framework/test/functional-tests/PfwTestCase/Types/
tINT16_ARRAY.py 117 files_system_check = "awk -v ligne="+str(index)+" 'NR == ligne+1 { print $0}' "+self.param_short_name
158 files_system_check = "awk -v ligne="+str(index)+" 'NR == ligne+1 { print $0}' "+self.param_short_name
191 files_system_check = "awk -v ligne="+str(index)+" 'NR == ligne+1 { print $0}' "+self.param_short_name
241 files_system_check = "awk -v ligne="+str(index)+" 'NR == ligne+1 { print $0}' "+self.param_short_name
274 files_system_check = "awk -v ligne="+str(index)+" 'NR == ligne+1 { print $0}' "+self.param_short_name
tUINT32_ARRAY.py 118 files_system_check = "awk -v ligne="+str(index)+" 'NR == ligne+1 { print $0}' "+self.param_short_name
159 files_system_check = "awk -v ligne="+str(index)+" 'NR == ligne+1 { print $0}' "+self.param_short_name
192 files_system_check = "awk -v ligne="+str(index)+" 'NR == ligne+1 { print $0}' "+self.param_short_name
242 files_system_check = "awk -v ligne="+str(index)+" 'NR == ligne+1 { print $0}' "+self.param_short_name
275 files_system_check = "awk -v ligne="+str(index)+" 'NR == ligne+1 { print $0}' "+self.param_short_name
tUINT8_ARRAY.py 118 files_system_check = "awk -v ligne="+str(index)+" 'NR == ligne+1 { print $0}' "+self.param_short_name
159 files_system_check = "awk -v ligne="+str(index)+" 'NR == ligne+1 { print $0}' "+self.param_short_name
192 files_system_check = "awk -v ligne="+str(index)+" 'NR == ligne+1 { print $0}' "+self.param_short_name
242 files_system_check = "awk -v ligne="+str(index)+" 'NR == ligne+1 { print $0}' "+self.param_short_name
275 files_system_check = "awk -v ligne="+str(index)+" 'NR == ligne+1 { print $0}' "+self.param_short_name
362 files_system_check_1 = "awk -v ligne="+str(index)+" 'NR == ligne+1 { print $0}' "+self.param_short_name
364 files_system_check_2 = "awk -v ligne="+str(index+1)+" 'NR == ligne+1 { print $0}' "+self.param_short_name
  /external/libvncserver/x11vnc/
ssltools.h 879 " pvt=`echo \"$ps_tmp\" | grep X | egrep -v 'startx|xinit' | egrep \" $d4 \" | head -n 1 | awk '{print $2}'`\n"
885 " vt=`lsof -b -p \"$pvt\" 2>/dev/null | egrep '/dev/tty([789]|[1-9][0-9][0-9]*)$' | grep -v grep | head -n 1 | awk '{print $NF}' | sed -e 's,/dev/tty,,'`\n"
918 "pslist=`echo \"$psout\" | awk '{print $2}'`\n"
983 " min=`echo \"$skip\" | sed -e 's/://g' | awk -F- '{print $1}'`\n"
984 " max=`echo \"$skip\" | sed -e 's/://g' | awk -F- '{print $2}'`\n"
1062 " da=`echo \"$pair\" | awk -F, '{print $1}'`\n"
1063 " xa=`echo \"$pair\" | awk -F, '{print $2}'`\n"
    [all...]
  /external/elfutils/src/
config.status 444 AWK='gawk'
445 test -n "$AWK" || AWK=awk
632 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
639 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
640 cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
745 S["AWK"]="gawk"
802 cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
832 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk"
    [all...]
  /external/libvncserver/
config.status 444 AWK='mawk'
445 test -n "$AWK" || AWK=awk
628 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
635 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
636 cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
767 S["AWK"]="mawk"
824 cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
854 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk"
    [all...]
  /external/libvncserver/webclients/java-applet/ssl/
ss_vncviewer 428 RANDOM=`date +%S``sh -c 'echo $$'``ps -elf 2>&1 | sum 2>&1 | awk '{print $1}'`
585 host=`echo "$orig" | awk -F: '{print $1}'`
586 disp=`echo "$orig" | awk -F: '{print $2}'`
728 inuse=`netstat -ant | egrep 'LISTEN|WAIT|ESTABLISH|CLOSE' | awk '{print $4}' | sed 's/^.*://'`
730 inuse=`netstat -an -f inet -P tcp | egrep 'LISTEN|WAIT|ESTABLISH|CLOSE' | awk '{print $1}' | sed 's/^.*\.//'`
732 inuse=`netstat -ant -f inet | egrep 'LISTEN|WAIT|ESTABLISH|CLOSE' | awk '{print $4}' | sed 's/^.*\.//'`
743 p=`echo "$VNCVIEWERCMD" | awk '{print $3}'`
748 p2=`echo "$VNCVIEWERCMD" | awk '{print $2}'`
752 p=`echo "$VNCVIEWERCMD" | awk '{print $2}'`
878 ul=`echo "$ssh_host" | awk -F@ '{print $1}'
    [all...]
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
ss_vncviewer 428 RANDOM=`date +%S``sh -c 'echo $$'``ps -elf 2>&1 | sum 2>&1 | awk '{print $1}'`
585 host=`echo "$orig" | awk -F: '{print $1}'`
586 disp=`echo "$orig" | awk -F: '{print $2}'`
725 inuse=`netstat -ant | egrep 'LISTEN|WAIT|ESTABLISH|CLOSE' | awk '{print $4}' | sed 's/^.*://'`
727 inuse=`netstat -an -f inet -P tcp | egrep 'LISTEN|WAIT|ESTABLISH|CLOSE' | awk '{print $1}' | sed 's/^.*\.//'`
729 inuse=`netstat -ant -f inet | egrep 'LISTEN|WAIT|ESTABLISH|CLOSE' | awk '{print $4}' | sed 's/^.*\.//'`
740 p=`echo "$VNCVIEWERCMD" | awk '{print $3}'`
745 p2=`echo "$VNCVIEWERCMD" | awk '{print $2}'`
749 p=`echo "$VNCVIEWERCMD" | awk '{print $2}'`
875 ul=`echo "$ssh_host" | awk -F@ '{print $1}'
    [all...]
  /external/bison/m4/
getopt.m4 44 AC_REQUIRE([AC_PROG_AWK]) dnl for awk that supports ENVIRON
209 dnl GNU Coding Standards currently allow awk but not env; besides, env
212 case ${POSIXLY_CORRECT+x}`$AWK "$gl_awk_probe" </dev/null` in
  /external/libpng/
configure.ac 70 AC_MSG_CHECKING([that AWK works])
71 if ${AWK} -f ${srcdir}/scripts/options.awk out="/dev/null" version=search\
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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
  /prebuilts/ndk/8/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/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

Completed in 762 milliseconds

1 2 3 4 5 6 7 891011>>