/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/google-breakpad/src/processor/ |
D | source_line_resolver_base_types.h | 69 struct SourceLineResolverBase::Line { struct 70 Line() { } in Line() argument 71 Line(MemAddr addr, MemAddr code_size, int file_id, int source_line) in Line() function 83 struct SourceLineResolverBase::Function { argument
|
D | fast_source_line_resolver_types.h | 56 struct FastSourceLineResolver::Line : public SourceLineResolverBase::Line { struct 57 void CopyFrom(const Line *line_ptr) { in CopyFrom() argument 73 struct FastSourceLineResolver::Function : argument
|
D | simple_serializer-inl.h | 99 typedef BasicSourceLineResolver::Line Line; typedef 171 typedef BasicSourceLineResolver::Line Line; typedef 188 typedef BasicSourceLineResolver::Line Line; typedef
|
/external/icu/icu4c/source/test/cintltst/ |
D | sorttest.c | 103 typedef struct Line { struct 106 } Line; typedef
|
/external/google-breakpad/src/common/ |
D | stabs_reader.h | 180 struct Line { struct 181 uint64_t address; 182 const char *filename; 183 int number; 309 virtual bool Line(uint64_t address, const char *filename, int number) { in Line() function
|
D | module.h | 115 struct Line { struct 118 static bool CompareByAddress(const Module::Line &x, const Module::Line &y) { in CompareByAddress() argument 122 Address address, size; // The address and size of the line's code. 123 File *file; // The source file. 124 int number; // The source line number.
|
/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 | 34 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line, in AnnotatingParser() 1130 AnnotatedLine &Line; member in clang::format::__anon7c513deb0111::AnnotatingParser 1144 AnnotatedLine &Line) in ExpressionParser() 1338 void TokenAnnotator::annotate(AnnotatedLine &Line) { in annotate() 1398 void TokenAnnotator::calculateFormattingInformation(AnnotatedLine &Line) { in calculateFormattingInformation() 1495 void TokenAnnotator::calculateUnbreakableTailLengths(AnnotatedLine &Line) { in calculateUnbreakableTailLengths() 1511 unsigned TokenAnnotator::splitPenalty(const AnnotatedLine &Line, in splitPenalty() 1645 bool TokenAnnotator::spaceRequiredBetween(const AnnotatedLine &Line, in spaceRequiredBetween() 1774 bool TokenAnnotator::spaceRequiredBefore(const AnnotatedLine &Line, in spaceRequiredBefore() 1893 bool TokenAnnotator::mustBreakBefore(const AnnotatedLine &Line, in mustBreakBefore() [all …]
|
D | UnwrappedLineFormatter.cpp | 21 bool startsExternCBlock(const AnnotatedLine &Line) { in startsExternCBlock() 149 AnnotatedLine &Line = **I; in tryMergeSimpleControlStatement() local 176 const AnnotatedLine *Line = I[1 + NumStmts]; in tryMergeShortCaseLabels() local 195 AnnotatedLine &Line = **I; in tryMergeSimpleBlock() local 292 bool containsMustBreak(const AnnotatedLine *Line) { in containsMustBreak() 310 void format(unsigned FirstIndent, const AnnotatedLine *Line) { in format() 475 unsigned UnwrappedLineFormatter::format(const AnnotatedLine &Line, in format()
|
D | UnwrappedLineParser.cpp | 39 ScopedDeclarationState(UnwrappedLine &Line, std::vector<bool> &Stack, in ScopedDeclarationState() 54 UnwrappedLine &Line; member in clang::format::__anon6af56abf0111::ScopedDeclarationState 60 ScopedMacroState(UnwrappedLine &Line, FormatTokenSource *&TokenSource, in ScopedMacroState() 110 UnwrappedLine &Line; member in clang::format::__anon6af56abf0111::ScopedMacroState 423 static bool isGoogScope(const UnwrappedLine &Line) { in isGoogScope() 1682 LLVM_ATTRIBUTE_UNUSED static void printDebugInfo(const UnwrappedLine &Line, in printDebugInfo()
|
/external/deqp/framework/referencerenderer/ |
D | rrPrimitiveAssembler.hpp | 163 struct Line struct 166 { 170 Line (void) in Line() function 177 Line (VertexPacket* v0_, VertexPacket* v1_, int provokingIndex_) in Line() argument 184 VertexPacket* getProvokingVertex (void) in getProvokingVertex() 196 VertexPacket* v0; 197 VertexPacket* v1; 199 int provokingIndex;
|
/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/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 22 MDLocation::MDLocation(LLVMContext &C, StorageType Storage, unsigned Line, in MDLocation() 41 MDLocation *MDLocation::getImpl(LLVMContext &Context, unsigned Line, in getImpl() 256 unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, in getImpl() 271 unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, in getImpl() 340 MDString *LinkageName, Metadata *File, unsigned Line, Metadata *Type, in getImpl() 384 Metadata *File, unsigned Line, in getImpl() 405 Metadata *File, MDString *Name, unsigned Line, in getImpl() 436 MDString *LinkageName, Metadata *File, unsigned Line, in getImpl() 455 Metadata *File, unsigned Line, in getImpl() 531 LLVMContext &Context, MDString *Name, Metadata *File, unsigned Line, in getImpl() [all …]
|
/external/llvm/bindings/go/llvm/ |
D | DIBuilderBindings.cpp | 58 unsigned Line, in LLVMDIBuilderCreateLexicalBlock() 78 const char *LinkageName, LLVMMetadataRef File, unsigned Line, in LLVMDIBuilderCreateFunction() 92 const char *Name, LLVMMetadataRef File, unsigned Line, LLVMMetadataRef Ty, in LLVMDIBuilderCreateLocalVariable() 134 LLVMMetadataRef File, unsigned Line, uint64_t SizeInBits, in LLVMDIBuilderCreateStructType() 148 LLVMMetadataRef Scope, LLVMMetadataRef File, unsigned Line, in LLVMDIBuilderCreateReplaceableCompositeType() 161 unsigned Line, uint64_t SizeInBits, in LLVMDIBuilderCreateMemberType() 185 LLVMMetadataRef File, unsigned Line, in LLVMDIBuilderCreateTypedef()
|
/external/skia/src/svg/parser/ |
D | SkSVGLine.cpp | 20 DEFINE_SVG_INFO(Line) in DEFINE_SVG_INFO() argument
|
/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/icu/icu4c/source/layoutex/layout/ |
D | ParagraphLayout.h | 341 friend class Line; variable 663 inline ParagraphLayout::Line::Line() in Line() function 669 inline ParagraphLayout::Line::Line(const Line & /*other*/) in Line() function
|
/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/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
|