HomeSort by relevance Sort by last modified time
    Searched refs:awk (Results 51 - 75 of 302) sorted by null

1 23 4 5 6 7 8 91011>>

  /dalvik/opcode-gen/
opcode-gen 23 # one of the "emission" directives defined in opcode-gen.awk in this
58 awk -v "bytecodeFile=$bytecodeFile" -f "$progdir/opcode-gen.awk" \
65 echo "error running awk" 1>&2
  /external/chromium_org/remoting/host/installer/mac/Scripts/
remoting_preflight.sh 26 ps -eo uid,command | awk -v script="$SCRIPT_FILE" '
36 ps -ec -u "$user" -o comm,pid | awk '$1 == "loginwindow" { print $2; exit }'
  /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;}'
profiler_unittest.sh 77 "$1" 2>&1 | awk '{print $2; exit;}'
113 mthread1=`"$PPROF" $PPROF_FLAGS $exec1 "$prof1" | grep test_main_thread | awk '{print $1}'`
114 mthread2=`"$PPROF" $PPROF_FLAGS $exec2 "$prof2" | grep test_main_thread | awk '{print $1}'`
172 mthread=`$PPROF $PPROF_FLAGS $exec1 "$prof1" | grep test_main_thread | awk '{print $1}'`
173 othread=`$PPROF $PPROF_FLAGS $exec1 "$prof1" | grep test_other_thread | awk '{print $1}'`
sampling_test.sh 55 SAMPLING_TEST_BINARY=`"$SAMPLING_TEST" 2>&1 | awk '/USAGE/ {print $2; exit;}'`
  /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;}'
profiler_unittest.sh 77 "$1" 2>&1 | awk '{print $2; exit;}'
113 mthread1=`"$PPROF" $PPROF_FLAGS $exec1 "$prof1" | grep test_main_thread | awk '{print $1}'`
114 mthread2=`"$PPROF" $PPROF_FLAGS $exec2 "$prof2" | grep test_main_thread | awk '{print $1}'`
172 mthread=`$PPROF $PPROF_FLAGS $exec1 "$prof1" | grep test_main_thread | awk '{print $1}'`
173 othread=`$PPROF $PPROF_FLAGS $exec1 "$prof1" | grep test_other_thread | awk '{print $1}'`
sampling_test.sh 55 SAMPLING_TEST_BINARY=`"$SAMPLING_TEST" 2>&1 | awk '/USAGE/ {print $2; exit;}'`
  /external/chromium_org/v8/tools/
plot-timer-events 43 | tail -n1 | awk -F, '{print $3}'`
45 | tail -n1 | awk -F, '{print $3}'`
51 | tail -n1 | awk -F, '{print $3}'`
53 | tail -n1 | awk -F, '{print $3}'`
common-includes.sh 61 local MATCH=$(git branch | grep "$1" | awk '{print $NF}' | grep -x $1)
117 CURRENT_BRANCH=$(git status -s -b -uno | grep "^##" | awk '{print $2}')
146 VALUE=$(grep "#define $v" "$VERSION_FILE" | awk '{print $NF}')
  /external/compiler-rt/lib/tsan/
analyze_libtsan.sh 8 awk "/[^:]$/ {print;} />:/ {c++; if (c == 2) {exit}}"
30 size=$(grep __tsan_$f$ libtsan.nm | awk --non-decimal-data '{print ("0x"$2)+0}')
  /external/libpcap/
mkdep 81 awk '{
  /external/strace/linux/mips/
ioctlent.sh 90 awk '{ print "#include <" substr($2, 2, length($2) - 3) ">" }' ioctlent.tmp | sort -u
  /external/tcpdump/
mkdep 81 awk '{
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
Makefile 27 cp -f PERF.awk $(OMXTESTDIR)
47 rm -f $(OMXTESTDIR)/PERF.awk
  /hardware/ti/wlan/mac80211/ti-utils/scripts/
