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

1 2 3

  /external/cldr/tools/scripts/build/bin-build/
xml-validate-all.sh 3 #find . -name '*.xml' | xargs ~/bin-build/XMLValidator 2>&1 | tee validate.log | fgrep -v 'Processing file '
5 fgrep -q 'Exception in thread' validate.log && exit 1
6 fgrep -q ERROR validate.log || exit 0
7 echo `fgrep -c ERROR validate.log` errors. >&2
  /external/google-fruit/extras/doc/
extract_dependencies.sh 8 for g in $(fgrep -l "#include \"$f\"" *)
  /external/google-fruit/extras/scripts/
find_untested_types.sh 5 find include/fruit/impl/ -type f | fgrep -v 'component_functors.defn.h' | xargs cat \
8 | egrep -v 'Error(Tag)?$' | fgrep -v Helper \
find_unused_types.sh 10 N=$(fgrep -Rl "$I" include/ src/ | wc -l)
23 N=$(fgrep -R "$I" include/ src/ | egrep -v '.*: *(class|struct) '"$I" | wc -l)
27 fgrep -R "$I" include/ src/
test_coverage.sh 22 for t in $(cd $testdir; ls -1 *.cpp | fgrep -v include_test.cpp)
24 fgrep -q expect-compile-error $testdir/"$t" || \
run_benchs.sh 74 RESULTS=($(echo $NUM_ITERATIONS | ./main $NUM_ITERATIONS | fgrep Total | awk '{print $5}'))
100 COMPILE_TIMES+=($(make compile_time_benchmark 2>&1 | fgrep real | awk '{print $2}' | tr -d s | sed 's/m/*60+/' | bc))
  /external/apache-harmony/
run-harmony-tests 11 fgrep -v junit | \
12 fgrep -v org/w3c/domts | \
13 fgrep -v support/src/test/java | \
  /external/cldr/tools/java/
find-unrun-tests.sh 4 ant check -Druncheck.arg='-l' | fgrep -- '--' | fgrep -v -- '-- CLDR' | cut -d'-' -f3 | tr -d ' ' | sort > currently_running.txt
11 find org com -name '*.java' | xargs grep 'extends.*TestFmwk' | fgrep -v org/unicode/cldr/unittest
  /external/iputils/
ipg 21 result=`cat ${PGDEV} | fgrep "Result: OK:"`
23 cat ${PGDEV} | fgrep Result:
  /external/google-fruit/extras/dockerfiles/
common_cleanup.sh 6 find /usr/lib/ /usr/bin -type f | fgrep -v bazel | fgrep -v python | \
7 xargs -P 32 -L 1 bash -c 'file "$0" | fgrep executable | fgrep -q stripped && strip --strip-unneeded "$0" || true'
  /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 $?'`
  /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...]
  /external/bzip2/
bzgrep 14 *fgrep) grep=${FGREP-fgrep} ;;
  /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
  /external/cldr/tools/scripts/
platformDiffTool.sh 29 for file in `cd ${COMMON}/${TREE} ; ls ${MATCHIT}*.xml | fgrep -v supplementalData`;
interimVettingTool.sh 76 for file in `cd ${COMMON}/${TREE} ; ls ${MATCHIT}*.xml | fgrep -v supplementalData`;
  /external/python/httplib2/script/
test 69 version_installed=$($pip show httplib2 |fgrep Version |cut -d' ' -f2)
  /external/elfutils/config/
eu.am 110 textrel_check = if $(READELF) -d $@ | fgrep -q TEXTREL; then $(textrel_found); fi
  /external/elfutils/tests/
run-strip-test.sh 69 fgrep ' .debug_' testfile.sections && status=1
  /external/freetype/builds/atari/
gen-purec-patch.sh 20 ( cd ${TOP_DIR} && find . -name '*.[CHch]' -type f | fgrep -v builds/atari/tmp | cpio -o ) | \
  /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
  /external/ltp/testcases/network/stress/tcp/multi-diffnic/
tcp4-multi-diffnic01 367 ps auxw | fgrep ns-tcpserver | fgrep -l $server_pid >/dev/null 2>&1

Completed in 1829 milliseconds

1 2 3