Searched refs:isSingleton (Results 1 - 25 of 25) sorted by relevance

/external/guice/core/test/com/google/inject/
H A DScopesTest.java580 assertFalse(Scopes.isSingleton(map.get(a))); // linked bindings are not followed by modules
581 assertFalse(Scopes.isSingleton(map.get(b)));
582 assertTrue(Scopes.isSingleton(map.get(c)));
583 assertTrue(Scopes.isSingleton(map.get(d)));
584 assertTrue(Scopes.isSingleton(map.get(e)));
585 assertTrue(Scopes.isSingleton(map.get(f)));
586 assertTrue(Scopes.isSingleton(map.get(g)));
587 assertFalse(Scopes.isSingleton(map.get(h))); // annotated classes are not followed by modules
588 assertTrue(Scopes.isSingleton(map.get(i)));
591 assertTrue(Scopes.isSingleton(injecto
[all...]
H A DProvisionListenerTest.java369 return Scopes.isSingleton(t);
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
H A DScope.java83 public boolean isSingleton() { method in class:Scope
H A DBindingGraphValidator.java573 && scope.isSingleton()) {
/external/guice/core/src/com/google/inject/
H A DScopes.java90 public static boolean isSingleton(Binding<?> binding) { method in class:Scopes
/external/guice/extensions/spring/src/com/google/inject/spring/
H A DSpringIntegration.java107 singleton = beanFactory.isSingleton(name);
/external/guice/extensions/servlet/src/com/google/inject/servlet/
H A DFilterDefinition.java97 if (!Scopes.isSingleton(injector.getBinding(filterKey))) {
H A DServletDefinition.java107 if (!Scopes.isSingleton(injector.getBinding(servletKey))) {
/external/llvm/include/llvm/ADT/
H A DSparseMultiSet.h149 bool isSingleton(const SMSNode &N) const { function in class:llvm::SparseMultiSet
486 if (isSingleton(N)) {
H A DImmutableSet.h1068 /// isSingleton - Return true if the set contains exactly one element.
1070 bool isSingleton() const { return getHeight() == 1; } function in class:llvm::ImmutableSet
1184 /// isSingleton - Return true if the set contains exactly one element.
1186 bool isSingleton() const { return getHeight() == 1; } function in class:llvm::ImmutableSetRef
/external/guice/core/test/com/googlecode/guice/
H A DJsr330Test.java181 assertTrue(Scopes.isSingleton(injector.getBinding(J.class)));
182 assertTrue(Scopes.isSingleton(injector.getBinding(K.class)));
/external/robolectric/v1/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DImmutableSet.h1036 /// isSingleton - Return true if the set contains exactly one element.
1038 bool isSingleton() const { return getHeight() == 1; } function in class:llvm::ImmutableSet
1168 /// isSingleton - Return true if the set contains exactly one element.
1170 bool isSingleton() const { return getHeight() == 1; } function in class:llvm::ImmutableSetRef
/external/guice/lib/build/
H A Dspring-beans.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/beans/ org/springframework/beans/annotation/ ...
H A Dfelix-2.0.5.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF/NOTICE META- ...
/external/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp110 return ranges.isSingleton() ? ranges.begin()->getConcreteValue() : nullptr;
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 918 milliseconds