Home
last modified time | relevance | path

Searched defs:scopes (Results 1 – 25 of 36) sorted by relevance

12

/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
Dcredentials_lib.py84 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 …]
Dcredentials_lib_test.py28 def _GetServiceCreds(self, service_account_name=None, scopes=None): argument
/external/elfutils/libdw/
Ddwarf_getscopes_die.c42 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()
Ddwarf_getscopes.c42 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()
Ddwarf_getscopevar.c86 dwarf_getscopevar (Dwarf_Die *scopes, int nscopes, in dwarf_getscopevar()
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/scripts/
Doauth2l.py106 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):
Doauth2l_test.py26 def __init__(self, status_code, scopes=None): argument
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
Dservice_account.py41 private_key_pkcs8_text, scopes, user_agent=None, argument
113 def create_scoped(self, scopes): argument
Dgce.py104 def create_scoped(self, scopes): argument
Dutil.py147 def scopes_to_string(scopes): argument
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DInjectConstructorValidator.java103 ImmutableSet<? extends AnnotationMirror> scopes = getScopes(enclosingElement); in validate() local
/external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/
Drest_api.py88 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/
Doauth2_helper.py153 def OAuth2ApprovalFlow(client, scopes, launch_browser=False): argument
/external/libnl/lib/route/
Drtnl.c87 static struct trans_tbl scopes[] = { variable
/external/llvm/include/llvm/IR/
DDebugInfo.h123 iterator_range<scope_iterator> scopes() const { in scopes() function
/external/v8/test/mjsunit/bugs/harmony/
Ddebug-blockscopes.js82 function CheckScopeChain(scopes, exec_state) { argument
/external/v8/test/mjsunit/es6/
Dgenerators-debug-scopes.js56 function CheckFastAllScopes(scopes, exec_state) { argument
68 function CheckScopeChain(scopes, exec_state) { argument
/external/elfutils/tests/
Daddrscopes.c102 Dwarf_Die *scopes; in handle_address() local
Dfuncscopes.c121 Dwarf_Die *scopes; in handle_function() local
/external/v8/test/unittests/compiler/
Dzone-pool-unittest.cc64 ZonePool::Scope* scopes[kArraySize]; in TEST_F() local
/external/elfutils/src/
Daddr2line.c328 Dwarf_Die *scopes; in print_dwarf_function() local
740 Dwarf_Die *scopes = NULL; in handle_address() local
Dstack.c323 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/
DInheritingState.java53 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/
Dservice_registry.py43 def scopes(self): member in ServiceRegistry
/external/libweave/src/privet/
Dsecurity_manager_unittest.cc156 AuthScope scopes[] = { in TEST_F() local

12