HomeSort by relevance Sort by last modified time
    Searched refs:FooImpl (Results 1 - 4 of 4) sorted by null

  /external/guice/core/test/com/google/inject/
JitBindingsTest.java 62 bind(Foo.class).to(FooImpl.class);
67 // FooImpl was implicitly bound, it is an error to call getInstance or getProvider,
70 ensureFails(injector, ALLOW_BINDING, FooImpl.class);
78 bind(Foo.class).to(FooImpl.class);
85 // FooImpl was implicitly bound, it is an error to call getInstance or getProvider,
88 ensureFails(injector, ALLOW_BINDING, FooImpl.class);
96 bind(Foo.class).to(FooImpl.class).asEagerSingleton();
101 // FooImpl was implicitly bound, it is an error to call getInstance or getProvider,
104 ensureFails(injector, ALLOW_BINDING, FooImpl.class);
112 bind(Foo.class).to(FooImpl.class).asEagerSingleton()
    [all...]
DuplicateBindingsTest.java 46 private FooImpl foo = new FooImpl();
47 private Provider<Foo> pFoo = Providers.<Foo>of(new FooImpl());
49 private Class<? extends Foo> clFoo = FooImpl.class;
50 private Constructor<FooImpl> cFoo = FooImpl.cxtor();
65 assertTrue(bindings.remove(Key.get(FooImpl.class)));
142 String segment4 = "A binding to " + FooImpl.class.getName() + " was already configured at "
160 new SimpleModule(new FooImpl(), Providers.<Foo>of(new FooImpl()),
    [all...]
  /external/guice/extensions/jmx/test/com/google/inject/tools/jmx/
JmxTest.java 36 static class FooImpl implements Foo {}
53 bind(Foo.class).to(FooImpl.class);
57 .to(FooImpl.class);
  /external/clang/test/SemaCXX/
uninitialized.cpp     [all...]

Completed in 641 milliseconds