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

1 2

  /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:
  /libcore/
run-libcore-tests 11 fgrep -v junit | \
12 fgrep -v org/w3c/domts | \
  /external/bzip2/
bzgrep 14 *fgrep) grep=${FGREP-fgrep} ;;
  /external/icu4c/test/hdrtst/
Makefile.in 66 @FAIL=0;for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/pfiles.txt`; do \
94 $(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" ; \
97 fgrep -q "$$incfile.h header is obsolete" ht_dep.junk || echo "** FAIL Header unicode/$$incfile.h is not obsoleted properly" ; \
98 fgrep -q "$$incfile.h header is obsolete" ht_dep.junk || FAIL=1 ; \
109 @FAIL=0;for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/cxxfiles.txt | tee cfiles.txt`; do \
120 @FAIL=0;for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/pfiles.txt`; do \
132 @FAIL=0; for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/pfiles.txt`; do \
145 for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/pfiles.txt`; do \
157 @FAIL=0;for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/pfiles.txt`; do
    [all...]
  /external/chromium_org/third_party/icu/source/test/hdrtst/
Makefile.in 69 @for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/pfiles.txt`; do \
103 $(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" ; \
106 fgrep -q "$$incfile.h header is obsolete" ht_dep.junk || echo "** FAIL Header unicode/$$incfile.h is not obsoleted properly" ; \
120 @for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/cxxfiles.txt | tee cfiles.txt`; do \
136 @for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/pfiles.txt`; do \
153 @for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/pfiles.txt`; do \
170 @for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/pfiles.txt`; do \
187 @for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/pfiles.txt`; do \
  /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/elfutils/tests/
run-strip-test.sh 62 fgrep ' .debug_' testfile.sections && status=1
  /system/extras/tests/bionic/libc/
run-test.sh 159 echo `var_value $1` | tr ' ' '\n' | fgrep -q -e "$2"
  /external/chromium_org/third_party/lcov/contrib/galaxy/
conglomerate_functions.pl 110 my @output = `fgrep $CFile $CovFile`;
  /external/chromium_org/third_party/lcov-1.9/contrib/galaxy/
conglomerate_functions.pl 110 my @output = `fgrep $CFile $CovFile`;
  /external/chromium_org/tools/valgrind/
regrind.sh 74 fgrep "$test" regrind-failed.txt > /dev/null 2>&1 || echo "$test" >> regrind-failed.txt
  /external/libvorbis/
autogen.sh 31 AM_OPTIONS=`fgrep AUTOMAKE_OPTIONS Makefile.am`
configure 875 FGREP
    [all...]
  /external/elfutils/libasm/
Makefile.am 79 if readelf -d $@ | fgrep -q TEXTREL; then exit 1; fi
  /external/elfutils/libdw/
Makefile.am 103 if readelf -d $@ | fgrep -q TEXTREL; then exit 1; fi
  /external/chromium_org/third_party/openssl/openssl/android.testssl/
testssl 15 if adb shell /system/bin/openssl x509 -in $cert -text -noout | fgrep 'DSA Public Key' >/dev/null; then
  /external/elfutils/libelf/
Makefile.am 118 if readelf -d $@ | fgrep -q TEXTREL; then exit 1; fi
  /external/openssl/android.testssl/
testssl 15 if adb shell /system/bin/openssl x509 -in $cert -text -noout | fgrep 'DSA Public Key' >/dev/null; then
  /ndk/build/tools/
dev-system-import.sh 171 echo "$PLATFORMS" | tr ' ' '\n' | fgrep -q "$1"
  /external/chromium_org/build/android/
adb_gdb 579 echo "$ADB_VERSION" | fgrep -q -e "Android Debug Bridge"
  /external/chromium_org/build/
install-chroot.sh 464 fgrep -qs "/var/lib/schroot/mount/${t}"; then
  /external/mksh/src/
Build.sh 1011 fgrep -i -e version -e release"
    [all...]
  /external/libogg/
configure 857 FGREP
    [all...]
  /external/chromium_org/third_party/libxml/src/
configure 862 FGREP
    [all...]

Completed in 1163 milliseconds

1 2