HomeSort by relevance Sort by last modified time
    Searched refs:fgrep (Results 1 - 25 of 68) sorted by null

1 2 3

  /system/update_engine/
local_coverage_rate 55 fgrep -v '_unittest.cc:' | \
56 fgrep -v '/test_utils.' | \
57 fgrep -v '/test_http_server.cc' | \
58 fgrep -v '/testrunner.cc' | \
59 fgrep -v '/mock' | \
60 fgrep -v '.pb.cc' | \
  /toolchain/binutils/binutils-2.25/gold/testsuite/
two_file_shared.sh 25 addrs=`grep DW_OP_addr two_file_shared.dbg | fgrep '(DW_OP_addr: 0)'`
script_test_3.sh 61 section=`fgrep .interp script_test_3.stdout | grep PROGBITS`
  /external/apache-harmony/
run-harmony-tests 11 fgrep -v junit | \
12 fgrep -v org/w3c/domts | \
13 fgrep -v support/src/test/java | \
  /external/iputils/
ipg 21 result=`cat ${PGDEV} | fgrep "Result: OK:"`
23 cat ${PGDEV} | fgrep Result:
  /external/ltp/testcases/network/stress/ns-tools/
killall_tcp_traffic 65 ps auxw | fgrep -v grep | fgrep -l ns-tcpserver >/dev/null 2>&1
83 ##ret=`$LTP_RSH $RHOST 'ps auxw | fgrep -v grep | grep -l '[[:blank:]]ns-tcpclient[[:blank:]]' >/dev/null 2>&1; echo $?'`
84 ret=`$LTP_RSH $RHOST 'ps auxw | fgrep -v grep | grep -l '/ns-tcpclient[[:blank:]]' >/dev/null 2>&1; echo $?'`
killall_udp_traffic 65 ps auxw | fgrep -v grep | fgrep -l ns-udpserver >/dev/null 2>&1
83 #ret=`$LTP_RSH $RHOST 'ps auxw | fgrep -v grep | grep -l '[[:blank:]]ns-udpclient[[:blank:]]' >/dev/null 2>&1; echo $?'`
84 ret=`$LTP_RSH $RHOST 'ps auxw | fgrep -v grep | grep -l '/ns-udpclient[[:blank:]]' >/dev/null 2>&1; echo $?'`
bg_tcp_traffic 106 echo $server_ipaddr | fgrep "." >/dev/null 2>&1
110 echo $server_ipaddr | fgrep ":" >/dev/null 2>&1
138 server_pid=`fgrep PID: $infofile | awk '{ print $2 }'`
152 $LTP_RSH $RHOST "ps auxw | fgrep -v grep | fgrep -l ns-tcpclient >/dev/null 2>&1"
  /libcore/
run-libcore-tests 11 fgrep -v junit | \
12 fgrep -v org/w3c/domts | \
  /external/icu/icu4c/source/test/hdrtst/
Makefile.in 68 @FAIL=0;for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/pfiles.txt`; do \
88 $(COMPILE.cc) -c $(cppflags) ht_$$incfile.cpp 2>&1 | sed -e 's/^.*#error[^"]*"//' | fgrep -v ht_ | tee ht_dep.junk | fgrep -v "$$incfile.h header is obsolete" ; \
91 fgrep -q "$$incfile.h header is obsolete" ht_dep.junk || echo "** FAIL Header unicode/$$incfile.h is not obsoleted properly" ; \
92 fgrep -q "$$incfile.h header is obsolete" ht_dep.junk || FAIL=1 ; \
103 @FAIL=0;for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/cxxfiles.txt | tee cfiles.txt`; do \
114 @FAIL=0;for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/pfiles.txt`; do \
126 @FAIL=0; for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/pfiles.txt`; do \
139 for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/pfiles.txt`; do \
151 @FAIL=0;for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/pfiles.txt`; do
    [all...]
  /system/extras/ioblame/
