OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:grep
(Results
76 - 100
of
887
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/harfbuzz_ng/src/
check-c-linkage-decls.sh
15
if !
grep
-q HB_BEGIN_DECLS "$x" || !
grep
-q HB_END_DECLS "$x"; then
22
if
grep
-q HB_BEGIN_DECLS "$x" ||
grep
-q HB_END_DECLS "$x"; then
/external/protobuf/src/google/protobuf/compiler/
zip_output_unittest.sh
63
grep
'testing: testzip\.pb\.cc *OK$' $TEST_TMPDIR/testzip.list > /dev/null \
65
grep
'testing: testzip\.pb\.h *OK$' $TEST_TMPDIR/testzip.list > /dev/null \
67
grep
'testing: testzip_pb2\.py *OK$' $TEST_TMPDIR/testzip.list > /dev/null \
69
grep
-i 'manifest' $TEST_TMPDIR/testzip.list > /dev/null \
79
grep
'^test/jar/Foo\.java$' $TEST_TMPDIR/testzip.list > /dev/null \
81
grep
'^test/jar/Bar\.java$' $TEST_TMPDIR/testzip.list > /dev/null \
83
grep
'^test/jar/Outer\.java$' $TEST_TMPDIR/testzip.list > /dev/null \
85
grep
'^META-INF/MANIFEST\.MF$' $TEST_TMPDIR/testzip.list > /dev/null \
/external/tcpdump/tests/
lmp-v.sh
9
# A Windows build may have no file named Makefile and also a version of
grep
14
elif
grep
'^CC = .*gcc' ../Makefile >/dev/null
nflog-e.sh
5
if
grep
'^#define HAVE_PCAP_NFLOG_H 1$' ../config.h >/dev/null
/external/valgrind/auxprogs/
posixtestsuite-1.5.1-diff-results
18
grep
-v GRIND= $1 > tmptmp_1;
19
grep
-v GRIND= $2 > tmptmp_2;
/ndk/tests/build/warn-bad-modules/
build.sh
7
printf "%s\n" "$BUILD_OUTPUT" |
grep
-q -e "WARNING: No modules to build.*your APP_MODULES definition is probably incorrect!"
/ndk/tests/build/warn-no-ldflags-in-static-libraries/
build.sh
10
printf "%s\n" "$BUILD_OUTPUT" |
grep
-q -e "WARNING:.*LOCAL_LDFLAGS is always ignored for static libraries"
/ndk/tests/build/warn-no-ldlibs-in-static-libraries/
build.sh
10
printf "%s\n" "$BUILD_OUTPUT" |
grep
-q -e "WARNING:.*LOCAL_LDLIBS is always ignored for static libraries"
/ndk/tests/build/warn-no-modules/
build.sh
7
printf "%s\n" "$BUILD_OUTPUT" |
grep
-q -e "WARNING: There are no modules to build in this project"
/ndk/tests/build/warn-non-system-libs-in-linker-flags/
build.sh
7
printf "%s\n" "$BUILD_OUTPUT" |
grep
-q -e "WARNING:.*non-system libraries in linker flags: -lfoo"
/ndk/tests/build/warn-thin-archive-is-for-static-libraries/
build.sh
7
printf "%s\n" "$BUILD_OUTPUT" |
grep
-q -e "WARNING:.*: LOCAL_THIN_ARCHIVE is for building static libraries"
/ndk/tests/standalone/init-fini-arrays/
run.sh
16
${PREFIX}readelf -S libfoo.so |
grep
-q -e .ctors
23
${PREFIX}readelf -S libfoo.so |
grep
-q -e .dtors
30
${PREFIX}readelf -S $LIBFILE |
grep
-q -e .init_array
37
${PREFIX}readelf -S $LIBFILE |
grep
-q -e .fini_array
/packages/apps/Messaging/tools/
dumpapkversion.sh
19
aapt dump badging $i |
grep
versionCode | sed -E 's/^.*versionCode/versionCode/'
/toolchain/binutils/binutils-2.25/gold/testsuite/
plugin_test_7.sh
27
if !
grep
-q "$2" "$1"
40
if
grep
-q "$2" "$1"
/device/google/contexthub/firmware/
symcheck.sh
34
if echo "$var" |
grep
= >/dev/null
44
if ${CROSS_COMPILE}nm -a "$infile" |
grep
-e "[0-9a-f]\{8\} [Tt] $look_for" >/dev/null
/external/autotest/client/site_tests/security_RootCA/
add-openssl-roots.sh
13
if
grep
-q "nss $x" "$2"; then
16
if
grep
-qE "(both|openssl) $x" "$2"; then
/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/curl/scripts/
contributors.sh
55
grep
-a "^ [^ \(]" RELEASE-NOTES| \
61
grep
-a ' ' | \
/external/dagger2/util/
mvn-deploy.sh
10
keystatus=$(gpg --list-keys |
grep
${key} | awk '{print $1}')
14
gpg --list-keys |
grep
--invert-match '^sub'
/external/e2fsprogs/debian/
uuid-runtime.postinst
4
if ! getent group |
grep
-q libuuid; then
7
if ! getent passwd |
grep
-q libuuid; then
/external/elfutils/tests/
run-linkmap-cut.sh
31
grep
-q '^#0 0x00007f08bc24d681 libfunc - .////////////////////////////////////linkmap-cut-lib\.so$' bt
32
grep
-q '^#1 0x00000000004006b4 main - linkmap-cut$' bt
/external/minijail/
gen_constants.sh
57
grep
-E '^#define [[:upper:]][[:upper:]0-9_]*(\s)+[[:alnum:]]' | \
58
grep
-Ev '(SIGRTMAX|SIGRTMIN|SIG_|NULL)' | \
Completed in 588 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>