/external/blktrace/btt/doc/ |
D | btt.tex | 833 \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/ |
D | SkTextLayout.cpp | 65 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/ |
D | SkTextLayout.cpp | 65 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/ |
D | Line.java | 51 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/ |
D | TokenAnnotator.cpp | 32 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 …]
|
D | UnwrappedLineParser.cpp | 37 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/ |
D | Line.java | 47 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/ |
D | SkSVGLine.cpp | 20 DEFINE_SVG_INFO(Line) in DEFINE_SVG_INFO() argument
|
/external/chromium_org/third_party/skia/src/svg/ |
D | SkSVGLine.cpp | 20 DEFINE_SVG_INFO(Line) in DEFINE_SVG_INFO() argument
|
/external/chromium_org/ui/gfx/ |
D | render_text.h | 131 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/ |
D | TextTrackImpl.java | 133 public static class Line { class in TextTrackImpl 139 public Line(long from, long to, String text) { in Line() method in TextTrackImpl.Line
|
D | QuicktimeTextTrackImpl.java | 130 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/ |
D | ICharStream.cs | 59 int Line property
|
D | IToken.cs | 52 int Line property
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | ICharStream.cs | 57 int Line { property
|
D | IToken.cs | 48 int Line { property
|
/external/icu4c/layoutex/layout/ |
D | ParagraphLayout.h | 334 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/ |
D | implicit-member-functions.cpp | 106 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/ |
D | SlimStringStream.cs | 128 public int Line property in Antlr.Runtime.SlimStringStream 151 public int Line property in Antlr.Runtime.SlimStringStream
|
/external/chromium-trace/trace-viewer/test_data/ |
D | tcmalloc_trace.json | 1 …"ph":"B","name":"PluginDispatcher::OnMessageReceived","args":{"Class":13,"Line":374}},{"cat":"ppap… number
|
/external/clang/lib/Rewrite/Frontend/ |
D | InclusionRewriter.cpp | 107 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/ |
D | ubsan_value.h | 54 u32 Line; variable 59 SourceLocation(const char *Filename, unsigned Line, unsigned Column) in SourceLocation()
|
/external/clang/include/clang/Frontend/ |
D | CommandLineSourceLoc.h | 27 unsigned Line; member
|
/external/clang/unittests/AST/ |
D | MatchVerifier.h | 135 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/ |
D | collperf.cpp | 192 struct Line { struct 203 Line *gFileLines; // Ptr to array of Line structs, one per line in the file. argument
|