OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:grep
(Results
376 - 400
of
1231
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/shflags/lib/
versions
41
if
grep
'OpenSolaris' /etc/release >/dev/null; then
82
if
grep
-q 'DISTRIB_ID=Ubuntu' "${LSB_RELEASE}"; then
92
if
grep
'OpenSolaris' /etc/release >/dev/null; then
93
os_version_=`
grep
'OpenSolaris' /etc/release |awk '{print $2"("$3")"}'`
96
minor_=`
grep
Solaris /etc/release |sed 's/[^u]*\(u[0-9]*\).*/\1/'`
145
$1 --version 2>&1 |
grep
'GNU bash' |sed 's/.*version \([^ ]*\).*/\1/'
153
dpkg -l |
grep
' dash ' |awk '{print $3}'
172
|
grep
Version \
188
|
grep
'PD KSH' \
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/ftrace/
func_traceonoff_triggers.tc
29
grep
-v '^#' trace | wc -l
60
x=`
grep
'^\.schedule$' available_filter_functions | wc -l`
78
cnt=`
grep
schedule set_ftrace_filter | wc -l`
113
cnt=`
grep
schedule set_ftrace_filter | wc -l`
125
cnt=`
grep
schedule set_ftrace_filter | wc -l`
143
cnt=`
grep
schedule set_ftrace_filter | wc -l`
169
if
grep
-e traceon -e traceoff set_ftrace_filter; then
/development/tools/findunused/
findunusedstrings
32
for i in $(
grep
-Rs "\(string\|plurals\) name=" res | sed 's/.*string name=\"//' | sed 's/.*plurals name=\"//'|sed 's/".*$//'|sort -u)
34
echo $i $(
grep
-Rws R.plurals.$i\\\|R.string.$i\\\|@string/$i .|wc -l)
35
done |
grep
' 0$' | {
removeunusedresources
39
find res |
grep
-w $LINE | {
53
grep
-Rwl $LINE res | {
57
ISSTRING=$(echo "$RESLINE" |
grep
-w "strings\.xml")
/external/curl/packages/OS400/
initscript.sh
75
LIBCURL_VERSION=`
grep
'^#define *LIBCURL_VERSION ' \
78
LIBCURL_VERSION_MAJOR=`
grep
'^#define *LIBCURL_VERSION_MAJOR ' \
81
LIBCURL_VERSION_MINOR=`
grep
'^#define *LIBCURL_VERSION_MINOR ' \
84
LIBCURL_VERSION_PATCH=`
grep
'^#define *LIBCURL_VERSION_PATCH ' \
87
LIBCURL_VERSION_NUM=`
grep
'^#define *LIBCURL_VERSION_NUM ' \
90
LIBCURL_TIMESTAMP=`
grep
'^#define *LIBCURL_TIMESTAMP ' \
/external/e2fsprogs/util/
install-symlink.in
12
while echo $1 |
grep
-q -- ^- ;
43
if ! echo $SRC |
grep
-q ^/ ; then
48
if ! echo $DEST |
grep
-q ^/ ; then
/external/libcups/
update_libcups.sh
33
NEW_REV=$(git tag -l |
grep
-v "release" |
grep
-v "b" |
grep
-v "rc" | sort | tail -n1)
/external/linux-kselftest/tools/testing/selftests/intel_pstate/
run.sh
36
if ! uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ |
grep
-q x86; then
60
grep
MHz /proc/cpuinfo | sort -u > /tmp/result.freqs
84
_mkt_freq=$(cat /proc/cpuinfo |
grep
-m 1 "model name" | awk '{print $NF}')
113
result_freq=$(cat /tmp/result.${freq} |
grep
"cpu MHz" | awk ' { print $4 } ' | awk -F "." ' { print $1 } ')
114
msr=$(cat /tmp/result.${freq} |
grep
"msr" | awk ' { print $3 } ')
115
max_perf_pct=$(cat /tmp/result.${freq} |
grep
"max_perf_pct" | awk ' { print $2 } ' )
/external/ltp/testcases/network/stress/ssh/
ssh-stress03-rmt
64
all_conn=$(ps auxw |
grep
-Fv
grep
| \
65
grep
"ssh[[:blank:]].*${ssh_config}" | awk '{print $2}')
/external/skia/platform_tools/android/bin/
android_gdb_app
21
$ADB $DEVICE_SERIAL shell ps |
grep
gdbserver | awk '{print $2}' | xargs -r $ADB $DEVICE_SERIAL shell kill
23
$ADB $DEVICE_SERIAL shell ps |
grep
gdbserver | awk '{print $2}' | xargs $ADB $DEVICE_SERIAL shell kill
44
PID=$($ADB shell ps |
grep
${activityShort} | awk '{print $2}')
/external/skqp/platform_tools/android/bin/
android_gdb_app
21
$ADB $DEVICE_SERIAL shell ps |
grep
gdbserver | awk '{print $2}' | xargs -r $ADB $DEVICE_SERIAL shell kill
23
$ADB $DEVICE_SERIAL shell ps |
grep
gdbserver | awk '{print $2}' | xargs $ADB $DEVICE_SERIAL shell kill
44
PID=$($ADB shell ps |
grep
${activityShort} | awk '{print $2}')
/external/vboot_reference/scripts/image_signing/
unpack_firmwarefd.sh
30
line=$(mosys -f -k eeprom map $1 |
grep
"$match_str")
40
line=$(mosys -f -k eeprom map $1 |
grep
"$match_str")
49
line=$(mosys -f -k eeprom map $1 |
grep
"$match_str")
/art/test/370-dex-v37/
build
24
if test -f classes.dex && head -c 7 classes.dex |
grep
-q 035; then
/build/kati/testcase/
ninja_mkdir.sh
38
if
grep
-q "mkdir -p" build.ninja; then
ninja_regen_filefunc_write.sh
39
if
grep
regenerating ${log}; then
override_export.mk
15
env |
grep
'override B'
/device/google/bonito/
init.qcom.devstart.sh
8
version=`
grep
-ao "OEM_IMAGE_VERSION_STRING[ -~]*" \
/device/google/contexthub/firmware/os/platform/stm32/misc/
showsizes.sh
7
hex=$(nm $1 |
grep
-v "U" |
grep
"$2" |awk '{print "16#" $1 }')
/device/google/crosshatch/
init.qcom.devstart.sh
10
version=`
grep
-ao "OEM_IMAGE_VERSION_STRING[ -~]*" \
/device/google/marlin/
init.qcom.devstart.sh
7
version_strings=($(
grep
-ao -e "QC_IMAGE_VERSION_STRING[ -~]*" \
/device/google/wahoo/
init.qcom.devstart.sh
7
version=`
grep
-ao "OEM_IMAGE_VERSION_STRING[ -~]*" \
/external/autotest/client/site_tests/firmware_TouchMTB/tools/
print_syn.sh
35
device_node_info=`$control_script |
grep
-i "Device Node"`
/external/autotest/client/site_tests/security_ptraceRestrictions/src/
root-ptrace-restrictions.sh
49
if echo "$OUT" |
grep
-q 'Operation not permitted'; then
62
if echo "$OUT" |
grep
-q 'Quit anyway'; then
/external/curl/lib/
firefox-db2pem.sh
47
grep
' *[CcGTPpu]*,[CcGTPpu]*,[CcGTPpu]* *$' | \
/external/eigen/bench/btl/data/
mk_new_gnuplot.sh
7
echo "set title " `
grep
${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 2` >> $WHAT.gnuplot
8
echo "set xlabel " `
grep
${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 3` " offset 0,0" >> $WHAT.gnuplot
9
echo "set xrange [" `
grep
${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 4` "]" >> $WHAT.gnuplot
39
echo "'"$FILE"'" `
grep
$TITLE ../perlib_plot_settings.txt | head -n 1 | cut -d ";" -f 2` "\\" >> $WHAT.gnuplot
Completed in 2420 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>