/external/clang/test/CodeGenCXX/ |
dllimport-members.cpp | 28 template<int Line, typename T> 195 template<int Line, typename T> friend void useMemFun(); 368 template<int Line, typename T> friend void useMemFun(); [all...] |
/external/clang/tools/libclang/ |
CIndexDiagnostic.cpp | 264 // Print source location (file:line), along with optional column 267 unsigned Line, Column; 269 &File, &Line, &Column, nullptr); 272 Out << clang_getCString(FName) << ":" << Line << ":";
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
ANTLRStringStream.cs | 56 /** <summary>line number 1..n within the input</summary> */ 57 int line = 1; field in class:Antlr.Runtime.ANTLRStringStream 59 /** <summary>The index of the character relative to the beginning of the line 0..n-1</summary> */ 67 * values line, charPositionInLine, and p that can change as you 122 public virtual int Line { 124 return line; 127 line = value; 147 line = 1; 158 System.out.println("newline char found on line: "+line [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
TreeParser.cs | 140 * We have DOWN/UP nodes in the stream that have no line info; override. 157 (e.ApproximateLineInfo ? "after " : "") + "line " + e.Line + ":" + e.CharPositionInLine;
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
ANTLRStringStream.cs | 58 /** <summary>line number 1..n within the input</summary> */ 59 int line = 1; field in class:Antlr.Runtime.ANTLRStringStream 61 /** <summary>The index of the character relative to the beginning of the line 0..n-1</summary> */ 69 * values line, charPositionInLine, and p that can change as you 131 public virtual int Line 135 return line; 139 line = value; 163 line = 1; 177 System.out.println("newline char found on line: "+line [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
TreeParser.cs | 154 * We have DOWN/UP nodes in the stream that have no line info; override. 173 ( e.ApproximateLineInfo ? "after " : "" ) + "line " + e.Line + ":" + e.CharPositionInLine;
|
/external/clang/lib/Format/ |
BreakableToken.cpp | 139 encoding::columnWidthWithTabs(Line.substr(Offset, Length), 151 Line = Tok.TokenText.substr( 165 return getStringSplit(Line.substr(TailOffset), 221 return getCommentSplit(Line.substr(TailOffset), StartColumn + Prefix.size(), 278 // If the last line is empty, the closing "*/" will have a star. 292 // Empty last line means that we already have a star as a part of the 304 // The first line already excludes the star. 305 // For all other lines, adjust the line to exclude the star and 332 // inserting a line break. 337 // Calculate the end of the non-whitespace text in the previous line [all...] |
BreakableToken.h | 44 /// \brief Returns the number of columns required to format the piece of line 48 /// specified from the start of the (original) line. 49 /// \p Length can be set to StringRef::npos, which means "to the end of line". 54 /// \brief Returns a range (offset, length) at which to break the line at 88 /// \brief Base class for single line tokens that can be broken. 106 // The prefix a line needs after a break in the token. 108 // The postfix a line needs before introducing a break. 111 StringRef Line; 116 /// \brief Creates a breakable token for a single line string literal. 135 /// \brief Creates a breakable token for a line comment [all...] |
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/texturepacker/ |
TexturePackerTest.java | 93 renderer.begin(ShapeType.Line);
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
DelaunayTriangulatorTest.java | 94 renderer.begin(ShapeType.Line);
|
InverseKinematicsTest.java | 87 renderer.begin(ShapeType.Line);
90 renderer.line(bones[i].position.x, bones[i].position.y, bones[i + 1].position.x, bones[i + 1].position.y);
|
IsometricTileTest.java | 107 renderer.begin(ShapeType.Line);
109 renderer.line(0, 0, 500, 0);
110 renderer.line(0, 0, 0, 500);
113 renderer.line(0, BOUND_Y, BOUND_X, BOUND_Y);
116 renderer.line(BOUND_X, 0, BOUND_X, BOUND_Y);
|
PixmapPackerTest.java | 108 shapeRenderer.begin(ShapeRenderer.ShapeType.Line);
|
PolygonSpriteTest.java | 97 renderer.begin(ShapeType.Line);
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/extensions/ |
FreeTypeIncrementalTest.java | 72 shapes.begin(ShapeType.Line);
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
DWARFDebugLine.h | 79 // Length of the line table data in bytes (not including the prologue). 108 // An unsigned integer indicating a source line number. Lines are numbered 110 // instruction cannot be attributed to any source line. 111 uint32_t Line; 112 // An unsigned integer indicating a column number within a source line. 114 // that a statement begins at the 'left edge' of the line. 145 // Represents a series of contiguous machine instructions. Line table for each 150 // and is described by line table rows [FirstRowIndex, LastRowIndex). 184 // Returns the index of the row with file/line info for a given address, 197 // Fills the Result argument with the file and line informatio [all...] |
/external/llvm/include/llvm/MC/ |
MCObjectStreamer.h | 116 void EmitDwarfLocDirective(unsigned FileNo, unsigned Line,
|
/external/llvm/tools/llvm-cov/ |
CodeCoverage.cpp | 10 // The 'CodeCoverageTool' class implements a command line tool to analyze and 187 unsigned Line = 0; 190 Line = std::max(CR.LineEnd, Line); 191 View->addInstantiation(Function->Name, Line, std::move(SubView)); 298 "line-coverage-lt", cl::Optional, 299 cl::desc("Show code coverage only for functions with line coverage less " 304 "line-coverage-gt", cl::Optional, 305 cl::desc("Show code coverage only for functions with line coverage " 386 "show-line-counts", cl::Optional [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
gen7_wm_state.c | 53 if (ctx->Line.StippleFlag)
|
/prebuilts/go/darwin-x86/doc/progs/ |
go1.go | 157 Line int 162 return fmt.Sprintf("%s:%d: %s", se.File, se.Line, se.Message)
|
/prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/ |
lex.go | 66 // HistLine reports the cumulative source line number of the token, 68 // instruction from the current lex line.) 86 // InitHist sets the line count to 1, for reproducible testing. 105 // Line reports the source line number of the token. 106 Line() int 109 // SetPos sets the file and line number. 110 SetPos(line int, file string) 147 t := NewTokenizer("command line", strings.NewReader(str), nil)
|
/prebuilts/go/darwin-x86/src/cmd/cover/ |
func.go | 5 // This file implements the visitor that computes the (line, column)-(line-column) range for each function. 120 startLine: start.Line, 122 endLine: end.Line,
|
/prebuilts/go/darwin-x86/src/go/scanner/ |
scanner_test.go | 212 if pos.Line != expected.Line { 213 t.Errorf("bad line for %q: got %d, expected %d", lit, pos.Line, expected.Line) 237 Line: 1, 248 epos.Line = newlineCount(string(source)) 303 epos.Line += newlineCount(e.lit) + whitespace_linecount 312 func checkSemi(t *testing.T, line string, mode Mode) { 314 file := fset.AddFile("TestSemis", fset.Base(), len(line)) [all...] |
/prebuilts/go/darwin-x86/src/go/types/ |
issues_test.go | 192 fact := fmt.Sprintf("L%d defs %s", fset.Position(id.Pos()).Line, obj) 197 fact := fmt.Sprintf("L%d uses %s", fset.Position(id.Pos()).Line, obj)
|
/prebuilts/go/linux-x86/doc/progs/ |
go1.go | 157 Line int 162 return fmt.Sprintf("%s:%d: %s", se.File, se.Line, se.Message)
|