OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:grep
(Results
1 - 25
of
617
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/dropbear/libtomcrypt/
genlist.sh
3
export a=`echo -n "src/ciphers/aes/aes_enc.o " ; find . -type f | sort |
grep
"[.]/src" |
grep
"[.]c" |
grep
-v "sha224" |
grep
-v "sha384" |
grep
-v "aes_tab" |
grep
-v "twofish_tab" |
grep
-v "whirltab" |
grep
-v "dh_sys" |
grep
-v "ecc_sys" |
grep
-v "mpi[.]c" | grep -v "sober128tab" | sed -e 'sE\./EE' | sed -e 's/\.c/\.o/' | xargs
[
all
...]
/external/e2fsprogs/
.missing-copyright
3
find . -type f \! -name \*~ \! -exec
grep
-q Begin-Header \{\} \; -print \
4
|
grep
-v ^./build
/external/valgrind/main/drd/tests/
filter_thread_no
5
grep
-v "^Thread [0-9][0-9]*:$" |
/external/harfbuzz_ng/src/
check-includes.sh
19
grep
'#.*\<include\>' "$x" /dev/null | head -n 1
21
grep
-v '"hb-common[.]h"' |
22
grep
-v '"hb[.]h"' |
23
grep
-v 'hb-common[.]h:' |
24
grep
-v 'hb[.]h:' |
25
grep
. >&2 && stat=1
31
grep
'#.*\<include\>' "$x" /dev/null | head -n 1
33
grep
-v '"hb-.*private[.]hh"' |
34
grep
-v 'hb-private[.]hh:' |
35
grep
. >&2 && stat=
[
all
...]
/external/llvm/utils/lit/utils/
check-sdist
11
grep
-v '^\./.gitignore' | \
12
grep
-v '^\./dist' | \
13
grep
-v '^\./utils' | \
14
grep
-v '^\./venv' | \
15
grep
-v '^\./lit.egg-info' | \
16
grep
-v '^\./lit/ExampleTests' | \
17
grep
-v '/Output' | \
18
grep
-v '__pycache__' | \
19
grep
-v '.pyc$' |
grep
-v '~$' |
[
all
...]
/external/chromium_org/build/linux/
python_arch.sh
19
echo $file_out |
grep
-qs "ARM"
25
echo $file_out |
grep
-qs "MIPS"
31
echo $file_out |
grep
-qs "x86-64"
37
echo $file_out |
grep
-qs "Intel 80386"
/external/valgrind/main/tests/
check_isa-2_06_cap
5
LD_SHOW_AUXV=1 /bin/true |
grep
arch_2_06 > /dev/null 2>&1
check_vmx_cap
5
LD_SHOW_AUXV=1 /bin/true |
grep
altivec > /dev/null 2>&1
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
next_available_offset.sh
33
num=$(
grep
'offset="' gl_API.xml |\
35
grep
-v '?' |\
/external/dnsmasq/bld/
pkg-wrapper
6
if
grep
"^\#.*define.*$search" config.h 2>&1 >/dev/null || \
7
grep
$search 2>&1 >/dev/null ; then
/external/mesa3d/src/mapi/glapi/gen/
next_available_offset.sh
33
num=$(
grep
'offset="' gl_API.xml |\
35
grep
-v '?' |\
/external/chromium/build/linux/
python_arch.sh
24
echo $file_out |
grep
-qs "ARM"
30
echo $file_out |
grep
-qs "x86-64"
36
echo $file_out |
grep
-qs "Intel 80386"
/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
...]
/cts/development/ide/eclipse/
genclasspath.sh
16
cat $ANDROID_BUILD_TOP/cts/development/ide/eclipse/.classpath |
grep
classpathentry
17
cat $ANDROID_BUILD_TOP/development/ide/eclipse/.classpath |
grep
classpathentry
/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 }'
/external/compiler-rt/lib/tsan/
analyze_libtsan.sh
7
grep
__tsan_$1.: -A 10000 libtsan.objdump | \
24
nm -S $BIN |
grep
"__tsan_" > libtsan.nm
30
size=$(
grep
__tsan_$f$ libtsan.nm | awk --non-decimal-data '{print ("0x"$2)+0}')
31
rsp=$(
grep
'(%rsp)' $file | wc -l)
32
push=$(
grep
'push' $file | wc -l)
33
pop=$(
grep
'pop' $file | wc -l)
34
call=$(
grep
'call' $file | wc -l)
37
mov=$(
grep
'mov' $file | wc -l)
38
lea=$(
grep
'lea' $file | wc -l)
39
sh=$(
grep
'shr\|shl' $file | wc -l
[
all
...]
/external/chromium_org/third_party/mesa/src/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/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
/dalvik/dx/tests/097-dex-branch-offset-zero/
run
19
*.class |
grep
'[-+][0-9]' |
grep
-v 'goto/32.*+00*$' |
grep
'// +00*$'
/external/openssh/regress/
ssh2putty.sh
14
if
grep
"BEGIN RSA PRIVATE KEY" $KEYFILE >/dev/null 2>&1 ; then
22
openssl rsa -noout -text -in $KEYFILE |
grep
^publicExponent |
28
openssl rsa -noout -modulus -in $KEYFILE |
grep
^Modulus= |
/external/chromium_org/third_party/icu/source/test/compat/
tzone.pl
14
my @TZONE_RAW = `locate zoneinfo |
grep
'^/usr/share/zoneinfo/' |
grep
-v 'tab\$' |
grep
-v '/right/' |
grep
-v '/posix/' |
grep
-v '/posixrules\$' |
grep
-v '/Factory\$'`;
/external/icu4c/test/compat/
tzone.pl
14
my @TZONE_RAW = `locate zoneinfo |
grep
'^/usr/share/zoneinfo/' |
grep
-v 'tab\$' |
grep
-v '/right/' |
grep
-v '/posix/' |
grep
-v '/posixrules\$' |
grep
-v '/Factory\$'`;
/dalvik/dx/tests/030-minimal-jasmin/
run
18
dx --debug --dump --width=200 blort.class |
grep
' 000.:'
/dalvik/dx/tests/100-local-mismatch/
run
23
dx --dex Blort1.class 2>&1 |
grep
mismatch
26
dx --dex Blort2.class 2>&1 |
grep
mismatch
29
dx --dex Blort3.class 2>&1 |
grep
mismatch
32
dx --dex Blort4.class 2>&1 |
grep
mismatch
/dalvik/dx/tests/114-value-propagation/
run
18
dx --dump --rop-blocks blort.class |
grep
'const\|move'
Completed in 521 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>