Lines Matching refs:grep
67 if echo $chk1 $chk2 | grep -q processLocalOption; then
80 if ls /etc/* 2>/dev/null | grep -q android.hardware; then
89 devInfo=$(adb devices -l | grep -v ^List | head -1)
91 devInfo=$(adb devices -l | grep $deviceName)
202 s=$(grep "Binder.*tracing_mark_write.*launching" $traceout 2>/dev/null | head -1| tr [\(\)\[\] :] " ")
205 s=$(grep activityPause $traceout | head -1 2>/dev/null| tr [\(\)\[\] :] " ")
221 f=$(grep "surfaceflinger.*tracing_mark_write.*$_app" $traceout 2>/dev/null |
222 grep -v Starting | head -1 | tr [\(\)\[\] :] " ")
228 f=$(grep " <...>-$pid.*tracing_mark_write.*$_app" $traceout 2>/dev/null |
229 grep -v Starting | head -1 | tr [\(\)\[\] :] " ")
253 if echo $line | grep -q "Total frames"; then
256 elif echo $line | grep -q "Janky frames"; then
259 elif echo $line | grep -q "90th"; then
262 elif echo $line | grep -q "95th"; then
265 elif echo $line | grep -q "99th"; then
278 if grep -qi reclaim $traceout; then
379 set -- $($AM_START -p "$(getPackageName $1)" http://www.theverge.com | grep ThisTime)
383 set -- $($AM_START "$(getActivityName $1)" | grep ThisTime)
391 set -- $($AM_FORCE_START -p "$(getPackageName $1)" http://www.theverge.com | grep ThisTime)
394 set -- $($AM_FORCE_START "$(getActivityName $1)" | grep ThisTime)
402 $AM_LIST | grep $actName
435 if ! $PS | grep $p | grep -qv grep; then
464 if ${ADB}ls /data 2>/dev/null | grep -q "Permission denied"; then
478 act=$(${ADB}am stack list | grep $(getPackageName $app) | sed -e 's/ //' | head -1 | awk '{ print $2; }')