Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DProvisionListenerTest.java381 bind(Foo.class).annotatedWith(named("pk")).toProvider(FooP.class); in testNotifiedKeysOfAllBindTypes()
412 assertEquals(of(Key.get(FooP.class), Key.get(Foo.class, named("pk"))), capturer.getAndClear()); in testNotifiedKeysOfAllBindTypes()
414 assertEquals(of(Key.get(FooP.class), Key.get(Foo.class, named("pk"))), capturer.getAndClear()); in testNotifiedKeysOfAllBindTypes()
516 static class FooP implements Provider<Foo> { class in ProvisionListenerTest
/external/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m1338 @protocol FooP; protocol
Dobjcmt-arc-cf-annotations.m.result1380 @protocol FooP;
/external/clang/test/Analysis/
Dretain-release.m1333 @protocol FooP; protocol