Home
last modified time | relevance | path

Searched refs:HImpl (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
DHeuristicBase.h51 template <typename HImpl>
57 HeuristicSolverImpl<HImpl> &s;
62 HImpl& impl() { return static_cast<HImpl&>(*this); } in impl()
74 HeuristicBase(HeuristicSolverImpl<HImpl> &solver) in HeuristicBase()
82 HeuristicSolverImpl<HImpl>& getSolver() { return s; } in getSolver()
DHeuristicSolver.h36 template <typename HImpl>
40 typedef typename HImpl::NodeData HeuristicNodeData;
41 typedef typename HImpl::EdgeData HeuristicEdgeData;
105 HImpl h;
605 template <typename HImpl>
609 HeuristicSolverImpl<HImpl> hs(g); in solve()
/external/guice/core/test/com/google/inject/
DCircularDependencyTest.java660 bind(H.class).to(HImpl.class); in testCustomScopeCircularProxies()
699 static class HImpl implements H { class in CircularDependencyTest
701 HImpl(I i) {} in HImpl() method in CircularDependencyTest.HImpl
707 IImpl(HImpl i, J j) {} in IImpl()
DScopesTest.java1008 @ImplementedBy(HImpl.class)
1012 static class HImpl implements H {
1018 HImpl(S synchronizationBarrier, G g) throws Exception {
1069 HImpl h = (HImpl) secondThreadResult.get(DEADLOCK_TIMEOUT_SECONDS * 3, TimeUnit.SECONDS);