HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 151 - 175 of 1184) sorted by null

1 2 3 4 5 67 8 91011>>

  /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/media/audio/mac/
audio_auhal_mac.h 91 bool EnableIO(bool enable, UInt32 scope);
94 // for the given number of channels on the given scope and element.
98 UInt32 scope,
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestCallbackInterface.cpp 68 v8::Context::Scope scope(v8Context);
86 v8::Context::Scope scope(v8Context);
104 v8::Context::Scope scope(v8Context);
128 v8::Context::Scope scope(v8Context);
152 v8::Context::Scope scope(v8Context)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableCellElement.idl 34 [Reflect] attribute DOMString scope;
  /external/chromium_org/tools/gn/
script_target_generator.cc 11 #include "tools/gn/scope.h"
18 Scope* scope,
21 : TargetGenerator(target, scope, function_call, err) {
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/src/
variables.cc 58 Variable::Variable(Scope* scope,
65 : scope_(scope),
  /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);
183 ExtensionPrefsScope scope) {
186 switch (scope) {
204 ExtensionPrefsScope scope) const {
209 switch (scope) {
228 ExtensionPrefsScope scope) {
232 OriginIdentifierValueMap* map = GetValueMap(ext_id, scope);
242 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 301 ExtensionPrefsScope scope,
313 // ScopeToPrefName() returns false if the scope is not persisted.
314 if (pref_names::ScopeToPrefName(scope, &scope_string)) {
326 extension_id, pref_key, scope, value);
332 ExtensionPrefsScope scope) {
338 if (pref_names::ScopeToPrefName(scope, &scope_string)) {
347 extension_id, pref_key, scope);
420 ExtensionPrefsScope scope) {
422 if (!pref_names::ScopeToPrefName(scope, &scope_string))
435 extension_id, iter.key(), scope, iter.value().DeepCopy())
621 ExtensionPrefsScope scope = kExtensionPrefsScopeRegular; local
690 extension_id(), browser_pref, scope, browser_pref_value.release()); local
702 ExtensionPrefsScope scope = kExtensionPrefsScopeRegular; local
732 ->RemoveExtensionControlledPref(extension_id(), browser_pref, scope); local
    [all...]
  /external/chromium_org/components/policy/core/common/
policy_loader_win.cc 151 map_entry->level, map_entry->scope,
274 // settings to |policy| for the given |scope| and |level|.
277 PolicyScope scope,
290 policy->LoadFrom(policy_dict, level, scope);
389 // Policy scope and corresponding hive.
391 PolicyScope scope; member in struct:policy::__anon7497
403 PolicyScope scope = kScopes[i].scope; local
424 if (!ReadPolicyFromGPO(scope, &gpo_dict, &status)) {
425 VLOG(1) << "Failed to read GPO files for " << scope
    [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_transaction_coordinator.cc 84 // The locked_scope set accumulates the ids of object stores in the scope of
98 locked_scope.insert(transaction->scope().begin(),
99 transaction->scope().end());
116 // stores in its scope, or per the spec the transaction which was
118 locked_scope.insert(transaction->scope().begin(),
119 transaction->scope().end());
155 return !DoSetsIntersect(transaction->scope(), locked_scope);
  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.h 72 , scope(0)
86 const ContainerNode* scope; member in struct:WebCore::SelectorChecker::SelectorCheckingContext
125 static bool isHostInItsShadowTree(const Element&, BehaviorAtBoundary, const ContainerNode* scope);
181 inline bool SelectorChecker::isHostInItsShadowTree(const Element& element, BehaviorAtBoundary behaviorAtBoundary, const ContainerNode* scope)
183 return (behaviorAtBoundary & (ScopeIsShadowHost | TreatShadowHostAsNormalScope)) == ScopeIsShadowHost && scope == element;
  /external/chromium_org/third_party/libjingle/source/talk/base/
profiler.cc 118 ExclusiveScope scope(&lock_);
129 SharedScope scope(&lock_);
143 SharedScope scope(&lock_);
170 SharedScope scope(&lock_);
177 ExclusiveScope scope(&lock_);
  /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/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) ::= <<

Completed in 564 milliseconds

1 2 3 4 5 67 8 91011>>