Searched refs:LINE (Results 1 - 16 of 16) sorted by relevance

/external/e2fsprogs/install-utils/
H A Dconvfstab12 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"
/external/libmtp/
H A Dhotplug.sh.in16 while read LINE; do
17 if [ "x${LINE}" != "x" ]; then
18 firstword=`echo ${LINE} | awk '{ print $1 }'`
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 }'`
50 comment=${LINE}
54 manid=`echo ${LINE} | aw
[all...]
/external/grub/stage2/
H A Dvstafs.h25 #define LINE 16 macro
/external/chromium/chrome/browser/resources/
H A Dcrashes.js61 '****DO%20NOT%20CHANGE%20BELOW%20THIS%20LINE****%0Areport_id:' +
/external/doclava/src/com/google/doclava/
H A DDocFile.java27 private static final Pattern LINE = Pattern.compile("(.*)[\r]?\n", Pattern.MULTILINE); field in class:DocFile
89 Matcher lines = LINE.matcher(filedata);
/external/openfst/src/include/fst/extensions/far/
H A Dcompile-strings.h49 enum EntryType { LINE = 1, FILE = 2 }; enumerator in enum:fst::StringReader::EntryType
74 if (entry_type_ == LINE) {
144 entry_type = StringReader<Arc>::LINE;
/external/mesa3d/src/glsl/
H A Dglsl_parser.h149 LINE = 366, enumerator in enum:yytokentype
H A Dglsl_parser.cpp251 LINE = 366, enumerator in enum:yytokentype
865 "EXTENSION", "LINE", "COLON", "EOL", "INTERFACE", "OUTPUT",
/external/emma/core/java12/com/vladium/emma/report/txt/
H A DReportGenerator.java449 m_out.write (LINE);
523 private static final String LINE = "-------------------------------------------------------------------------------"; field in class:ReportGenerator
/external/mksh/src/
H A Dedit.c67 static char holdbuf[LINE]; /* place to hold last edit buffer */
2888 if (n > LINE)
3367 static char undocbuf[LINE];
3374 static struct edstate undobuf = { undocbuf, 0, LINE, 0, 0 };
3379 static char ibuf[LINE]; /* input buffer */
3384 static char ybuf[LINE]; /* yank buffer */
3433 undo->cbufsize = es->cbufsize = len > LINE ? LINE : len;
H A Dlex.c1375 XcheckN(s->xs, xp, LINE);
1392 nread = x_read(xp, LINE);
H A Dsh.h383 #define LINE 4096 /* input line size */ macro
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/grub/docs/
H A Dtexinfo.tex2928 % @set VAR REST-OF-LINE sets VAR to the value REST-OF-LINE.
2930 % Since we want to separate VAR from REST-OF-LINE (which might be
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/bison/tests/
H A Dtestsuite654 NUM: FILENAME:LINE TEST-GROUP-NAME
[all...]

Completed in 567 milliseconds