Home
last modified time | relevance | path

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

12345678910>>...20

/external/blktrace/btt/doc/
Dbtt.tex907 \subsection{\label{sec:o-a}\texttt{--seek-absolute}/\texttt{-a}}
915 \subsection{\label{sec:o-A}\texttt{--all-data}/\texttt{-A}}
922 \subsection{\label{sec:o-B}\texttt{--dump-blocknos}/\texttt{-B}}
941 \subsection{\label{sec:o-d}\texttt{--range-delta}/\texttt{-d}}
950 \subsection{\label{sec:o-D}\texttt{--devices}/\texttt{-D}}
959 \subsection{\label{sec:o-e}\texttt{--exes}/\texttt{-e}}
967 \subsection{\label{sec:o-h}\texttt{--help}/\texttt{-h}}
972 \subsection{\label{sec:o-i}\texttt{--input-file}/\texttt{-i}}
978 \subsection{\label{sec:o-I}\texttt{--iostat}/\texttt{-I}}
984 \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() argument
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
/external/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
DBreakpadRecords.cpp125 llvm::Optional<Record::Kind> Record::classify(llvm::StringRef Line) { in classify()
165 llvm::Optional<ModuleRecord> ModuleRecord::parse(llvm::StringRef Line) { in parse()
194 llvm::Optional<InfoRecord> InfoRecord::parse(llvm::StringRef Line) { in parse()
219 llvm::Optional<FileRecord> FileRecord::parse(llvm::StringRef Line) { in parse()
242 static bool parsePublicOrFunc(llvm::StringRef Line, bool &Multiple, in parsePublicOrFunc()
280 llvm::Optional<FuncRecord> FuncRecord::parse(llvm::StringRef Line) { in parse()
302 llvm::Optional<LineRecord> LineRecord::parse(llvm::StringRef Line) { in parse()
337 llvm::Optional<PublicRecord> PublicRecord::parse(llvm::StringRef Line) { in parse()
359 llvm::Optional<StackCFIRecord> StackCFIRecord::parse(llvm::StringRef Line) { in parse()
408 llvm::Optional<StackWinRecord> StackWinRecord::parse(llvm::StringRef Line) { in parse()
/external/google-breakpad/src/common/
Dstabs_reader.h179 struct Line { struct
180 uint64_t address;
181 const char *filename;
182 int number;
308 virtual bool Line(uint64_t address, const char *filename, int number) { in Line() function
Dmodule.h124 struct Line { struct
127 static bool CompareByAddress(const Module::Line &x, const Module::Line &y) { in CompareByAddress() argument
131 Address address, size; // The address and size of the line's code.
132 File *file; // The source file.
133 int number; // The source line number.
/external/icu/icu4c/source/test/cintltst/
Dsorttest.c105 typedef struct Line { struct
108 } Line; argument
/external/llvm-project/libc/utils/UnitTest/
DTest.cpp60 const char *RHSStr, const char *File, unsigned long Line, in explainDifference()
75 unsigned long Line) { in test()
239 const char *RHSStr, const char *File, unsigned long Line) { in testStrEq()
246 const char *RHSStr, const char *File, unsigned long Line) { in testStrNe()
253 const char *RHSStr, const char *File, unsigned long Line) { in testMatch()
267 const char *File, unsigned long Line) { in testProcessKilled()
309 const char *File, unsigned long Line) { in testProcessExits()
/external/llvm-project/clang/lib/Format/
DUnwrappedLineFormatter.cpp22 bool startsExternCBlock(const AnnotatedLine &Line) { in startsExternCBlock()
53 void nextLine(const AnnotatedLine &Line) { in nextLine()
73 void skipLine(const AnnotatedLine &Line) { in skipLine()
83 void adjustToUnmodifiedLine(const AnnotatedLine &Line) { in adjustToUnmodifiedLine()
140 const AnnotatedLine *Line, in getMatchingNamespaceToken()
151 StringRef getNamespaceTokenText(const AnnotatedLine *Line) { in getNamespaceTokenText()
157 const AnnotatedLine *Line, in getMatchingNamespaceTokenText()
439 AnnotatedLine &Line = **I; in tryMergeSimpleControlStatement() local
476 const AnnotatedLine *Line = I[1 + NumStmts]; in tryMergeShortCaseLabels() local
513 AnnotatedLine &Line = **I; in tryMergeSimpleBlock() local
[all …]
DTokenAnnotator.cpp73 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line, in AnnotatingParser()
2050 AnnotatedLine &Line; member in clang::format::__anon24cb7f400111::AnnotatingParser
2070 AnnotatedLine &Line) in ExpressionParser()
2303 static unsigned maxNestingDepth(const AnnotatedLine &Line) { in maxNestingDepth()
2310 void TokenAnnotator::annotate(AnnotatedLine &Line) { in annotate()
2346 const AnnotatedLine &Line) { in isFunctionDeclarationName()
2464 void TokenAnnotator::calculateFormattingInformation(AnnotatedLine &Line) { in calculateFormattingInformation()
2579 void TokenAnnotator::calculateUnbreakableTailLengths(AnnotatedLine &Line) { in calculateUnbreakableTailLengths()
2595 unsigned TokenAnnotator::splitPenalty(const AnnotatedLine &Line, in splitPenalty()
2797 bool TokenAnnotator::spaceRequiredBetween(const AnnotatedLine &Line, in spaceRequiredBetween()
[all …]
DUnwrappedLineParser.cpp41 ScopedDeclarationState(UnwrappedLine &Line, std::vector<bool> &Stack, in ScopedDeclarationState()
56 UnwrappedLine &Line; member in clang::format::__anond546c9340111::ScopedDeclarationState
81 ScopedMacroState(UnwrappedLine &Line, FormatTokenSource *&TokenSource, in ScopedMacroState()
127 UnwrappedLine &Line; member in clang::format::__anond546c9340111::ScopedMacroState
271 for (auto &Line : Lines) in parse() local
651 static bool isGoogScope(const UnwrappedLine &Line) { in isGoogScope()
669 static bool isIIFE(const UnwrappedLine &Line, in isIIFE()
755 size_t Line = CurrentLines->size(); in conditionalCompilationCondition() local
819 for (auto &Line : Lines) { in parsePPIf() local
875 for (auto &Line : Lines) { in parsePPDefine() local
[all …]
/external/skia/src/gpu/
DGrTriangulator.h327 struct GrTriangulator::Line { struct
328 Line(double a, double b, double c) : fA(a), fB(b), fC(c) {} in Line() function
329 Line(Vertex* p, Vertex* q) : Line(p->fPoint, q->fPoint) {} in Line() function
330 Line(const SkPoint& p, const SkPoint& q) in Line() function
336 Line operator*(double v) const { return Line(fA * v, fB * v, fC * v); } argument
348 bool nearParallel(const Line& o) const { in nearParallel() argument
354 double fA, fB, fC;
/external/llvm-project/clang-tools-extra/clang-query/
DQueryParser.h38 QueryParser(StringRef Line, const QuerySession &QS) in QueryParser()
59 StringRef Line; variable
/external/clang/lib/Format/
DTokenAnnotator.cpp35 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line, in AnnotatingParser()
1337 AnnotatedLine &Line; member in clang::format::__anonfa90e1520111::AnnotatingParser
1357 AnnotatedLine &Line) in ExpressionParser()
1563 void TokenAnnotator::annotate(AnnotatedLine &Line) { in annotate()
1591 const AnnotatedLine &Line) { in isFunctionDeclarationName()
1688 void TokenAnnotator::calculateFormattingInformation(AnnotatedLine &Line) { in calculateFormattingInformation()
1782 void TokenAnnotator::calculateUnbreakableTailLengths(AnnotatedLine &Line) { in calculateUnbreakableTailLengths()
1798 unsigned TokenAnnotator::splitPenalty(const AnnotatedLine &Line, in splitPenalty()
1965 bool TokenAnnotator::spaceRequiredBetween(const AnnotatedLine &Line, in spaceRequiredBetween()
2097 bool TokenAnnotator::spaceRequiredBefore(const AnnotatedLine &Line, in spaceRequiredBefore()
[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 …]
/external/llvm-project/clang/lib/Driver/
DDistro.cpp36 for (StringRef Line : Lines) in DetectOsRelease() local
60 for (StringRef Line : Lines) in DetectLsbRelease() local
171 for (const StringRef &Line : Lines) { in DetectDistro() local
/external/deqp/framework/referencerenderer/
DrrPrimitiveAssembler.hpp163 struct Line struct
166 {
170 Line (void) in Line() argument
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/rust/crates/codespan-reporting/src/term/
Dviews.rs73 struct Line<'diagnostic> { in render() struct
74 number: usize, in render()
75 range: std::ops::Range<usize>, in render()
77 single_labels: Vec<SingleLabel<'diagnostic>>, in render()
78 multi_labels: Vec<(usize, LabelStyle, MultiLabel<'diagnostic>)>, in render()
79 must_render: bool, in render()
/external/llvm-project/llvm/include/llvm/Support/
DSymbolRemappingReader.h71 SymbolRemappingParseError(StringRef File, int64_t Line, const Twine &Message) in SymbolRemappingParseError()
89 int64_t Line; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DSymbolRemappingReader.h71 SymbolRemappingParseError(StringRef File, int64_t Line, Twine Message) in SymbolRemappingParseError()
89 int64_t Line; variable
/external/skia/bench/
DTypefaceBench.cpp251 struct Line { struct in UtfToGlyph
252 int glyphCount = 0;
253 std::vector<char> utf;
/external/llvm-project/llvm/tools/llvm-rc/
DResourceScriptCppFilter.cpp49 StringRef Line = Data.take_front(Pos).drop_front(LineStart); in run() local
58 bool Filter::parseLine(StringRef Line) { in parseLine()
/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()
/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()
244 unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, in getImpl()
259 unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, in getImpl()
280 Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, in buildODRType()
314 Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, in getODRType()
412 MDString *LinkageName, Metadata *File, unsigned Line, Metadata *Type, in getImpl()
445 Metadata *File, unsigned Line, in getImpl()
469 Metadata *File, MDString *Name, unsigned Line, in getImpl()
510 MDString *LinkageName, Metadata *File, unsigned Line, in getImpl()
[all …]
/external/llvm-project/lldb/tools/lldb-test/
DFormatUtil.h32 Line(LinePrinter &P) : P(&P) { P.OS.indent(P.CurrentIndent); } in Line() function
35 Line(Line &&RHS) : P(RHS.P) { RHS.P = nullptr; } in Line() function

12345678910>>...20