/external/chromium_org/v8/src/ |
scopeinfo.cc | 41 Handle<ScopeInfo> ScopeInfo::Create(Scope* scope, Zone* zone) { 43 ZoneList<Variable*> stack_locals(scope->StackLocalCount(), zone); 44 ZoneList<Variable*> context_locals(scope->ContextLocalCount(), zone); 45 scope->CollectStackAndContextLocals(&stack_locals, &context_locals); 49 ASSERT(scope->StackLocalCount() == stack_local_count); 50 ASSERT(scope->ContextLocalCount() == context_local_count); 55 if (scope->is_function_scope() && scope->function() != NULL) { 56 Variable* var = scope->function()->proxy()->var() [all...] |
variables.cc | 58 Variable::Variable(Scope* scope, 65 : scope_(scope),
|
/external/v8/src/ |
scopes.cc | 65 Scope* scope, 76 p->value = new Variable(scope, 100 // Implementation of Scope 102 Scope::Scope(Scope* outer_scope, ScopeType type) 116 // eval scopes (by walking the stack and reading the scope info). 123 Scope::Scope(Scope* inner_scope 252 Scope* scope = info->function()->scope(); local 683 Scope* scope = this; local 705 Scope* scope = inner_scopes_[i]; local [all...] |
variables.cc | 57 Variable::Variable(Scope* scope, 64 : scope_(scope),
|
/external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/ |
T.g | 28 scope {
|
/external/chromium_org/chrome/renderer/extensions/ |
binding_generating_native_handler.cc | 21 v8::HandleScope scope; local 40 return scope.Close(object);
|
/external/chromium_org/media/audio/mac/ |
audio_auhal_mac.h | 87 bool EnableIO(bool enable, UInt32 scope); 90 // for the given number of channels on the given scope and element. 94 UInt32 scope,
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLTableCellElement.idl | 34 [Reflect] attribute DOMString scope;
|
/external/chromium_org/tools/gn/ |
target_generator.h | 20 class Scope; 24 // Creates Target objects from a Scope (the result of a script execution). 28 Scope* scope, 39 static void GenerateTarget(Scope* scope, 71 Scope* scope_;
|
parse_tree.h | 25 class Scope; 46 virtual Value Execute(Scope* scope, Err* err) const = 0; 76 virtual Value Execute(Scope* scope, Err* err) const OVERRIDE; 107 virtual Value Execute(Scope* scope, Err* err) const OVERRIDE; 139 // Set has_scope if this block introduces a nested scope. 144 virtual Value Execute(Scope* scope, Err* err) const OVERRIDE [all...] |
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-crbug-135008.js | 31 var scope = { x:23 }; 33 with(scope) { 35 "scope.f = (function outer() {" + 45 assertSame(23, scope.f());
|
/external/chromium_org/chrome/browser/extensions/api/content_settings/ |
content_settings_store.cc | 100 ExtensionPrefsScope scope) { 103 OriginIdentifierValueMap* map = GetValueMap(ext_id, scope); 117 scope != kExtensionPrefsScopeRegular); 182 ExtensionPrefsScope scope) { 185 switch (scope) { 203 ExtensionPrefsScope scope) const { 208 switch (scope) { 227 ExtensionPrefsScope scope) { 231 OriginIdentifierValueMap* map = GetValueMap(ext_id, scope); 241 NotifyOfContentSettingChanged(ext_id, scope != kExtensionPrefsScopeRegular) [all...] |
/external/v8/test/cctest/ |
test-compiler.cc | 70 v8::HandleScope scope; local 92 v8::HandleScope scope; local 97 v8::HandleScope scope; local 150 v8::HandleScope scope; local 171 v8::HandleScope scope; local 191 v8::HandleScope scope; local 212 v8::HandleScope scope; local 219 v8::HandleScope scope; local 234 v8::HandleScope scope; local 266 v8::HandleScope scope; local 288 v8::HandleScope scope; local 321 v8::HandleScope scope; local 333 v8::HandleScope scope; local 393 v8::HandleScope scope; local [all...] |
/external/chromium_org/chrome/browser/extensions/api/preference/ |
preference_api.cc | 302 ExtensionPrefsScope scope, 314 // ScopeToPrefName() returns false if the scope is not persisted. 315 if (pref_names::ScopeToPrefName(scope, &scope_string)) { 327 extension_id, pref_key, scope, value); 333 ExtensionPrefsScope scope) { 339 if (pref_names::ScopeToPrefName(scope, &scope_string)) { 348 extension_id, pref_key, scope); 421 ExtensionPrefsScope scope) { 423 if (!pref_names::ScopeToPrefName(scope, &scope_string)) 436 extension_id, iter.key(), scope, iter.value().DeepCopy()) 623 ExtensionPrefsScope scope = kExtensionPrefsScopeRegular; local 694 scope, local 707 ExtensionPrefsScope scope = kExtensionPrefsScopeRegular; local 737 extension_id(), browser_pref, scope); local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
StyleInvalidationAnalysis.cpp | 51 // This picks the widest scope, not the narrowest, to minimize the number of found scopes. 96 ContainerNode* scope = ownerElement; local 98 scope = scope->containingShadowRoot()->shadowHost(); 99 } while (scope->isInShadowTree()); 101 return scope;
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDisplayList.cpp | 80 if (apply->scope == match) 82 if (apply->scope->isGroup() && SearchGroupForMatch(apply->scope, match, list, parent, found, grandList, index)) 86 SkDrawable* scope = *ptr; local 87 if (scope == match) 89 //perhaps should call SearchGroupForMatch here as well (on scope)
|
/external/chromium_org/v8/test/mjsunit/ |
debug-scopes.js | 79 // Check that the scope chain contains the expected types of scopes. 83 var scope = exec_state.frame().scope(i); 84 assertTrue(scope.isScope()); 85 assertEquals(scopes[i], scope.scopeType()); 87 // Check the global object when hitting the global scope. 91 assertPropertiesEqual(this, scope.scopeObject().value()); 117 assertTrue(found, "Scope object " + response.body.scopes[i].object.ref + " not found"); 122 // Check that the content of the scope is as expected. For functions just check 125 var scope = exec_state.frame().scope(number) [all...] |
/external/skia/src/animator/ |
SkDisplayList.cpp | 80 if (apply->scope == match) 82 if (apply->scope->isGroup() && SearchGroupForMatch(apply->scope, match, list, parent, found, grandList, index)) 86 SkDrawable* scope = *ptr; local 87 if (scope == match) 89 //perhaps should call SearchGroupForMatch here as well (on scope)
|
/external/v8/test/mjsunit/ |
debug-scopes.js | 79 // Check that the scope chain contains the expected types of scopes. 83 var scope = exec_state.frame().scope(i); 84 assertTrue(scope.isScope()); 85 assertEquals(scopes[i], scope.scopeType()); 87 // Check the global object when hitting the global scope. 91 assertPropertiesEqual(this, scope.scopeObject().value()); 117 assertTrue(found, "Scope object " + response.body.scopes[i].object.ref + " not found"); 122 // Check that the content of the scope is as expected. For functions just check 125 var scope = exec_state.frame().scope(number) [all...] |
/system/netd/ |
NetlinkHandler.cpp | 74 const char *scope = evt->findParam("SCOPE"); local 75 if (iface && flags && scope) { 76 notifyAddressChanged(action, address, iface, flags, scope); 159 const char *scope) { 163 "updated" : "removed", addr, iface, flags, scope);
|
/external/libsepol/tests/ |
test-common.c | 31 scope_datum_t *scope; local 39 /* make sure its scope is correct */ 40 scope = hashtab_search(p->scope[sym_type].table, id); 41 CU_ASSERT_FATAL(scope != NULL); 42 CU_ASSERT(scope->scope == scope_type); 43 CU_ASSERT(scope->decl_ids_len == len); 44 if (scope->decl_ids_len != len) 45 fprintf(stderr, "sym %s has %d decls, %d expected\n", id, scope->decl_ids_len, len) [all...] |
/prebuilts/misc/common/ecj/ |
ecj.jar | |
/external/chromium_org/v8/test/cctest/ |
test-compiler.cc | 68 v8::HandleScope scope(args.GetIsolate()); 137 v8::HandleScope scope(CcTest::isolate()); 158 v8::HandleScope scope(CcTest::isolate()); 178 v8::HandleScope scope(CcTest::isolate()); 199 v8::HandleScope scope(CcTest::isolate()); 206 v8::HandleScope scope(CcTest::isolate()); 221 v8::HandleScope scope(CcTest::isolate()); 253 v8::HandleScope scope(CcTest::isolate()); 275 v8::HandleScope scope(CcTest::isolate()); 313 v8::HandleScope scope(CcTest::isolate()) [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
ASTTreeParser.stg | 222 ruleRef(rule,label,elementIndex,args,scope) ::= << 234 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= << 240 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= << 249 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= << 255 ruleRefTrack(rule,label,elementIndex,args,scope) ::= << 261 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 267 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= << 273 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 281 createRewriteNodeFromElement(token,terminalOptions,scope) ::= <<
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
ASTTreeParser.stg | 239 ruleRef(rule,label,elementIndex,args,scope) ::= << 254 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= << 260 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= << 269 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= << 275 ruleRefTrack(rule,label,elementIndex,args,scope) ::= << 281 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 286 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= << 292 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 301 createRewriteNodeFromElement(token,terminalOptions,scope) ::= <<
|