OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:grep
(Results
876 - 900
of
1231
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/openssh/regress/
hostkey-agent.sh
13
grep
-vi 'hostkey' $OBJ/sshd_proxy > $OBJ/sshd_proxy.orig
integrity.sh
40
if ${SSH} -Q cipher-auth |
grep
"^${m}\$" >/dev/null 2>&1 ; then
limit-keytype.sh
32
grep
-v IdentityFile $OBJ/ssh_proxy.orig > $OBJ/ssh_proxy
43
grep
-v "Protocol" $OBJ/sshd_proxy.orig
/external/protobuf/protoc-artifacts/
build-protoc.sh
56
format="$(objdump -f "$1" |
grep
-o "file format .*$" |
grep
-o "[^ ]*$")"
77
format="$(file -b "$1" |
grep
-o "[^ ]*$")"
115
eval $dump_cmd |
grep
-i "$white_list" || fail "doesn't show any expected dependencies"
117
eval $dump_cmd |
grep
-i -v "$white_list"
123
fi #
grep
returns 1 when "not found", which is what we expect
/external/selinux/python/semanage/
semanage-bash-completion.sh
28
dir -1 -F /etc/selinux/ |
grep
'/' | cut -d'/' -f 1
55
dir -1 -F /etc/selinux/ |
grep
'/' | cut -d'/' -f 1
/external/selinux/scripts/
run-flake8
10
set -- $( (find . -name '*.py' ;
grep
--exclude-dir=.git -l -e '^#!\s*/usr/bin/python' -e '^#!/usr/bin/env python' -r .) | sort -u )
/external/shflags/lib/
shunit2
34
setopt |
grep
"^shwordsplit$" >/dev/null
54
shunit_constants_=`set |
grep
'^__SHUNIT_' |cut -d= -f1`
55
echo "${shunit_constants_}" |
grep
'^Binary file' >/dev/null && \
56
shunit_constants_=`set |
grep
-a '^__SHUNIT_' |cut -d= -f1`
/external/strace/xlat/
gen.sh
134
if
grep
-F -x "$decl" "$defs" > /dev/null; then
136
elif
grep
-F -x "$decl" "$mpers" > /dev/null; then
/external/tensorflow/tensorflow/python/debug/examples/
examples_test.sh
118
if ! echo "${OUTPUT}" |
grep
-q "${EXPECTED_OUTPUT}"; then
/external/tensorflow/tensorflow/tools/ci_build/install/
install_deb_packages.sh
22
ubuntu_version=$(cat /etc/issue |
grep
-i ubuntu | awk '{print $2}' | \
install_python3.5_pip_packages.sh
33
pip35_version=$(pip3.5 --version |
grep
"python 3.5")
/external/toybox/tests/
tar.test
41
skipnot
grep
nobody /etc/group >/dev/null
/external/u-boot/board/hisilicon/hikey/
build-tf.mak
3
makejobs := $(shell
grep
'^processor' /proc/cpuinfo | sort -u | wc -l)
/external/v8/tools/gcmole/
bootstrap.sh
50
if [[ "${OS}" = "Darwin" ]] && xcodebuild -version |
grep
-q 'Xcode 3.2' ; then
94
NUM_JOBS="$(
grep
-c "^processor" /proc/cpuinfo)"
/external/wpa_supplicant_8/wpa_supplicant/examples/
p2p-action.sh
16
if ps $PID |
grep
-q $NAME; then
47
if echo "$ipaddr$ipmask$goipaddr" |
grep
-q ' '; then
/art/build/apex/
art_preinstall_hook_system_server.sh
32
SYSTEMSERVERCLASSPATH=`
grep
"export SYSTEMSERVERCLASSPATH" init.environ.rc | sed -e "s/.* //"`
/external/autotest/server/site_tests/firmware_Fingerprint/tests/
common.sh
28
echo "${ectool_output}" |
grep
"${key}" | sed "s#${key}:[[:space:]]*\.*##"
/external/linux-kselftest/tools/testing/selftests/cpufreq/
main.sh
183
dmesg |
grep
cpufreq >> $1.dmesg_cpufreq.txt
/external/ltp/testcases/kernel/controllers/cpuset/
cpuset_regression_test.sh
48
grep
-w cpuset /proc/mounts > tmpfile
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-inode-version/
ext4_inode_version_test.sh
62
version=`debugfs $EXT4_DEV -R "stat tmp_file" 2> /dev/null |
grep
'Version'`
/external/ltp/testcases/kernel/security/integrity/ima/tests/
ima_violations.sh
67
echo $(
grep
-c "${search}.*${FILE}" $LOG)
/external/ltp/testcases/kernel/tracing/ftrace_test/
ftrace_lib.sh
31
if
grep
-q debugfs /proc/mounts; then
/external/ltp/testcases/network/stress/route/
route4-change-gw
257
ps auxw | fgrep -v
grep
|
grep
ns-udpsender > /dev/null
route4-change-if
289
ps auxw | fgrep -v
grep
|
grep
ns-udpsender > /dev/null
route6-change-gw
257
ps auxw | fgrep -v
grep
|
grep
ns-udpsender > /dev/null
Completed in 1839 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>