mkcard.sh 7 SIZE=`fdisk -l $DRIVE | grep Disk | awk '{print $5}'`
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/
awk.pass.cpp 29 assert(std::regex_search(s, m, std::regex("a", std::regex_constants::awk)));
45 assert(std::regex_search(s, m, std::regex("ab", std::regex_constants::awk)));
60 assert(!std::regex_search(s, m, std::regex("ba", std::regex_constants::awk)));
67 assert(std::regex_search(s, m, std::regex("ab", std::regex_constants::awk)));
82 assert(!std::regex_search(s, m, std::regex("ab", std::regex_constants::awk),
89 assert(std::regex_search(s, m, std::regex("bc", std::regex_constants::awk)));
104 assert(std::regex_search(s, m, std::regex("ab*c", std::regex_constants::awk)));
119 assert(std::regex_search(s, m, std::regex("(ab)*c", std::regex_constants::awk)));
138 std::regex_constants::awk)));
159 assert(std::regex_search(s, m, std::regex("^abc", std::regex_constants::awk)));
765 std::regex regex(FI(r), FI(r+sr), std::regex_constants::awk); member in class:std::regex_constants
1536 std::wregex regex(FI(r), FI(r+sr), std::regex_constants::awk); member in class:std::regex_constants
    [all...]
  /external/oprofile/utils/
opcontrol 29 arg=`echo $1 | awk -F= '{print $1}'`
30 val=`echo $1 | awk -F= '{print $2}'`
522 tmp1=`echo $range_info | awk '{print $4}'`
523 tmp2=`objdump -t $FILE_IMAGE 2>/dev/null | grep "_etext$" | awk '{ print $1 }'`
632 EVENT=`echo $GOTEVENT | awk -F: '{print $1}'`
637 COUNT=`echo $GOTEVENT | awk -F: '{print $2}'`
638 UNIT_MASK=`echo $GOTEVENT | awk -F: '{print $3}'`
639 KERNEL=`echo $GOTEVENT | awk -F: '{print $4}'`
640 USER=`echo $GOTEVENT | awk -F: '{print $5}'`
673 arg=`printf %s $1 | awk -F= '{print $1}'
    [all...]
  /ndk/build/tools/
build-libportable.sh 164 nm -a $DSTDIR/libportable.a | grep __wrap_ | awk '{print $3}' | sed '/^$/d' | \
165 sed 's/_wrap_/|/' | awk -F'|' '{print $2}' | sort | uniq | \
166 awk '{printf "--wrap=%s\n",$1}' > "$DSTDIR/libportable.wrap"
build-host-awk.sh 17 # Build the host version of the awk executable and place it
25 "Rebuild the host awk tool used by the NDK."
42 SUBDIR=$(get_prebuilt_host_exec awk)
72 log "Building $HOST_TAG awk"
86 fail_panic "Failed to build the awk-$AWK_VERSION executable!"
89 run mkdir -p $(dirname "$OUT") && cp "$BUILD_DIR/$(get_host_exec_name ndk-awk)" "$OUT"
93 ARCHIVE=ndk-awk-$HOST_TAG.tar.bz2
  /external/chromium_org/third_party/tcmalloc/vendor/packages/deb/
rules 35 awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'`
37 awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
  /external/openssh/contrib/hpux/
egd.rc 80 pid=`ps -fuegd | awk '$1 == "egd" { print $2 }'`
  /external/openssh/regress/
keytype.sh 21 bits=`echo ${kt} | awk -F- '{print $2}'`
22 type=`echo ${kt} | awk -F- '{print $1}'`
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/
iter_iter_flg.pass.cpp 55 test(F(s1.begin()), F(s1.end()), std::regex_constants::awk, 0); member in class:std::regex_constants
56 test(F(s2.begin()), F(s2.end()), std::regex_constants::awk, 0); member in class:std::regex_constants
57 test(F(s3.begin()), F(s3.end()), std::regex_constants::awk, 0); member in class:std::regex_constants
58 test(F(s4.begin()), F(s4.end()), std::regex_constants::awk, 2); member in class:std::regex_constants
  /external/chromium_org/third_party/sqlite/src/
Makefile.arm-wince-mingw32ce-gcc 131 #### Which "awk" program provides nawk compatibilty
134 NAWK = awk

Completed in 829 milliseconds

1 23 4 5 6 7 8 91011>>