/external/arm-trusted-firmware/ |
D | .commitlintrc.js | 19 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/ |
D | GoogleAuthLibraryCallCredentials.java | 252 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/ |
D | State.java | 158 public Map<Class<? extends Annotation>, Scope> getScopes() { 227 Map<Class<? extends Annotation>, Scope> getScopes(); in getScopes() method
|
D | InheritingState.java | 208 public Map<Class<? extends Annotation>, Scope> getScopes() { in getScopes() method in InheritingState
|
D | InjectorImpl.java | 958 return ImmutableMap.copyOf(state.getScopes());
|
/external/dagger2/java/dagger/internal/codegen/validation/ |
D | ComponentDescriptorValidator.java | 414 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()
|
D | InjectValidator.java | 213 for (Scope scope : injectionAnnotations.getScopes(constructorElement)) { in validateConstructor() 257 injectionAnnotations.getScopes(constructorElement.getEnclosingElement()); in validateConstructor()
|
D | BindingElementValidator.java | 345 ImmutableSet<Scope> scopes = injectionAnnotations.getScopes(element); in checkScopes()
|
D | ModuleValidator.java | 562 for (Scope scope : injectionAnnotations.getScopes(module)) { in validateNoScopeAnnotationsOnModuleElement()
|
/external/apache-velocity-engine/velocity-engine-scripting/src/test/java/org/apache/velocity/script/test/ |
D | VelocityScriptContextTest.java | 37 List<Integer> defaultScopes = engine.getContext().getScopes(); in testInitialScopes()
|
/external/dagger2/java/dagger/hilt/android/plugin/src/main/kotlin/dagger/hilt/android/plugin/ |
D | AndroidEntryPointTransform.kt | 55 override fun getScopes() = mutableSetOf(QualifiedContent.Scope.PROJECT) in <lambda>() method in dagger.hilt.android.plugin.AndroidEntryPointTransform
|
/external/dagger2/java/dagger/internal/codegen/binding/ |
D | InjectionAnnotations.java | 115 return getScopes(element).stream().collect(toOptional()); in getScope() 129 public ImmutableSet<Scope> getScopes(XElement element) { in getScopes() method in InjectionAnnotations
|
D | ComponentDescriptorFactory.java | 183 ImmutableSet<Scope> scopes = injectionAnnotations.getScopes(typeElement); in create()
|
/external/guice/core/test/com/google/inject/internal/ |
D | WeakKeySetTest.java | 567 public Map<Class<? extends Annotation>, Scope> getScopes() { in getScopes() method in WeakKeySetTest.TestState
|