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
467
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/system/extras/tests/fstest/
mounts-test.sh
5
adb shell mount |
grep
-q /sdcard
14
adb shell mount |
grep
/sdcard |
grep
-q $i
24
adb shell ls /dev/*mem |
grep
-q $i
/external/v8/tools/
bash-completion.sh
41
|
grep
"^DEFINE" \
42
|
grep
-v "DEFINE_implication" \
49
|
grep
"strcmp(argv\[i\]" \
/external/clang/utils/VtableTest/
check-zti
10
grep
-v '\.[sg][el]' | sed 's/(\([0-9][0-9]*\))/\1/' >test-clang-zti
12
grep
-v '\.[sg][el]' | sed 's/(\([0-9][0-9]*\))/\1/' >test-gcc-zti
check-ztt
10
grep
-v '\.[sgm][elo]' | sed -e 's/[()]//g' -e '/^$/d' >test-clang-ztt
12
grep
-v '\.[sgm][elo]' | sed -e 's/[()]//g' -e 's/ + /+/' >test-gcc-ztt
check-zvt
9
sed -n "/^__ZTV.*s$i:/,/\.[sg][el]/p" test-clang.s |
grep
-v '\.[sg][el]' >test-clang-ztv
10
sed -n "/^__ZTV.*s$i:/,/\.[sg][el]/p" test-gcc.s |
grep
-v '\.[sg][el]' >test-gcc-ztv
/external/clang/utils/
find-unused-diagnostics.sh
8
ALL_DIAGS=$(
grep
-E --only-matching --no-filename '(err_|warn_|ext_|note_)[a-z_]+' ./include/clang/Basic/Diagnostic*.td)
12
DIAGS_IN_SOURCES=$(
grep
-E --only-matching --no-filename '(err_|warn_|ext_|note_)[a-z_]+' $ALL_SOURCES)
/external/e2fsprogs/debian/
uuid-runtime.postinst
4
if ! getent group |
grep
-q libuuid; then
7
if ! getent passwd |
grep
-q libuuid; then
/external/openfst/
fix_headers.sh
6
grep
$1 $INPUT_FILE > /dev/null 2>&1
/ndk/tests/build/libc_no_atexit/
build.sh
10
readelf -s $LIB |
grep
-q -F " atexit"
15
readelf -s $LIB |
grep
-q -F " __dso_handle"
/dalvik/dx/tests/081-dex-throws-list/
run
19
*.class |
grep
'Blort\|Throws'
/dalvik/dx/tests/096-dex-giant-catch/
run
40
--dump-method=Zorch.test Zorch.class |
grep
'try\|catch'
/development/tools/idegen/
idegen.sh
8
idegenjar=`find out -name idegen.jar -follow |
grep
-v intermediates`
index-gen.sh
37
\( -exec
grep
-H '^LOCAL_PACKAGE_NAME ' {} \; \
38
-false -o -exec
grep
-H '^LOCAL_MODULE ' {} \; \) \
45
grep
-v "^$root_dir/vendor/google" $tmp_file > $dest_file
/external/valgrind/main/auxprogs/
gsl16test
102
echo -n " Native fails: " && (
grep
FAIL: out-REF | wc -l)
103
echo -n " Native passes: " && (
grep
PASS: out-REF | wc -l)
104
echo -n " Valgrind fails: " && (
grep
FAIL: out-V | wc -l)
105
echo -n " Valgrind passes: " && (
grep
PASS: out-V | wc -l)
107
(echo -n " Native fails: " && (
grep
FAIL: out-REF | wc -l)) >> summary.txt
108
(echo -n " Native passes: " && (
grep
PASS: out-REF | wc -l)) >> summary.txt
109
(echo -n " Valgrind fails: " && (
grep
FAIL: out-V | wc -l)) >> summary.txt
110
(echo -n " Valgrind passes: " && (
grep
PASS: out-V | wc -l)) >> summary.txt
gsl19test
107
echo -n " Native fails: " && (
grep
FAIL: out-REF | wc -l)
108
echo -n " Native passes: " && (
grep
PASS: out-REF | wc -l)
109
echo -n " Valgrind fails: " && (
grep
FAIL: out-V | wc -l)
110
echo -n " Valgrind passes: " && (
grep
PASS: out-V | wc -l)
112
(echo -n " Native fails: " && (
grep
FAIL: out-REF | wc -l)) >> summary.txt
113
(echo -n " Native passes: " && (
grep
PASS: out-REF | wc -l)) >> summary.txt
114
(echo -n " Valgrind fails: " && (
grep
FAIL: out-V | wc -l)) >> summary.txt
115
(echo -n " Valgrind passes: " && (
grep
PASS: out-V | wc -l)) >> summary.txt
/external/valgrind/main/drd/tests/
run_openmp_test
12
if /usr/bin/file "$1" |
grep
-q 'statically linked'; then
/external/webkit/Tools/Scripts/
find-included-framework-headers
29
find . \( -name '*.cpp' -o -name '*.h' -o -name '*.m' -o -name '*.mm' \) -exec
grep
"<$framework/" {} ';' | sed -e 's|.*/\(.*\.h\).*|\1|' | sort -u
/external/clang/include/clang/
Makefile
17
|
grep
-v CVS |
grep
-v .svn |
grep
-v .dir` ; do \
35
|
grep
-v CVS |
grep
-v .tmp |
grep
-v .dir` ; do \
/external/clang/include/clang-c/
Makefile
16
|
grep
-v CVS |
grep
-v .svn |
grep
-v .dir` ; do \
29
|
grep
-v CVS |
grep
-v .tmp |
grep
-v .dir` ; do \
/external/skia/gm/tests/
rebaseline.sh
18
EXPECTED_FILES=$(find outputs/*/output-expected -type f |
grep
-v /\.svn/)
25
ACTUAL_FILES=$(find outputs/*/output-actual -type f |
grep
-v /\.svn/)
37
FILES=$(svn stat outputs/* |
grep
^\? | awk '{print $2}')
41
FILES=$(svn stat outputs/*/output-expected |
grep
^\? | awk '{print $2}')
48
FILES=$(svn stat outputs/*/output-expected |
grep
^\! | awk '{print $2}')
52
FILES=$(svn stat outputs/* |
grep
^\! | awk '{print $2}')
/external/skia/tools/tests/
rebaseline.sh
17
EXPECTED_FILES=$(find skdiff/*/output-expected -type f |
grep
-v /\.svn/)
24
ACTUAL_FILES=$(find skdiff/*/output-actual -type f |
grep
-v /\.svn/)
36
FILES=$(svn stat skdiff/* |
grep
^\? | awk '{print $2}')
40
FILES=$(svn stat skdiff/*/output-expected |
grep
^\? | awk '{print $2}')
47
FILES=$(svn stat skdiff/*/output-expected |
grep
^\! | awk '{print $2}')
51
FILES=$(svn stat skdiff/* |
grep
^\! | awk '{print $2}')
/external/webkit/Source/WebCore/WebCore.gyp/mac/
check_objc_rename.sh
56
(
grep
-E "${nm_pattern}" || true) | \
57
(
grep
-Ev "${nm_pattern}(${class_whitelist_pattern})" || true) | \
58
(
grep
-Ev "\((${category_whitelist_pattern})\)" || true)) || nm -p "${lib}"
/sdk/eclipse/scripts/
update_version.sh
31
grep
-rl "$OLD" * |
grep
-E "\.xml$|\.MF$" | xargs -n 1 sed -i "" "s/$OLD/$NEW/g"
34
# do another
grep
for older version without the qualifier. We don't
37
grep
-r "$REALOLD" *
/external/chromium/sdch/open-vcdiff/packages/
rpm.sh
61
grep
"Red Hat.*release 7" /etc/issue >/dev/null 2>&1 && destdir=rh7
62
grep
"Red Hat.*release 8" /etc/issue >/dev/null 2>&1 && destdir=rh8
63
grep
"Red Hat.*release 9" /etc/issue >/dev/null 2>&1 && destdir=rh9
64
if
grep
Fedora /etc/issue >/dev/null; then
65
destdir=fc`
grep
Fedora /etc/issue | cut -d' ' -f 4`;
/external/open-vcdiff/packages/
rpm.sh
75
grep
"Red Hat.*release 7" /etc/issue >/dev/null 2>&1 && destdir=rh7
76
grep
"Red Hat.*release 8" /etc/issue >/dev/null 2>&1 && destdir=rh8
77
grep
"Red Hat.*release 9" /etc/issue >/dev/null 2>&1 && destdir=rh9
78
if
grep
Fedora /etc/issue >/dev/null; then
79
destdir=fc`
grep
Fedora /etc/issue | cut -d' ' -f 4`;
Completed in 568 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>