/external/chromium_org/v8/test/mjsunit/ |
debug-function-scopes.js | 45 // A copy of the scope types from mirror-debugger.js. 73 CheckScope(mirror.scope(0), { a: 4, b: 5 }, ScopeType.Closure); 74 CheckScope(mirror.scope(1), { w: 5, v: "Capybara" }, ScopeType.With); 75 CheckScope(mirror.scope(2), { y: 17, z: 22 }, ScopeType.Closure); 76 CheckScope(mirror.scope(3), { x: 5 }, ScopeType.Closure); 77 CheckScope(mirror.scope(4), {}, ScopeType.Global); 85 CheckScope(mirror.scope(0), {}, ScopeType.Global); 104 CheckScope(mirror.scope(0), { visible2: 20 }, ScopeType.Closure); 105 CheckScope(mirror.scope(1), { visible1: 10 }, ScopeType.Closure); 106 CheckScope(mirror.scope(2), {}, ScopeType.Global) [all...] |
global-load-from-eval-in-with.js | 38 // Test shadowing in eval scope. 42 // Test shadowing in local scope inside an eval scope. 46 // Test shadowing in local scope inside an eval scope. Deeper nesting 51 // Test shadowing in local scope inside an eval scope with eval calls in the eval scopes. 55 // Test shadowing in local scope inside an eval scope with eval calls
|
/libcore/luni/src/main/java/java/security/ |
Signer.java | 52 * given scope. 56 * @param scope 57 * the scope of the signer. 60 * provided scope. 62 public Signer(String name, IdentityScope scope) throws KeyManagementException { 63 super(name, scope); 97 * {@code Signer} including its name and its scope if present.
|
/external/chromium_org/tools/gn/ |
parse_tree.cc | 13 #include "tools/gn/scope.h" 55 Value AccessorNode::Execute(Scope* scope, Err* err) const { 56 Value index_value = index_->Execute(scope, err); 62 const Value* base_value = scope->GetValue(base_.value(), true); 121 Value BinaryOpNode::Execute(Scope* scope, Err* err) const { 122 return ExecuteBinaryOperator(scope, this, left_.get(), right_.get(), err); 156 Value BlockNode::Execute(Scope* containing_scope, Err* err) const { 158 Scope our_scope(containing_scope) [all...] |
config_values_generator.h | 16 class Scope; 22 Scope* scope, 35 Scope* scope_;
|
function_write_file.cc | 40 Value RunWriteFile(Scope* scope, 56 scope->settings()->build_settings()->build_dir(), 72 scope->settings()->build_settings()->GetFullPath(source_file);
|
/external/chromium_org/chrome/browser/extensions/ |
extension_pref_value_map.h | 88 extensions::ExtensionPrefsScope scope, 95 extensions::ExtensionPrefsScope scope); 153 extensions::ExtensionPrefsScope scope) const; 157 extensions::ExtensionPrefsScope scope);
|
/external/chromium_org/chrome/browser/policy/ |
policy_loader_win.h | 71 // Loads and parses GPO policy in |policy_object_list| for scope |scope|. If 75 bool LoadGPOPolicy(PolicyScope scope, 83 bool ReadPolicyFromGPO(PolicyScope scope, 87 // Parses Chrome policy from |gpo_dict| for the given |scope| and |level| and 91 PolicyScope scope, 96 PolicyScope scope,
|
policy_map.cc | 17 return scope > other.scope; 24 scope == other.scope && 49 PolicyScope scope, 56 entry.scope = scope; 78 Set(it->first, entry.level, entry.scope, 94 Set(it->first, it->second.level, it->second.scope, 105 PolicyScope scope) { [all...] |
policy_loader_win.cc | 186 // settings to |policy| for the given |scope| and |level|. 189 PolicyScope scope, 202 policy->LoadFrom(policy_dict, level, scope); 258 // Policy scope and corresponding hive. 260 PolicyScope scope; member in struct:policy::__anon7916 272 PolicyScope scope = kScopes[i].scope; local 293 if (!ReadPolicyFromGPO(scope, &gpo_dict, &status)) { 294 VLOG(1) << "Failed to read GPO files for " << scope 306 LoadChromePolicy(&gpo_dict, POLICY_LEVEL_MANDATORY, scope, chrome_policy) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
MediaQueryListListener.cpp | 37 v8::Context::Scope scope(context);
|
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/signin/ |
AndroidProfileOAuth2TokenServiceHelperTest.java | 51 String scope = "http://example.com/scope"; local 53 String oauth2Scope = "oauth2:" + scope; 55 // Add an account with given auth token for the given scope, already accepted auth popup. 65 mContext, null, account, scope, 5, TimeUnit.SECONDS);
|
/external/chromium_org/media/webm/ |
webm_content_encodings.h | 23 enum Scope { 58 Scope scope() const { return scope_; } function in class:media::ContentEncoding 59 void set_scope(Scope scope) { scope_ = scope; } 77 Scope scope_;
|
/external/chromium_org/ |
PRESUBMIT_test.py | 78 scope = [(1, '#include <csystem.h>'), 81 all_linenums = [linenum for (linenum, _) in scope] 83 warnings = PRESUBMIT._CheckIncludeOrderForScope(scope, mock_input_api, 88 scope = [(10, '#include <cppsystem>'), 91 all_linenums = [linenum for (linenum, _) in scope] 93 warnings = PRESUBMIT._CheckIncludeOrderForScope(scope, mock_input_api, 99 scope = [(10, '#include <cppsystem>'), 102 all_linenums = [linenum for (linenum, _) in scope] 104 warnings = PRESUBMIT._CheckIncludeOrderForScope(scope, mock_input_api, 110 scope = [(10, '#include "acustom.h"') [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/ |
CPP.stg | 135 <scopes:{<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}> 281 <scopes:{<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}> 339 public void <ruleName>_fragment(<ruleDescriptor.parameterScope:parameterScope(scope=it)>) throws RecognitionException { 408 <ruleAttributeScope(scope=ruleDescriptor.ruleScope)> 409 <returnScope(scope=ruleDescriptor.returnScope)> 413 public <returnType()> <ruleName>(<ruleDescriptor.parameterScope:parameterScope(scope=it)>) throw(antlr3::BaseRecognitionException) 518 void m<ruleName>(<ruleDescriptor.parameterScope:parameterScope(scope=it)>) throw(antlr3::BaseRecognitionException) 1082 * out of scope */ 1152 globalAttributeScope(scope) ::= << 1153 <if(scope.attributes) [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
backtracking.rb | 17 scope Symbols { 23 @Symbols_stack.reverse_each do |scope| 24 scope.types.include?(name) and return true 36 scope Symbols; // entire file is a scope 64 scope Symbols; // put parameters and locals into same scope for now 72 scope {
|
/external/chromium_org/chrome/browser/extensions/api/preference/ |
preference_helpers.cc | 38 ExtensionPrefsScope* scope) { 40 *scope = kExtensionPrefsScopeRegular; 42 *scope = kExtensionPrefsScopeRegularOnly; 44 *scope = kExtensionPrefsScopeIncognitoPersistent; 46 *scope = kExtensionPrefsScopeIncognitoSessionOnly;
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
debug-function-scopes.js | 47 // A copy of the scope types from mirror-debugger.js. 77 CheckScope(mirror.scope(0), { a: 4, b: 5 }, ScopeType.Closure); 78 CheckScope(mirror.scope(1), { z: 22, w: 5, v: "Capybara" }, ScopeType.Closure); 79 CheckScope(mirror.scope(2), { x: 5 }, ScopeType.Closure); 80 CheckScope(mirror.scope(3), {}, ScopeType.Global); 110 CheckScope(mirror.scope(0), { l4: 11 }, ScopeType.Block); 112 CheckScope(mirror.scope(1), { l3: 9 }, ScopeType.Block); 113 CheckScope(mirror.scope(2), { l1: 6, l2: 7 }, ScopeType.Block); 114 CheckScope(mirror.scope(3), { v1:3, l0: 0, v3: 5, v6: 11 }, ScopeType.Closure); 115 CheckScope(mirror.scope(4), {}, ScopeType.Global) [all...] |
/external/chromium_org/chrome/browser/signin/ |
android_profile_oauth2_token_service.cc | 29 std::string scope; local 32 if (!scope.empty()) 33 scope += " "; 34 scope += *it; 36 return scope; 95 const std::string& scope, 101 ConvertUTF8ToJavaString(env, scope);
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
EventRetargeter.cpp | 218 TreeScope* scope = (*iter)->node()->treeScope(); local 219 if (scope == lastTreeScope) { 223 adjustedNode = findRelatedNode(scope, relatedNodeMap); 226 lastTreeScope = scope; 253 TreeScope* scope = node->treeScope(); local 255 if (scope != lastTreeScope) 256 relatedNodeMap.add(scope, relatedNodeStack.last()); 257 lastTreeScope = scope; 265 Node* EventRetargeter::findRelatedNode(TreeScope* scope, RelatedNodeMap& relatedNodeMap) 269 while (scope) { [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
symbol_table.c | 32 * The linked list of symbols with the same name is ordered by scope 39 * Link to the next symbol in the table with the same scope 41 * The linked list of symbols with the same scope is unordered. Symbols 57 * exist in the same name space at the same scope level. 61 /** Scope depth where this symbol was defined. */ 86 * Element of the scope stack. 89 /** Link to next (inner) scope level. */ 92 /** Linked list of symbols with the same scope. */ 104 /** Top of scope stack. */ 110 /** Current scope depth. * 137 struct scope_level *scope; local 161 struct scope_level *const scope = table->current_scope; local 189 struct scope_level *const scope = calloc(1, sizeof(*scope)); local [all...] |
/external/mesa3d/src/mesa/program/ |
symbol_table.c | 32 * The linked list of symbols with the same name is ordered by scope 39 * Link to the next symbol in the table with the same scope 41 * The linked list of symbols with the same scope is unordered. Symbols 57 * exist in the same name space at the same scope level. 61 /** Scope depth where this symbol was defined. */ 86 * Element of the scope stack. 89 /** Link to next (inner) scope level. */ 92 /** Linked list of symbols with the same scope. */ 104 /** Top of scope stack. */ 110 /** Current scope depth. * 137 struct scope_level *scope; local 161 struct scope_level *const scope = table->current_scope; local 189 struct scope_level *const scope = calloc(1, sizeof(*scope)); local [all...] |
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
ActionTranslator.g | 149 AttributeScope scope = r.getLocalAttributeScope(attrName); 150 if ( scope!=null && !scope.isParameterScope ) { 151 return scope.getAttribute(attrName); 164 return null; // not a valid dynamic scope 191 AttributeScope scope = enclosingRule.getLocalAttributeScope($y.text); 192 if ( scope.isPredefinedRuleScope ) { 196 st.add("scope", $x.text); 207 else if ( scope.isPredefinedLexerRuleScope ) { 215 else if ( scope.isParameterScope ) [all...] |
/external/v8/src/ |
scopeinfo.cc | 41 Handle<ScopeInfo> ScopeInfo::Create(Scope* scope) { 43 ZoneList<Variable*> stack_locals(scope->StackLocalCount()); 44 ZoneList<Variable*> context_locals(scope->ContextLocalCount()); 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()->var() [all...] |
/external/v8/test/mjsunit/ |
global-load-from-eval-in-with.js | 38 // Test shadowing in eval scope. 42 // Test shadowing in local scope inside an eval scope. 46 // Test shadowing in local scope inside an eval scope. Deeper nesting 51 // Test shadowing in local scope inside an eval scope with eval calls in the eval scopes. 55 // Test shadowing in local scope inside an eval scope with eval calls
|