Home
last modified time | relevance | path

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

12345

/external/rust/android-crates-io/crates/tokio/src/io/util/
Dlines.rs44 impl<R> Lines<R> implementation
94 impl<R> Lines<R> implementation
/external/rust/android-crates-io/crates/futures-util/src/io/
Dlines.rs26 impl<R: AsyncBufRead> Lines<R> { implementation
32 impl<R: AsyncBufRead> Stream for Lines<R> { implementation
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Testing/ADT/
DStringMap.h29 std::vector<std::string> Lines; variable
/external/rust/android-crates-io/crates/gpio-cdev/src/
Dlib.rs275 pub fn get_lines(&mut self, offsets: &[u32]) -> Result<Lines> { in get_lines()
282 pub fn get_all_lines(&mut self) -> Result<Lines> { in get_all_lines()
714 pub struct Lines { struct
718 impl Lines { implementation
809 impl Index<usize> for Lines { implementation
877 pub fn lines(&self) -> &Lines { in lines()
/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/mesa3d/docs/gallium/cso/
Drasterizer.rst136 Lines chapter
/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/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-16.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolData.cpp34 if (auto Lines = getLineNumbers()) { in getCompilandId() local
DPDBSymbolFunc.cpp107 if (auto Lines = getLineNumbers()) { in getCompilandId() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/TargetParser/
DHost.cpp165 SmallVector<StringRef, 32> Lines; in getHostCPUNameForARM() local
360 SmallVector<StringRef, 32> Lines; in getHostCPUNameForS390x() local
402 SmallVector<StringRef> Lines; in getHostCPUNameForRISCV() local
1470 SmallVector<StringRef> Lines; in getHostCPUNameForSPARC() local
1771 SmallVector<StringRef, 32> Lines; in getHostCPUFeatures() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/GSYM/
DLineTable.h120 Collection Lines; ///< All line entries in the line table. variable
/external/rust/android-crates-io/crates/pest/src/
Dspan.rs387 pub struct Lines<'i> { struct
388 inner: LinesSpan<'i>, argument
391 impl<'i> Iterator for Lines<'i> { implementation
/external/rust/android-crates-io/crates/criterion-plot/src/
Dcurve.rs175 Lines { enumerator
221 Lines, enumerator
/external/clang/lib/Format/
DBreakableToken.h205 SmallVector<StringRef, 16> Lines; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/
DLVOptions.h135 Lines, // --compare=lines enumerator
154 Lines, // --print=lines enumerator
176 Lines, // --warning=lines enumerator
244 LVLineKindSet Lines; // --select-lines=<Kind> variable
/external/deqp/framework/referencerenderer/
DrrPrimitiveAssembler.hpp202 struct Lines struct
205 static void exec(Iterator outputIterator, VertexPacket *const *vertices, size_t numVertices, in exec()
214 static size_t getPrimitiveCount(size_t vertices) in getPrimitiveCount()
/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-subzero/lib/Support/
DSignals.cpp145 SmallVector<StringRef, 32> Lines; in printSymbolizedStackTrace() local
/external/llvm/lib/Support/
DSignals.cpp145 SmallVector<StringRef, 32> Lines; in printSymbolizedStackTrace() local
/external/llvm/lib/DebugInfo/CodeView/
DModuleSubstreamVisitor.cpp20 const LineInfoArray &Lines) { in visitLines()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp115 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size); in notifyObjectLoaded() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/Symbolize/
DDIPrinter.cpp71 const int Lines; member in llvm::symbolize::SourceCode
76 SourceCode(StringRef FileName, int64_t Line, int Lines, in SourceCode()

12345