HomeSort by relevance Sort by last modified time
    Searched refs:Line (Results 51 - 75 of 170) sorted by null

1 23 4 5 6 7

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
Parser.cs 81 t.Line = current.Line;
CommonToken.cs 41 int line; field in class:Antlr.Runtime.CommonToken
88 line = oldToken.Line;
133 public int Line {
135 return line;
138 line = value;
211 return "[@" + TokenIndex + "," + start + ":" + stop + "='" + txt + "',<" + type + ">" + channelStr + "," + line + ":" + CharPositionInLine + "]";
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ClassicToken.cs 49 int line; field in class:Antlr.Runtime.ClassicToken
65 line = oldToken.Line;
108 public int Line
112 return line;
116 line = value;
209 return "[@" + TokenIndex + ",'" + txt + "',<" + type + ">" + channelStr + "," + line + ":" + CharPositionInLine + "]";
Parser.cs 89 t.Line = current.Line;
CommonToken.cs 43 int line; field in class:Antlr.Runtime.CommonToken
95 line = oldToken.Line;
146 public int Line
150 return line;
154 line = value;
250 return "[@" + TokenIndex + "," + start + ":" + stop + "='" + txt + "',<" + type + ">" + channelStr + "," + line + ":" + CharPositionInLine + "]";
UnbufferedTokenStream.cs 134 if (PreviousElement != null && PreviousElement.Line > 0)
  /external/clang/include/clang/Basic/
SourceManagerInternals.h 26 // Line Table Implementation
30 /// \brief The offset in this file that the line entry occurs at.
33 /// \brief The presumed line number of this line entry: \#line 4.
36 /// \brief The ID of the filename identified by this line entry:
37 /// \#line 4 "foo.c". This is -1 if not specified.
49 static LineEntry get(unsigned Offs, unsigned Line, int Filename,
54 E.LineNo = Line;
76 /// \brief Used to hold and unique data used to represent \#line information
    [all...]
  /external/clang/lib/Format/
UnwrappedLineParser.h 45 /// and thereby e.g. leave an empty line between two function definitions.
74 /// \brief Whether there must be a line break before this token.
81 /// \brief An unwrapped line is a sequence of \c Token, that we would like to
82 /// put on a single line if there was no column limit.
86 /// within an unwrapped line does not affect any other unwrapped lines.
108 virtual void consumeUnwrappedLine(const UnwrappedLine &Line) = 0;
159 // FIXME: We are constantly running into bugs where Line.Level is incorrectly
160 // subtracted from beyond 0. Introduce a method to subtract from Line.Level
162 OwningPtr<UnwrappedLine> Line;
165 // line as the previous token, or not. If not, they belong to the next token
    [all...]
Format.cpp 88 // Returns the length of everything up to the first possible line break after
103 /// trailing line comments.
113 // 2+ newlines mean an empty line separating logic scopes.
117 // Align line comments if they are trailing or if they continue other
144 // If this line does not have a trailing comment, align the stored comments.
167 /// \brief Inserts a line break into the middle of a token.
169 /// Will break at \p Offset inside \p Tok, putting \p Prefix before the line
170 /// break and \p Postfix before the rest of the token starts in the next line.
173 /// used to generate the correct line break.
207 // If we need to outdent the line, check that it's indented enough
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/
NdkDiscoveryUpdater.java 77 String line = reader.readLine(); local
78 while (line != null) {
79 checkBuildLine(line);
80 line = reader.readLine();
149 private static class Line {
150 private final String line; field in class:NdkDiscoveryUpdater.Line
153 public Line(String line) {
154 this.line = line;
209 Line line = new Line(text); local
264 String line = reader.readLine(); local
294 String line = reader.readLine(); local
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimLexer.cs 78 public int Line
82 return input.Line;
86 input.Line = value;
141 state.tokenStartLine = input.Line;
252 //Line = state.tokenStartLine,
259 //t.Line = state.tokenStartLine;
435 string inputSymbol = ( (char)input.LT( 1 ) ) + " line=" + Line + ":" + CharPositionInLine;
441 string inputSymbol = ( (char)input.LT( 1 ) ) + " line=" + Line + ":" + CharPositionInLine
    [all...]
SlimStringStream.cs 59 /** <summary>line number 1..n within the input</summary> */
60 protected int line = 1; field in class:Antlr.Runtime.SlimStringStream
62 /** <summary>The index of the character relative to the beginning of the line 0..n-1</summary> */
71 * values line, charPositionInLine, and p that can change as you
128 public int Line
132 return line;
136 line = value;
151 public int Line
183 line = 1;
199 System.out.println("newline char found on line: "+line
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Line.java 41 * <code>Line</code> defines a line. Where a line is defined as infinite along
42 * two points. The two points of the line are defined as the origin and direction.
47 public class Line implements Savable, Cloneable, java.io.Serializable {
55 * Constructor instantiates a new <code>Line</code> object. The origin and
59 public Line() {
65 * Constructor instantiates a new <code>Line</code> object. The origin
67 * @param origin the origin of the line.
68 * @param direction the direction of the line.
231 Line line = (Line) super.clone(); local
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 200 if (!Line)
201 Line.reset(new DWARFDebugLine(&lineRelocMap()));
207 return 0; // No line table for this compile unit.
209 // See if the line table is cached.
210 if (const DWARFLineTable *lt = Line->getLineTable(stmtOffset))
216 return Line->getOrParseLineTable(lineData, stmtOffset);
321 uint32_t &Line, uint32_t &Column) {
324 // Get the index of row we're looking for in the line table.
328 // Take file number and line/column from the row.
333 Line = Row.Line
    [all...]
  /external/icu4c/samples/layout/
paragraph.cpp 94 fLines = LE_NEW_ARRAY(const ParagraphLayout::Line *, fLinesMax);
162 for (le_int32 line = 0; line < fLineCount; line += 1) {
163 delete /*(LineInfo *)*/ fLines[line];
171 void Paragraph::addLine(const ParagraphLayout::Line *line)
174 fLines = (const ParagraphLayout::Line **) LE_GROW_ARRAY(fLines, fLinesMax + fLinesGrow);
178 fLines[fLineCount++] = line;
193 const ParagraphLayout::Line *line local
224 const ParagraphLayout::Line *line = fLines[li]; local
    [all...]
  /external/clang/unittests/Tooling/
RewriterTestContext.h 88 SourceLocation getLocation(FileID ID, unsigned Line, unsigned Column) {
90 Sources.getFileEntryForID(ID), Line, Column);
  /external/icu4c/layoutex/
ParagraphLayout.cpp 662 ParagraphLayout::Line *ParagraphLayout::nextLine(float width)
678 // If no glyphs fit on the line, force one to fit.
681 // start of a line unless the paragraph consists of
684 // the previous line...)
1006 ParagraphLayout::Line *ParagraphLayout::computeVisualRuns()
1023 Line *line = new Line(); local
1040 appendRun(line, run, firstChar, lastChar);
1044 return line;
    [all...]
  /external/webkit/Source/WebCore/platform/text/qt/
TextBreakIteratorQt.cpp 92 setUpIterator(*staticLineBreakIterator, QTextBoundaryFinder::Line, string, length);
97 lineBreakIterator = new TextBreakIterator(QTextBoundaryFinder::Line, QString(reinterpret_cast<const QChar*>(string), length));
  /external/jhead/
jhead.c 37 // Command line options flags
83 static char * CommentInsertLiteral = NULL; // Insert this comment (from command line)
206 char Line[500];
220 // Process the line.
222 Line[Len] = 0;
223 //printf("Line: '%s'\n",Line);
228 printf("Error: Unknown tag '%s'\n", Line); // Deletes the tag.
232 if (memcmp(Line, KnownTags[a], l) == 0){
233 if (Line[l] == ' ' || Line[l] == '=' || Line[l] == 0)
    [all...]
  /external/llvm/include/llvm/Support/
DebugLoc.h 24 /// and MachineInstr to compactly encode file/line/scope information for an
45 /// LineCol - This 32-bit value encodes the line and column number for the
46 /// location, encoded as 24-bits for line and 8 bits for col. A value of 0
56 /// get - Get a new DebugLoc that corresponds to the specified line/col
58 static DebugLoc get(unsigned Line, unsigned Col,
  /external/llvm/lib/IR/
DebugLoc.cpp 74 DebugLoc DebugLoc::get(unsigned Line, unsigned Col,
81 // Saturate line and col to "unknown".
83 if (Line >= (1 << 24)) Line = 0;
84 Result.LineCol = Line | (Col << 24);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/srt/
SrtParser.java 44 track.getSubs().add(new TextTrackImpl.Line(startTime, endTime, lineString));
  /external/webkit/Source/WebCore/dom/
WheelEvent.h 34 enum Granularity { Pixel, Line, Page };
  /external/v8/test/mjsunit/
debug-step.js 45 // Clear the break point on line 2 if set.
58 var i; // Line 1.
59 for (i = 0; i < 1000; i++) { // Line 2.
60 x = 1; // Line 3.
64 // Set a breakpoint on the for statement (line 1).
74 // for loop (line 2) will only make i 0 as a real break point breaks even when
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 344 unsigned Line = 0;
347 // Relative to current line.
351 if (!Invalid && PH.Next(Line) && (FoundPlus || Line < ExpectedLine)) {
352 if (FoundPlus) ExpectedLine += Line;
353 else ExpectedLine -= Line;
357 // Absolute line number.
358 if (PH.Next(Line) && Line > 0)
359 ExpectedLoc = SM.translateLineCol(SM.getFileID(Pos), Line, 1)
    [all...]

Completed in 1882 milliseconds

1 23 4 5 6 7