Searched refs:Line (Results 1 - 25 of 265) sorted by relevance

1234567891011

/external/markdown/tests/misc/
H A Dheaders.txt2 Line 2
3 Line 3
/external/clang/lib/Format/
H A DTokenAnnotator.h41 AnnotatedLine(const UnwrappedLine &Line) argument
42 : First(Line.Tokens.front()), Level(Line.Level),
43 InPPDirective(Line.InPPDirective),
44 MustBeDeclaration(Line.MustBeDeclaration), MightBeFunctionDecl(false),
46 assert(!Line.Tokens.empty());
48 for (std::list<FormatToken *>::const_iterator I = ++Line.Tokens.begin(),
49 E = Line.Tokens.end();
76 void annotate(AnnotatedLine &Line);
77 void calculateFormattingInformation(AnnotatedLine &Line);
[all...]
H A DUnwrappedLineParser.cpp37 ScopedDeclarationState(UnwrappedLine &Line, std::vector<bool> &Stack, argument
39 : Line(Line), Stack(Stack) {
40 Line.MustBeDeclaration = MustBeDeclaration;
46 Line.MustBeDeclaration = Stack.back();
48 Line.MustBeDeclaration = true;
52 UnwrappedLine &Line; member in class:clang::format::__anon15250::ScopedDeclarationState
58 ScopedMacroState(UnwrappedLine &Line, FormatTokenSource *&TokenSource, argument
60 : Line(Line), TokenSourc
108 UnwrappedLine &Line; member in class:clang::format::__anon15250::ScopedMacroState
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dlines.c71 if (ctx->Line.Width == width)
75 ctx->Line.Width = width;
105 if (ctx->Line.StippleFactor == factor &&
106 ctx->Line.StipplePattern == pattern)
110 ctx->Line.StippleFactor = factor;
111 ctx->Line.StipplePattern = pattern;
123 * Initializes __struct gl_contextRec::Line and line related constants in
129 ctx->Line.SmoothFlag = GL_FALSE;
130 ctx->Line.StippleFlag = GL_FALSE;
131 ctx->Line
[all...]
/external/mesa3d/src/mesa/main/
H A Dlines.c71 if (ctx->Line.Width == width)
75 ctx->Line.Width = width;
105 if (ctx->Line.StippleFactor == factor &&
106 ctx->Line.StipplePattern == pattern)
110 ctx->Line.StippleFactor = factor;
111 ctx->Line.StipplePattern = pattern;
123 * Initializes __struct gl_contextRec::Line and line related constants in
129 ctx->Line.SmoothFlag = GL_FALSE;
130 ctx->Line.StippleFlag = GL_FALSE;
131 ctx->Line
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DICharStream.cs57 int Line { property in interface:Antlr.Runtime.ICharStream
H A DIToken.cs48 int Line { property in interface:Antlr.Runtime.IToken
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DICharStream.cs59 int Line property in interface:Antlr.Runtime.ICharStream
H A DIToken.cs52 int Line property in interface:Antlr.Runtime.IToken
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A 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[
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A 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[
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
H A 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[
[all...]
/external/chromium_org/third_party/skia/src/svg/
H A DSkSVGLine.h16 DECLARE_SVG_INFO(Line);
/external/skia/src/svg/
H A DSkSVGLine.h16 DECLARE_SVG_INFO(Line);
/external/chromium_org/third_party/skia/src/text/
H A DSkTextLayout.cpp67 struct SkTextLayout::Line { struct in class:SkTextLayout
68 Line() {} function in struct:SkTextLayout::Line
69 ~Line();
75 SkTextLayout::Line::~Line() {
/external/clang/test/SemaCXX/
H A Dimplicit-member-functions.cpp96 template<typename K> struct Line;
99 Vector(const Line<K> &l);
106 template<typename K> struct Line { struct in namespace:Recursion
110 // Trigger declaration of Line copy ctor, which causes substitution into
113 // on Vector's constructors, which requires declaring all of Line's
117 Line<void> L1;
118 Line<void> L2(L1);
/external/skia/src/text/
H A DSkTextLayout.cpp67 struct SkTextLayout::Line { struct in class:SkTextLayout
68 Line() {} function in struct:SkTextLayout::Line
69 ~Line();
75 SkTextLayout::Line::~Line() {
/external/valgrind/main/none/tests/
H A Dvgprintf.stderr.exp5 Line two:
/external/icu4c/layoutex/layout/
H A DParagraphLayout.h60 class U_LAYOUTEX_API Line : public UObject class in class:ParagraphLayout
71 ~Line();
130 * visual run. This object is owned by the <code>Line</code> object which
131 * created it, and will remain valid for as long as the <code>Line</code>
173 inline Line();
174 inline Line(const Line &other);
175 inline Line &operator=(const Line & /*other*/) { return *this; };
191 * These objects are only created by <code>ParagraphLayout::Line</cod
656 inline ParagraphLayout::Line::Line() function in class:ParagraphLayout::Line
662 inline ParagraphLayout::Line::Line(const Line & /*other*/) function in class:ParagraphLayout::Line
[all...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A 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/chromium_org/third_party/skia/src/animator/
H A DSkDrawLine.h17 DECLARE_MEMBER_INFO(Line);
/external/skia/src/animator/
H A DSkDrawLine.h17 DECLARE_MEMBER_INFO(Line);
/external/compiler-rt/lib/ubsan/
H A Dubsan_value.h54 u32 Line; member in class:__ubsan::SourceLocation
58 SourceLocation() : Filename(), Line(), Column() {}
59 SourceLocation(const char *Filename, unsigned Line, unsigned Column) argument
60 : Filename(Filename), Line(Line), Column(Column) {}
71 return SourceLocation(Filename, Line, OldColumn);
83 unsigned getLine() const { return Line; }
/external/clang/unittests/Tooling/
H A DCommentHandlerTest.cpp16 Comment(const std::string &Message, unsigned Line, unsigned Col) argument
17 : Message(Message), Line(Line), Col(Col) { }
20 unsigned Line, Col; member in struct:clang::Comment
103 << Current->Message << "\" at line " << Current->Line << ", column "
108 void Match(const char *Message, unsigned Line, unsigned Col) { argument
113 EXPECT_TRUE(C.Message == Message && C.Line == Line && C.Col == Col)
115 << "\" at line " << Line << ", column " << Col
117 << "\" at line " << C.Line << ", colum
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DCommonTree.cs110 public override int Line { property in class:Antlr.Runtime.Tree.CommonTree
112 if (token == null || token.Line == 0) {
114 return Children[0].Line;
118 return token.Line;
121 base.Line = value;

Completed in 576 milliseconds

1234567891011