Home
last modified time | relevance | path

Searched defs:Lines (Results 1 – 25 of 68) sorted by relevance

123

/external/rust/crates/tokio/src/io/util/
Dlines.rs44 impl<R> Lines<R> implementation
94 impl<R> Lines<R> implementation
/external/rust/crates/futures-util/src/io/
Dlines.rs24 impl<R: AsyncBufRead> Lines<R> { implementation
30 impl<R: AsyncBufRead> Stream for Lines<R> { implementation
/external/llvm/tools/llvm-pdbdump/
DCompilandDumper.h23 enum Flags { None = 0x0, Children = 0x1, Symbols = 0x2, Lines = 0x4 }; enumerator
DCompilandDumper.cpp64 auto Lines = Session.findLineNumbers(Symbol, *File); in start() local
/external/rust/crates/pest/src/
Dspan.rs324 pub struct Lines<'i> { struct
325 inner: LinesSpan<'i>, argument
328 impl<'i> Iterator for Lines<'i> { implementation
/external/mesa3d/docs/gallium/cso/
Drasterizer.rst143 Lines section in light_twoside
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolData.cpp35 if (auto Lines = getLineNumbers()) { in getCompilandId() local
DPDBSymbolFunc.cpp105 if (auto Lines = getLineNumbers()) { in getCompilandId() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
DLineTable.h120 Collection Lines; ///< All line entries in the line table. variable
/external/rust/crates/criterion-plot/src/
Dcurve.rs175 Lines { enumerator
221 Lines, enumerator
/external/clang/lib/Format/
DBreakableToken.h205 SmallVector<StringRef, 16> Lines; variable
DUnwrappedLineParser.h145 SmallVector<UnwrappedLine, 8> Lines; variable
/external/deqp/framework/referencerenderer/
DrrPrimitiveAssembler.hpp202 struct Lines struct
205 …erator, VertexPacket* const* vertices, size_t numVertices, rr::ProvokingVertex provokingConvention) in exec()
213 static size_t getPrimitiveCount (size_t vertices) in getPrimitiveCount()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DSignals.cpp145 SmallVector<StringRef, 32> Lines; in printSymbolizedStackTrace() local
/external/llvm/lib/DebugInfo/CodeView/
DModuleSubstreamVisitor.cpp20 const LineInfoArray &Lines) { in visitLines()
/external/llvm/lib/Support/
DSignals.cpp145 SmallVector<StringRef, 32> Lines; in printSymbolizedStackTrace() local
DHost.cpp1047 SmallVector<StringRef, 32> Lines; in getHostCPUName() local
1102 SmallVector<StringRef, 32> Lines; in getHostCPUName() local
1269 SmallVector<StringRef, 32> Lines; in getHostCPUFeatures() local
DSpecialCaseList.cpp89 SmallVector<StringRef, 16> Lines; in parse() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp115 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size); in notifyObjectLoaded() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DHost.cpp155 SmallVector<StringRef, 32> Lines; in getHostCPUNameForARM() local
288 SmallVector<StringRef, 32> Lines; in getHostCPUNameForS390x() local
1498 SmallVector<StringRef, 32> Lines; in getHostCPUFeatures() local
/external/rust/crates/bstr/src/
Dext_slice.rs3596 pub struct Lines<'a> { struct
3597 it: LinesWithTerminator<'a>, argument
3600 impl<'a> Lines<'a> { impl
3628 impl<'a> Iterator for Lines<'a> { implementation
3637 impl<'a> DoubleEndedIterator for Lines<'a> { implementation
3644 impl<'a> iter::FusedIterator for Lines<'a> {} implementation
/external/oss-fuzz/infra/base-images/base-runner/gocoverage/gocovsum/
Dgocovsum.go25 Lines CoverageTotal `json:"lines,omitempty"` member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp132 SourceLineInfo Lines; member
583 const DebugLinesSubsectionRef &Lines) { in fromCodeViewSubsection()
621 const DebugInlineeLinesSubsectionRef &Lines) { in fromCodeViewSubsection()
799 DebugLinesSubsectionRef &Lines, const StringsAndChecksumsRef &State) { in visitLines()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/PerfJITEvents/
DPerfJITEventListener.cpp280 DILineInfoTable Lines = Context->getLineInfoForAddressRange( in notifyObjectLoaded() local
434 DILineInfoTable Lines) { in NotifyDebug()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugLinesSubsection.h111 std::vector<LineNumberEntry> Lines; member

123