OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:grep
(Results
476 - 500
of
1231
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/ltp/testscripts/
ltp-scsi_debug.sh
6
ls /lib/modules/$kernel/kernel/drivers/scsi |
grep
scsi_debug > /dev/null 2>&1
14
lsmod |
grep
scsi_debug > /dev/null 2>&1
20
lsmod |
grep
scsi_debug > /dev/null 2>&1
40
lsmod |
grep
scsi_debug > /dev/null 2>&1
58
ls /sys/class/scsi_device |
grep
$rm_dev > /dev/null 2>&1
68
ls /sys/class/scsi_device |
grep
$rm_dev > /dev/null 2>&1
98
lsmod |
grep
scsi_debug > /dev/null 2>&1
108
lsmod |
grep
scsi_debug > /dev/null 2>&1
153
echo $LTPROOT |
grep
testscripts > /dev/null 2>&1
/device/common/
generate-blob-lists.sh
85
MANUFACTURERNAME=$( find device -type d |
grep
^[^/]\*/[^/]\*/$DEVICENAME\$ | cut -f 2 -d / )
106
grep
-v '\.odex$'
140
grep
-v ^archive- |
141
grep
-v ^device$ |
142
grep
-v ^device/common$ |
/external/libcxx/test/std/re/re.const/re.synopt/
syntax_option_type.pass.cpp
26
//
grep
= unspecified,
46
assert(std::regex_constants::
grep
!= 0);
56
assert((std::regex_constants::icase & std::regex_constants::
grep
) == 0);
65
assert((std::regex_constants::nosubs & std::regex_constants::
grep
) == 0);
73
assert((std::regex_constants::optimize & std::regex_constants::
grep
) == 0);
80
assert((std::regex_constants::collate & std::regex_constants::
grep
) == 0);
86
assert((std::regex_constants::ECMAScript & std::regex_constants::
grep
) == 0);
91
assert((std::regex_constants::basic & std::regex_constants::
grep
) == 0);
95
assert((std::regex_constants::extended & std::regex_constants::
grep
) == 0);
98
assert((std::regex_constants::awk & std::regex_constants::
grep
) == 0)
[
all
...]
/external/linux-kselftest/tools/testing/selftests/net/
fib_rule_tests.sh
71
ip rule help 2>&1 |
grep
-q $1
77
ip route get help 2>&1 |
grep
-q $2
94
pref=$($IP -6 rule show |
grep
"$1 lookup $TABLE" | cut -d ":" -f 1)
104
$IP -6 route get $GW_IP6 $getmatch |
grep
-q "table $RTABLE"
163
pref=$($IP rule show |
grep
"$1 lookup $TABLE" | cut -d ":" -f 1)
173
$IP route get $GW_IP4 $getmatch |
grep
-q "table $RTABLE"
/external/ltp/testcases/commands/df/
df01.sh
72
DF_FS_TYPE=$(mount |
grep
"$TST_DEVICE" | awk '{print $5}')
116
grep
-q -E "unrecognized option | invalid option" output
143
grep
${TST_DEVICE} output |
grep
-q "${total}.*${used}"
225
grep
${TST_DEVICE} output |
grep
-q mntpoint
/external/openssh/regress/
cfgparse.sh
16
grep
"HostKey " $OBJ/sshd_config > $OBJ/sshd_config_minimal
54
grep
'listenaddress ' >$OBJ/sshd_config.2 &&
70
grep
'listenaddress ' >$OBJ/sshd_config.2 &&
keys-command.sh
26
echo "$PATH" |
grep
-q mekmitasdigoat && exit 7
50
grep
-vi AuthorizedKeysFile $OBJ/sshd_proxy.bak
66
grep
-vi AuthorizedKeysFile $OBJ/sshd_proxy.bak
/external/python/cpython3/Modules/_decimal/tests/
runall-memorydebugger.sh
78
$GMAKE |
grep
_decimal
90
$GMAKE |
grep
_decimal
110
$GMAKE |
grep
_decimal
134
$GMAKE |
grep
_decimal
145
$GMAKE |
grep
_decimal
165
$GMAKE |
grep
_decimal
/external/skia/platform_tools/android/bin/
android_gdbserver
19
GN_TARGET_CPU=$(
grep
target_cpu ${SKIA_OUT}/args.gn)
77
$ADB shell ps |
grep
gdbserver | awk '{print $2}' | xargs $ADB shell kill 2> /dev/null
78
$ADB shell ps |
grep
${APP_NAME} | awk '{print $2}' | xargs $ADB shell kill 2> /dev/null
/external/skqp/platform_tools/android/bin/
android_gdbserver
19
GN_TARGET_CPU=$(
grep
target_cpu ${SKIA_OUT}/args.gn)
77
$ADB shell ps |
grep
gdbserver | awk '{print $2}' | xargs $ADB shell kill 2> /dev/null
78
$ADB shell ps |
grep
${APP_NAME} | awk '{print $2}' | xargs $ADB shell kill 2> /dev/null
/art/tools/
setup-buildbot-device.sh
119
processes=$(adb shell "ps" |
grep
dalvikvm | awk '{print $2}')
161
adb shell mount |
grep
-q "^proc on $ART_TEST_CHROOT/proc type proc " \
166
adb shell mount |
grep
-q "^sysfs on $ART_TEST_CHROOT/sys type sysfs " \
169
adb shell mount |
grep
-q "^debugfs on $ART_TEST_CHROOT/sys/kernel/debug type debugfs " \
174
adb shell mount |
grep
-q "^tmpfs on $ART_TEST_CHROOT/dev type tmpfs " \
179
adb shell mount |
grep
-q "^tmpfs on $ART_TEST_CHROOT/apex type tmpfs " \
teardown-buildbot-device.sh
35
adb shell lsof |
grep
"$ART_TEST_CHROOT"
83
&& adb shell mount |
grep
-q "^$fstype on $dir type $fstype " \
88
adb shell lsof |
grep
"$dir"
unmount-buildbot-apexes.sh
52
if adb shell mount |
grep
-q "^/dev/block/loop[0-9]\+ on $abs_mount_point type ext4"; then
/external/freetype/builds/unix/
freetype-config.in
182
major=`
grep
define ${SYSROOT}$includedir/freetype2/freetype/freetype.h \
183
|
grep
FREETYPE_MAJOR \
185
minor=`
grep
define ${SYSROOT}$includedir/freetype2/freetype/freetype.h \
186
|
grep
FREETYPE_MINOR \
188
patch=`
grep
define ${SYSROOT}$includedir/freetype2/freetype/freetype.h \
189
|
grep
FREETYPE_PATCH \
/external/libcxx/test/std/re/re.alg/re.alg.search/
grep.pass.cpp
33
std::regex::flag_type flag = std::regex_constants::
grep
;
60
std::regex_constants::
grep
)));
76
std::regex_constants::
grep
)));
/external/ltp/testcases/commands/unshare/
unshare01.sh
103
if ls "${tst_dir}" |
grep
-qw 'A'; then
110
if ! ls "${tst_dir}" |
grep
-qw 'A'; then
135
grep
-q -E "unrecognized option|invalid option|Invalid argument|Operation not permitted" temp
/external/python/cpython2/Lib/idlelib/idle_test/
test_grep.py
37
grep
= Dummy_grep()
variable
52
grep
.engine._pat = pat
54
grep
.grep_it(re.compile(pat), __file__)
/external/vboot_reference/scripts/image_signing/
ensure_sane_lsb-release.sh
24
grep
^$key= "$lsbfile" | sed s/^$key=//
84
badlines=$(
grep
-Ev '^[A-Z][A-Z_]*=([[:graph:]][[:print:]]*)?$' "$lsbfile")
92
badlines=$(
grep
-E '^.{255}' "$lsbfile")
/build/kati/testcase/
ninja_regen_glob.sh
43
if
grep
regenerating ${log}; then
/development/scripts/
bash_util.bash
72
if netstat -an |
grep
-qw "$port"; then
/device/generic/goldfish/
Android.mk
25
$(hide)
grep
-v '#' $< > $@
/device/google/cuttlefish_kernel/scripts/
extract-vmlinux
27
# "
grep
" that report the byte offset of the line instead of the pattern.
30
for pos in `tr "$1\n$2" "\n$2=" < "$img" |
grep
-abo "^$2"`
/external/e2fsprogs/scrub/
e2scrub_all.in
91
echo "${LVM2_LV_ROLE}" |
grep
-q "snapshot" && continue
107
if echo "${path}" |
grep
-q -- "-"; then
/external/grpc-grpc-java/buildscripts/kokoro/
upload_artifacts.sh
46
if gpg --version |
grep
'gpg (GnuPG) 1.'; then
54
if gpg --version |
grep
'gpg (GnuPG) 2.'; then
/external/ipsec-tools/src/racoon/samples/roadwarrior/client/
phase1-down.sh
27
echo ${INTERNAL_ADDR4} |
grep
'[0-9]' > /dev/null || exit 0
28
echo ${DEFAULT_GW} |
grep
'[0-9]' > /dev/null || exit 0
Completed in 774 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>