Searched defs:scopes (Results 1 - 25 of 80) sorted by last modified time

1234

/external/llvm/include/llvm/IR/
H A DDebugInfo.h199 /// DIScope - A base class for various scopes.
205 /// DIScopes that are scopes in the strict lexical scope sense
916 iterator_range<scope_iterator> scopes() const { function in class:llvm::DebugInfoFinder
/external/libnl/lib/route/
H A Drtnl.c87 static struct trans_tbl scopes[] = { variable in typeref:struct:trans_tbl
97 return __type2str(scope, buf, size, scopes, ARRAY_SIZE(scopes));
102 return __str2type(name, scopes, ARRAY_SIZE(scopes));
/external/elfutils/0.153/libdw/
H A Ddwarf_getscopes.c63 Dwarf_Die *scopes; member in struct:args
74 if (a->scopes != NULL)
115 function of which A->scopes[A->nscopes - 1] is a concrete instance.
119 Dwarf_Die *scopes = realloc (a->scopes, nscopes * sizeof scopes[0]); local
120 if (scopes == NULL)
122 free (a->scopes);
127 a->scopes = scopes;
205 dwarf_getscopes(Dwarf_Die *cudie, Dwarf_Addr pc, Dwarf_Die **scopes) argument
[all...]
H A Ddwarf_getscopes_die.c63 Dwarf_Die *scopes = malloc (depth * sizeof scopes[0]);
64 if (scopes == NULL)
73 scopes[i++] = die->die;
79 *(void **) arg = scopes;
84 dwarf_getscopes_die (Dwarf_Die *die, Dwarf_Die **scopes) argument
93 *scopes = info;
H A Ddwarf_getscopevar.c1 /* Find a named variable or parameter within given scopes.
77 Ignore the first SKIP_SHADOWS scopes that match the name.
87 dwarf_getscopevar (Dwarf_Die *scopes, int nscopes, argument
115 if (INTUSE(dwarf_haschildren) (&scopes[out]))
117 if (INTUSE(dwarf_child) (&scopes[out], result) != 0)
151 || getfiles (&scopes[out], &files) != 0)
/external/elfutils/0.153/src/
H A Daddr2line.c251 Dwarf_Die *scopes; local
252 int nscopes = dwarf_getscopes (cudie, addr - bias, &scopes);
257 switch (dwarf_tag (&scopes[i]))
261 const char *name = dwarf_diename (&scopes[i]);
270 const char *name = dwarf_diename (&scopes[i]);
280 if (dwarf_formudata (dwarf_attr (&scopes[i],
287 if (dwarf_formudata (dwarf_attr (&scopes[i],
291 if (dwarf_formudata (dwarf_attr (&scopes[i],
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/v8/src/
H A Ddebug-debugger.js1885 // Get the frame for which the scope or scopes are requested.
1917 // No frames no scopes.
1919 throw new Error('No scopes');
1922 // Get the frame for which the scopes are requested.
1932 // Fill all scopes for this frame or function.
1934 var scopes = [];
1936 scopes.push(scope_holder.scope(i));
1942 scopes: scopes
2473 "scopes"
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8InjectedScriptHostCustom.cpp217 v8::Handle<v8::Value> scopes = debugServer.functionScopes(function); local
218 if (!scopes.IsEmpty() && scopes->IsArray())
219 result->Set(v8AtomicString(isolate, "rawScopes"), scopes); local
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/closure_compiler/externs/
H A Dchrome_extensions.js1354 chrome.runtime.Manifest.Oauth2.prototype.scopes;
/external/chromium_org/sync/internal_api/attachments/
H A Dattachment_downloader.cc22 const OAuth2TokenService::ScopeSet scopes,
29 scopes,
17 Create( const GURL& sync_service_url, const scoped_refptr<net::URLRequestContextGetter>& url_request_context_getter, const std::string& account_id, const OAuth2TokenService::ScopeSet scopes, const scoped_refptr<OAuth2TokenServiceRequest::TokenServiceProvider>& token_service_provider) argument
H A Dattachment_downloader_impl.cc43 const OAuth2TokenService::ScopeSet& scopes,
50 oauth2_scopes_(scopes),
53 DCHECK(!scopes.empty());
38 AttachmentDownloaderImpl( const GURL& sync_service_url, const scoped_refptr<net::URLRequestContextGetter>& url_request_context_getter, const std::string& account_id, const OAuth2TokenService::ScopeSet& scopes, const scoped_refptr<OAuth2TokenServiceRequest::TokenServiceProvider>& token_service_provider) argument
H A Dattachment_downloader_impl_unittest.cc47 const ScopeSet& scopes) OVERRIDE;
51 const ScopeSet& scopes,
83 const ScopeSet& scopes) {
92 const ScopeSet& scopes,
189 OAuth2TokenService::ScopeSet scopes; local
190 scopes.insert(GaiaConstants::kChromeSyncOAuth2Scope);
195 scopes,
77 FetchOAuth2Token( RequestImpl* request, const std::string& account_id, net::URLRequestContextGetter* getter, const std::string& client_id, const std::string& client_secret, const ScopeSet& scopes) argument
89 InvalidateOAuth2Token( const std::string& account_id, const std::string& client_id, const ScopeSet& scopes, const std::string& access_token) argument
H A Dattachment_uploader_impl.cc48 const OAuth2TokenService::ScopeSet& scopes,
111 const OAuth2TokenService::ScopeSet& scopes,
121 scopes_(scopes),
258 const OAuth2TokenService::ScopeSet& scopes,
264 scopes_(scopes),
269 DCHECK(!scopes.empty());
104 UploadState( const GURL& upload_url, const scoped_refptr<net::URLRequestContextGetter>& url_request_context_getter, const Attachment& attachment, const UploadCallback& user_callback, const std::string& account_id, const OAuth2TokenService::ScopeSet& scopes, OAuth2TokenServiceRequest::TokenServiceProvider* token_service_provider, const base::WeakPtr<AttachmentUploaderImpl>& owner) argument
253 AttachmentUploaderImpl( const GURL& sync_service_url, const scoped_refptr<net::URLRequestContextGetter>& url_request_context_getter, const std::string& account_id, const OAuth2TokenService::ScopeSet& scopes, const scoped_refptr<OAuth2TokenServiceRequest::TokenServiceProvider>& token_service_provider) argument
H A Dattachment_uploader_impl_unittest.cc75 const ScopeSet& scopes) OVERRIDE;
79 const ScopeSet& scopes,
114 const ScopeSet& scopes) {
127 const ScopeSet& scopes,
275 OAuth2TokenService::ScopeSet scopes; local
276 scopes.insert(GaiaConstants::kChromeSyncOAuth2Scope);
280 scopes,
108 FetchOAuth2Token( RequestImpl* request, const std::string& account_id, net::URLRequestContextGetter* getter, const std::string& client_id, const std::string& client_secret, const ScopeSet& scopes) argument
124 InvalidateOAuth2Token( const std::string& account_id, const std::string& client_id, const ScopeSet& scopes, const std::string& access_token) argument
/external/chromium_org/google_apis/drive/
H A Dauth_service.cc43 const std::vector<std::string>& scopes);
66 const std::vector<std::string>& scopes)
74 OAuth2TokenService::ScopeSet(scopes.begin(), scopes.end()),
123 const std::vector<std::string>& scopes)
127 scopes_(scopes),
61 AuthRequest( OAuth2TokenService* oauth2_token_service, const std::string& account_id, net::URLRequestContextGetter* url_request_context_getter, const AuthStatusCallback& callback, const std::vector<std::string>& scopes) argument
119 AuthService( OAuth2TokenService* oauth2_token_service, const std::string& account_id, net::URLRequestContextGetter* url_request_context_getter, const std::vector<std::string>& scopes) argument
/external/chromium_org/google_apis/gaia/
H A Daccount_tracker.cc277 OAuth2TokenService::ScopeSet scopes; local
278 scopes.insert("https://www.googleapis.com/auth/userinfo.profile");
280 account_key_, scopes, this);
H A Dfake_gaia.h45 ScopeSet scopes; member in struct:FakeGaia::AccessTokenInfo

Completed in 1998 milliseconds

1234