OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:grep
(Results
401 - 425
of
1231
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/grpc-grpc/test/distrib/csharp/
update_version.sh
26
CSHARP_VERSION=$(ls TestNugetFeed |
grep
-m 1 '^Grpc\.Core\.[0-9].*\.nupkg$' | sed s/^Grpc\.Core\.// | sed s/\.nupkg$// | sed s/\.symbols$//)
/external/jemalloc/include/jemalloc/
jemalloc.sh
17
|
grep
-v 'Generated from .* by configure\.' \
/external/jemalloc_new/include/jemalloc/
jemalloc.sh
17
|
grep
-v 'Generated from .* by configure\.' \
/external/libcxx/test/std/re/re.alg/re.alg.match/
grep.pass.cpp
31
std::regex_constants::
grep
)));
47
std::regex_constants::
grep
)));
/external/libdrm/libkms/
kms-symbol-check
7
(
grep
-q "^$func$" || echo $func ) <<EOF
/external/libopus/tests/
run_vectors.sh
137
mono1=`
grep
quality logs_mono.txt | awk '{sum+=$4}END{if (NR == 12) sum /= 12; else sum = 0; print sum}'`
138
mono2=`
grep
quality logs_mono2.txt | awk '{sum+=$4}END{if (NR == 12) sum /= 12; else sum = 0; print sum}'`
141
stereo1=`
grep
quality logs_stereo.txt | awk '{sum+=$4}END{if (NR == 12) sum /= 12; else sum = 0; print sum}'`
142
stereo2=`
grep
quality logs_stereo2.txt | awk '{sum+=$4}END{if (NR == 12) sum /= 12; else sum = 0; print sum}'`
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/preemptirq/
irqsoff_tracer.tc
23
grep
-q "preemptoff" available_tracers || unsup "preemptoff tracer not enabled"
24
grep
-q "irqsoff" available_tracers || unsup "irqsoff tracer not enabled"
41
grep
-q "tracer: preemptoff" trace || fail
64
grep
-q "tracer: irqsoff" trace || fail
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/trigger/inter-event/
trigger-onmatch-action-hist.tc
34
if !
grep
-q "ping" events/synthetic/wakeup_latency/hist; then
trigger-onmax-action-hist.tc
32
if !
grep
-q "max:" events/sched/sched_switch/hist; then
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/trigger/
trigger-trace-marker-hist.tc
35
grep
'hitcount: *10$' events/ftrace/print/hist > /dev/null || \
/external/llvm/utils/
findsym.pl
20
@objects =
grep
(/l?i?b?LLVM.*\.[oa]$/,sort(@files));
26
"nm $Directory/$lib |
grep
'$Symbol' | sort --key=3 | uniq |";
/external/ltp/testcases/commands/mkdir/
mkdir_tests.sh
41
if
grep
-q "dir.*File exists" mkdir.out; then
53
if
grep
-q "$LONG_PATH.*No such file or directory" mkdir.out; then
/external/ltp/testcases/kernel/controllers/freezer/
freeze_write_freezing.sh
45
grep
-E 'Input/output error$'
write_freezing.sh
43
grep
-E 'Input/output error$'
/external/ltp/testcases/kernel/syscalls/syslog/
syslog01
30
# and
grep
for those messages. #
74
oldvalue1=`
grep
-c "syslogtst: mail info test" $MAILLOG`
89
newvalue1=`
grep
-c "syslogtst: mail info test" $MAILLOG`
104
tst_resm TINFO "and facility and
grep
for those messages."
syslog03
58
#
Grep
for the ident prefix: SYSLOG_CASE3 in the log file.
60
oldvalue4=`
grep
-c "SYSLOG_CASE3" /var/log/messages`
76
newvalue4=`
grep
-c "SYSLOG_CASE3" /var/log/messages`
syslog05
63
oldvalue=`
grep
-c "syslogtst: info to console test." /var/log/messages`
80
newvalue=`
grep
-c "syslogtst: info to console test." /var/log/messages`
/external/ltp/testcases/network/stress/ns-tools/
check_netem
65
grep
-l "Usage:.*netem" $ofile >/dev/null 2>&1
/external/ltp/testcases/network/traceroute/
traceroute01.sh
51
grep
-q "$bytes byte" out.log
59
tail -1 out.log |
grep
-qE "$pattern"
/external/perfetto/infra/kokoro_ci/
run_ui_tests.sh
31
tools/ninja -C ${OUT_PATH} ui 2>&1 |
grep
-v "no version information available"
/external/scapy/.travis/
install.sh
1
PIP=`which pip || (python --version 2>&1 |
grep
-q 'Python 2' && which pip2) || (python --version 2>&1 |
grep
-q 'Python 3' && which pip3)`
17
if python --version 2>&1 |
grep
-q '^Python 3\.[0123]'
23
if ! python --version 2>&1 |
grep
-q PyPy; then
/external/strace/tests/
detach-running.test
60
while !
grep
-F "Process $tracee_pid attached" "$LOG" > /dev/null; do
71
grep
-F "Process $tracee_pid detached" "$LOG" > /dev/null || {
detach-sleeping.test
60
while !
grep
-F "Process $tracee_pid attached" "$LOG" > /dev/null; do
71
grep
-F "Process $tracee_pid detached" "$LOG" > /dev/null || {
ioctl_evdev-success-v.test
12
grep
-v '^ioctl([012][,<]' < "$LOG" > "$OUT"
nsyscalls-d.test
23
grep
"invalid syscall" "$LOG-err-all" > "$LOG-err"
Completed in 1631 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>