Home
last modified time | relevance | path

Searched refs:MyScope (Results 1 – 2 of 2) sorted by relevance

/external/guice/core/test/com/google/inject/
DParentInjectorTest.java121 bindScope(MyScope.class, Scopes.SINGLETON); in testScopesInherited()
126 bind(A.class).in(MyScope.class); in testScopesInherited()
223 bindScope(MyScope.class, Scopes.SINGLETON); in testScopeBoundInChildInjectorOnly()
244 bindScope(MyScope.class, Scopes.SINGLETON); in testErrorInParentButOkayInChild()
261 assertContains(expected.getMessage(), "No scope is bound to " + MyScope.class.getName(), in testErrorInParentAndChild()
286 public @interface MyScope {} annotation in ParentInjectorTest
326 @MyScope
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
Ddescriptor_test.py72 class MyScope(messages.Message): class
79 described = descriptor.describe_enum(MyScope.NestedEnum)