OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:grep
(Results
601 - 625
of
1231
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/protobuf/
update_file_lists.sh
17
|
grep
-v "^\\$" \
18
|
grep
-v "^$" \
23
get_variable_value $@ |
grep
'\.h$'
27
get_variable_value $@ |
grep
"cc$"
35
get_variable_value $@ |
grep
"pb.cc$" | sed "s/pb.cc/proto/"
/external/tensorflow/tensorflow/tools/ci_build/builds/
test_tutorials.sh
152
FINAL_ACCURACY=$(
grep
"Accuracy at step" "${LOG_FILE}" \
188
INIT_LOSS=$(
grep
-o "loss = [0-9\.]*" "${LOG_FILE}" | head -1 | \
190
FINAL_LOSS=$(
grep
-o "loss = [0-9\.]*" "${LOG_FILE}" | tail -1 | \
255
INIT_PERPL=$(
grep
-o "[0-9\.]* perplexity: [0-9\.]*" "${LOG_FILE}" | head -1 | awk '{print $NF}')
256
FINAL_PERPL=$(
grep
-o "[0-9\.]* perplexity: [0-9\.]*" "${LOG_FILE}" | tail -1 | awk '{print $NF}')
/external/vboot_reference/utility/
vbutil_what_keys
24
# We'll
grep
for the known sha1sums within this script (they're at the end).
67
grep
"$key" "$0" 2>/dev/null | sed -e 's/ \+/ /g' | \
77
matchh=$(
grep
"$hwid" "$0" 2>/dev/null | sed -e 's/^# //')
80
rootkey=$(futility vbutil_key --unpack "$TMPFILE" |
grep
sha1sum | \
85
recoverykey=$(futility vbutil_key --unpack "$TMPFILE" |
grep
sha1sum | \
118
grep
sha1sum | sed -e 's/^.*: *//')
123
grep
Flags: | sed -e 's/^.*:[ 0-9]*//')
/external/ltp/testcases/network/iptables/
iptables_tests.sh
15
TST_NEEDS_CMDS="iptables
grep
ping telnet"
39
lsmod |
grep
"ip_tables" > tst_iptables.out 2>&1
65
chaincnt=$(
grep
-c Chain tst_iptables.out)
83
chaincnt=$(
grep
-c Chain tst_iptables.out)
101
chaincnt=$(
grep
-c Chain tst_iptables.out)
128
grep
"100% packet loss" tst_iptables.out > tst_iptables.err 2>&1
179
grep
"100% packet loss" tst_iptables.out > tst_iptables.err 2>&1
234
dmesg |
grep
"$logprefix" > tst_iptables.err 2>&1
290
dmesg |
grep
"$logprefix" |
grep
"=$dport "
[
all
...]
/external/ltp/testcases/kernel/power_management/
pm_include.sh
36
if ( ! ${3} "${1}" ${2} |
grep
-v "#" > /dev/null ) ; then
89
siblings=`
grep
siblings /proc/cpuinfo | uniq | cut -f2 -d':'`
90
cpu_cores=`
grep
"cpu cores" /proc/cpuinfo | uniq | cut -f2 -d':'`
133
siblings=`
grep
siblings /proc/cpuinfo | uniq | cut -f2 -d':'`
134
cpu_cores=`
grep
"cpu cores" /proc/cpuinfo | uniq | cut -f2 -d':'`
144
siblings=`
grep
siblings /proc/cpuinfo | uniq | cut -f2 -d':'`
145
cpu_cores=`
grep
"cpu cores" /proc/cpuinfo | uniq \
runpwtests03.sh
85
if ( echo ${available_govr} |
grep
-i "userspace" \
121
for module in `modprobe -l |
grep
cpufreq_ | \
134
for module in `modprobe -l |
grep
cpufreq_ | \
/external/cldr/tools/scripts/web/
check_redirects.sh
44
LOCATION=`
grep
'^Location: ' "${TMPF}" | head -1 | cut -d' ' -f2- | tr -d '\r'`
70
LOCATION=`
grep
'^Location: ' "${TMPF}" | head -1 | cut -d' ' -f2- | tr -d '\r'`
81
elif
grep
-q -- "${TOTXT}" "${TMPF}";
/external/f2fs-tools/scripts/
verify.sh
20
grep
ASSERT $TMP
34
mkfs.f2fs $IMG `_get_sec $1` |
grep
sectors
49
grep
FSCK $TMP
/external/linux-kselftest/tools/testing/selftests/cpufreq/
cpufreq.sh
31
policies=$(ls $CPUFREQROOT|
grep
"policy[0-9].*")
39
policies=$(ls $CPUFREQROOT|
grep
"policy[0-9].*")
226
present=$(cat $SYSFS/power/state |
grep
$filename)
/external/ltp/testcases/kernel/controllers/cgroup/
cgroup_regression_test.sh
30
NR_BUG=`dmesg |
grep
-c "kernel BUG"`
31
NR_NULL=`dmesg |
grep
-c "kernel NULL pointer dereference"`
32
NR_WARNING=`dmesg |
grep
-c "^WARNING"`
33
NR_LOCKDEP=`dmesg |
grep
-c "possible recursive locking detected"`
49
local new_bug=`dmesg |
grep
-c "kernel BUG"`
50
local new_null=`dmesg |
grep
-c "kernel NULL pointer dereference"`
51
local new_warning=`dmesg |
grep
-c "^WARNING"`
52
local new_lockdep=`dmesg |
grep
-c "possible recursive locking detected"`
168
if !
grep
-q -w "cpu" /proc/cgroups; then
227
if dmesg |
grep
-q "MAX_LOCKDEP_SUBCLASSES too low"; the
[
all
...]
/external/ltp/testcases/kernel/controllers/cpuset/
cpuset_funcs.sh
90
CPUSET_CONTROLLER=`
grep
-w cpuset /proc/cgroups | cut -f1`
91
CPUSET_CONTROLLER_VALUE=`
grep
-w cpuset /proc/cgroups | cut -f4`
142
grep
"$CPUSET" /proc/mounts >/dev/null 2>&1 || {
/external/ltp/testcases/open_posix_testsuite/scripts/
locate-test
88
find "$WHERE" -type f -name "*.c" |
grep
buildonly
95
find "$WHERE/conformance" "$WHERE/stress" -type f -name '*[0-9].c' -o -name '[0-9]*-[0-9]*.sh' |
grep
-v buildonly |
grep
-v '^./tools'
/build/kati/testcase/
ninja_regen_find_link.sh
26
if echo "${mk}" |
grep
kati > /dev/null; then
/cts/tools/utils/
java-cert-list-generator.sh
57
FINGERPRINT=`cat $CERT_DIRECTORY/$FILE |
grep
"SHA1 Fingerprint=" | cut -d '=' -f 2`
72
FINGERPRINT=`cat $CERT_DIRECTORY/$FILE |
grep
"SHA1 Fingerprint=" | cut -d '=' -f 2`
/dalvik/dx/tests/135-invoke-custom/
run
44
INVOKEDYNAMIC_COUNT=$(
grep
"invokedynamic #" ${JAVAP_OUTPUT} | wc -l )
45
INVOKE_CUSTOM_COUNT=$(
grep
": invoke-custom" ${DX_OUTPUT} | wc -l )
/external/autotest/client/site_tests/platform_DaemonsRespawn/
test_respawn.sh
24
echo "$status" |
grep
"start/running"
/external/autotest/site_utils/
automated_deploy.py
137
grep
= re.search('(\w)*\.\.(\w)*', result)
139
if not
grep
:
143
return
grep
.group(0)
156
"git log --oneline A...B |
grep
autotest
181
displayed_cmd += ' |
grep
autotest'
/external/chromium-trace/catapult/third_party/pyserial/serial/urlhandler/
protocol_hwgrep.py
31
for port, desc, hwid in serial.tools.list_ports.
grep
(url):
/external/curl/tests/
mem-include-scan.pl
85
my @cfiles =
grep
{ /\.c\z/ && -f "$dir/$_" } readdir($dh);
/external/elfutils/tests/
backtrace-subr.sh
22
if
grep
-w main $1; then
36
if !
grep
-w gsignal $1; then
49
if
grep
-w backtracegen $1; then
86
if
grep
-q ': Unwinding not supported for this architecture$' $err; then
/external/grpc-grpc/third_party/nanopb/tools/
make_linux_package.sh
33
LIBPROTOC=$(ldd `which protoc` |
grep
-o '/.*libprotoc[^ ]*')
34
LIBPROTOBUF=$(ldd `which protoc` |
grep
-o '/.*libprotobuf[^ ]*')
make_mac_package.sh
35
LIBPROTOC=$(otool -L `which protoc` |
grep
-o '/.*libprotoc[^ ]*')
36
LIBPROTOBUF=$(otool -L `which protoc` |
grep
-o '/.*libprotobuf[^ ]*')
/external/ipsec-tools/src/racoon/samples/roadwarrior/client/
phase1-up.sh
26
echo ${INTERNAL_ADDR4} |
grep
'[0-9]' > /dev/null || exit 0
27
echo ${DEFAULT_GW} |
grep
'[0-9]' > /dev/null || exit 0
/external/libcxx/test/std/re/re.grammar/
excessive_brace_count.pass.cpp
22
{std::regex::basic, std::regex::
grep
}) {
/external/libcxx/test/std/re/re.regex/re.regex.construct/
deduct.pass.cpp
85
std::basic_regex re(L"ABCDE", std::regex_constants::
grep
);
87
assert(re.flags() == std::regex_constants::
grep
);
132
std::basic_regex re({L'A', L'B', L'F', L'E', L'D'}, std::regex_constants::
grep
);
134
assert(re.flags() == std::regex_constants::
grep
);
Completed in 1986 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>