/external/cldr/tools/c/genldml/ |
txt2ldml.pl | 62 @list = grep{/\.txt$/} readdir(DIR);
|
/external/e2fsprogs/debian/attic/libs/ |
rules | 19 COMERR_VERSION = $(shell grep ELF_VERSION lib/et/Makefile.in | cut '-d ' -f3) 21 SS_VERSION = $(shell grep ELF_VERSION lib/ss/Makefile.in | cut '-d ' -f3)
|
/external/google-breakpad/android/ |
common-functions.sh | 190 grep -c -e '^processor' /proc/cpuinfo
|
/external/grpc-grpc/examples/cpp/helloworld/ |
Makefile | 72 PROTOC_CHECK_CMD = $(PROTOC) --version | grep -q libprotoc.3
|
/external/icu/icu4j/perf-tests/perldriver/ |
PerfFramework4j.pm | 293 @out = grep(!/^\#/, @out); # filter out comments
|
/external/iptables/iptables/ |
iptables-apply | 129 if ! grep -q ipt /proc/modules 2>/dev/null; then
|
/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/ |
router_scale.sh | 72 offloaded_count=$(ip route | grep -o 'offload' | wc -l)
|
/external/ltp/testcases/kdump/ |
runkdump.sh | 217 if ! grep 'crashkernel=' /proc/cmdline; then
|
/external/ltp/testcases/kernel/controllers/memctl/ |
run_memctl_test.sh | 86 MEM_AVAIL=`cat /proc/meminfo | grep MemTotal | awk '{print $2}'`;
|
/external/ltp/testcases/kernel/fs/fs_readonly/ |
test_robind.sh | 199 elif echo "$fstype" | grep -q "ext"; then
|
/external/ltp/testcases/lib/ |
tst_net.sh | 183 echo "$output" | grep -q 'RTERR$' && ret=1 502 ip a sh $iface_loc | grep -q tentative 505 tst_rhost_run -c "ip a sh $iface_rmt | grep -q tentative" 585 grep -e 'CONF:' tst_netload.log && ttype="TCONF" 633 echo "$dst_addr" | grep -q ':' && cmd="ping6"
|
/external/ltp/testscripts/ |
ltpfslvm.sh | 13 echo $LTPROOT | grep testscripts > /dev/null 2>&1
|
test_realtime.sh | 35 echo $LTPROOT | grep testscripts > /dev/null 2>&1
|
/external/openssh/contrib/aix/ |
buildbff.sh | 79 eval $confvar=`grep "^$confvar=" $objdir/Makefile | cut -d = -f 2` 288 if grep "^\$startupcmd" /etc/rc.tcpip >/dev/null
|
/external/openssh/regress/ |
cfgmatch.sh | 46 grep -v AuthorizedKeysFile $OBJ/sshd_proxy_bak > $OBJ/sshd_proxy
|
hostkey-rotate.sh | 11 grep -vi 'hostkey' $OBJ/sshd_proxy > $OBJ/sshd_proxy.orig
|
sftp-cmds.sh | 32 grep copy.dd >/dev/null 2>&1 || fail "lls failed" 36 grep copy.dd >/dev/null 2>&1 || fail "lls w/path failed"
|
/external/selinux/libselinux/utils/ |
Makefile | 7 ifeq ($(shell $(CC) -v 2>&1 | grep "clang"),)
|
/external/tensorflow/tensorflow/tools/ci_build/builds/ |
test_user_ops.sh | 221 if [[ -z $(echo "${ORIG_OUTPUT}" | grep -o ',') ]]; then
|
/external/v8/ |
Makefile | 428 $(eval CXX_TARGET_ARCH:=$(shell $(CXX) -v 2>&1 | grep ^Target: | \ 444 $(if $(shell echo $(ARCHES32) | grep $(V8_TARGET_ARCH)), \ 464 $(eval CXX_TARGET_ARCH:=$(shell $(CXX) -v 2>&1 | grep ^Target: | \ 491 @(ctags --version | grep 'Exuberant Ctags' >/dev/null) || \
|
/external/v8/tools/release/ |
auto_tag.py | 47 format="%H", grep="\\[Auto\\-roll\\] Bump up version to").splitlines():
|
/external/vboot_reference/scripts/image_signing/ |
common_minimal.sh | 342 sudo grep -q '^chronos:\*:' "$rootfs/etc/shadow"
|
/external/u-boot/scripts/ |
get_maintainer.pl | 379 return grep { $_ !~ /^\.git$/; } @_; 636 if (grep(m@^\Q$x->{line}\E@, @section_headers)) { 682 if (!grep(m@^$value@, @lsfiles)) { 690 next if (grep(m@^\Q$value\E$@, @good_links)); 692 if (grep(m@^\Q$value\E$@, @bad_links)) { 710 next if (grep(m@^\Q$value\E$@, @good_links)); 712 if (grep(m@^\Q$value\E$@, @bad_links)) { 926 @email_to = grep($_->[0] !~ /${email_address}/, @email_to); [all...] |
/external/autotest/client/cros/ |
cryptohome.py | 124 out = __run_cmd(CRYPTOHOME_CMD + ' --action=tpm_more_status | grep :') 391 'grep %s %s' % (mount_point, cryptohomed_path), 465 'grep %s' % (key),
|
/external/compiler-rt/make/platform/ |
clang_linux.mk | 14 LANG=C $(CC) -v 2>&1 | grep 'Target:' | cut -d' ' -f2)
|