/external/elfutils/src/libdw/ |
H A D | dwarf_getscopes_die.c | 42 Dwarf_Die *scopes = malloc (depth * sizeof scopes[0]); 43 if (scopes == NULL) 52 scopes[i++] = die->die; 58 *(void **) arg = scopes; 63 dwarf_getscopes_die (Dwarf_Die *die, Dwarf_Die **scopes) argument 72 *scopes = info;
|
H A D | dwarf_getscopes.c | 42 Dwarf_Die *scopes; member in struct:args 53 if (a->scopes != NULL) 94 function of which A->scopes[A->nscopes - 1] is a concrete instance. 98 Dwarf_Die *scopes = realloc (a->scopes, nscopes * sizeof scopes[0]); local 99 if (scopes == NULL) 101 free (a->scopes); 106 a->scopes = scopes; 184 dwarf_getscopes(Dwarf_Die *cudie, Dwarf_Addr pc, Dwarf_Die **scopes) argument [all...] |
H A D | dwarf_getscopevar.c | 1 /* Find a named variable or parameter within given scopes. 56 Ignore the first SKIP_SHADOWS scopes that match the name. 66 dwarf_getscopevar (Dwarf_Die *scopes, int nscopes, argument 94 if (INTUSE(dwarf_haschildren) (&scopes[out])) 96 if (INTUSE(dwarf_child) (&scopes[out], result) != 0) 130 || getfiles (&scopes[out], &files) != 0)
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/ |
H A D | CombinedLexer.h | 14 #pragma mark Rule return scopes start 15 #pragma mark Rule return scopes end
|
H A D | CombinedParser.h | 21 #pragma mark Rule return scopes end
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/ |
H A D | TestLexer.h | 13 #pragma mark Rule return scopes start 14 #pragma mark Rule return scopes end
|
H A 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/lexertest-simple/output1/ |
H A D | TestLexer.h | 13 #pragma mark Rule return scopes start 14 #pragma mark Rule return scopes end
|
H A 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/treerewrite/output1/ |
H A 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/ |
H A 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/treerewrite/ |
H A D | TreeRewriteLexer.h | 14 #pragma mark Rule return scopes start 15 #pragma mark Rule return scopes end
|
/external/v8/test/mjsunit/es6/ |
H A D | generators-debug-scopes.js | 56 function CheckFastAllScopes(scopes, exec_state) { 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()); 67 // Check that the scope chain contains the expected types of scopes. 68 function CheckScopeChain(scopes, exec_state) { 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 [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/ |
H A D | SymbolTableLexer.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/ |
H A D | LangLexer.h | 14 #pragma mark Rule return scopes start 15 #pragma mark Rule return scopes end
|
/external/v8/test/mjsunit/bugs/harmony/ |
H A D | debug-blockscopes.js | 80 // Check that the scope chain contains the expected types of scopes. 81 function CheckScopeChain(scopes, exec_state) { 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) { 99 // Send a scopes request and check the result. 101 var request_json = '{"seq":0,"type":"request","command":"scopes"}'; 104 assertEquals(scopes.length, response.body.scopes [all...] |
/external/libnl/lib/route/ |
H A D | rtnl.c | 87 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/v8/test/mjsunit/harmony/ |
H A D | debug-blockscopes.js | 82 // Check that the scope chain contains the expected types of scopes. 83 function CheckScopeChain(scopes, exec_state) { 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) { 101 // Send a scopes request and check the result. 103 var request_json = '{"seq":0,"type":"request","command":"scopes"}'; 106 assertEquals(scopes.length, response.body.scopes [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/ |
H A D | SimpleCLexer.h | 14 #pragma mark Rule return scopes start 15 #pragma mark Rule return scopes end
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/ |
H A D | SymbolTableLexer.h | 1 // $ANTLR 3.2 Aug 19, 2010 17:16:04 /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g 2010-08-19 17:16:47 21 #pragma mark Rule return scopes start 22 #pragma mark Rule return scopes end
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
H A D | SimpleCLexer.h | 14 #pragma mark Rule return scopes start 15 #pragma mark Rule return scopes end
|
/external/v8/src/heap/ |
H A D | gc-tracer.cc | 52 scopes[i] = 0; 135 current_.scopes[i] = 0; 188 current_.scopes[Scope::MC_MARK]); 232 int external_time = static_cast<int>(current_.scopes[Scope::EXTERNAL]); 276 PrintF("external=%.1f ", current_.scopes[Scope::EXTERNAL]); 277 PrintF("mark=%.1f ", current_.scopes[Scope::MC_MARK]); 278 PrintF("sweep=%.2f ", current_.scopes[Scope::MC_SWEEP]); 279 PrintF("sweepns=%.2f ", current_.scopes[Scope::MC_SWEEP_NEWSPACE]); 280 PrintF("sweepos=%.2f ", current_.scopes[Scope::MC_SWEEP_OLDSPACE]); 281 PrintF("sweepcode=%.2f ", current_.scopes[Scop [all...] |
/external/chromium-trace/trace-viewer/perf_insights/third_party/cloudstorage/ |
H A D | rest_api.py | 88 def _make_token_async(scopes, service_account_id): 92 scopes: A list of scopes. 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, 122 scopes: A scope or a list of scopes. 125 (scopes, service_account_id) -> (token, expires). 130 if isinstance(scopes, basestring): 131 scopes [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/ |
H A D | Fuzzy.h | 14 #pragma mark Rule return scopes start 15 #pragma mark Rule return scopes end
|
H A D | FuzzyLexer.h | 22 #pragma mark Rule return scopes start 23 #pragma mark Rule return scopes end
|