ioblame.sh 97 DISKSTATS=`adb shell 'cat /proc/diskstats' | fgrep -w $block_device `
113 DISKSTATS=`adb shell 'cat /proc/diskstats' | fgrep -w $block_device `
216 fgrep $1 $infile | sed 's/^.* \[.*\] //' | sed s/://g | sed s/,//g > foo
223 fgrep android_fs_dataread_start $infile > foo0
245 fgrep android_fs_datawrite_start $infile > foo0
336 fgrep -w "$i" tempfile > subtrace
341 fgrep -v -w "$i" tempfile > foo
348 pid_KB=`fgrep -w "$j" subtrace | awk '{ bytes += $6 } END { print bytes }' `
371 fgrep -w "$i" tempfile > subtrace
373 fgrep -v -w "$i" tempfile > fo
    [all...]
  /external/bzip2/
bzgrep 14 *fgrep) grep=${FGREP-fgrep} ;;
  /system/extras/app-launcher/
app-launcher 62 fgrep TotalTime $infile | awk '{print $2}' | computestats
66 fgrep cpu-cycles $infile | awk '{print $1}' | sed s/,//g | computestats
70 fgrep 'Total CPU util' $infile | awk '{print $5}' | computestatsf
72 fgrep 'User CPU util' $infile | awk '{print $5}' | computestatsf
74 fgrep 'Sys CPU util' $infile | awk '{print $5}' | computestatsf
78 fgrep instructions $infile | awk '{print $1}' | sed s/,//g | computestats
81 fgrep instructions $infile | awk '{print $4}' | sed s/,//g | computestatsf
84 fgrep branch-misses $infile | awk '{print $1}' | sed s/,//g | computestats
87 fgrep context-switches $infile | awk '{print $1}' | sed s/,//g | computestats
90 fgrep page-faults $infile | awk '{print $1}' | sed s/,//g | computestat
    [all...]
  /system/extras/ioshark/
compile-only.sh 11 fgrep -v '= -1' bar > foo
29 fgrep android_fs_data $1 | sed 's/^.* \[.*\] //' | sed s/://g | sed s/,//g > foo
73 fgrep mmap foo.$pid > bar
collect-straces-ftraces.sh 11 fgrep -v '= -1' bar > foo
29 fgrep android_fs_data $1 | sed 's/^.* \[.*\] //' | sed s/://g | sed s/,//g > foo
75 fgrep mmap foo.$pid > bar
167 fgrep -v grep zygote_pids > bar
collect-straces.sh 43 fgrep -v '= -1' bar > foo
69 fgrep -v grep zygote_pids > bar
  /prebuilts/go/darwin-x86/misc/cgo/errors/
test.bash 29 if ! fgrep $error errs >/dev/null 2>&1; then
  /prebuilts/go/linux-x86/misc/cgo/errors/
test.bash 29 if ! fgrep $error errs >/dev/null 2>&1; then
  /external/libopus/doc/
build_isobmff.sh 49 VERSION=$(fgrep Version ${HTML} | sed 's/.*Version \([0-9]\.[0-9]\.[0-9]\).*/\1/')
  /external/openssh/regress/
sftp-glob.sh 26 if fgrep "$expected" ${RESULTS} >/dev/null 2>&1 ; then
33 fgrep "$unexpected" ${RESULTS} >/dev/null 2>&1 ; then
  /system/extras/tools/
graph_lockdep_chains 251 fgrep -f /tmp/${progname}.symbols /tmp/${progname}.formed
270 fgrep -f /tmp/${progname}.short |
272 fgrep -v -f /tmp/${progname}.short /tmp/${progname}.split
  /external/elfutils/config/
eu.am 80 textrel_check = if $(READELF) -d $@ | fgrep -q TEXTREL; then $(textrel_found); fi
  /external/elfutils/tests/
run-strip-test.sh 61 fgrep ' .debug_' testfile.sections && status=1
  /external/ltp/testcases/network/stress/tcp/uni-basic/
tcp4-uni-basic01 298 fgrep "tcp segmentation offload" $offload_info >/dev/null 2>&1
305 tso_orig=`fgrep "tcp segmentation offload" $offload_info | sed -e 's/^.*: //'`
514 ps auxw | fgrep ns-tcpserver | fgrep -l $server_pid >/dev/null 2>&1
  /external/ltp/testcases/network/stress/udp/uni-basic/
udp4-uni-basic01 316 ps auxw | fgrep ns-udpserver | fgrep -l $server_pid >/dev/null 2>&1

Completed in 593 milliseconds

1 2 3