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

1 2 3 4 5

  /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/libmtp/
hotplug.sh.in 16 while read LINE; do
17 if [ "x${LINE}" != "x" ]; then
18 firstword=`echo ${LINE} | awk '{ print $1 }'`
20 # This is a device line entry
22 manid=`echo ${LINE} | awk '{ print $3 }'`
23 productid=`echo ${LINE} | awk '{ print $4 }'`
45 while read LINE; do
46 if [ "x$LINE" != "x" ]; then
47 firstword=`echo ${LINE} | awk '{ print $1 }'`
49 # This is a comment line, save it
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
t_dd_unfilled.h 75 if (ef[e2]) LINE( v[2], v[0] );
76 if (ef[e0]) LINE( v[0], v[1] );
77 if (ef[e1]) LINE( v[1], v[2] );
80 if (ef[e0]) LINE( v[0], v[1] );
81 if (ef[e1]) LINE( v[1], v[2] );
82 if (ef[e2]) LINE( v[2], v[0] );
143 if (ef[e0]) LINE( v[0], v[1] );
144 if (ef[e1]) LINE( v[1], v[2] );
145 if (ef[e2]) LINE( v[2], v[3] );
146 if (ef[e3]) LINE( v[3], v[0] )
    [all...]
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_unfilled.h 75 if (ef[e2]) LINE( v[2], v[0] );
76 if (ef[e0]) LINE( v[0], v[1] );
77 if (ef[e1]) LINE( v[1], v[2] );
80 if (ef[e0]) LINE( v[0], v[1] );
81 if (ef[e1]) LINE( v[1], v[2] );
82 if (ef[e2]) LINE( v[2], v[0] );
143 if (ef[e0]) LINE( v[0], v[1] );
144 if (ef[e1]) LINE( v[1], v[2] );
145 if (ef[e2]) LINE( v[2], v[3] );
146 if (ef[e3]) LINE( v[3], v[0] )
    [all...]
  /system/extras/tests/mmc_tracepoints/
mmc_trace_reduce 20 while read LINE
23 if [ -z "${LINE###*}" ]
29 LINE=${LINE/AsyncTask /AsyncTask-}
31 set $LINE
37 echo "Ignoring consecutive start line" >&2
40 SAVED_START_LINE="$LINE"
42 # Found a start line. Extract the interesting bits
58 # Found an end line. Extract the interesting bits,
59 # then make sure it matches with the saved start line,
    [all...]
  /development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
PathPoint.java 31 public static final int LINE = 1;
51 * to the location of this PathPoint. This can be one of MOVE, LINE, or CURVE.
58 * Line/Move constructor
80 * Constructs and returns a PathPoint object that describes a line to the given xy location.
83 return new PathPoint(LINE, x, y);
PathEvaluator.java 40 } else if (endValue.mOperation == PathPoint.LINE) {
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_so_emit_tmp.h 29 #define LINE(flags,i0,i1) so_line(so,i0,i1)
draw_gs_tmp.h 28 #define LINE(flags,i0,i1) gs_line(gs,i0,i1)
draw_decompose_tmp.h 42 #define LINE_ADJ(flags, a0, i0, i1, a1) LINE(flags, i0, i1)
76 LINE(flags, idx[0], idx[1]);
90 LINE(flags, idx[0], idx[1]);
94 LINE(flags, idx[1], idx[2]);
440 #undef LINE
  /external/grub/stage2/
vstafs.h 25 #define LINE 16
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_so_emit_tmp.h 29 #define LINE(flags,i0,i1) so_line(so,i0,i1)
draw_gs_tmp.h 28 #define LINE(flags,i0,i1) gs_line(gs,i0,i1)
draw_decompose_tmp.h 42 #define LINE_ADJ(flags, a0, i0, i1, a1) LINE(flags, i0, i1)
76 LINE(flags, idx[0], idx[1]);
90 LINE(flags, idx[0], idx[1]);
94 LINE(flags, idx[1], idx[2]);
440 #undef LINE
  /ndk/tests/standalone/builtin-macros/
run.sh 20 for LINE in $MACRO_LINES; do
22 LINE=$(echo "$LINE" | tr '^^^' ' ' | tr '\r' ' ')
23 VARNAME=$(echo "$LINE" | cut -d' ' -f 2)
24 VARVALUE=$(echo "$LINE" | cut -d' ' -f 3)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
uda1341.h 72 LINE,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
uda1341.h 72 LINE,
  /external/icu4c/test/perf/howExpensiveIs/
howExpensiveIs.cpp 147 HowExpensiveTest(const char *name, const char *file, int32_t line) : fName(name), fFile(file), fLine(line) {}
281 NumTest(const char *pat, const char *num, double expect, const char *FILE, int LINE)
282 : HowExpensiveTest("(n/a)",FILE, LINE),
290 fLine(LINE),
333 AttrNumTest(const char *pat, const char *num, double expect, const char *FILE, int LINE, UNumberFormatAttribute attr, int32_t newValue)
334 : NumTest(pat,num,expect,FILE,LINE),
361 NOXNumTest(const char *pat, const char *num, double expect, const char *FILE, int LINE /*, UNumberFormatAttribute attr, int32_t newValue */)
362 : NumTest(pat,num,expect,FILE,LINE) /* ,
409 NumFmtTest(const char *pat, const char *num, double expect, const char *FILE, int LINE)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_hotshot.py 12 from hotshot.log import ENTER, EXIT, LINE
95 (LINE, ("test_hotshot", g_lineno+1, "g")),
97 (LINE, ("test_hotshot", f_lineno+1, "f")),
98 (LINE, ("test_hotshot", f_lineno+2, "f")),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_hotshot.py 12 from hotshot.log import ENTER, EXIT, LINE
95 (LINE, ("test_hotshot", g_lineno+1, "g")),
97 (LINE, ("test_hotshot", f_lineno+1, "f")),
98 (LINE, ("test_hotshot", f_lineno+2, "f")),
  /external/chromium_org/v8/test/webkit/
string-trim.js 39 {s : '\u000A', t : 'LINE FEED OR NEW LINE'},
57 {s : '\u2028', t : 'LINE SEPARATOR'},
  /external/doclava/src/com/google/doclava/
DocFile.java 27 public static final Pattern LINE = Pattern.compile("(.*)[\r]?\n", Pattern.MULTILINE);
86 // The document is properties up until the line "@jd:body".
90 Matcher lines = LINE.matcher(filedata);
91 String line = null; local
93 line = lines.group(1);
94 if (line.length() > 0) {
95 if (line.equals("@jd:body")) {
99 Matcher prop = PROP.matcher(line);
112 if (line != null) {
113 System.err.println(docfile + ":" + lineno + ":" + line);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parser.h 74 LINE,
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_mesh.java 46 mBuilder.addIndexSetType(Primitive.LINE);

Completed in 1930 milliseconds

1 2 3 4 5