/external/llvm/test/DebugInfo/ |
D | debuglineinfo.test | 11 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-0.9.1/ |
D | 3d-cube.js | 193 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/ |
D | 3d-cube.js | 193 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-1.0/ |
D | 3d-cube.js | 193 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/ |
D | TokenAnnotator.h | 40 AnnotatedLine(const UnwrappedLine &Line) in AnnotatedLine() argument 41 : First(Line.Tokens.front().Tok), Level(Line.Level), in AnnotatedLine() 42 InPPDirective(Line.InPPDirective), in AnnotatedLine() 43 MustBeDeclaration(Line.MustBeDeclaration), MightBeFunctionDecl(false), in AnnotatedLine() 46 assert(!Line.Tokens.empty()); in AnnotatedLine() 53 for (std::list<UnwrappedLineNode>::const_iterator I = ++Line.Tokens.begin(), in AnnotatedLine() 54 E = Line.Tokens.end(); in AnnotatedLine() 119 void annotate(AnnotatedLine &Line); 120 void calculateFormattingInformation(AnnotatedLine &Line); 124 unsigned splitPenalty(const AnnotatedLine &Line, const FormatToken &Tok, [all …]
|
D | UnwrappedLineParser.cpp | 37 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::__anon8a02ed030111::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 …]
|
D | TokenAnnotator.cpp | 34 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line, in AnnotatingParser() argument 36 : Style(Style), Line(Line), CurrentToken(Line.First), in AnnotatingParser() 78 Line.First->isNot(tok::kw_template)) in parseAngle() 115 } else if (Line.InPPDirective && in parseParens() 380 if (!Tok->Previous && Line.MustBeDeclaration) in consumeToken() 388 Line.First->isNot(tok::kw_case)) { in consumeToken() 393 Line.First->Type == TT_ObjCMethodSpecifier) { in consumeToken() 407 !Line.First->isOneOf(tok::kw_enum, tok::kw_case)) { in consumeToken() 430 if (Line.MustBeDeclaration && Contexts.size() == 1 && in consumeToken() 432 Line.First->Type != TT_ObjCProperty && in consumeToken() [all …]
|
/external/mesa3d/src/mesa/main/ |
D | lines.c | 71 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/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | lines.c | 71 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/ |
D | ANTLRxxxxStreamFixture.cs | 142 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/llvm/lib/LineEditor/ |
D | LineEditor.cpp | 254 const char *Line = ::el_gets(Data->EL, &LineLen); in readLine() local 257 if (!Line || LineLen == 0) in readLine() 262 (Line[LineLen - 1] == '\n' || Line[LineLen - 1] == '\r')) in readLine() 267 ::history(Data->Hist, &HE, H_ENTER, Line); in readLine() 269 return std::string(Line, LineLen); in readLine() 298 std::string Line; in readLine() local 303 if (Line.empty()) in readLine() 306 return Line; in readLine() 308 Line.append(Buf); in readLine() 309 } while (Line.empty() || in readLine() [all …]
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
D | Antlr.Runtime.Tests.pas | 52 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/icu/icu4c/source/test/cintltst/ |
D | sorttest.c | 105 typedef struct Line { struct 108 } Line; argument 111 printLines(const Line *lines) { in printLines() 115 const Line *line=lines+i; in printLines() 128 const Line *leftLine=(const Line *)left; in linesComparator() 129 const Line *rightLine=(const Line *)right; in linesComparator() 137 Line *lines, *p; in StableSortTest() 147 lines=p=(Line *)uprv_malloc(NUM_LINES*sizeof(Line)); in StableSortTest() 148 uprv_memset(lines, 0, NUM_LINES*sizeof(Line)); /* avoid uninitialized memory */ in StableSortTest() 166 uprv_sortArray(lines, NUM_LINES, (int32_t)sizeof(Line), in StableSortTest() [all …]
|
/external/icu/icu4c/source/layoutex/layout/ |
D | ParagraphLayout.h | 60 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/mesa3d/src/mesa/swrast/ |
D | s_lines.c | 47 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/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
D | s_lines.c | 47 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/deqp/framework/referencerenderer/ |
D | rrPrimitiveTypes.hpp | 56 … PrimitiveTypeTraits<PRIMITIVETYPE_LINES> { typedef pa::Line Type; typedef pa::Line BaseT… 57 …imitiveTypeTraits<PRIMITIVETYPE_LINE_STRIP> { typedef pa::Line Type; typedef pa::Line BaseT… 58 …imitiveTypeTraits<PRIMITIVETYPE_LINE_LOOP> { typedef pa::Line Type; typedef pa::Line BaseT… 60 …IVETYPE_LINES_ADJACENCY> { typedef pa::LineAdjacency Type; typedef pa::Line BaseType; typedef … 61 …YPE_LINE_STRIP_ADJACENCY> { typedef pa::LineAdjacency Type; typedef pa::Line BaseType; typedef …
|
/external/icu/icu4c/source/layoutex/ |
D | playout.cpp | 145 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/ |
D | InclusionRewriter.cpp | 68 void WriteLineInfo(const char *Filename, int Line, 102 void InclusionRewriter::WriteLineInfo(const char *Filename, int Line, in WriteLineInfo() argument 108 OS << "#line" << ' ' << Line << ' ' << '"'; in WriteLineInfo() 114 OS << '#' << ' ' << Line << ' ' << '"'; in WriteLineInfo() 216 StringRef EOL, int &Line, in OutputContentUpTo() argument 227 Line += std::count(FromFile.getBufferStart() + WriteFrom, in OutputContentUpTo() 246 unsigned &NextToWrite, int &Line) { in CommentOutDirective() argument 248 SM.getFileOffset(StartToken.getLocation()), EOL, Line, false); in CommentOutDirective() 260 EOL, Line, true); in CommentOutDirective() 373 int Line = 1; // The current input file line number. in Process() local [all …]
|
/external/clang/unittests/Tooling/ |
D | CommentHandlerTest.cpp | 16 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/ |
D | ubsan_value.h | 54 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/ |
D | RecognitionException.cs | 150 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/ |
D | collperf.cpp | 192 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/icu/icu4c/source/test/perf/collationperf/ |
D | collperf.cpp | 192 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/ |
D | lazy-block-quote.txt | 1 > 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.
|