Home
last modified time | relevance | path

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

123456

/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/google-breakpad/src/processor/
Dsource_line_resolver_base_types.h69 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
Dfast_source_line_resolver_types.h56 struct FastSourceLineResolver::Line : public SourceLineResolverBase::Line { struct
57 void CopyFrom(const Line *line_ptr) { in CopyFrom() argument
73 struct FastSourceLineResolver::Function : argument
Dsimple_serializer-inl.h99 typedef BasicSourceLineResolver::Line Line; typedef
171 typedef BasicSourceLineResolver::Line Line; typedef
188 typedef BasicSourceLineResolver::Line Line; typedef
/external/icu/icu4c/source/test/cintltst/
Dsorttest.c103 typedef struct Line { struct
106 } Line; argument
/external/google-breakpad/src/common/
Dstabs_reader.h180 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
Dmodule.h115 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/deqp/framework/referencerenderer/
DrrPrimitiveAssembler.hpp163 struct Line struct
166 {
170 Line (void) in Line() function
177 Line (VertexPacket* v0_, VertexPacket* v1_, int provokingIndex_) in Line() function
184 VertexPacket* getProvokingVertex (void) in getProvokingVertex()
196 VertexPacket* v0;
197 VertexPacket* v1;
199 int provokingIndex;
/external/clang/lib/Format/
DTokenAnnotator.cpp35 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line, in AnnotatingParser()
1253 AnnotatedLine &Line; member in clang::format::__anon3f3538b70111::AnnotatingParser
1273 AnnotatedLine &Line) in ExpressionParser()
1473 void TokenAnnotator::annotate(AnnotatedLine &Line) { in annotate()
1588 void TokenAnnotator::calculateFormattingInformation(AnnotatedLine &Line) { in calculateFormattingInformation()
1682 void TokenAnnotator::calculateUnbreakableTailLengths(AnnotatedLine &Line) { in calculateUnbreakableTailLengths()
1698 unsigned TokenAnnotator::splitPenalty(const AnnotatedLine &Line, in splitPenalty()
1853 bool TokenAnnotator::spaceRequiredBetween(const AnnotatedLine &Line, in spaceRequiredBetween()
1986 bool TokenAnnotator::spaceRequiredBefore(const AnnotatedLine &Line, in spaceRequiredBefore()
2121 bool TokenAnnotator::mustBreakBefore(const AnnotatedLine &Line, in mustBreakBefore()
[all …]
DUnwrappedLineFormatter.cpp21 bool startsExternCBlock(const AnnotatedLine &Line) { in startsExternCBlock()
52 void nextLine(const AnnotatedLine &Line) { in nextLine()
73 void adjustToUnmodifiedLine(const AnnotatedLine &Line) { in adjustToUnmodifiedLine()
273 AnnotatedLine &Line = **I; in tryMergeSimpleControlStatement() local
301 const AnnotatedLine *Line = I[1 + NumStmts]; in tryMergeShortCaseLabels() local
321 AnnotatedLine &Line = **I; in tryMergeSimpleBlock() local
423 bool containsMustBreak(const AnnotatedLine *Line) { in containsMustBreak()
582 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine()
608 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine()
631 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent, in formatLine()
[all …]
DUnwrappedLineParser.cpp39 ScopedDeclarationState(UnwrappedLine &Line, std::vector<bool> &Stack, in ScopedDeclarationState()
54 UnwrappedLine &Line; member in clang::format::__anon7942050b0111::ScopedDeclarationState
60 ScopedMacroState(UnwrappedLine &Line, FormatTokenSource *&TokenSource, in ScopedMacroState()
108 UnwrappedLine &Line; member in clang::format::__anon7942050b0111::ScopedMacroState
439 static bool isGoogScope(const UnwrappedLine &Line) { in isGoogScope()
1793 LLVM_ATTRIBUTE_UNUSED static void printDebugInfo(const UnwrappedLine &Line, in printDebugInfo()
/external/llvm/lib/IR/
DDebugInfoMetadata.cpp22 DILocation::DILocation(LLVMContext &C, StorageType Storage, unsigned Line, in DILocation()
41 DILocation *DILocation::getImpl(LLVMContext &Context, unsigned Line, in getImpl()
260 unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, in getImpl()
275 unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, in getImpl()
342 MDString *LinkageName, Metadata *File, unsigned Line, Metadata *Type, in getImpl()
375 Metadata *File, unsigned Line, in getImpl()
399 Metadata *File, MDString *Name, unsigned Line, in getImpl()
442 MDString *LinkageName, Metadata *File, unsigned Line, in getImpl()
461 unsigned Line, Metadata *Type, in getImpl()
536 LLVMContext &Context, MDString *Name, Metadata *File, unsigned Line, in getImpl()
[all …]
/external/llvm/bindings/go/llvm/
DDIBuilderBindings.cpp56 unsigned Line, in LLVMDIBuilderCreateLexicalBlock()
75 const char *LinkageName, LLVMMetadataRef File, unsigned Line, in LLVMDIBuilderCreateFunction()
89 unsigned Line, LLVMMetadataRef Ty, in LLVMDIBuilderCreateAutoVariable()
99 unsigned ArgNo, LLVMMetadataRef File, unsigned Line, LLVMMetadataRef Ty, in LLVMDIBuilderCreateParameterVariable()
136 LLVMMetadataRef File, unsigned Line, uint64_t SizeInBits, in LLVMDIBuilderCreateStructType()
149 LLVMMetadataRef Scope, LLVMMetadataRef File, unsigned Line, in LLVMDIBuilderCreateReplaceableCompositeType()
161 unsigned Line, uint64_t SizeInBits, in LLVMDIBuilderCreateMemberType()
183 LLVMMetadataRef File, unsigned Line, in LLVMDIBuilderCreateTypedef()
Ddibuilder.go158 Line int member
185 Line int member
221 Line int member
248 Line int member
341 Line int member
375 Line int member
405 Line int member
468 Line int member
/external/skia/src/svg/parser/
DSkSVGLine.cpp20 DEFINE_SVG_INFO(Line) in DEFINE_SVG_INFO() argument
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
DQuicktimeTextTrackImpl.java130 public static class Line { class in QuicktimeTextTrackImpl
136 public Line(long from, long to, String text) { in Line() method in QuicktimeTextTrackImpl.Line
DTextTrackImpl.java133 public static class Line { class in TextTrackImpl
139 public Line(long from, long to, String text) { in Line() method in TextTrackImpl.Line
/external/icu/icu4c/source/layoutex/layout/
DParagraphLayout.h341 friend class Line; variable
663 inline ParagraphLayout::Line::Line() in Line() function
669 inline ParagraphLayout::Line::Line(const Line & /*other*/) in Line() argument
/external/chromium-trace/catapult/tracing/test_data/
Dtcmalloc_trace.json1 …"ph":"B","name":"PluginDispatcher::OnMessageReceived","args":{"Class":13,"Line":374}},{"cat":"ppap… number
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DICharStream.cs57 int Line { property
DIToken.cs48 int Line { property
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DICharStream.cs59 int Line property
DIToken.cs52 int Line property
/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

123456