Home
last modified time | relevance | path

Searched refs:Line (Results 1 – 25 of 390) sorted by relevance

12345678910>>...16

/external/llvm/test/DebugInfo/
Ddebuglineinfo.test11 TEST_INLINE-NEXT: Line info @ 0: test-inline.cpp, line:33
12 TEST_INLINE-NEXT: Line info @ 35: test-inline.cpp, line:34
13 TEST_INLINE-NEXT: Line info @ 165: test-inline.cpp, line:35
15 TEST_INLINE-NEXT: Line info @ 0: test-inline.cpp, line:28
16 TEST_INLINE-NEXT: Line info @ 2: test-inline.cpp, line:29
17 TEST_INLINE-NEXT: Line info @ 3: test-inline.cpp, line:29
19 TEST_INLINE-NEXT: Line info @ 0: test-inline.cpp, line:39
20 TEST_INLINE-NEXT: Line info @ 21: test-inline.cpp, line:41
21 TEST_INLINE-NEXT: Line info @ 39: test-inline.cpp, line:42
22 TEST_INLINE-NEXT: Line info @ 60: test-inline.cpp, line:44
[all …]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
D3d-cube.js193 if (!Q.Line[0]) { DrawLine(Q[0], Q[1]); Q.Line[0] = true; };
194 if (!Q.Line[1]) { DrawLine(Q[1], Q[2]); Q.Line[1] = true; };
195 if (!Q.Line[2]) { DrawLine(Q[2], Q[3]); Q.Line[2] = true; };
196 if (!Q.Line[3]) { DrawLine(Q[3], Q[0]); Q.Line[3] = true; };
199 if (!Q.Line[2]) { DrawLine(Q[3], Q[2]); Q.Line[2] = true; };
200 if (!Q.Line[9]) { DrawLine(Q[2], Q[6]); Q.Line[9] = true; };
201 if (!Q.Line[6]) { DrawLine(Q[6], Q[7]); Q.Line[6] = true; };
202 if (!Q.Line[10]) { DrawLine(Q[7], Q[3]); Q.Line[10] = true; };
205 if (!Q.Line[4]) { DrawLine(Q[4], Q[5]); Q.Line[4] = true; };
206 if (!Q.Line[5]) { DrawLine(Q[5], Q[6]); Q.Line[5] = true; };
[all …]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
D3d-cube.js193 if (!Q.Line[0]) { DrawLine(Q[0], Q[1]); Q.Line[0] = true; };
194 if (!Q.Line[1]) { DrawLine(Q[1], Q[2]); Q.Line[1] = true; };
195 if (!Q.Line[2]) { DrawLine(Q[2], Q[3]); Q.Line[2] = true; };
196 if (!Q.Line[3]) { DrawLine(Q[3], Q[0]); Q.Line[3] = true; };
199 if (!Q.Line[2]) { DrawLine(Q[3], Q[2]); Q.Line[2] = true; };
200 if (!Q.Line[9]) { DrawLine(Q[2], Q[6]); Q.Line[9] = true; };
201 if (!Q.Line[6]) { DrawLine(Q[6], Q[7]); Q.Line[6] = true; };
202 if (!Q.Line[10]) { DrawLine(Q[7], Q[3]); Q.Line[10] = true; };
205 if (!Q.Line[4]) { DrawLine(Q[4], Q[5]); Q.Line[4] = true; };
206 if (!Q.Line[5]) { DrawLine(Q[5], Q[6]); Q.Line[5] = true; };
[all …]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
D3d-cube.js193 if (!Q.Line[0]) { DrawLine(Q[0], Q[1]); Q.Line[0] = true; };
194 if (!Q.Line[1]) { DrawLine(Q[1], Q[2]); Q.Line[1] = true; };
195 if (!Q.Line[2]) { DrawLine(Q[2], Q[3]); Q.Line[2] = true; };
196 if (!Q.Line[3]) { DrawLine(Q[3], Q[0]); Q.Line[3] = true; };
199 if (!Q.Line[2]) { DrawLine(Q[3], Q[2]); Q.Line[2] = true; };
200 if (!Q.Line[9]) { DrawLine(Q[2], Q[6]); Q.Line[9] = true; };
201 if (!Q.Line[6]) { DrawLine(Q[6], Q[7]); Q.Line[6] = true; };
202 if (!Q.Line[10]) { DrawLine(Q[7], Q[3]); Q.Line[10] = true; };
205 if (!Q.Line[4]) { DrawLine(Q[4], Q[5]); Q.Line[4] = true; };
206 if (!Q.Line[5]) { DrawLine(Q[5], Q[6]); Q.Line[5] = true; };
[all …]
/external/clang/lib/Format/
DTokenAnnotator.h41 AnnotatedLine(const UnwrappedLine &Line) in AnnotatedLine() argument
42 : First(Line.Tokens.front()), Level(Line.Level), in AnnotatedLine()
43 InPPDirective(Line.InPPDirective), in AnnotatedLine()
44 MustBeDeclaration(Line.MustBeDeclaration), MightBeFunctionDecl(false), in AnnotatedLine()
46 assert(!Line.Tokens.empty()); in AnnotatedLine()
48 for (std::list<FormatToken *>::const_iterator I = ++Line.Tokens.begin(), in AnnotatedLine()
49 E = Line.Tokens.end(); in AnnotatedLine()
76 void annotate(AnnotatedLine &Line);
77 void calculateFormattingInformation(AnnotatedLine &Line);
81 unsigned splitPenalty(const AnnotatedLine &Line, const FormatToken &Tok);
[all …]
DUnwrappedLineParser.cpp37 ScopedDeclarationState(UnwrappedLine &Line, std::vector<bool> &Stack, in ScopedDeclarationState() argument
39 : Line(Line), Stack(Stack) { in ScopedDeclarationState()
40 Line.MustBeDeclaration = MustBeDeclaration; in ScopedDeclarationState()
46 Line.MustBeDeclaration = Stack.back(); in ~ScopedDeclarationState()
48 Line.MustBeDeclaration = true; in ~ScopedDeclarationState()
52 UnwrappedLine &Line; member in clang::format::__anon81ea8d490111::ScopedDeclarationState
58 ScopedMacroState(UnwrappedLine &Line, FormatTokenSource *&TokenSource, in ScopedMacroState() argument
60 : Line(Line), TokenSource(TokenSource), ResetToken(ResetToken), in ScopedMacroState()
61 PreviousLineLevel(Line.Level), PreviousTokenSource(TokenSource), in ScopedMacroState()
65 Line.Level = 0; in ScopedMacroState()
[all …]
DTokenAnnotator.cpp32 AnnotatingParser(AnnotatedLine &Line, IdentifierInfo &Ident_in) in AnnotatingParser() argument
33 : Line(Line), CurrentToken(Line.First), KeywordVirtualFound(false), in AnnotatingParser()
65 Line.First->isNot(tok::kw_template)) in parseAngle()
263 Line.StartsDefinition = true; in parseBrace()
307 if (Tok->Previous == NULL && Line.MustBeDeclaration) in consumeToken()
319 Line.First->Type == TT_ObjCMethodSpecifier) { in consumeToken()
354 if (Line.MustBeDeclaration && NameFound && !Contexts.back().IsExpression) in consumeToken()
355 Line.MightBeFunctionDecl = true; in consumeToken()
404 if (Line.First->is(tok::kw_for) && in consumeToken()
511 if (Line.First->Type == TT_ObjCMethodSpecifier) { in parseLine()
[all …]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dlines.c71 if (ctx->Line.Width == width) in _mesa_LineWidth()
75 ctx->Line.Width = width; in _mesa_LineWidth()
105 if (ctx->Line.StippleFactor == factor && in _mesa_LineStipple()
106 ctx->Line.StipplePattern == pattern) in _mesa_LineStipple()
110 ctx->Line.StippleFactor = factor; in _mesa_LineStipple()
111 ctx->Line.StipplePattern = pattern; in _mesa_LineStipple()
129 ctx->Line.SmoothFlag = GL_FALSE; in _mesa_init_line()
130 ctx->Line.StippleFlag = GL_FALSE; in _mesa_init_line()
131 ctx->Line.Width = 1.0; in _mesa_init_line()
132 ctx->Line.StipplePattern = 0xffff; in _mesa_init_line()
[all …]
/external/mesa3d/src/mesa/main/
Dlines.c71 if (ctx->Line.Width == width) in _mesa_LineWidth()
75 ctx->Line.Width = width; in _mesa_LineWidth()
105 if (ctx->Line.StippleFactor == factor && in _mesa_LineStipple()
106 ctx->Line.StipplePattern == pattern) in _mesa_LineStipple()
110 ctx->Line.StippleFactor = factor; in _mesa_LineStipple()
111 ctx->Line.StipplePattern = pattern; in _mesa_LineStipple()
129 ctx->Line.SmoothFlag = GL_FALSE; in _mesa_init_line()
130 ctx->Line.StippleFlag = GL_FALSE; in _mesa_init_line()
131 ctx->Line.Width = 1.0; in _mesa_init_line()
132 ctx->Line.StipplePattern = 0xffff; in _mesa_init_line()
[all …]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
DANTLRxxxxStreamFixture.cs142 Assert.AreEqual(1, inputStream.Line); in TestConsumeOnANTLRInputStream()
147 Assert.AreEqual(1, inputStream.Line); in TestConsumeOnANTLRInputStream()
152 Assert.AreEqual(1, inputStream.Line); in TestConsumeOnANTLRInputStream()
157 Assert.AreEqual(1, inputStream.Line); in TestConsumeOnANTLRInputStream()
162 Assert.AreEqual(1, inputStream.Line); in TestConsumeOnANTLRInputStream()
167 Assert.AreEqual(2, inputStream.Line); in TestConsumeOnANTLRInputStream()
172 Assert.AreEqual(2, inputStream.Line); in TestConsumeOnANTLRInputStream()
177 Assert.AreEqual(2, inputStream.Line); in TestConsumeOnANTLRInputStream()
182 Assert.AreEqual(2, inputStream.Line); in TestConsumeOnANTLRInputStream()
187 Assert.AreEqual(2, inputStream.Line); in TestConsumeOnANTLRInputStream()
[all …]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Tests.pas52 CheckEquals(1, Stream.Line);
57 CheckEquals(1, Stream.Line);
62 CheckEquals(1, Stream.Line);
67 CheckEquals(1, Stream.Line);
72 CheckEquals(1, Stream.Line);
77 CheckEquals(2, Stream.Line);
82 CheckEquals(2, Stream.Line);
87 CheckEquals(2, Stream.Line);
92 CheckEquals(2, Stream.Line);
97 CheckEquals(2, Stream.Line);
[all …]
/external/icu4c/layoutex/layout/
DParagraphLayout.h60 class U_LAYOUTEX_API Line : public UObject
71 ~Line();
173 inline Line();
174 inline Line(const Line &other);
175 inline Line &operator=(const Line & /*other*/) { return *this; };
334 friend class Line; variable
532 Line *nextLine(float width);
578 Line *computeVisualRuns();
579 void appendRun(Line *line, le_int32 run, le_int32 firstChar, le_int32 lastChar);
656 inline ParagraphLayout::Line::Line() in Line() function
[all …]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
Ds_lines.c47 GLuint bit = (swrast->StippleCounter / ctx->Line.StippleFactor) & 0xf; in compute_stipple_mask()
48 if ((1 << bit) & ctx->Line.StipplePattern) { in compute_stipple_mask()
65 const GLint width = (GLint) CLAMP(ctx->Line.Width, in draw_wide_line()
129 if (ctx->Line.StippleFlag) { \
133 if (ctx->Line.Width > 1.0) { \
148 if (ctx->Line.StippleFlag) { \
152 if (ctx->Line.Width > 1.0) { \
206 swrast->Line = lineFunc; \
211 #define USE(lineFunc) swrast->Line = lineFunc
233 if (ctx->Line.SmoothFlag) { in _swrast_choose_line()
[all …]
/external/mesa3d/src/mesa/swrast/
Ds_lines.c47 GLuint bit = (swrast->StippleCounter / ctx->Line.StippleFactor) & 0xf; in compute_stipple_mask()
48 if ((1 << bit) & ctx->Line.StipplePattern) { in compute_stipple_mask()
65 const GLint width = (GLint) CLAMP(ctx->Line.Width, in draw_wide_line()
129 if (ctx->Line.StippleFlag) { \
133 if (ctx->Line.Width > 1.0) { \
148 if (ctx->Line.StippleFlag) { \
152 if (ctx->Line.Width > 1.0) { \
206 swrast->Line = lineFunc; \
211 #define USE(lineFunc) swrast->Line = lineFunc
233 if (ctx->Line.SmoothFlag) { in _swrast_choose_line()
[all …]
/external/icu4c/layoutex/
Dplayout.cpp145 ParagraphLayout::Line *ll = (ParagraphLayout::Line *) line; in pl_closeLine()
153 ParagraphLayout::Line *ll = (ParagraphLayout::Line *) line; in pl_countLineRuns()
165 ParagraphLayout::Line *ll = (ParagraphLayout::Line *) line; in pl_getLineAscent()
177 ParagraphLayout::Line *ll = (ParagraphLayout::Line *) line; in pl_getLineDescent()
189 ParagraphLayout::Line *ll = (ParagraphLayout::Line *) line; in pl_getLineLeading()
201 ParagraphLayout::Line *ll = (ParagraphLayout::Line *) line; in pl_getLineWidth()
213 ParagraphLayout::Line *ll = (ParagraphLayout::Line *) line; in pl_getLineVisualRun()
/external/clang/lib/Rewrite/Frontend/
DInclusionRewriter.cpp73 void WriteLineInfo(const char *Filename, int Line,
107 void InclusionRewriter::WriteLineInfo(const char *Filename, int Line, in WriteLineInfo() argument
113 OS << "#line" << ' ' << Line << ' ' << '"' << Filename << '"'; in WriteLineInfo()
117 OS << '#' << ' ' << Line << ' ' << '"' << Filename << '"'; in WriteLineInfo()
217 StringRef EOL, int &Line, in OutputContentUpTo() argument
228 Line += std::count(FromFile.getBufferStart() + WriteFrom, in OutputContentUpTo()
247 unsigned &NextToWrite, int &Line) { in CommentOutDirective() argument
249 SM.getFileOffset(StartToken.getLocation()), EOL, Line); in CommentOutDirective()
257 EOL, Line); in CommentOutDirective()
364 int Line = 1; // The current input file line number. in Process() local
[all …]
/external/clang/unittests/Tooling/
DCommentHandlerTest.cpp16 Comment(const std::string &Message, unsigned Line, unsigned Col) in Comment()
17 : Message(Message), Line(Line), Col(Col) { } in Comment()
20 unsigned Line, Col; member
103 << Current->Message << "\" at line " << Current->Line << ", column " in ~CommentVerifier()
108 void Match(const char *Message, unsigned Line, unsigned Col) { in Match() argument
113 EXPECT_TRUE(C.Message == Message && C.Line == Line && C.Col == Col) in Match()
115 << "\" at line " << Line << ", column " << Col in Match()
117 << "\" at line " << C.Line << ", column " << C.Col; in Match()
/external/compiler-rt/lib/ubsan/
Dubsan_value.h54 u32 Line; variable
58 SourceLocation() : Filename(), Line(), Column() {} in SourceLocation()
59 SourceLocation(const char *Filename, unsigned Line, unsigned Column) in SourceLocation() argument
60 : Filename(Filename), Line(Line), Column(Column) {} in SourceLocation()
71 return SourceLocation(Filename, Line, OldColumn); in acquire()
83 unsigned getLine() const { return Line; } in getLine()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DRecognitionException.cs150 this._line = _token.Line; in RecognitionException()
157 this._line = ((ICharStream)input).Line; in RecognitionException()
248 public int Line { property in Antlr.Runtime.RecognitionException
285 this._line = lastRealToken.Line; in ExtractInformationFromTreeNodeStream()
296 if (payload.Line <= 0) { in ExtractInformationFromTreeNodeStream()
302 if (priorPayload != null && priorPayload.Line > 0) { in ExtractInformationFromTreeNodeStream()
304 this._line = priorPayload.Line; in ExtractInformationFromTreeNodeStream()
313 this._line = payload.Line; in ExtractInformationFromTreeNodeStream()
317 this._line = ((Tree.ITree)this._node).Line; in ExtractInformationFromTreeNodeStream()
/external/chromium_org/third_party/icu/source/test/perf/collationperf/
Dcollperf.cpp192 struct Line { struct
203 Line *gFileLines; // Ptr to array of Line structs, one per line in the file. argument
208 Line **gSortedLines;
209 Line **gRandomLines;
278 int t = strcmp((*(Line **)a)->icuSortKey, (*(Line **)b)->icuSortKey); in ICUstrcmpK()
286 …t = ucol_strcoll(gCol, (*(Line **)a)->name, (*(Line **)a)->len, (*(Line **)b)->name, (*(Line **)b)… in ICUstrcmpL()
296 t = ucol_strcoll(gCol, (*(Line **)a)->name, -1, (*(Line **)b)->name, -1); in ICUstrcmp()
306 t = CompareStringW(gWinLCID, 0, (*(Line **)a)->name, -1, (*(Line **)b)->name, -1); in Winstrcmp()
314 t = strcoll((*(Line **)a)->unixName, (*(Line **)b)->unixName); in UNIXstrcmp()
322 …t = CompareStringW(gWinLCID, 0, (*(Line **)a)->name, (*(Line **)a)->len, (*(Line **)b)->name, (*(L… in WinstrcmpL()
[all …]
/external/icu4c/test/perf/collationperf/
Dcollperf.cpp192 struct Line { struct
203 Line *gFileLines; // Ptr to array of Line structs, one per line in the file. argument
208 Line **gSortedLines;
209 Line **gRandomLines;
278 int t = strcmp((*(Line **)a)->icuSortKey, (*(Line **)b)->icuSortKey); in ICUstrcmpK()
286 …t = ucol_strcoll(gCol, (*(Line **)a)->name, (*(Line **)a)->len, (*(Line **)b)->name, (*(Line **)b)… in ICUstrcmpL()
296 t = ucol_strcoll(gCol, (*(Line **)a)->name, -1, (*(Line **)b)->name, -1); in ICUstrcmp()
306 t = CompareStringW(gWinLCID, 0, (*(Line **)a)->name, -1, (*(Line **)b)->name, -1); in Winstrcmp()
314 t = strcoll((*(Line **)a)->unixName, (*(Line **)b)->unixName); in UNIXstrcmp()
322 …t = CompareStringW(gWinLCID, 0, (*(Line **)a)->name, (*(Line **)a)->len, (*(Line **)b)->name, (*(L… in WinstrcmpL()
[all …]
/external/markdown/tests/misc/
Dlazy-block-quote.txt1 > Line one of lazy block quote.
2 Line two of lazy block quote.
4 > Line one of paragraph two.
5 Line two of paragraph two.
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DRecognitionException.cs160 this._line = _token.Line; in RecognitionException()
175 this._line = ((ICharStream)input).Line; in RecognitionException()
292 public int Line property in Antlr.Runtime.RecognitionException
340 this._line = lastRealToken.Line; in ExtractInformationFromTreeNodeStream()
352 if (payload.Line <= 0) in ExtractInformationFromTreeNodeStream()
360 if (priorPayload != null && priorPayload.Line > 0) in ExtractInformationFromTreeNodeStream()
363 this._line = priorPayload.Line; in ExtractInformationFromTreeNodeStream()
382 this._line = payload.Line; in ExtractInformationFromTreeNodeStream()
388 this._line = ((Tree.ITree)this._node).Line; in ExtractInformationFromTreeNodeStream()
/external/skia/src/text/
DSkTextLayout.cpp65 struct SkTextLayout::Line { struct in SkTextLayout
66 Line() {} in Line() function
67 ~Line();
73 SkTextLayout::Line::~Line() { in ~Line() argument
/external/chromium_org/third_party/skia/src/text/
DSkTextLayout.cpp65 struct SkTextLayout::Line { struct in SkTextLayout
66 Line() {} in Line() function
67 ~Line();
73 SkTextLayout::Line::~Line() { in ~Line() argument

12345678910>>...16