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

  /external/guice/core/test/com/google/inject/
ParentInjectorTest.java 121 bindScope(MyScope.class, Scopes.SINGLETON);
126 bind(A.class).in(MyScope.class);
223 bindScope(MyScope.class, Scopes.SINGLETON);
232 "No scope is bound to com.google.inject.ParentInjectorTest$MyScope.",
244 bindScope(MyScope.class, Scopes.SINGLETON);
261 assertContains(expected.getMessage(), "No scope is bound to " + MyScope.class.getName(),
286 public @interface MyScope {}
326 @MyScope
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
descriptor_test.py 72 class MyScope(messages.Message):
79 described = descriptor.describe_enum(MyScope.NestedEnum)

Completed in 255 milliseconds