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

1 2

  /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/openfst/src/include/fst/extensions/far/
compile-strings.h 34 // line-by-line basis or on a per-stream basis. Note that the freshly
49 enum EntryType { LINE = 1, FILE = 2 };
69 VLOG(1) << "Processing source " << source_ << " at line " << nline_;
74 if (entry_type_ == LINE) {
79 string line; local
80 while (getline(strm_, line)) {
82 content_.append(line);
124 // Compute the minimal length required to encode each line number as a decimal
144 entry_type = StringReader<Arc>::LINE;
    [all...]
  /external/grub/stage2/
vstafs.h 25 #define LINE 16