OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:grep
(Results
451 - 475
of
1231
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/ltp/testcases/commands/eject/
eject-tests.sh
44
if
grep
-q "$CD_DRIVE" /proc/mounts; then
62
if
grep
-q "eject: default device:" eject.out; then
74
if
grep
-q "CD-ROM eject command succeeded" eject.out; then
118
if
grep
-q "$CD_DRIVE" /proc/mounts; then
/external/ltp/testcases/commands/insmod/
insmod01.sh
49
grep
-q ltp_insmod01 /proc/modules
/external/ltp/testcases/commands/ld/
ld01
46
if
grep
-q "$LD:.*[xy]\.o.*No such file or directory" ld.out; then
58
if
grep
-q "$CC:.*[xy]\.o.*No such file or directory" cc.out; then
70
if file test.so |
grep
-q shared; then
89
if
grep
-q "$LD: attempted static link of dynamic object" ld.out; then
/external/ltp/testcases/kernel/controllers/cgroup_fj/
cgroup_fj_common.sh
35
local exist=`
grep
-w $subsystem /proc/cgroups | cut -f1`
97
mount_point=`
grep
-w $subsystem /proc/mounts |
grep
-w "cgroup" | \
125
if
grep
-q "$mount_point" /proc/mounts; then
/external/ltp/testcases/kernel/security/mmc_security/
force_erase.sh
49
if
grep
-q "unlocked" /sys/bus/mmc/devices/mmc0\:*/lockable; then
/external/ltp/testcases/kernel/syscalls/swapon/
Makefile
19
NEEDSPECIAL := $(shell echo MAX_SWAPFILES | $(CC) -E -xc -include linux/swap.h 2>/dev/null - | tail -n 1 |
grep
32; echo $?)
/external/ltp/testcases/kernel/syscalls/syslog/
syslog08
34
# o Send the message and
grep
for the entry in log file. #
73
oldvalue=`
grep
-c "syslogtst: $facility info test." /var/log/messages`
79
old_mail_check=`
grep
-c "syslogtst: $facility info test." /var/log/maillog`
100
new_mail_check=`
grep
-c "syslogtst: $facility info test." /var/log/maillog`
101
newvalue=`
grep
-c "syslogtst: $facility info test." /var/log/messages`
128
tst_resm TINFO " o Send the message and
grep
for the entry in log file."
syslog-lib.sh
78
if
grep
-qri '^[^#].*load.*imjournal' /etc/rsyslog.conf /etc/rsyslog.d/ ; then
79
systemd_journal=$(
grep
-Ehoi "^[^#].*(imjournal|workdirectory).*" -r /etc/rsyslog.conf /etc/rsyslog.d/)
85
log_socket=$(
grep
-ho "^\$SystemLogSocketName .*" -r /etc/rsyslog.conf /etc/rsyslog.d/ | head -1)
/external/ltp/testcases/kernel/tracing/ftrace_test/
ftrace_regression02.sh
49
grep
-q 'grp=[0-9] res=[0-9]' $TRACING_PATH/trace
/external/mesa3d/src/egl/
egl-symbols-check
11
FUNCS=$(nm -D --defined-only $LIB |
grep
-o "T .*" | cut -c 3- | while read func; do
12
(
grep
-q "^$func$" || echo $func ) <<EOF
/external/mesa3d/src/gbm/
gbm-symbols-check
12
FUNCS=$(nm -D --defined-only $LIB |
grep
-o "T .*" | cut -c 3- | while read func; do
13
(
grep
-q "^$func$" || echo $func ) <<EOF
/external/python/cpython3/Lib/idlelib/idle_test/
test_grep.py
2
Non-gui unit tests for
grep
.GrepDialog methods.
8
from idlelib.
grep
import GrepDialog
37
grep
= Dummy_grep()
variable
54
grep
.engine._pat = pat
56
grep
.grep_it(re.compile(pat), __file__)
/external/tensorflow/tensorflow/contrib/makefile/
build_helper.subr
21
grep
processor /proc/cpuinfo | wc -l ;;
25
grep
processor /proc/cpuinfo | wc -l ;;
/external/vboot_reference/scripts/image_signing/
ensure_no_nonrelease_files.sh
54
local matches=$(
grep
-s "^[^#]" "${config_path}")
/external/elfutils/tests/
run-strip-g.sh
36
grep
SYMTAB readelf.out || status=$?
45
grep
SYMTAB readelf.out || status=$?
61
grep
SYMTAB readelf.out || status=$?
70
grep
SYMTAB readelf.out || status=$?
86
grep
SYMTAB readelf.out || status=$?
95
grep
SYMTAB readelf.out || status=$?
/external/google-fruit/extras/scripts/
filter_gcc_error.sh
91
grep
-v "^,$" ))
117
grep
-v "^,$";
130
done | sed 's/fruit::impl::meta:://g;s/struct //g' |
grep
-v "required from .EvalIf<"
/external/iproute2/testsuite/lib/
generic.sh
81
if [ "`echo $HELPOUT |
grep
\"^Unknown qdisc\"`" ]; then
107
if cat "$STD_OUT" |
grep
-qE "$1"
118
if cat "$STD_OUT" |
grep
-vqE "$1"
129
if cat "$STD_OUT" | wc -l |
grep
-q "$1"
/external/libcxx/test/std/re/re.regex/re.regex.const/
constants.pass.cpp
25
// static constexpr regex_constants::syntax_option_type
grep
= regex_constants::
grep
;
48
static_assert((BR::
grep
== std::regex_constants::
grep
), "");
58
where(BR::
grep
);
/external/linux-kselftest/tools/testing/selftests/net/forwarding/
devlink_lib.sh
17
DEVLINK_DEV=$(devlink port show |
grep
"${NETIFS[p1]}" | \
18
grep
-v "${NETIFS[p1]}[0-9]" | cut -d" " -f1 | \
24
if [[ "$(echo $DEVLINK_DEV |
grep
-c pci)" -eq 0 ]]; then
106
grep
-c "size_new")
/external/ltp/scripts/
detect_distro.sh
81
if
grep
-q '^Red Hat' "$DISTRO_RELEASE_ABS_FILE"; then
83
elif
grep
-q '^Fedora' "$DISTRO_RELEASE_ABS_FILE"; then
111
if [ $omit_redhat_minor_version -eq 0 ] && echo "$@" |
grep
-q '\(.*Update.*\)'; then
/external/ltp/testscripts/
tpm_tools.sh
32
echo $LTPROOT |
grep
testscripts > /dev/null 2>&1
86
grep
tcsd $TPM_TMPFILE 1>/dev/null
99
grep
-q ^pkcs11: /etc/group
106
groups |
grep
pkcs11 1>/dev/null 2>&1
128
grep
pkcsslotd $TPM_TMPFILE 1>/dev/null
140
grep
libpkcs11_tpm $P11DIR/var/lib/opencryptoki/pk_config_data 1>/dev/null
/external/eigen/bench/perf_monitoring/gemm/
run.sh
16
if echo "$*" |
grep
'\-up' > /dev/null; then
22
if echo "$*" |
grep
'\-s' > /dev/null; then
87
prev=`
grep
$rev "$name.backup" | cut -c 14-`
92
if echo "$global_args" |
grep
"$rev" > /dev/null; then
124
cut -f1 -d"#" < changesets.txt |
grep
-E '[[:alnum:]]' | while read rev
/external/ltp/testcases/kernel/tracing/dynamic_debug/
dynamic_debug01.sh
50
if
grep
-q debugfs /proc/mounts ; then
55
if !
grep
-q debugfs /proc/filesystems ; then
89
grep
-v "^#" "$DEBUGFS_CONTROL" > "$DYNDEBUG_STATEMENTS"
120
|
grep
-v -q "^#" ; then
145
if
grep
-q -e "Kernel panic" -e "Oops" -e "general protection fault" \
/external/ltp/testcases/network/iproute/
ip_tests.sh
40
lsmod |
grep
-q dummy || rm_dummy=1
70
ip route show |
grep
$ip4_addr && ip route del $ip4_addr
98
ip link show $iface |
grep
$iface > /dev/null
119
ip addr show dev lo |
grep
127.6.6.6 > /dev/null
132
ip addr show dev lo |
grep
127.6.6.6 > /dev/null
176
ip neigh show |
grep
$taddr |
grep
-v ' FAILED$' > /dev/null
198
ip route show |
grep
"$ip4_addr via 127.0.0.1 dev lo" > tst_ip.out 2>&1
214
ip route show |
grep
127.0.0.1 > /dev/null
240
ip maddr show |
grep
"66:66:00:00:00:66" > tst_ip.out 2>&
[
all
...]
/external/grpc-grpc/tools/run_tests/artifacts/
build_artifact_python.sh
45
|
grep
-v '\.c$' |
grep
-v '\.cc$' |
grep
-v '\.cpp$' \
46
|
grep
-v '\.h$' |
grep
-v '\.hh$' \
47
|
grep
-v '\.s$' |
grep
-v '\.py$' \
Completed in 2064 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>