| /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/python/apitools/apitools/base/py/ |
| D | credentials_lib.py | 116 def GetCredentials(package_name, scopes, client_id, client_secret, user_agent, argument 143 def ServiceAccountCredentialsFromFile(filename, scopes, user_agent=None): argument 176 service_account_name, private_key_filename, scopes, user_agent): argument 234 def __init__(self, scopes=None, service_account_name='default', **kwds): argument 277 def _CheckCacheFileForMatch(self, cache_filename, scopes): argument 315 def _WriteCacheFile(self, cache_filename, scopes): argument 348 def _ScopesFromMetadataServer(self, scopes): argument 462 def __init__(self, scopes, **kwds): argument
|
| D | credentials_lib_test.py | 26 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 | 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/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
|
| D | __init__.py | 418 def __init__(self, request, scopes=None, return_url=None): argument 460 def scopes(self): member in UserOAuth2
|
| D | views.py | 43 def _make_flow(request, scopes, return_url=None): argument
|
| /external/python/google-api-python-client/tests/data/ |
| D | latitude.json | 20 "scopes": { object 99 "scopes": [ array 118 "scopes": [ array 133 "scopes": [ array 157 "scopes": [ array 185 "scopes": [ array 200 "scopes": [ array 234 "scopes": [ array
|
| D | tasks.json | 62 "scopes": { object 238 "scopes": [ array 261 "scopes": [ array 277 "scopes": [ array 303 "scopes": [ array 330 "scopes": [ array 356 "scopes": [ array 380 "scopes": [ array 407 "scopes": [ array 437 "scopes": [ array [all …]
|
| D | moderator.json | 19 "scopes": { object 587 "scopes": [ array 628 "scopes": [ array 648 "scopes": [ array 668 "scopes": [ array 686 "scopes": [ array 701 "scopes": [ array 756 "scopes": [ array 824 "scopes": [ array 853 "scopes": [ array [all …]
|
| D | logging.json | 5 "scopes": { object 64 "scopes": [ array 92 "scopes": [ array 130 "scopes": [ array 156 "scopes": [ array 192 "scopes": [ array 229 "scopes": [ array 257 "scopes": [ array 302 "scopes": [ array 330 "scopes": [ array [all …]
|
| /external/syzkaller/vendor/google.golang.org/appengine/internal/user/ |
| D | user_service.proto | 39 repeated string scopes = 2; field 50 repeated string scopes = 7; field
|
| /external/bcc/src/cc/frontends/b/ |
| D | type_check.h | 29 TypeCheck(Scopes *scopes, Scopes *proto_scopes) in TypeCheck()
|
| /external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
| D | InjectConstructorValidator.java | 103 ImmutableSet<? extends AnnotationMirror> scopes = getScopes(enclosingElement); in validate() local
|
| /external/python/oauth2client/tests/contrib/ |
| D | test_dictionary_storage.py | 24 def _generate_credentials(scopes=None): argument
|
| /external/python/apitools/samples/fusiontables_sample/ |
| D | fusiontables_v1.json | 73 "scopes": { object 798 "scopes": [ array 828 "scopes": [ array 855 "scopes": [ array 890 "scopes": [ array 924 "scopes": [ array 957 "scopes": [ array 994 "scopes": [ array 1030 "scopes": [ array 1065 "scopes": [ array [all …]
|
| /external/python/google-api-python-client/googleapiclient/ |
| D | _auth.py | 52 def with_scopes(credentials, scopes): argument
|
| /external/python/oauth2client/oauth2client/contrib/ |
| D | flask_util.py | 236 def init_app(self, app, scopes=None, client_secrets_file=None, argument 498 def required(self, decorated_function=None, scopes=None, argument
|
| /external/syzkaller/vendor/golang.org/x/oauth2/google/ |
| D | appengine.go | 58 scopes []string member
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
| D | DebugInfo.h | 120 iterator_range<scope_iterator> scopes() const { in scopes() function
|
| /external/python/cpython2/Lib/compiler/ |
| D | pycodegen.py | 1298 scopes = None variable in ModuleCodeGenerator 1312 scopes = None variable in ExpressionCodeGenerator 1327 scopes = None variable in InteractiveCodeGenerator 1350 def __init__(self, func, scopes, isLambda, class_name, mod): argument 1411 scopes = None variable in FunctionCodeGenerator 1415 def __init__(self, func, scopes, isLambda, class_name, mod): argument 1427 scopes = None variable in GenExprCodeGenerator 1431 def __init__(self, gexp, scopes, class_name, mod): argument 1441 def __init__(self, klass, scopes, module): argument 1463 scopes = None variable in ClassCodeGenerator [all …]
|
| /external/llvm/include/llvm/IR/ |
| D | DebugInfo.h | 110 iterator_range<scope_iterator> scopes() const { in scopes() function
|
| /external/libnl/lib/route/ |
| D | rtnl.c | 92 static const struct trans_tbl scopes[] = { variable
|