/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
D | credentials_lib.py | 84 def GetCredentials(package_name, scopes, client_id, client_secret, user_agent, argument 112 service_account_name, private_key_filename, scopes, argument 120 def ServiceAccountCredentials(service_account_name, private_key, scopes, argument 165 def __init__(self, scopes=None, service_account_name='default', **kwds): argument 202 def _CheckCacheFileForMatch(self, cache_filename, scopes): argument 235 def _WriteCacheFile(self, cache_filename, scopes): argument 263 def _ScopesFromMetadataServer(self, scopes): argument 375 def __init__(self, scopes, **kwds): argument 530 def _GetGaeServiceAccount(unused_client_info, scopes, **unused_kwds): argument 535 def _GetGceServiceAccount(unused_client_info, scopes, **unused_kwds): argument [all …]
|
D | credentials_lib_test.py | 28 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 98 Dwarf_Die *scopes = realloc (a->scopes, nscopes * sizeof scopes[0]); in origin_match() local 184 dwarf_getscopes (Dwarf_Die *cudie, Dwarf_Addr pc, Dwarf_Die **scopes) in dwarf_getscopes()
|
D | dwarf_getscopevar.c | 86 dwarf_getscopevar (Dwarf_Die *scopes, int nscopes, in dwarf_getscopevar()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/scripts/ |
D | oauth2l.py | 106 def _ExpandScopes(scopes): argument 161 def FetchCredentials(scopes, client_info=None, credentials_filename=None): argument 211 def RunWithArgs(self, *scopes): 223 def RunWithArgs(self, *scopes):
|
D | oauth2l_test.py | 26 def __init__(self, status_code, scopes=None): argument
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/ |
D | service_account.py | 41 private_key_pkcs8_text, scopes, user_agent=None, argument 113 def create_scoped(self, scopes): argument
|
D | gce.py | 104 def create_scoped(self, scopes): argument
|
D | util.py | 147 def scopes_to_string(scopes): argument
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
D | InjectConstructorValidator.java | 103 ImmutableSet<? extends AnnotationMirror> scopes = getScopes(enclosingElement); in validate() local
|
/external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/ |
D | rest_api.py | 88 def _make_token_async(scopes, service_account_id): argument 117 def __init__(self, scopes, service_account_id=None, token_maker=None, argument
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/ |
D | oauth2_helper.py | 153 def OAuth2ApprovalFlow(client, scopes, launch_browser=False): argument
|
/external/libnl/lib/route/ |
D | rtnl.c | 87 static struct trans_tbl scopes[] = { variable
|
/external/llvm/include/llvm/IR/ |
D | DebugInfo.h | 123 iterator_range<scope_iterator> scopes() const { in scopes() function
|
/external/v8/test/mjsunit/bugs/harmony/ |
D | debug-blockscopes.js | 82 function CheckScopeChain(scopes, exec_state) { argument
|
/external/v8/test/mjsunit/es6/ |
D | generators-debug-scopes.js | 56 function CheckFastAllScopes(scopes, exec_state) { argument 68 function CheckScopeChain(scopes, exec_state) { argument
|
/external/elfutils/tests/ |
D | addrscopes.c | 102 Dwarf_Die *scopes; in handle_address() local
|
D | funcscopes.c | 121 Dwarf_Die *scopes; in handle_function() local
|
/external/v8/test/unittests/compiler/ |
D | zone-pool-unittest.cc | 64 ZonePool::Scope* scopes[kArraySize]; in TEST_F() local
|
/external/elfutils/src/ |
D | addr2line.c | 328 Dwarf_Die *scopes; in print_dwarf_function() local 740 Dwarf_Die *scopes = NULL; in handle_address() local
|
D | stack.c | 323 Dwarf_Die *scopes = NULL; in print_inline_frames() local 385 Dwarf_Die *scopes = NULL; in print_frames() local
|
/external/guice/core/src/com/google/inject/internal/ |
D | InheritingState.java | 53 private final Map<Class<? extends Annotation>, ScopeBinding> scopes = Maps.newHashMap(); field in InheritingState
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/ |
D | service_registry.py | 43 def scopes(self): member in ServiceRegistry
|
/external/libweave/src/privet/ |
D | security_manager_unittest.cc | 156 AuthScope scopes[] = { in TEST_F() local
|