HomeSort by relevance Sort by last modified time
    Searched refs:Line (Results 1 - 25 of 288) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/markdown/tests/misc/
headers.txt 2 Line 2
3 Line 3
  /external/clang/lib/Format/
TokenAnnotator.h 34 LT_ObjCDecl, // An @interface, @implementation, or @protocol line.
36 LT_ObjCProperty // An @property line.
41 AnnotatedLine(const UnwrappedLine &Line)
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()
    [all...]
UnwrappedLineParser.cpp 37 ScopedDeclarationState(UnwrappedLine &Line, std::vector<bool> &Stack,
39 : Line(Line), Stack(Stack) {
40 Line.MustBeDeclaration = MustBeDeclaration;
46 Line.MustBeDeclaration = Stack.back();
48 Line.MustBeDeclaration = true;
52 UnwrappedLine &Line;
58 ScopedMacroState(UnwrappedLine &Line, FormatTokenSource *&TokenSource,
60 : Line(Line), TokenSource(TokenSource), ResetToken(ResetToken)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
lines.c 34 * Set the line width.
36 * \param width line width in pixels.
57 * "Wide lines and line stipple - LineWidth is not deprecated, but
71 if (ctx->Line.Width == width)
75 ctx->Line.Width = width;
83 * Set the line stipple pattern.
105 if (ctx->Line.StippleFactor == factor &&
106 ctx->Line.StipplePattern == pattern)
110 ctx->Line.StippleFactor = factor;
111 ctx->Line.StipplePattern = pattern
    [all...]
  /external/mesa3d/src/mesa/main/
lines.c 34 * Set the line width.
36 * \param width line width in pixels.
57 * "Wide lines and line stipple - LineWidth is not deprecated, but
71 if (ctx->Line.Width == width)
75 ctx->Line.Width = width;
83 * Set the line stipple pattern.
105 if (ctx->Line.StippleFactor == factor &&
106 ctx->Line.StipplePattern == pattern)
110 ctx->Line.StippleFactor = factor;
111 ctx->Line.StipplePattern = pattern
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ICharStream.cs 55 /** <summary>ANTLR tracks the line information automatically</summary> */
56 /** <summary>Because this stream can rewind, we need to be able to reset the line</summary> */
57 int Line {
62 /** <summary>The index of the character relative to the beginning of the line 0..n-1</summary> */
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ICharStream.cs 57 /** <summary>ANTLR tracks the line information automatically</summary> */
58 /** <summary>Because this stream can rewind, we need to be able to reset the line</summary> */
59 int Line
65 /** <summary>The index of the character relative to the beginning of the line 0..n-1</summary> */
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
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; }
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
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; }
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
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; }
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkDrawLine.h 17 DECLARE_MEMBER_INFO(Line);
  /external/chromium_org/third_party/skia/src/svg/
SkSVGLine.h 16 DECLARE_SVG_INFO(Line);
  /external/skia/src/animator/
SkDrawLine.h 17 DECLARE_MEMBER_INFO(Line);
  /external/skia/src/svg/
SkSVGLine.h 16 DECLARE_SVG_INFO(Line);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
Line.java 19 public interface Line {
  /external/compiler-rt/lib/ubsan/
ubsan_value.h 54 u32 Line;
58 SourceLocation() : Filename(), Line(), Column() {}
59 SourceLocation(const char *Filename, unsigned Line, unsigned Column)
60 : Filename(Filename), Line(Line), Column(Column) {}
71 return SourceLocation(Filename, Line, OldColumn);
82 /// \brief Get the presumed line number.
83 unsigned getLine() const { return Line; }
84 /// \brief Get the column within the presumed line.
  /external/chromium_org/third_party/skia/src/text/
SkTextLayout.cpp 67 struct SkTextLayout::Line {
68 Line() {}
69 ~Line();
75 SkTextLayout::Line::~Line() {
  /external/skia/src/text/
SkTextLayout.cpp 67 struct SkTextLayout::Line {
68 Line() {}
69 ~Line();
75 SkTextLayout::Line::~Line() {
  /external/chromium_org/third_party/skia/include/text/
SkTextLayout.h 55 struct Line;
57 SkTDArray<Line*> fLines;
  /external/skia/include/text/
SkTextLayout.h 55 struct Line;
57 SkTDArray<Line*> fLines;
  /external/valgrind/main/none/tests/
vgprintf.stderr.exp 4 Backtrace line one
5 Line two:
  /external/icu4c/layoutex/layout/
ParagraphLayout.h 41 * Clients can use this to break a paragraph into lines, and to display the glyphs in each line.
50 * This class represents a single line of text in a <code>ParagraphLayout</code>. They
51 * can only be created by calling <code>ParagraphLayout::nextLine()</code>. Each line
60 class U_LAYOUTEX_API Line : public UObject
71 ~Line();
74 * Count the number of visual runs in the line.
83 * Get the ascent of the line. This is the maximum ascent
84 * of all the fonts on the line.
86 * @return the ascent of the line.
93 * Get the descent of the line. This is the maximum descen
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
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/clang/unittests/Tooling/
CommentHandlerTest.cpp 16 Comment(const std::string &Message, unsigned Line, unsigned Col)
17 : Message(Message), Line(Line), Col(Col) { }
20 unsigned Line, Col;
47 EXPECT_TRUE(!Invalid) << "Invalid line number on comment " << C;
103 << Current->Message << "\" at line " << Current->Line << ", column "
108 void Match(const char *Message, unsigned Line, unsigned Col) {
113 EXPECT_TRUE(C.Message == Message && C.Line == Line && C.Col == Col
    [all...]
  /external/clang/test/SemaCXX/
implicit-member-functions.cpp 45 // in an out-of-line initializer, make sure the functions aren't in
96 template<typename K> struct Line;
99 Vector(const Line<K> &l);
106 template<typename K> struct Line {
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);

Completed in 898 milliseconds

1 2 3 4 5 6 7 8 91011>>