Searched refs:LINE (Results 1 – 3 of 3) sorted by relevance
26 read LINE NUM27 while [ "$LINE" != "" ]29 if [ "Z$LINE" = "Z-----------------------------------------------------------" ]33 elif [ "$LINE" = "$app" ]39 find res | grep -w $LINE | {48 echo WARNING unexpected result for $LINE53 grep -Rwl $LINE res | {60 echo REMOVING STRING $LINE from $RESLINE61 … xmlstarlet ed -P -S -d "/resources/string[@name='$LINE']" $RESLINE > tf$$65 echo REMOVING $LINE from $RESLINE[all …]
31 public static final int LINE = 1; field in PathPoint83 return new PathPoint(LINE, x, y); in lineTo()
40 } else if (endValue.mOperation == PathPoint.LINE) { in evaluate()