/external/elfutils/src/libdw/ |
D | dwarf_getscopes.c | 42 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 …]
|
D | dwarf_getscopes_die.c | 42 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()
|
D | dwarf_getscopevar.c | 66 dwarf_getscopevar (Dwarf_Die *scopes, int nscopes, in dwarf_getscopevar() argument 94 if (INTUSE(dwarf_haschildren) (&scopes[out])) in dwarf_getscopevar() 96 if (INTUSE(dwarf_child) (&scopes[out], result) != 0) in dwarf_getscopevar() 130 || getfiles (&scopes[out], &files) != 0) in dwarf_getscopevar()
|
/external/v8/test/mjsunit/bugs/harmony/ |
D | debug-blockscopes.js | 81 function CheckScopeChain(scopes, exec_state) { argument 82 assertEquals(scopes.length, exec_state.frame().scopeCount()); 83 for (var i = 0; i < scopes.length; i++) { 86 assertEquals(scopes[i], scope.scopeType()); 89 if (scopes[i] == debug.ScopeType.Global) { 104 assertEquals(scopes.length, response.body.scopes.length); 105 for (var i = 0; i < scopes.length; i++) { 106 assertEquals(i, response.body.scopes[i].index); 107 assertEquals(scopes[i], response.body.scopes[i].type); 108 if (scopes[i] == debug.ScopeType.Local || [all …]
|
/external/v8/test/mjsunit/es6/ |
D | generators-debug-scopes.js | 56 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 …]
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/ |
D | SymbolTableLexer.m | 4 …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 …]
|
D | SymbolTableParser.m | 4 …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/v8/src/heap/ |
D | gc-tracer.cc | 52 scopes[i] = 0; in Event() 135 current_.scopes[i] = 0; in Start() 188 current_.scopes[Scope::MC_MARK]); in Stop() 232 int external_time = static_cast<int>(current_.scopes[Scope::EXTERNAL]); in Print() 276 PrintF("external=%.1f ", current_.scopes[Scope::EXTERNAL]); in PrintNVP() 277 PrintF("mark=%.1f ", current_.scopes[Scope::MC_MARK]); in PrintNVP() 278 PrintF("sweep=%.2f ", current_.scopes[Scope::MC_SWEEP]); in PrintNVP() 279 PrintF("sweepns=%.2f ", current_.scopes[Scope::MC_SWEEP_NEWSPACE]); in PrintNVP() 280 PrintF("sweepos=%.2f ", current_.scopes[Scope::MC_SWEEP_OLDSPACE]); in PrintNVP() 281 PrintF("sweepcode=%.2f ", current_.scopes[Scope::MC_SWEEP_CODE]); in PrintNVP() [all …]
|
/external/chromium-trace/trace-viewer/perf_insights/third_party/cloudstorage/ |
D | rest_api.py | 88 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/v8/test/mjsunit/harmony/ |
D | debug-blockscopes.js | 83 function CheckScopeChain(scopes, exec_state) { argument 84 assertEquals(scopes.length, exec_state.frame().scopeCount()); 85 for (var i = 0; i < scopes.length; i++) { 88 assertEquals(scopes[i], scope.scopeType()); 91 if (scopes[i] == debug.ScopeType.Global) { 106 assertEquals(scopes.length, response.body.scopes.length); 107 for (var i = 0; i < scopes.length; i++) { 108 assertEquals(i, response.body.scopes[i].index); 109 assertEquals(scopes[i], response.body.scopes[i].type); 110 if (scopes[i] == debug.ScopeType.Local || [all …]
|
/external/v8/test/mjsunit/ |
D | debug-scopes.js | 87 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/elfutils/src/src/ |
D | addr2line.c | 284 Dwarf_Die *scopes; in print_dwarf_function() local 285 int nscopes = dwarf_getscopes (cudie, addr - bias, &scopes); in print_dwarf_function() 290 switch (dwarf_tag (&scopes[i])) in print_dwarf_function() 294 const char *name = get_diename (&scopes[i]); in print_dwarf_function() 303 const char *name = get_diename (&scopes[i]); in print_dwarf_function() 313 if (dwarf_formudata (dwarf_attr (&scopes[i], in print_dwarf_function() 320 if (dwarf_formudata (dwarf_attr (&scopes[i], in print_dwarf_function() 324 if (dwarf_formudata (dwarf_attr (&scopes[i], in print_dwarf_function() 645 Dwarf_Die *scopes = NULL; in handle_address() local 646 int nscopes = dwarf_getscopes (cudie, addr - bias, &scopes); in handle_address() [all …]
|
D | stack.c | 323 Dwarf_Die *scopes = NULL; in print_inline_frames() local 324 int nscopes = dwarf_getscopes_die (die, &scopes); in print_inline_frames() 335 Dwarf_Die *last_scope = &scopes[0]; in print_inline_frames() 338 Dwarf_Die *scope = &scopes[i]; in print_inline_frames() 356 free (scopes); in print_inline_frames() 385 Dwarf_Die *scopes = NULL; in print_frames() local 388 &scopes); in print_frames() 393 Dwarf_Die *scope = &scopes[i]; in print_frames() 406 free (scopes); in print_frames()
|
/external/libnl/lib/route/ |
D | rtnl.c | 87 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/ |
D | t022scopes.g | 7 /* 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/ |
D | t022scopes.g | 7 /* 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/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/output1/ |
D | TestLexer.h | 13 #pragma mark Rule return scopes start 14 #pragma mark Rule return scopes end
|
D | TestLexerLexer.h | 13 #pragma mark Rule return scopes start 14 #pragma mark Rule return scopes end
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/ |
D | TestLexer.h | 13 #pragma mark Rule return scopes start 14 #pragma mark Rule return scopes end
|
D | TestLexerLexer.h | 14 #pragma mark Rule return scopes start 15 #pragma mark Rule return scopes end
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/ |
D | TreeRewriteLexer.h | 14 #pragma mark Rule return scopes start 15 #pragma mark Rule return scopes end
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/ |
D | CombinedLexer.h | 14 #pragma mark Rule return scopes start 15 #pragma mark Rule return scopes end
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/ |
D | TreeRewriteLexer.h | 14 #pragma mark Rule return scopes start 15 #pragma mark Rule return scopes end
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/ |
D | TLexer.h | 14 #pragma mark Rule return scopes start 15 #pragma mark Rule return scopes end
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
D | LangLexer.h | 14 #pragma mark Rule return scopes start 15 #pragma mark Rule return scopes end
|