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

1 2

  /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:
  /libcore/
run-libcore-tests 11 fgrep -v junit | \
12 fgrep -v org/w3c/domts | \
  /external/bzip2/
bzgrep 14 *fgrep) grep=${FGREP-fgrep} ;;
  /ndk/tests/build/b14811006-GOT_PREL-optimization/
build.sh 55 fgrep -q "(GOT_PREL)" SkAlphaMulQ.s
  /external/icu/icu4c/source/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/elfutils/config/
eu.am 80 textrel_check = if $(READELF) -d $@ | fgrep -q TEXTREL; then $(textrel_found); fi
  /prebuilts/go/darwin-x86/misc/cgo/errors/
test.bash 22 if ! fgrep $file:$line: errs >/dev/null 2>&1; then
  /prebuilts/go/linux-x86/misc/cgo/errors/
test.bash 22 if ! fgrep $file:$line: errs >/dev/null 2>&1; then
  /external/elfutils/tests/
run-strip-test.sh 61 fgrep ' .debug_' testfile.sections && status=1
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/atari/
gen-purec-patch.sh 20 ( cd ${TOP_DIR} && find . -name '*.[CHch]' -type f | fgrep -v builds/atari/tmp | cpio -o ) | \
  /system/core/toolbox/
Android.mk 105 # We build BSD grep separately, so it can provide egrep and fgrep too.
115 LOCAL_POST_INSTALL_CMD := $(hide) $(foreach t,egrep fgrep,ln -sf grep $(TARGET_OUT)/bin/$(t);)
  /external/libvorbis/
autogen.sh 31 AM_OPTIONS=`fgrep AUTOMAKE_OPTIONS Makefile.am`
configure 875 FGREP
    [all...]
  /external/libcap/libcap/
Makefile 56 perl -e 'while ($$l=<>) { if ($$l =~ /^\#define[ \t](CAP[_A-Z]+)[ \t]+([0-9]+)\s+$$/) { $$tok=$$1; $$val=$$2; $$tok =~ tr/A-Z/a-z/; print "{\"$$tok\",$$val},\n"; } }' $(KERNEL_HEADERS)/linux/capability.h | fgrep -v 0x > $@
  /ndk/build/tools/
dev-system-import.sh 171 echo "$PLATFORMS" | tr ' ' '\n' | fgrep -q "$1"
  /external/toybox/generated/
newtoys.h 66 USE_FGREP(OLDTOY(fgrep, grep, TOYFLAG_BIN))
  /prebuilts/go/darwin-x86/src/regexp/
exec_test.go 400 // L REG_LITERAL LRE (fgrep)
  /prebuilts/go/linux-x86/src/regexp/
exec_test.go 400 // L REG_LITERAL LRE (fgrep)
  /external/chromium-trace/catapult/third_party/mocha/
mocha.js     [all...]
  /external/chromium-trace/catapult/tracing/third_party/mocha/
mocha.js     [all...]
  /external/pcre/dist/
configure 708 FGREP
    [all...]

Completed in 653 milliseconds

1 2