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
855
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/autotest/client/site_tests/platform_TLSDate/src/
delay_subproc
7
if
grep
-q '^ok$' "$1" 2>/dev/null; then
/external/chromium-trace/catapult/third_party/gsutil/third_party/retry-decorator/
Makefile
1
name = $(shell
grep
title retry_decorator/__init__.py | cut -d "'" -f2)
2
ver = $(shell
grep
version retry_decorator/__init__.py| cut -d "'" -f2 )
/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"
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
plot_bars.sh
32
bars=$(echo "$log" |
grep
"BAR")
34
labels=$(echo "$log" |
grep
"^LABEL")
56
title=$(echo "$labels" |
grep
"^LABEL.$figure" | cut -f 3 | \
58
y_label=$(echo "$labels" |
grep
"^LABEL.$figure" | cut -f 4 | \
62
num_flows=$(echo "$labels" |
grep
"^LABEL.$figure" | cut -f 5 | \
66
x_label_1=$(echo "$log" |
grep
"BAR.$figure" | cut -f 3 | sed 's/_/\t/g' \
70
x_label_2=$(echo "$log" |
grep
"BAR.$figure" | cut -f 3 | sed 's/_/\t/g' \
107
file_name=$(echo "$labels" |
grep
"^LABEL.$figure" | cut -f 5 | head -n 1)
119
data_sets=$(echo "$bars" |
grep
"LIMITERRORBAR.$figure" | cut -f 3 | \
124
y=$(echo "$bars" |
grep
"LIMITERRORBAR.$figure.$set" | cut -f 8 |
[
all
...]
/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/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
Completed in 727 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>