OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:grep
(Results
26 - 50
of
855
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/toolchain/binutils/binutils-2.25/gold/testsuite/
script_test_4.sh
30
if !
grep
-q "$2" "$1"
ver_test_2.sh
32
if !
grep
-q "$2" "$1"
arm_exidx_test.sh
30
if !
grep
-q "$2" "$1"
43
if
grep
-q "$2" "$1"
hidden_test.sh
34
if !
grep
-q "$2" "$1"
47
if
grep
-q "$2" "$1"
icf_string_merge_test.sh
28
func_addr_1=`
grep
$2 $1 | awk '{print $1}'`
29
func_addr_2=`
grep
$3 $1 | awk '{print $1}'`
retain_symbols_file_test.sh
30
if !
grep
-q "$1" retain_symbols_file_test.stdout
39
if
grep
-q "$1" retain_symbols_file_test.stdout
tls_pie_test.sh
32
if !
grep
-q "$2" "$1"
45
if
grep
-q "$2" "$1"
two_file_shared.sh
25
addrs=`
grep
DW_OP_addr two_file_shared.dbg | fgrep '(DW_OP_addr: 0)'`
arm_farcall_arm_arm.sh
29
if !
grep
-q "$2" "$1"
undef_symbol.sh
32
if !
grep
-q "$1" undef_symbol.err
ver_test_10.sh
30
if !
grep
-q "$2" "$1"
ver_test_5.sh
30
if !
grep
-q "$2" "$1"
ver_test_7.sh
30
if !
grep
-q "$2" "$1"
arm_abs_global.sh
36
found=`
grep
" $sym\$" $file`
42
match_reloc=`
grep
" $sym\$" $file |
grep
" $reloc "`
/external/harfbuzz_ng/src/
check-includes.sh
17
grep
'#.*\<include\>' "$x" /dev/null | head -n 1
19
grep
-v '"hb-common[.]h"' |
20
grep
-v '"hb[.]h"' |
21
grep
-v 'hb-common[.]h:' |
22
grep
-v 'hb[.]h:' |
23
grep
. >&2 && stat=1
30
grep
'#.*\<include\>' "$x" /dev/null |
grep
-v 'include _' | head -n 1
32
grep
-v '"hb-.*private[.]hh"' |
33
grep
-v 'hb-private[.]hh:'
[
all
...]
/external/bzip2/
bzgrep
6
## zgrep -- a wrapper around a
grep
program that decompresses files as needed
13
*egrep)
grep
=${EGREP-egrep} ;;
14
*fgrep)
grep
=${FGREP-fgrep} ;;
15
*)
grep
=${
GREP
-
grep
} ;;
21
if test "$
grep
" =
grep
; then #
grep
is buggy with -e on SVR4
22
grep
=egre
[
all
...]
/bionic/tests/
file-check-cxx
6
SOURCE=$(echo "$@" |
grep
-oP '\S+\.cpp\b')
7
OBJ=$(echo "$@" |
grep
-oP '\S+\.o\b')
/external/llvm/utils/
GetRepositoryPath
18
svn info |
grep
'^URL:' | cut -d: -f2-
20
git svn info |
grep
'URL:' | cut -d: -f2-
22
git remote -v |
grep
'fetch' | awk '{ print $2 }' | head -n1
/external/compiler-rt/lib/tsan/
analyze_libtsan.sh
14
grep
__tsan_$1.: -A 10000 ${OBJDUMP_CONTENTS} | \
35
nm -S $BIN |
grep
"__tsan_" > ${NM_CONTENTS}
41
size=$(
grep
__tsan_$f$ ${NM_CONTENTS} | awk --non-decimal-data '{print ("0x"$2)+0}')
42
rsp=$(
grep
'(%rsp)' $file | wc -l)
43
push=$(
grep
'push' $file | wc -l)
44
pop=$(
grep
'pop' $file | wc -l)
45
call=$(
grep
'call' $file | wc -l)
48
mov=$(
grep
'mov' $file | wc -l)
49
lea=$(
grep
'lea' $file | wc -l)
50
sh=$(
grep
'shr\|shl' $file | wc -l
[
all
...]
/external/mesa3d/bin/
get-pick-list.sh
5
#
Grep
for commits with "cherry picked from commit" in the commit message.
6
git log --reverse --
grep
="cherry picked from commit" origin/master..HEAD |\
7
grep
"cherry picked from commit" |\
10
#
Grep
for commits that were marked as a candidate for the stable tree.
11
git log --reverse --pretty=%H -i --
grep
='^[[:space:]]*NOTE: This is a candidate' HEAD..origin/master |\
16
if
grep
-q ^$sha bin/.cherry-ignore ; then
22
if
grep
-q ^$sha already_picked ; then
/external/strace/tests/
qual_syscall.test
10
grep
'^execve(' "$LOG" > /dev/null ||
13
grep
-v '^execve(' "$LOG" |
14
LC_ALL=C
grep
'^[[:alnum:]_]*(' > /dev/null &&
19
grep
'^execve(' "$LOG" > /dev/null ||
22
grep
'^open' "$LOG" > /dev/null &&
/build/kati/testcase/
kati_cache.sh
33
if !
grep
-q 'Cache not found' kati.INFO; then
41
if !
grep
-q 'Cache found' kati.INFO; then
53
if !
grep
-q 'Cache expired' kati.INFO; then
/dalvik/dx/tests/097-dex-branch-offset-zero/
run
19
*.class |
grep
'[-+][0-9]' |
grep
-v 'goto/32.*+00*$' |
grep
'// +00*$'
/external/curl/scripts/
contributors.sh
58
if echo "$*" |
grep
-qw -- '--releasenotes';then
60
#
grep
out the list of names from RELEASE-NOTES
63
grep
"^ [^ \(]" RELEASE-NOTES| \
69
grep
' ' | \
contrithanks.sh
46
#
grep
out the list of names from RELEASE-NOTES
49
grep
"^ [^ (]" RELEASE-NOTES| \
55
grep
' ' | \
57
grep
-xvf ./docs/THANKS
Completed in 1297 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>