Home
last modified time | relevance | path

Searched refs:getScopes (Results 1 – 14 of 14) sorted by relevance

/external/arm-trusted-firmware/
D.commitlintrc.js19 function getScopes(sections) { function
22 const subscopes = getScopes(section.sections || []);
30 const scopes = getScopes(cz.sections); /* Contains every blessed scope */
/external/grpc-grpc-java/auth/src/main/java/io/grpc/auth/
DGoogleAuthLibraryCallCredentials.java252 private final Method getScopes; field in GoogleAuthLibraryCallCredentials.JwtHelper
261 getScopes = serviceAccountClass.getMethod("getScopes"); in JwtHelper()
280 Collection<?> scopes = (Collection<?>) getScopes.invoke(creds); in tryServiceAccountToJwt()
/external/guice/core/src/com/google/inject/internal/
DState.java158 public Map<Class<? extends Annotation>, Scope> getScopes() {
227 Map<Class<? extends Annotation>, Scope> getScopes(); in getScopes() method
DInheritingState.java208 public Map<Class<? extends Annotation>, Scope> getScopes() { in getScopes() method in InheritingState
DInjectorImpl.java958 return ImmutableMap.copyOf(state.getScopes());
/external/dagger2/java/dagger/internal/codegen/validation/
DComponentDescriptorValidator.java414 ImmutableSet<Scope> scopes = injectionAnnotations.getScopes(dependency); in validateDependencyScopeHierarchy()
468 for (Scope scope : injectionAnnotations.getScopes(scopedComponent)) { in appendIndentedComponentsList()
483 .filter(type -> !injectionAnnotations.getScopes(type).isEmpty()) in scopedTypesIn()
DInjectValidator.java213 for (Scope scope : injectionAnnotations.getScopes(constructorElement)) { in validateConstructor()
257 injectionAnnotations.getScopes(constructorElement.getEnclosingElement()); in validateConstructor()
DBindingElementValidator.java345 ImmutableSet<Scope> scopes = injectionAnnotations.getScopes(element); in checkScopes()
DModuleValidator.java562 for (Scope scope : injectionAnnotations.getScopes(module)) { in validateNoScopeAnnotationsOnModuleElement()
/external/apache-velocity-engine/velocity-engine-scripting/src/test/java/org/apache/velocity/script/test/
DVelocityScriptContextTest.java37 List<Integer> defaultScopes = engine.getContext().getScopes(); in testInitialScopes()
/external/dagger2/java/dagger/hilt/android/plugin/src/main/kotlin/dagger/hilt/android/plugin/
DAndroidEntryPointTransform.kt55 override fun getScopes() = mutableSetOf(QualifiedContent.Scope.PROJECT) in <lambda>() method in dagger.hilt.android.plugin.AndroidEntryPointTransform
/external/dagger2/java/dagger/internal/codegen/binding/
DInjectionAnnotations.java115 return getScopes(element).stream().collect(toOptional()); in getScope()
129 public ImmutableSet<Scope> getScopes(XElement element) { in getScopes() method in InjectionAnnotations
DComponentDescriptorFactory.java183 ImmutableSet<Scope> scopes = injectionAnnotations.getScopes(typeElement); in create()
/external/guice/core/test/com/google/inject/internal/
DWeakKeySetTest.java567 public Map<Class<? extends Annotation>, Scope> getScopes() { in getScopes() method in WeakKeySetTest.TestState