HomeSort by relevance Sort by last modified time
    Searched refs:LINE (Results 1 - 18 of 18) sorted by null

  /ndk/build/awk/
convert-deps-to-cygwin.awk 41 LINE=""
45 LINE = LINE SEP CYGDRIVE_PREFIX tolower(substr($nn,1,1)) "/" substr($nn,4)
47 LINE = LINE SEP $nn
51 # Any leading space on the original line should be preserved
56 printf("%s%s\n", MARGIN, LINE)
  /external/e2fsprogs/install-utils/
convfstab 12 while read LINE
14 set -- $LINE
19 echo "$LINE"
27 echo "Don't have a clue about \"$LINE\"." >&2
28 echo "$LINE"
51 echo "$LINE $DEF_FLAGS $DUMP $PASS"
54 echo "$LINE $DUMP $PASS"
57 echo "$LINE $PASS"
60 echo "$LINE"
67 echo "Warning: One empty line removed." >&
    [all...]
  /development/tools/findunused/
removeunusedresources 26 read LINE NUM
27 while [ "$LINE" != "" ]
29 if [ "Z$LINE" = "Z-----------------------------------------------------------" ]
33 elif [ "$LINE" = "$app" ]
39 find res | grep -w $LINE | {
48 echo WARNING unexpected result for $LINE
53 grep -Rwl $LINE res | {
60 echo REMOVING STRING $LINE from $RESLINE
61 xmlstarlet ed -P -S -d "/resources/string[@name='$LINE']" $RESLINE > tf$$
65 echo REMOVING $LINE from $RESLIN
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Primitive.java 24 LINE (1),
  /external/grub/stage2/
vstafs.h 25 #define LINE 16
  /build/tools/droiddoc/src/
DocFile.java 27 private static final Pattern LINE = Pattern.compile("(.*)[\r]?\n",
70 // The document is properties up until the line "@jd:body".
74 Matcher lines = LINE.matcher(filedata);
75 String line = null; local
77 line = lines.group(1);
78 if (line.length() > 0) {
79 if (line.equals("@jd:body")) {
83 Matcher prop = PROP.matcher(line);
96 if (line != null) {
97 System.err.println(docfile + ":" + lineno + ":" + line);
    [all...]
  /external/v8/test/mjsunit/third_party/
string-trim.js 49 {s : '\u000A', t : 'LINE FEED OR NEW LINE'},
67 {s : '\u2028', t : 'LINE SEPARATOR'},
  /external/emma/core/java12/com/vladium/emma/report/txt/
ReportGenerator.java 79 line (); method
142 line (); method
204 line (); method
251 line (); method
302 line (); method
445 private void line () method in class:ReportGenerator
449 m_out.write (LINE);
523 private static final String LINE = "-------------------------------------------------------------------------------";
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/
GenericWaveRS.java 63 // 1024 lines, with 4 points per line (2 space, 2 texture) each consisting of x and y,
64 // so 8 floats per line.
68 // 2 indices per line
153 // This will be a line mesh
154 meshBuilder.setPrimitive(Primitive.LINE);
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 89 * Shape is a line
91 public static final int LINE = 2;
271 final boolean useLayer = haveStroke && haveFill && st.mShape != LINE &&
346 case LINE: {
    [all...]
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
Visualization5RS.java 84 // 256 lines, with 4 points per line (2 space, 2 texture) each consisting of x and y,
85 // so 8 floats per line.
89 // 2 indices per line
256 // This will be a line mesh
257 meshBuilder.setPrimitive(Primitive.LINE);
  /external/grub/docs/
texinfo.tex 104 % starts a new line in the output.
107 % Use TeX 3.0's \inputlineno to get the line number, for better error
200 % @| inserts a changebar to the left of the current line. It should
210 % Append this vertical mode material after the current line in the output.
317 \line{\ewtop\hfil\ewtop}%
319 \line{%
326 \line\bgroup
344 \hfil\egroup % end of (centering) \line\bgroup
348 \line{%
354 \line{\ewbot\hfil\ewbot}
    [all...]
  /external/emma/lib/
emma.jar 
  /external/bison/tests/
testsuite 151 # uniformly replaced by the line number. The first 'sed' inserts a
152 # line-number line before each line; the second 'sed' does the real
153 # work. The second script uses 'N' to pair each line-number line
154 # with the numbered line, and appends trailing '-' during
155 # substitution so that $LINENO is not a special case at line end.
229 # We need space, tab and new line, in precisely that order.
293 at_check_line_file=$at_suite_dir/at-check-line
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 988 milliseconds