/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...] |
/external/grub/stage2/ |
vstafs.h | 25 #define LINE 16
|
/external/doclava/src/com/google/doclava/ |
DocFile.java | 27 private static final Pattern LINE = Pattern.compile("(.*)[\r]?\n", Pattern.MULTILINE); 64 // The document is properties up until the line "@jd:body". 68 Matcher lines = LINE.matcher(filedata); 69 String line = null; local 71 line = lines.group(1); 72 if (line.length() > 0) { 73 if (line.equals("@jd:body")) { 77 Matcher prop = PROP.matcher(line); 90 if (line != null) { 91 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/mesa3d/src/glsl/ |
glsl_parser.h | 149 LINE = 366, 240 /* Line 1685 of yacc.c */ 241 #line 52 "glsl_parser.ypp" 273 /* Line 1685 of yacc.c */ 274 #line 275 "glsl_parser.h"
|
glsl_parser.cpp | 77 /* Line 189 of yacc.c */ 78 #line 1 "glsl_parser.ypp" 115 /* Line 189 of yacc.c */ 116 #line 117 "glsl_parser.cpp" 251 LINE = 366, 342 /* Line 214 of yacc.c */ 343 #line 52 "glsl_parser.ypp" 375 /* Line 214 of yacc.c */ 376 #line 377 "glsl_parser.cpp" 400 /* Line 264 of yacc.c * [all...] |
/external/chromium/chrome/browser/resources/ |
crashes.js | 61 '****DO%20NOT%20CHANGE%20BELOW%20THIS%20LINE****%0Areport_id:' +
|
/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 = "-------------------------------------------------------------------------------";
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
MeshTest.java | 192 assertEquals(Mesh.Primitive.LINE, Mesh.Primitive.valueOf("LINE"));
|
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/ |
GenericWaveRS.java | 58 // 1024 lines, with 4 points per line (2 space, 2 texture) each consisting of x and y, 59 // so 8 floats per line. 63 // 2 indices per line 145 // This will be a line mesh 146 meshBuilder.addIndexSetAllocation(mLineIdxAlloc, Primitive.LINE);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/ |
build-hardy-toolchain.sh | 1071 sha1sum $DOWNLOAD_DIR/*.deb | while read LINE; do 1072 PACKAGE=$(basename $(echo $LINE | awk '{ print $2;}')) 1073 SHA1=$(echo $LINE | awk '{ print $1; }') [all...] |
/frameworks/base/graphics/java/android/graphics/drawable/ |
GradientDrawable.java | 89 * Shape is a line 91 public static final int LINE = 2; 287 final boolean useLayer = haveStroke && haveFill && st.mShape != LINE && 368 case LINE: { [all...] |
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/ |
Visualization5RS.java | 78 // 256 lines, with 4 points per line (2 space, 2 texture) each consisting of x and y, 79 // so 8 floats per line. 83 // 2 indices per line 266 // This will be a line mesh 267 meshBuilder.addIndexSetAllocation(mLineIdxAlloc, Mesh.Primitive.LINE);
|
/external/mksh/src/ |
lex.c | 1380 XcheckN(s->xs, xp, LINE); 1397 nread = x_read(xp, LINE); 1406 s->line++; [all...] |
edit.c | 64 static char holdbuf[LINE]; /* place to hold last edit buffer */ 123 * read an edited command line 161 /* redraw line in Emacs mode */ 182 /* Handle the commenting/uncommenting of a line. 188 * moved to the start of the line after (un)commenting. 861 static int cur_col; /* current column on line */ 1117 int off = source->line - x_nextcmd; 1362 * if we are already filling the line, [all...] |
sh.h | 378 #define LINE 4096 /* input line size */ 612 #define OF_CMDLINE 0x01 /* command line */ 798 /* Minimum required space to work with on a line - if the prompt leaves less 799 * space than this on a line, the prompt is truncated. 802 /* Minimum allowed value for x_cols: 2 for prompt, 3 for " < " at end of line 1281 int line; \/* line number *\/ member in struct:source [all...] |
/frameworks/base/graphics/java/android/renderscript/ |
Mesh.java | 54 LINE (1), 56 * Vertex data will be rendered as a connected line strip
|
/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...] |
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
texinfo.tex | 106 % starts a new line in the output. 109 % Use TeX 3.0's \inputlineno to get the line number, for better error 204 % @| inserts a changebar to the left of the current line. It should 214 % Append this vertical mode material after the current line in the output. 371 \line{\ewtop\hfil\ewtop}% 373 \line{% 380 \line\bgroup 398 \hfil\egroup % end of (centering) \line\bgroup 402 \line{% 408 \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/sdk/14/ |
android.jar | |
/prebuilt/common/groovy/ |
groovy-all-1.7.0.jar | |