Searched refs:scopes (Results 1 - 25 of 84) sorted by relevance

1234

/external/elfutils/src/libdw/
H A Ddwarf_getscopes_die.c42 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 Ddwarf_getscopes.c42 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 Ddwarf_getscopevar.c1 /* 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 DCombinedLexer.h14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
H A DCombinedParser.h21 #pragma mark Rule return scopes end
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
H A DTestLexer.h13 #pragma mark Rule return scopes start
14 #pragma mark Rule return scopes end
H A DTestLexerLexer.h14 #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 DTestLexer.h13 #pragma mark Rule return scopes start
14 #pragma mark Rule return scopes end
H A DTestLexerLexer.h13 #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 DTreeRewriteLexer.h14 #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 DTLexer.h14 #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 DTreeRewriteLexer.h14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
/external/v8/test/mjsunit/es6/
H A Dgenerators-debug-scopes.js56 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 DSymbolTableLexer.h14 #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 DLangLexer.h14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
/external/v8/test/mjsunit/bugs/harmony/
H A Ddebug-blockscopes.js80 // 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 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/v8/test/mjsunit/harmony/
H A Ddebug-blockscopes.js82 // 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 DSimpleCLexer.h14 #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 DSymbolTableLexer.h1 // $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 DSimpleCLexer.h14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
/external/v8/src/heap/
H A Dgc-tracer.cc52 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 Drest_api.py88 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 DFuzzy.h14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
H A DFuzzyLexer.h22 #pragma mark Rule return scopes start
23 #pragma mark Rule return scopes end

Completed in 463 milliseconds

1234