OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:grep
(Results
226 - 250
of
1231
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/ltp/testcases/kernel/security/smack/
smack_set_netlabel.sh
24
old32=$(
grep
"^191.191.191.191/32" "$smackfsdir/netlabel" 2>/dev/null)
25
old24=$(
grep
"^191.190.190.0/24" "$smackfsdir/netlabel" 2>/dev/null)
28
new32=$(
grep
"$rule_a1" $smackfsdir/netlabel 2>/dev/null)
34
new24=$(
grep
"$rule_b" "$smackfsdir/netlabel" 2>/dev/null)
/external/ltp/testcases/network/busy_poll/
busy_poll_lib.sh
26
grep
-q 'busy-poll.*on' || \
30
ethtool -i $(tst_iface) |
grep
-qE "driver: ($drvs)" || \
/external/mesa3d/src/egl/
egl-entrypoint-check
9
entrypoints=$(
grep
EGL_ENTRYPOINT "$srcdir"/main/eglentrypoint.h)
/external/strace/tests/
localtime.test
33
faketime -f +1000000000000000000x0 ../$NAME |
grep
-q '^100000000' \
/external/strace/tests-m32/
localtime.test
33
faketime -f +1000000000000000000x0 ../$NAME |
grep
-q '^100000000' \
/external/strace/tests-mx32/
localtime.test
33
faketime -f +1000000000000000000x0 ../$NAME |
grep
-q '^100000000' \
/external/elfutils/tests/
run-backtrace-demangle.sh
47
if test $exitcode != 1 || !
grep
"shown max number of frames" $child.err; then
51
if !
grep
-w f $child.bt; then
55
if !
grep
' cxxfunc(int)' $child.bt; then
/external/grpc-grpc/tools/distrib/
pull_requests_interval.sh
61
grep
'[^ ]\+ Merge pull request #[0-9]\{4,6\} ' |
74
echo -n " "`
grep
'"title"' $out`
75
echo -n " "`
grep
'"login"' $out | head -1`
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/event/
event-enable.tc
25
count=`cat trace |
grep
sched_switch | wc -l`
36
count=`cat trace |
grep
sched_switch | wc -l`
47
count=`cat trace |
grep
sched_switch | wc -l`
subsystem-enable.tc
25
count=`cat trace |
grep
-v ^# | awk '{ print $5 }' | sort -u | wc -l`
36
count=`cat trace |
grep
-v ^# | awk '{ print $5 }' | sort -u | wc -l`
47
count=`cat trace |
grep
-v ^# | awk '{ print $5 }' | sort -u | wc -l`
toplevel-enable.tc
26
count=`head -n 128 trace |
grep
-v ^# | wc -l`
39
count=`head -n 128 trace |
grep
-v ^# | wc -l`
50
count=`cat trace |
grep
-v ^# | wc -l`
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/trigger/inter-event/
trigger-field-variable-support.tc
27
if !
grep
-q "ping" events/synthetic/wakeup_latency/hist; then
31
if !
grep
-q "synthetic_prio=prio" events/sched/sched_waking/hist; then
37
if
grep
-q "synthetic_prio=prio" events/sched/sched_waking/hist; then
/external/linux-kselftest/tools/testing/selftests/pstore/
pstore_post_reboot_tests
23
mount_info=`
grep
pstore /proc/mounts`
30
mount_point=`
grep
pstore /proc/mounts | cut -d' ' -f2 | head -n1`
51
grep
-q "\---\[ end trace" $1
57
grep
-q "\---\[ end trace" console-${backend}-0
63
nr_matched=`
grep
-c "$TEST_STRING_PATTERN" pmsg-${backend}-0`
65
grep
-q "$TEST_STRING_PATTERN"$prev_uuid pmsg-${backend}-0
/external/ltp/testcases/network/stress/ssh/
ssh-stress01-rmt
54
all_conn=$(ps auxw |
grep
-Fv
grep
| \
55
grep
"ssh[[:blank:]].*${ssh_config}" | awk '{print $2}')
/external/skia/tools/
mirror-dev.sh
6
for DEV in $(dpkg --list |
grep
'^ii [^ ]' | cut -d ' ' -f 3 |
grep
-P '\-dev($|\:amd64$)')
9
for DEV_64_SO in $(dpkg -L $DEV |
grep
'/lib/x86_64-linux-gnu/.*\.so$')
/external/skqp/tools/
mirror-dev.sh
6
for DEV in $(dpkg --list |
grep
'^ii [^ ]' | cut -d ' ' -f 3 |
grep
-P '\-dev($|\:amd64$)')
9
for DEV_64_SO in $(dpkg -L $DEV |
grep
'/lib/x86_64-linux-gnu/.*\.so$')
/external/syzkaller/vendor/golang.org/x/sys/unix/
mkerrors.sh
479
sort >_error.
grep
483
sort >_signal.
grep
491
cat _error.out |
grep
-vf _error.
grep
|
grep
-vf _signal.
grep
495
cat _error.out |
grep
-f _error.
grep
| sed 's/=\(.*\)/= syscall.Errno(\1)/'
501
cat _error.out |
grep
-f _signal.
grep
| sed 's/=\(.*\)/= syscall.Signal(\1)/
[
all
...]
/external/tensorflow/tensorflow/tools/ci_build/linux/rocm/
run_py3_core.sh
21
N_JOBS=$(
grep
-c ^processor /proc/cpuinfo)
22
N_GPUS=$(lspci|
grep
'VGA'|
grep
'AMD/ATI'|wc -l)
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
plot_dynamics.sh
31
plots=$(echo "$log" |
grep
"^PLOT")
37
data_sets=$(echo "$plots" |
grep
"^PLOT.$figure" | cut -f 3 | sort | uniq)
39
linetypes=($(echo "$data_sets" |
grep
"#" | cut -d '#' -f 2 | \
53
y_label=$(echo "$data_sets" |
grep
"#" | cut -d '#' -f 1 | \
69
linetype=$(echo "$set" |
grep
"#" | cut -d '#' -f 2 | cut -d '@' -f 1)
82
echo "$log" |
grep
"^PLOT.$figure.$set" | cut -f 4,5
/external/cmockery/cmockery_0_1_2/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/linux-kselftest/tools/testing/selftests/ftrace/test.d/trigger/
trigger-hist.tc
30
grep
parent_pid events/sched/sched_process_fork/hist > /dev/null || \
32
grep
child events/sched/sched_process_fork/hist > /dev/null || \
41
grep
'^{ parent_pid:.*, child_pid:.*}' events/sched/sched_process_fork/hist > /dev/null || \
51
grep
"parent_comm: $COMM" events/sched/sched_process_fork/hist > /dev/null || \
68
check_inc `
grep
-o "child_pid:[[:space:]]*[[:digit:]]*" \
/external/eigen/bench/btl/data/
smooth_all.sh
6
AXPY_FILE=`find ${ORIG_DIR} -name "*.dat" |
grep
axpy`
17
MATRIX_VECTOR_FILE=`find ${ORIG_DIR} -name "*.dat" |
grep
matrix_vector`
27
MATRIX_MATRIX_FILE=`find ${ORIG_DIR} -name "*.dat" |
grep
matrix_matrix`
35
AAT_FILE=`find ${ORIG_DIR} -name "*.dat" |
grep
_aat`
44
ATA_FILE=`find ${ORIG_DIR} -name "*.dat" |
grep
_ata`
54
TINY_BLITZ_FILE=`find ${ORIG_DIR} -name "*.dat" |
grep
tiny_blitz`
62
TVMET_FILE=`find ${ORIG_DIR} -name "*.dat" |
grep
tvmet`
/external/libxml2/
Makefile.am
251
grep
"MORY ALLO" .memdump |
grep
-v "MEMORY ALLOCATED : 0";\
270
grep
"MORY ALLO" .memdump |
grep
-v "MEMORY ALLOCATED : 0";\
289
grep
"MORY ALLO" .memdump |
grep
-v "MEMORY ALLOCATED : 0";\
303
grep
"MORY ALLO" .memdump |
grep
-v "MEMORY ALLOCATED : 0";\
318
grep
"MORY ALLO" .memdump |
grep
-v "MEMORY ALLOCATED : 0";
[
all
...]
/external/autotest/client/site_tests/security_ptraceRestrictions/src/
ptrace-restrictions.sh
40
if echo "$OUT" |
grep
-q 'Quit anyway'; then
51
if echo "$OUT" |
grep
-q 'Operation not permitted'; then
68
if echo "$OUT" |
grep
-q 'Operation not permitted'; then
91
if echo "$OUT" |
grep
-q 'Operation not permitted'; then
103
if echo "$OUT" |
grep
-q 'Quit anyway'; then
115
if echo "$OUT" |
grep
-q 'Quit anyway'; then
127
if echo "$OUT" |
grep
-q 'Quit anyway'; then
/external/compiler-rt/test/BlocksRuntime/
makefile
20
grep
CONFIG *.[cmCM] | $(TFR) $(CCDIR) --
23
grep
CONFIG *.[cmCM] | $(TFR) $(CCDIR) -open --
26
grep
CONFIG *.[cmCM] | $(TFR) -fast $(CCDIR) --
29
grep
CONFIG *.[cmCM] | $(TFR) --
32
grep
CONFIG *.[cmCM] | $(TFR) -clang -fast --
35
grep
CONFIG *.[cmCM] | $(TFR) -fast --
69
grep
CONFIG *.[cmCM] | $(TFR) -dyld $(LibsystemRootPath) -- # FIXME: figure out if I can "call" the std target instead of duplicating it
Completed in 1143 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>