Home
last modified time | relevance | path

Searched defs:Snippet (Results 1 – 9 of 9) sorted by relevance

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
DSnippet.java30 public abstract class Snippet implements HasClassReferences, Writable { class
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DBenchmarkRunner.h48 std::vector<llvm::MCInst> Snippet; member
DBenchmarkRunner.cpp73 const std::vector<llvm::MCInst> &Snippet = Configuration.Snippet; in runOne() local
DMCInstrDescView.h128 std::vector<InstructionInstance> Snippet; member
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/X86/
DSnippetGeneratorTest.cpp252 std::vector<InstructionInstance> Snippet; in TEST_F() local
263 std::vector<InstructionInstance> Snippet; in TEST_F() local
/external/llvm/tools/llvm-cov/
DSourceCoverageViewHTML.cpp328 auto Highlight = [&](const std::string &Snippet) { in renderLine()
383 for (const auto &Snippet : Snippets) in renderLine() local
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
Dsnippet.py14 class Snippet(object): class
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DSourceCoverageViewHTML.cpp534 auto Highlight = [&](const std::string &Snippet, unsigned LC, unsigned RC) { in renderLine()
604 for (const auto &Snippet : Snippets) in renderLine() local
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2131 StringRef Snippet = Buffer->getBuffer().slice(BeginOffset, EndOffset); in getLengthOnSingleLine() local