HomeSort by relevance Sort by last modified time
    Searched refs:grep (Results 201 - 225 of 855) sorted by null

1 2 3 4 5 6 7 891011>>

  /toolchain/binutils/binutils-2.25/gold/testsuite/
arm_fix_1176.sh 32 if ! grep -q "$2" "$1"
arm_fix_v4bx.sh 30 if ! grep -q "$2" "$1"
memory_test.sh 38 found=`grep "$pattern" $file`
script_test_10.sh 27 if ! grep -q "$2" "$1"
  /external/shflags/lib/
versions 41 if grep 'OpenSolaris' /etc/release >/dev/null; then
82 if grep -q 'DISTRIB_ID=Ubuntu' "${LSB_RELEASE}"; then
92 if grep 'OpenSolaris' /etc/release >/dev/null; then
93 os_version_=`grep 'OpenSolaris' /etc/release |awk '{print $2"("$3")"}'`
96 minor_=`grep Solaris /etc/release |sed 's/[^u]*\(u[0-9]*\).*/\1/'`
145 $1 --version 2>&1 |grep 'GNU bash' |sed 's/.*version \([^ ]*\).*/\1/'
153 dpkg -l |grep ' dash ' |awk '{print $3}'
172 |grep Version \
188 |grep 'PD KSH' \
  /development/tools/findunused/
findunusedstrings 32 for i in $(grep -Rs "\(string\|plurals\) name=" res | sed 's/.*string name=\"//' | sed 's/.*plurals name=\"//'|sed 's/".*$//'|sort -u)
34 echo $i $(grep -Rws R.plurals.$i\\\|R.string.$i\\\|@string/$i .|wc -l)
35 done | grep ' 0$' | {
removeunusedresources 39 find res | grep -w $LINE | {
53 grep -Rwl $LINE res | {
57 ISSTRING=$(echo "$RESLINE" | grep -w "strings\.xml")
  /external/curl/packages/OS400/
initscript.sh 68 LIBCURL_VERSION=`grep '^#define *LIBCURL_VERSION ' \
71 LIBCURL_VERSION_MAJOR=`grep '^#define *LIBCURL_VERSION_MAJOR ' \
74 LIBCURL_VERSION_MINOR=`grep '^#define *LIBCURL_VERSION_MINOR ' \
77 LIBCURL_VERSION_PATCH=`grep '^#define *LIBCURL_VERSION_PATCH ' \
80 LIBCURL_VERSION_NUM=`grep '^#define *LIBCURL_VERSION_NUM ' \
83 LIBCURL_TIMESTAMP=`grep '^#define *LIBCURL_TIMESTAMP ' \
  /external/e2fsprogs/util/
install-symlink.in 12 while echo $1 | grep -q -- ^- ;
43 if ! echo $SRC | grep -q ^/ ; then
48 if ! echo $DEST | grep -q ^/ ; then
  /external/vboot_reference/scripts/image_signing/
unpack_firmwarefd.sh 30 line=$(mosys -f -k eeprom map $1 | grep "$match_str")
40 line=$(mosys -f -k eeprom map $1 | grep "$match_str")
49 line=$(mosys -f -k eeprom map $1 | grep "$match_str")
  /art/test/370-dex-v37/
build 24 if test -f classes.dex && head -c 7 classes.dex | grep -q 035; then
  /build/kati/testcase/
ninja_mkdir.sh 38 if grep -q "mkdir -p" build.ninja; then
override_export.mk 15 env | grep 'override B'
  /device/google/contexthub/firmware/misc/platform/stm32f4xx/
showsizes.sh 7 hex=$(nm $1 | grep -v "U" | grep "$2" |awk '{print "16#" $1 }')
  /external/autotest/client/site_tests/firmware_TouchMTB/tools/
print_syn.sh 35 device_node_info=`$control_script | grep -i "Device Node"`
  /external/autotest/client/site_tests/security_ptraceRestrictions/src/
root-ptrace-restrictions.sh 49 if echo "$OUT" | grep -q 'Operation not permitted'; then
62 if echo "$OUT" | grep -q 'Quit anyway'; then
  /external/curl/lib/
firefox-db2pem.sh 47 grep ' *[CcGTPpu]*,[CcGTPpu]*,[CcGTPpu]* *$' | \
  /external/dhcpcd-6.8.2/
genembedh 5 : ${TOOL_GREP:=grep}
  /external/eigen/bench/btl/data/
mk_new_gnuplot.sh 7 echo "set title " `grep ${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 2` >> $WHAT.gnuplot
8 echo "set xlabel " `grep ${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 3` " offset 0,0" >> $WHAT.gnuplot
9 echo "set xrange [" `grep ${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 4` "]" >> $WHAT.gnuplot
39 echo "'"$FILE"'" `grep $TITLE ../perlib_plot_settings.txt | head -n 1 | cut -d ";" -f 2` "\\" >> $WHAT.gnuplot
  /external/harfbuzz_ng/src/
check-libstdc++.sh 23 if ldd $so | grep 'libstdc[+][+]\|libc[+][+]'; then
  /external/jemalloc/include/jemalloc/
jemalloc.sh 17 | grep -v 'Generated from .* by configure\.' \
  /external/libcxx/buildcmds/
buildcmdscc 7 echo $ARGS | grep -P '\S+\.cpp\b' > /dev/null
  /external/libcxx/test/std/re/re.alg/re.alg.match/
grep.pass.cpp 30 std::regex_constants::grep)));
46 std::regex_constants::grep)));
  /external/libdrm/libkms/
kms-symbol-check 7 ( grep -q "^$func$" || echo $func ) <<EOF
  /external/llvm/utils/
findsym.pl 20 @objects = grep(/l?i?b?LLVM.*\.[oa]$/,sort(@files));
26 "nm $Directory/$lib | grep '$Symbol' | sort --key=3 | uniq |";

Completed in 685 milliseconds

1 2 3 4 5 6 7 891011>>