/external/arm-trusted-firmware/ |
D | .cz.json | 77 "scopes": ["amu"] array 81 "scopes": ["hcx"] array 85 "scopes": ["mpam"] array 89 "scopes": ["sme"] array 93 "scopes": ["sve"] array 97 "scopes": ["trbe"] array 101 "scopes": ["trf", "sys_reg_trace"] array 110 "scopes": ["allwinner", "plat/allwinner"] array 114 "scopes": ["arm", "plat/arm"], array 118 "scopes": ["fpga", "arm_fgpa", "arm_fpga", "plat/arm_fpga"] array [all …]
|
/external/dagger2/java/dagger/hilt/processor/internal/ |
D | ComponentDescriptor.java | 39 public abstract ImmutableSet<ClassName> scopes(); in scopes() method in ComponentDescriptor 84 Builder scopes(ImmutableSet<ClassName> scopes); in scopes() argument 86 Builder scopes(ClassName... scopes); in scopes() argument
|
/external/google-auth-library-java/appengine/java/com/google/auth/appengine/ |
D | AppEngineCredentials.java | 61 private final Collection<String> scopes; field in AppEngineCredentials 66 private AppEngineCredentials(Collection<String> scopes, AppIdentityService appIdentityService) { in AppEngineCredentials() 94 public GoogleCredentials createScoped(Collection<String> scopes) { in createScoped() 149 private Collection<String> scopes; field in AppEngineCredentials.Builder 160 public Builder setScopes(Collection<String> scopes) { in setScopes()
|
/external/python/oauth2client/oauth2client/ |
D | service_account.py | 99 scopes='', argument 145 def _from_parsed_json_keyfile(cls, keyfile_dict, scopes, argument 195 def from_json_keyfile_name(cls, filename, scopes='', argument 227 def from_json_keyfile_dict(cls, keyfile_dict, scopes='', argument 259 private_key_password=None, scopes='', argument 301 private_key_password=None, scopes='', argument 339 private_key_password=None, scopes='', argument 481 def create_scoped(self, scopes): argument 566 scopes=None, argument 632 def create_scoped(self, scopes, token_uri=oauth2client.GOOGLE_TOKEN_URI, argument
|
D | util.py | 147 def scopes_to_string(scopes): argument 166 def string_to_scopes(scopes): argument
|
/external/google-auth-library-java/oauth2_http/javatests/com/google/auth/oauth2/ |
D | AppEngineCredentialsTest.java | 70 Collection<String> scopes = Collections.singleton("SomeScope"); in constructor_usesAppIdentityService() local 166 Collection<String> scopes = Collections.singleton("SomeScope"); in equals_false_scopes() local 178 Collection<String> scopes = Collections.singleton("SomeScope"); in toString_containsFields() local 191 Collection<String> scopes = Collections.singleton("SomeScope"); in serialize() local 221 public TestGetAccessTokenResult getAccessToken(Iterable<String> scopes) { in getAccessToken() 269 TestAppEngineCredentials(Collection<String> scopes) throws IOException { in TestAppEngineCredentials() 273 TestAppEngineCredentials(Collection<String> scopes, Collection<String> defaultScopes) in TestAppEngineCredentials()
|
/external/google-auth-library-java/oauth2_http/java/com/google/auth/oauth2/ |
D | AppEngineCredentials.java | 71 private final Collection<String> scopes; field in AppEngineCredentials 82 AppEngineCredentials(Collection<String> scopes, Collection<String> defaultScopes) in AppEngineCredentials() 96 Collection<String> scopes, Collection<String> defaultScopes, AppEngineCredentials unscoped) { in AppEngineCredentials() 161 public GoogleCredentials createScoped(Collection<String> scopes) { in createScoped() 167 Collection<String> scopes, Collection<String> defaultScopes) { in createScoped()
|
D | AccessToken.java | 50 private final List<String> scopes; field in AccessToken 140 private List<String> scopes = new ArrayList<>(); field in AccessToken.Builder 169 public Builder setScopes(String scopes) { in setScopes() 177 public Builder setScopes(List<String> scopes) { in setScopes()
|
D | StsTokenExchangeResponse.java | 53 @Nullable private final List<String> scopes; field in StsTokenExchangeResponse 61 @Nullable List<String> scopes) { in StsTokenExchangeResponse() 117 @Nullable private List<String> scopes; field in StsTokenExchangeResponse.Builder 138 public StsTokenExchangeResponse.Builder setScopes(List<String> scopes) { in setScopes()
|
D | ImpersonatedCredentials.java | 110 private List<String> scopes; field in ImpersonatedCredentials 145 List<String> scopes, in create() 187 List<String> scopes, in create() 233 List<String> scopes, in create() 276 List<String> scopes, in create() 423 public GoogleCredentials createScoped(Collection<String> scopes) { in createScoped() 619 private List<String> scopes; field in ImpersonatedCredentials.Builder 663 public Builder setScopes(List<String> scopes) { in setScopes()
|
D | StsTokenExchangeRequest.java | 51 @Nullable private final List<String> scopes; field in StsTokenExchangeRequest 61 @Nullable List<String> scopes, in StsTokenExchangeRequest() 149 @Nullable private List<String> scopes; field in StsTokenExchangeRequest.Builder 177 public StsTokenExchangeRequest.Builder setScopes(List<String> scopes) { in setScopes()
|
D | UserAuthorizer.java | 65 private final Collection<String> scopes; field in UserAuthorizer 89 Collection<String> scopes, in UserAuthorizer() 240 List<String> scopes = in getCredentials() local 321 String scopes = in getCredentialsFromCode() local 421 String scopes = null; in storeCredentials() local 488 private Collection<String> scopes; field in UserAuthorizer.Builder 518 public Builder setScopes(Collection<String> scopes) { in setScopes()
|
/external/autotest/utils/frozen_chromite/third_party/infra_libs/ts_mon/common/ |
D | monitors.py | 42 def create(self, scopes): argument 47 def create(self, scopes): argument 52 def create(self, scopes): # pragma: no cover argument 62 def create(self, scopes): argument 79 def create(self, scopes): argument
|
/external/python/google-api-python-client/googleapiclient/ |
D | _auth.py | 41 def credentials_from_file(filename, scopes=None, quota_project_id=None): argument 51 def default_credentials(scopes=None, quota_project_id=None): argument 70 def with_scopes(credentials, scopes): argument
|
/external/python/apitools/apitools/base/py/ |
D | credentials_lib.py | 133 def GetCredentials(package_name, scopes, client_id, client_secret, user_agent, argument 160 def ServiceAccountCredentialsFromFile(filename, scopes, user_agent=None): argument 193 service_account_name, private_key_filename, scopes, user_agent): argument 238 def __init__(self, scopes=None, service_account_name='default', **kwds): argument 283 def _CheckCacheFileForMatch(self, cache_filename, scopes): argument 312 def _WriteCacheFile(self, cache_filename, scopes): argument 336 def _ScopesFromMetadataServer(self, scopes): argument 462 def __init__(self, scopes, **kwds): argument
|
D | credentials_lib_test.py | 31 def __init__(self, scopes=None, service_account_name=None): argument 49 self, service_account_name=None, scopes=None, cache_filename=None): argument 61 def _GetServiceCreds(self, service_account_name=None, scopes=None): argument
|
/external/elfutils/libdw/ |
D | dwarf_getscopes_die.c | 42 Dwarf_Die *scopes = malloc (depth * sizeof scopes[0]); in scope_visitor() local 63 dwarf_getscopes_die (Dwarf_Die *die, Dwarf_Die **scopes) in dwarf_getscopes_die()
|
D | dwarf_getscopes.c | 43 Dwarf_Die *scopes; member 101 Dwarf_Die *scopes = realloc (a->scopes, nscopes * sizeof scopes[0]); in origin_match() local 183 dwarf_getscopes (Dwarf_Die *cudie, Dwarf_Addr pc, Dwarf_Die **scopes) in dwarf_getscopes()
|
/external/python/google-auth-library-python/google/auth/ |
D | _default.py | 77 filename, scopes=None, default_scopes=None, quota_project_id=None, request=None argument 298 info, filename, scopes=None, default_scopes=None, request=None argument 356 def default(scopes=None, request=None, quota_project_id=None, default_scopes=None): argument
|
D | _default_async.py | 31 def load_credentials_from_file(filename, scopes=None, quota_project_id=None): argument 177 def default_async(scopes=None, request=None, quota_project_id=None): argument
|
D | credentials.py | 226 def scopes(self): member in ReadOnlyScoped 241 def has_scopes(self, scopes): argument 289 def with_scopes(self, scopes, default_scopes=None): argument 304 def with_scopes_if_required(credentials, scopes, default_scopes=None): argument
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | cluster_scoping_pass_test.cc | 49 absl::flat_hash_map<string, string> scopes; in GetXlaInternalScopes() local 119 auto scopes = GetXlaInternalScopes(*graph); in TEST() local 172 auto scopes = GetXlaInternalScopes(*graph); in TEST() local
|
/external/python/google-api-python-client/tests/data/ |
D | latitude.json | 21 "scopes": { object 100 "scopes": [ array 119 "scopes": [ array 134 "scopes": [ array 158 "scopes": [ array 186 "scopes": [ array 201 "scopes": [ array 235 "scopes": [ array
|
/external/python/oauth2client/oauth2client/contrib/django_util/ |
D | decorators.py | 36 def oauth_required(decorated_function=None, scopes=None, **decorator_kwargs): argument 97 def oauth_enabled(decorated_function=None, scopes=None, **decorator_kwargs): argument
|
/external/grpc-grpc/src/core/lib/security/credentials/external/ |
D | file_external_account_credentials.cc | 40 std::vector<std::string> scopes, in Create() 52 Options options, std::vector<std::string> scopes, grpc_error_handle* error) in FileExternalAccountCredentials()
|