Home
last modified time | relevance | path

Searched defs:Line (Results 1 – 25 of 114) sorted by relevance

12345

/external/blktrace/btt/doc/
Dbtt.tex833 \subsection{\label{sec:o-a}\texttt{--seek-absolute}/\texttt{-a}}
841 \subsection{\label{sec:o-A}\texttt{--all-data}/\texttt{-A}}
848 \subsection{\label{sec:o-B}\texttt{--dump-blocknos}/\texttt{-B}}
867 \subsection{\label{sec:o-d}\texttt{--range-delta}/\texttt{-d}}
876 \subsection{\label{sec:o-D}\texttt{--devices}/\texttt{-D}}
885 \subsection{\label{sec:o-e}\texttt{--exes}/\texttt{-e}}
893 \subsection{\label{sec:o-h}\texttt{--help}/\texttt{-h}}
898 \subsection{\label{sec:o-i}\texttt{--input-file}/\texttt{-i}}
904 \subsection{\label{sec:o-I}\texttt{--iostat}/\texttt{-I}}
910 \subsection{\label{sec:o-l}\texttt{--d2c-latencies}/\texttt{-l}}
[all …]
/external/skia/src/text/
DSkTextLayout.cpp65 struct SkTextLayout::Line { struct in SkTextLayout
66 Line() {} in Line() function
73 SkTextLayout::Line::~Line() { in ~Line()
/external/chromium_org/third_party/skia/src/text/
DSkTextLayout.cpp65 struct SkTextLayout::Line { struct in SkTextLayout
66 Line() {} in Line() function
73 SkTextLayout::Line::~Line() { in ~Line()
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
DLine.java51 public class Line extends Mesh { class
56 public Line() { in Line() method in Line
59 public Line(Vector3f start, Vector3f end) { in Line() method in Line
/external/clang/lib/Format/
DTokenAnnotator.cpp32 AnnotatingParser(AnnotatedLine &Line, IdentifierInfo &Ident_in) in AnnotatingParser()
823 AnnotatedLine &Line; member in clang::format::__anon157a22350111::AnnotatingParser
835 ExpressionParser(AnnotatedLine &Line) : Current(Line.First) { in ExpressionParser()
932 void TokenAnnotator::annotate(AnnotatedLine &Line) { in annotate()
952 void TokenAnnotator::calculateFormattingInformation(AnnotatedLine &Line) { in calculateFormattingInformation()
1008 void TokenAnnotator::calculateUnbreakableTailLengths(AnnotatedLine &Line) { in calculateUnbreakableTailLengths()
1024 unsigned TokenAnnotator::splitPenalty(const AnnotatedLine &Line, in splitPenalty()
1110 bool TokenAnnotator::spaceRequiredBetween(const AnnotatedLine &Line, in spaceRequiredBetween()
1196 bool TokenAnnotator::spaceRequiredBefore(const AnnotatedLine &Line, in spaceRequiredBefore()
1251 bool TokenAnnotator::canBreakBefore(const AnnotatedLine &Line, in canBreakBefore()
[all …]
DUnwrappedLineParser.cpp37 ScopedDeclarationState(UnwrappedLine &Line, std::vector<bool> &Stack, in ScopedDeclarationState()
52 UnwrappedLine &Line; member in clang::format::__anon81ea8d490111::ScopedDeclarationState
58 ScopedMacroState(UnwrappedLine &Line, FormatTokenSource *&TokenSource, in ScopedMacroState()
108 UnwrappedLine &Line; member in clang::format::__anon81ea8d490111::ScopedMacroState
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DLine.java47 public class Line implements Savable, Cloneable, java.io.Serializable { class
59 public Line() { in Line() method in Line
70 public Line(Vector3f origin, Vector3f direction) { in Line() method in Line
/external/skia/src/svg/
DSkSVGLine.cpp20 DEFINE_SVG_INFO(Line) in DEFINE_SVG_INFO() argument
/external/chromium_org/third_party/skia/src/svg/
DSkSVGLine.cpp20 DEFINE_SVG_INFO(Line) in DEFINE_SVG_INFO() argument
/external/chromium_org/ui/gfx/
Drender_text.h131 struct Line { struct
136 std::vector<LineSegment> segments; argument
140 Size size;
143 int preceding_heights;
146 int baseline;
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
DTextTrackImpl.java133 public static class Line { class in TextTrackImpl
139 public Line(long from, long to, String text) { in Line() method in TextTrackImpl.Line
DQuicktimeTextTrackImpl.java130 public static class Line { class in QuicktimeTextTrackImpl
136 public Line(long from, long to, String text) { in Line() method in QuicktimeTextTrackImpl.Line
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DICharStream.cs59 int Line property
DIToken.cs52 int Line property
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DICharStream.cs57 int Line { property
DIToken.cs48 int Line { property
/external/icu4c/layoutex/layout/
DParagraphLayout.h334 friend class Line; variable
656 inline ParagraphLayout::Line::Line() in Line() function
662 inline ParagraphLayout::Line::Line(const Line & /*other*/) in Line() argument
/external/clang/test/SemaCXX/
Dimplicit-member-functions.cpp106 template<typename K> struct Line { struct
107 pair<Point<K>, Vector<K>> x;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
DSlimStringStream.cs128 public int Line property in Antlr.Runtime.SlimStringStream
151 public int Line property in Antlr.Runtime.SlimStringStream
/external/chromium-trace/trace-viewer/test_data/
Dtcmalloc_trace.json1 …"ph":"B","name":"PluginDispatcher::OnMessageReceived","args":{"Class":13,"Line":374}},{"cat":"ppap… number
/external/clang/lib/Rewrite/Frontend/
DInclusionRewriter.cpp107 void InclusionRewriter::WriteLineInfo(const char *Filename, int Line, in WriteLineInfo()
217 StringRef EOL, int &Line, in OutputContentUpTo()
247 unsigned &NextToWrite, int &Line) { in CommentOutDirective()
364 int Line = 1; // The current input file line number. in Process() local
/external/compiler-rt/lib/ubsan/
Dubsan_value.h54 u32 Line; variable
59 SourceLocation(const char *Filename, unsigned Line, unsigned Column) in SourceLocation()
/external/clang/include/clang/Frontend/
DCommandLineSourceLoc.h27 unsigned Line; member
/external/clang/unittests/AST/
DMatchVerifier.h135 void expectLocation(unsigned Line, unsigned Column) { in expectLocation()
143 unsigned Line = Result.SourceManager->getSpellingLineNumber(Loc); in verify() local
/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

12345