Home
last modified time | relevance | path

Searched refs:scopes (Results 1 – 25 of 191) sorted by relevance

12345678

/external/elfutils/libdw/
Ddwarf_getscopes.c42 Dwarf_Die *scopes; member
53 if (a->scopes != NULL) in pc_match()
98 Dwarf_Die *scopes = realloc (a->scopes, nscopes * sizeof scopes[0]); in origin_match() local
99 if (scopes == NULL) in origin_match()
101 free (a->scopes); in origin_match()
106 a->scopes = scopes; in origin_match()
110 scopes[a->nscopes++] = die->die; in origin_match()
126 if (a->scopes == NULL) in pc_record()
131 a->scopes = malloc (a->nscopes * sizeof a->scopes[0]); in pc_record()
132 if (a->scopes == NULL) in pc_record()
[all …]
Ddwarf_getscopes_die.c42 Dwarf_Die *scopes = malloc (depth * sizeof scopes[0]); in scope_visitor() local
43 if (scopes == NULL) in scope_visitor()
52 scopes[i++] = die->die; in scope_visitor()
58 *(void **) arg = scopes; in scope_visitor()
63 dwarf_getscopes_die (Dwarf_Die *die, Dwarf_Die **scopes) in dwarf_getscopes_die() argument
72 *scopes = info; in dwarf_getscopes_die()
Ddwarf_getscopevar.c86 dwarf_getscopevar (Dwarf_Die *scopes, int nscopes, in dwarf_getscopevar() argument
98 if (INTUSE(dwarf_haschildren) (&scopes[out])) in dwarf_getscopevar()
100 if (INTUSE(dwarf_child) (&scopes[out], result) != 0) in dwarf_getscopevar()
134 || getfiles (&scopes[out], &files) != 0) in dwarf_getscopevar()
/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
91 scopes = util.NormalizeScopes(scopes)
95 'scope': ' '.join(sorted(scopes)),
112 service_account_name, private_key_filename, scopes, argument
116 service_account_name, key_file.read(), scopes,
120 def ServiceAccountCredentials(service_account_name, private_key, scopes, argument
123 scopes = util.NormalizeScopes(scopes)
125 service_account_name, private_key, scopes, **service_account_kwargs)
165 def __init__(self, scopes=None, service_account_name='default', **kwds): argument
186 cache_filename, scopes)
[all …]
Dcredentials_lib_test.py28 def _GetServiceCreds(self, service_account_name=None, scopes=None): argument
35 default_scopes = scopes or ['scope1']
55 scopes, **kwargs)
60 scopes = ['scope1']
62 self._GetServiceCreds(scopes=scopes)
64 scopes=scopes)
/external/v8/test/mjsunit/es6/
Dgenerators-debug-scopes.js56 function CheckFastAllScopes(scopes, exec_state) { argument
59 assertTrue(scopes.length >= length);
60 for (var i = 0; i < scopes.length && i < length; i++) {
63 assertEquals(scopes[scopes.length - i - 1], scope.scopeType());
68 function CheckScopeChain(scopes, exec_state) { argument
70 assertEquals(scopes.length, exec_state.frame().scopeCount());
71 assertEquals(scopes.length, all_scopes.length, "FrameMirror.allScopes length");
72 for (var i = 0; i < scopes.length; i++) {
75 assertEquals(scopes[i], scope.scopeType());
79 if (scopes[i] == debug.ScopeType.Global) {
[all …]
Ddebug-blockscopes.js84 function CheckScopeChain(scopes, exec_state) { argument
85 assertEquals(scopes.length, exec_state.frame().scopeCount());
86 for (var i = 0; i < scopes.length; i++) {
89 assertEquals(scopes[i], scope.scopeType());
92 if (scopes[i] == debug.ScopeType.Global) {
107 assertEquals(scopes.length, response.body.scopes.length);
108 for (var i = 0; i < scopes.length; i++) {
109 assertEquals(i, response.body.scopes[i].index);
110 assertEquals(scopes[i], response.body.scopes[i].type);
111 if (scopes[i] == debug.ScopeType.Local ||
[all …]
/external/v8/test/mjsunit/bugs/harmony/
Ddebug-blockscopes.js82 function CheckScopeChain(scopes, exec_state) { argument
83 assertEquals(scopes.length, exec_state.frame().scopeCount());
84 for (var i = 0; i < scopes.length; i++) {
87 assertEquals(scopes[i], scope.scopeType());
90 if (scopes[i] == debug.ScopeType.Global) {
105 assertEquals(scopes.length, response.body.scopes.length);
106 for (var i = 0; i < scopes.length; i++) {
107 assertEquals(i, response.body.scopes[i].index);
108 assertEquals(scopes[i], response.body.scopes[i].type);
109 if (scopes[i] == debug.ScopeType.Local ||
[all …]
/external/v8/src/heap/
Dgc-tracer.cc32 tracer_->current_.scopes[scope_] += in ~Scope()
78 scopes[i] = 0; in Event()
177 current_.scopes[i] = 0; in Start()
267 current_.scopes[Scope::MC_MARK]); in Stop()
397 int external_time = static_cast<int>(current_.scopes[Scope::EXTERNAL]); in Print()
482 current_.scopes[Scope::SCAVENGER_SCAVENGE], in PrintNVP()
483 current_.scopes[Scope::SCAVENGER_OLD_TO_NEW_POINTERS], in PrintNVP()
484 current_.scopes[Scope::SCAVENGER_WEAK], in PrintNVP()
485 current_.scopes[Scope::SCAVENGER_ROOTS], in PrintNVP()
486 current_.scopes[Scope::SCAVENGER_CODE_FLUSH_CANDIDATES], in PrintNVP()
[all …]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
DSymbolTableLexer.m4 …the grammar source file : /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g
40 // $ANTLR 3.2 Aug 19, 2010 17:16:04 /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/Sym…
151 #pragma mark Rule return scopes start
152 #pragma mark Rule return scopes end
158 …r setGrammarFileName:@"/usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g"];
199 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:7:6: ( 'method' ) // …
200 … // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:7:8: 'method' // alt
229 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:8:6: ( '(' ) // ruleB…
230 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:8:8: '(' // alt
259 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:9:6: ( ')' ) // ruleB…
[all …]
DSymbolTableParser.m4 …the grammar source file : /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g
40 // $ANTLR 3.2 Aug 19, 2010 17:16:04 /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/Sym…
163 #pragma mark Rule return scopes start
227 …* /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:25:1: prog : globals (…
234 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:25:5: ( globals ( met…
235 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:25:9: globals ( metho…
252 … // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:25:18: method // alt
285 …* /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:28:1: globals : ( decl…
300 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:34:5: ( ( decl )* ) /…
301 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:34:9: ( decl )* // alt
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/scripts/
Doauth2l.py106 def _ExpandScopes(scopes): argument
109 for s in scopes]
161 def FetchCredentials(scopes, client_info=None, credentials_filename=None): argument
164 scopes = _ExpandScopes(scopes)
165 if not scopes:
173 'oauth2l', scopes, credentials_filename=credentials_filename,
211 def RunWithArgs(self, *scopes): argument
213 credentials = FetchCredentials(scopes)
223 def RunWithArgs(self, *scopes): argument
225 print _Format('header', FetchCredentials(scopes))
[all …]
/external/v8/test/mjsunit/regress/
Dregress-4309-3.js14 var scopes = exec_state.frame().allScopes();
15 assertEquals(4, scopes.length);
16 assertEquals(debug.ScopeType.With, scopes[0].scopeType());
17 assertEquals(debug.ScopeType.Local, scopes[1].scopeType());
18 assertEquals(debug.ScopeType.Script, scopes[2].scopeType());
19 assertEquals(debug.ScopeType.Global, scopes[3].scopeType());
Dregress-4309-1.js14 var scopes = exec_state.frame().allScopes();
15 assertEquals(3, scopes.length);
16 assertEquals(debug.ScopeType.Local, scopes[0].scopeType());
17 assertEquals(debug.ScopeType.Script, scopes[1].scopeType());
18 assertEquals(debug.ScopeType.Global, scopes[2].scopeType());
/external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/
Drest_api.py88 def _make_token_async(scopes, service_account_id): argument
100 app_identity.make_get_access_token_call(rpc, scopes, service_account_id)
117 def __init__(self, scopes, service_account_id=None, token_maker=None, argument
130 if isinstance(scopes, basestring):
131 scopes = [scopes]
132 self.scopes = scopes
143 return {'scopes': self.scopes,
205 key = '%s,%s' % (self.service_account_id, ','.join(self.scopes))
212 self.scopes, self.service_account_id)
/external/elfutils/src/
Daddr2line.c328 Dwarf_Die *scopes; in print_dwarf_function() local
329 int nscopes = dwarf_getscopes (cudie, addr - bias, &scopes); in print_dwarf_function()
335 switch (dwarf_tag (&scopes[i])) in print_dwarf_function()
339 const char *name = get_diename (&scopes[i]); in print_dwarf_function()
349 const char *name = get_diename (&scopes[i]); in print_dwarf_function()
369 if (dwarf_formudata (dwarf_attr (&scopes[i], in print_dwarf_function()
376 if (dwarf_formudata (dwarf_attr (&scopes[i], in print_dwarf_function()
380 if (dwarf_formudata (dwarf_attr (&scopes[i], in print_dwarf_function()
421 free (scopes); in print_dwarf_function()
740 Dwarf_Die *scopes = NULL; in handle_address() local
[all …]
/external/v8/test/unittests/compiler/
Dzone-pool-unittest.cc64 ZonePool::Scope* scopes[kArraySize]; in TEST_F() local
69 scopes[i] = new ZonePool::Scope(zone_pool()); in TEST_F()
70 before_stats += Allocate(scopes[i]->zone()); // Add some stuff. in TEST_F()
79 before_deletion += Allocate(scopes[i]->zone()); // Add some stuff. in TEST_F()
88 delete scopes[i]; in TEST_F()
89 scopes[i] = new ZonePool::Scope(zone_pool()); in TEST_F()
98 after_deletion += Allocate(scopes[i]->zone()); // Add some stuff. in TEST_F()
109 delete scopes[i]; in TEST_F()
/external/libnl/lib/route/
Drtnl.c87 static struct trans_tbl scopes[] = { variable
97 return __type2str(scope, buf, size, scopes, ARRAY_SIZE(scopes)); in rtnl_scope2str()
102 return __str2type(name, scopes, ARRAY_SIZE(scopes)); in rtnl_str2scope()
/external/antlr/antlr-3.4/runtime/Python/tests/
Dt022scopes.g7 /* global scopes */
19 /* rule scopes, from the book, final beta, p.147 */
36 /* rule scopes, from the book, final beta, p.148 */
61 /* recursive rule scopes, from the book, final beta, p.150 */
90 /* recursive rule scopes, access bottom-most scope */
104 /* recursive rule scopes, access with negative index */
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Dt022scopes.g7 /* global scopes */
19 /* rule scopes, from the book, final beta, p.147 */
36 /* rule scopes, from the book, final beta, p.148 */
62 /* recursive rule scopes, from the book, final beta, p.150 */
96 /* recursive rule scopes, access bottom-most scope */
110 /* recursive rule scopes, access with negative index */
/external/v8/test/mjsunit/
Ddebug-scopes.js87 function CheckFastAllScopes(scopes, exec_state) argument
91 assertTrue(scopes.length >= length);
92 for (var i = 0; i < scopes.length && i < length; i++) {
95 assertEquals(scopes[scopes.length - i - 1], scope.scopeType());
101 function CheckScopeChain(scopes, exec_state) { argument
103 assertEquals(scopes.length, exec_state.frame().scopeCount());
104 assertEquals(scopes.length, all_scopes.length, "FrameMirror.allScopes length");
105 for (var i = 0; i < scopes.length; i++) {
108 assertEquals(scopes[i], scope.scopeType());
112 if (scopes[i] == debug.ScopeType.Global) {
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
Dutil.py147 def scopes_to_string(scopes): argument
160 if isinstance(scopes, six.string_types):
161 return scopes
163 return ' '.join(scopes)
Dservice_account.py41 private_key_pkcs8_text, scopes, user_agent=None, argument
53 self._scopes = util.scopes_to_string(scopes)
113 def create_scoped(self, scopes): argument
118 scopes,
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Dconfig.py997 scopes = []
1013 scopes.append(SCOPE_FULL_CONTROL)
1017 scopes.append(SCOPE_READ_ONLY)
1019 scopes.append(opt_arg)
1021 scopes.append(SCOPE_READ_WRITE)
1029 if not scopes:
1030 scopes.append(SCOPE_FULL_CONTROL)
1079 oauth2_scopes=scopes, cred_type=cred_type)
/external/elfutils/tests/
Daddrscopes.c102 Dwarf_Die *scopes; in handle_address() local
103 int n = dwarf_getscopes (cudie, pc - cubias, &scopes); in handle_address()
114 Dwarf_Die *const die = &scopes[n]; in handle_address()
137 free (scopes); in handle_address()

12345678