HomeSort by relevance Sort by last modified time
    Searched refs:grep (Results 401 - 425 of 467) sorted by null

<<111213141516171819

  /external/iproute2/examples/
cbq.init-v0.7.3 96 # more of sed power (use sed instead of grep+cut)
132 # v0.3a3- fixed grep bug when using more than 10 eth devices. Thanks to David
622 eval `echo "$CFILE"| grep -E "^($CBQ_WORDS)="`
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
depcomp 426 grep -v '^Note: including file: ' "$tmpdepfile"
  /external/linux-tools-perf/
Makefile 179 grep-libs = $(filter -l%,$(1))
479 PERL_EMBED_LIBADD = $(call grep-libs,$(PERL_EMBED_LDOPTS))
529 PYTHON_EMBED_LIBADD := $(call grep-libs,$(PYTHON_EMBED_LDOPTS))
  /external/linux-tools-perf/config/
utilities.mak 135 is-absolute = $(shell echo $(shell-sq) | grep ^/ -q && echo y)
  /external/openfst/
depcomp 426 grep -v '^Note: including file: ' "$tmpdepfile"
configure 656 GREP
    [all...]
  /external/valgrind/main/tests/
vg_regtest.in 544 my $found_tests = (0 != (grep { $_ =~ /\.vgtest$/ } @fs));
  /external/webkit/Tools/Scripts/
webkitdirs.pm 249 $numberOfCPUs = (grep /processor/, `cat /proc/cpuinfo`);
841 @ARGV = grep(!/^--wx-args/i, @ARGV);
    [all...]
  /ndk/sources/host-tools/make-3.81/
configure 629 GREP
    [all...]
  /external/icu4c/
configure 658 GREP
    [all...]
config.status 575 s,@EGREP@,grep -E,;t t
921 if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then
953 fi # grep
    [all...]
  /external/protobuf/gtest/
configure 646 GREP
    [all...]
  /external/e2fsprogs/
configure 712 GREP
    [all...]
  /external/open-vcdiff/
configure 783 GREP
    [all...]
  /external/protobuf/
configure 791 GREP
    [all...]
  /bootable/recovery/applypatch/
applypatch.sh 113 run_command $WORK_DIR/applypatch -l | grep -q -i copyright || fail
  /external/openssl/crypto/des/asm/
des-586.pl 23 $small_footprint=1 if (grep(/\-DOPENSSL_SMALL_FOOTPRINT/,@ARGV));
  /external/srtp/
config.status 489 s,@EGREP@,grep -E,;t t
803 if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then
866 fi # grep
  /ndk/build/tools/
build-mingw64-toolchain.sh 116 NUM_CORES=$(grep -c -e '^processor' /proc/cpuinfo)
305 file $TEMP_DIR/test-host-cc.o | grep -q -e "x86[_-]64"
gen-platforms.sh 320 echo "$@" | tr ' ' '\n' | grep -v -F -x -f $SYMBOL_FILE | tr '\n' ' '
  /external/compiler-rt/make/platform/
clang_darwin.mk 87 ifneq ($(shell sw_vers -productVersion | grep 10.6),)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex.h 372 static constexpr regex_constants::syntax_option_type grep member in class:basic_regex
373 = regex_constants::grep;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex.h 372 static constexpr regex_constants::syntax_option_type grep member in class:basic_regex
373 = regex_constants::grep;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex.h 372 static constexpr regex_constants::syntax_option_type grep member in class:basic_regex
373 = regex_constants::grep;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex.h 373 static constexpr regex_constants::syntax_option_type grep member in class:basic_regex
374 = regex_constants::grep;
    [all...]

Completed in 1403 milliseconds

<<111213141516171819