/external/rust/android-crates-io/crates/tokio/src/io/util/ |
D | lines.rs | 44 impl<R> Lines<R> implementation 94 impl<R> Lines<R> implementation
|
/external/rust/android-crates-io/crates/futures-util/src/io/ |
D | lines.rs | 26 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/ |
D | StringMap.h | 29 std::vector<std::string> Lines; variable
|
/external/rust/android-crates-io/crates/gpio-cdev/src/ |
D | lib.rs | 275 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/ |
D | CompilandDumper.h | 23 enum Flags { None = 0x0, Children = 0x1, Symbols = 0x2, Lines = 0x4 }; enumerator
|
D | CompilandDumper.cpp | 64 auto Lines = Session.findLineNumbers(Symbol, *File); in start() local
|
/external/mesa3d/docs/gallium/cso/ |
D | rasterizer.rst | 136 Lines chapter
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/ |
D | LineTable.h | 120 Collection Lines; ///< All line entries in the line table. variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbolData.cpp | 35 if (auto Lines = getLineNumbers()) { in getCompilandId() local
|
D | PDBSymbolFunc.cpp | 105 if (auto Lines = getLineNumbers()) { in getCompilandId() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbolData.cpp | 34 if (auto Lines = getLineNumbers()) { in getCompilandId() local
|
D | PDBSymbolFunc.cpp | 107 if (auto Lines = getLineNumbers()) { in getCompilandId() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/TargetParser/ |
D | Host.cpp | 165 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/ |
D | LineTable.h | 120 Collection Lines; ///< All line entries in the line table. variable
|
/external/rust/android-crates-io/crates/pest/src/ |
D | span.rs | 387 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/ |
D | curve.rs | 175 Lines { enumerator 221 Lines, enumerator
|
/external/clang/lib/Format/ |
D | BreakableToken.h | 205 SmallVector<StringRef, 16> Lines; variable
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
D | LVOptions.h | 135 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/ |
D | rrPrimitiveAssembler.hpp | 202 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/ |
D | OProfileJITEventListener.cpp | 115 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size); in notifyObjectLoaded() local
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Signals.cpp | 145 SmallVector<StringRef, 32> Lines; in printSymbolizedStackTrace() local
|
/external/llvm/lib/Support/ |
D | Signals.cpp | 145 SmallVector<StringRef, 32> Lines; in printSymbolizedStackTrace() local
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | ModuleSubstreamVisitor.cpp | 20 const LineInfoArray &Lines) { in visitLines()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/OProfileJIT/ |
D | OProfileJITEventListener.cpp | 115 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size); in notifyObjectLoaded() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/Symbolize/ |
D | DIPrinter.cpp | 71 const int Lines; member in llvm::symbolize::SourceCode 76 SourceCode(StringRef FileName, int64_t Line, int Lines, in SourceCode()
|