/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() method 86 Builder scopes(ClassName... scopes); in scopes() argument
|
/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/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/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
|
D | _helpers.py | 178 def scopes_to_string(scopes): argument 191 def string_to_scopes(scopes): 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 | 42 Dwarf_Die *scopes; member 100 Dwarf_Die *scopes = realloc (a->scopes, nscopes * sizeof scopes[0]); in origin_match() local 186 dwarf_getscopes (Dwarf_Die *cudie, Dwarf_Addr pc, Dwarf_Die **scopes) in dwarf_getscopes()
|
/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/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/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/python/google-auth-library-python/google/oauth2/ |
D | credentials.py | 75 scopes=None, argument 173 def scopes(self): member in Credentials 332 def from_authorized_user_info(cls, info, scopes=None): argument 385 def from_authorized_user_file(cls, filename, scopes=None): argument
|
/external/autotest/utils/frozen_chromite/third_party/oauth2client/ |
D | util.py | 150 def scopes_to_string(scopes): argument 169 def string_to_scopes(scopes): argument
|
D | service_account.py | 42 private_key_id, private_key_pkcs8_text, scopes, argument 114 def create_scoped(self, scopes): argument
|
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
D | gamesManagement.v1management.json | 4 "scopes": { object 129 "scopes": [ array 144 "scopes": [ array 156 "scopes": [ array 177 "scopes": [ array 192 "scopes": [ array 231 "scopes": [ array 256 "scopes": [ array 268 "scopes": [ array 280 "scopes": [ array [all …]
|
D | sasportal.v1alpha1.json | 4 "scopes": { object 130 "scopes": [ array 157 "scopes": [ array 191 "scopes": [ array 223 "scopes": [ array 248 "scopes": [ array 273 "scopes": [ array 314 "scopes": [ array 342 "scopes": [ array 376 "scopes": [ array [all …]
|
D | logging.v2.json | 4 "scopes": { object 143 "scopes": [ array 175 "scopes": [ array 207 "scopes": [ array 244 "scopes": [ array 270 "scopes": [ array 296 "scopes": [ array 335 "scopes": [ array 372 "scopes": [ array 402 "scopes": [ array [all …]
|
D | prod_tt_sasportal.v1alpha1.json | 4 "scopes": { object 124 "scopes": [ array 149 "scopes": [ array 174 "scopes": [ array 201 "scopes": [ array 235 "scopes": [ array 267 "scopes": [ array 292 "scopes": [ array 317 "scopes": [ array 358 "scopes": [ array [all …]
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/external/ |
D | file_external_account_credentials.cc | 30 std::vector<std::string> scopes, in Create() 42 Options options, std::vector<std::string> scopes, grpc_error_handle* error) in FileExternalAccountCredentials()
|