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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/tools/gn/
scope_unittest.cc 8 #include "tools/gn/scope.h"
11 TEST(Scope, NonRecursiveMergeTo) {
23 setup.scope()->SetValue("v", old_value, &assignment);
27 Scope new_scope(setup.settings());
33 setup.scope(), &assignment, "error", &err));
39 Scope new_scope(setup.settings());
45 setup.scope(), &assignment, "error", &err));
copy_target_generator.cc 10 #include "tools/gn/scope.h"
14 Scope* scope,
17 : TargetGenerator(target, scope, function_call, err) {
operators.h 11 class Scope;
25 Value ExecuteUnaryOperator(Scope* scope,
29 Value ExecuteBinaryOperator(Scope* scope,
binary_target_generator.h 16 Scope* scope,
config_values_generator.h 16 class Scope;
19 // This class fills in the config values from a given scope. It's shared
26 Scope* scope,
36 Scope* scope_;
function_write_file.cc 40 Value RunWriteFile(Scope* scope,
53 const SourceDir& cur_dir = scope->GetSourceDir();
56 scope->settings()->build_settings()->build_dir(),
72 scope->settings()->build_settings()->GetFullPath(source_file);
import_manager.h 14 class Scope;
24 // Does an import of the given file into the given scope. On error, sets the
28 Scope* scope,
35 typedef std::map<SourceFile, const Scope*> ImportMap;
script_target_generator.h 15 Scope* scope,
string_utils_unittest.cc 7 #include "tools/gn/scope.h"
16 Scope scope(static_cast<const Settings*>(NULL));
18 scope.SetValue("one", Value(NULL, one), NULL);
19 scope.SetValue("onestring", Value(NULL, "one"), NULL);
30 bool ret = ExpandStringLiteral(&scope, literal, &result, &err);
test_with_scope.h 10 #include "tools/gn/scope.h"
14 // A helper class for setting up a Scope that a test can use. It makes a
24 Scope* scope() { return &scope_; } function in class:TestWithScope
30 Scope scope_;
  /external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_store.h 73 ExtensionPrefsScope scope);
77 ExtensionPrefsScope scope);
83 ExtensionPrefsScope scope) const;
89 ExtensionPrefsScope scope);
122 ExtensionPrefsScope scope);
126 ExtensionPrefsScope scope) const;
  /external/chromium_org/v8/test/cctest/
test-func-name-inference.cc 104 v8::HandleScope scope(CcTest::isolate());
117 v8::HandleScope scope(CcTest::isolate());
130 v8::HandleScope scope(CcTest::isolate());
145 v8::HandleScope scope(CcTest::isolate());
160 v8::HandleScope scope(CcTest::isolate());
177 v8::HandleScope scope(CcTest::isolate());
196 v8::HandleScope scope(CcTest::isolate());
215 v8::HandleScope scope(CcTest::isolate());
230 v8::HandleScope scope(CcTest::isolate());
247 v8::HandleScope scope(CcTest::isolate())
    [all...]
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
IdentityStub.java 56 * @param scope
59 public IdentityStub(String name, IdentityScope scope)
61 super(name, scope);
  /external/chromium_org/remoting/client/plugin/
pepper_token_fetcher.cc 23 const std::string& scope,
27 plugin_->FetchThirdPartyToken(token_url, host_public_key_, scope,
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerConsole.h 51 static PassRefPtr<WorkerConsole> create(WorkerGlobalScope* scope) { return adoptRef(new WorkerConsole(scope)); }
  /frameworks/base/core/java/com/android/server/net/
BaseNetworkObserver.java 39 public void addressUpdated(String address, String iface, int flags, int scope) {
44 public void addressRemoved(String address, String iface, int flags, int scope) {
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
IdentityStub.java 59 * @param scope
63 public IdentityStub(String name, IdentityScope scope)
65 super(name, scope);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
Java.stg 366 <ruleAttributeScope(scope=ruleDescriptor.ruleScope)>
367 <returnScope(scope=ruleDescriptor.returnScope)>
801 ruleRef(rule,label,elementIndex,args,scope) ::= <<
803 <if(label)><label>=<endif><if(scope)><scope:delegateName()>.<endif><rule.name>(<args; separator=", ">);<\n>
809 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
810 <ruleRef(rule,label,elementIndex,args,scope)>
820 lexerRuleRef(rule,label,args,elementIndex,scope) ::= <<
825 <if(scope)><scope:delegateName()>.<endif>m<rule.name>(<args; separator=", ">); <checkRuleBacktrackFailure()
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Python.stg 113 <scopes:{it|<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
233 <scopes:{it|<if(it.isDynamicGlobalScope)><globalAttributeScopeClass(scope=it)><endif>}>
238 <rules:{it|<ruleAttributeScopeClass(scope=it.ruleDescriptor.ruleScope)>}>
260 <scopes:{it | <if(it.isDynamicGlobalScope)><globalAttributeScopeStack(scope=it)><endif>}>
261 <rules:{it | <ruleAttributeScopeStack(scope=it.ruleDescriptor.ruleScope)>}>
403 <returnScope(scope=ruleDescriptor.returnScope)>
883 ruleRef(rule,label,elementIndex,args,scope) ::= <<
885 <if(label)><label> = <endif>self.<if(scope)><scope:delegateName()>.<endif><rule.name>(<args; separator=", ">)<\n>
890 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLStyleElement.cpp 147 ContainerNode* scope = scoped ? parentNode() : containingShadowRoot();
148 if (!scope)
150 if (!scope->isElementNode() && !scope->isShadowRoot()) {
156 scope->registerScopedHTMLStyleChild();
160 void HTMLStyleElement::unregisterWithScopingNode(ContainerNode* scope)
166 ASSERT(scope);
167 if (scope) {
168 ASSERT(scope->hasScopedHTMLStyleChild());
169 scope->unregisterScopedHTMLStyleChild()
193 ContainerNode* scope = 0; local
205 StyleElement::removedFromDocument(document(), this, scope); local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ActionScript.stg 68 <scopes:{<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
189 <scopes:{<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
214 public function <ruleDescriptor.name>(<ruleDescriptor.parameterScope:parameterScope(scope=it)>):<returnType()> \{ <if(ruleDescriptor.hasReturnValue)>return <endif><ruleDescriptor.grammar:delegateName()>.<ruleDescriptor.name>(<ruleDescriptor.parameterScope.attributes:{a|<a.name>}; separator=", ">); \}}; separator="\n">
256 public final function <ruleName>_fragment(<ruleDescriptor.parameterScope:parameterScope(scope=it)>):void {
316 <ruleAttributeScope(scope=ruleDescriptor.ruleScope)>
319 public final function <ruleName>(<ruleDescriptor.parameterScope:parameterScope(scope=it)>):<returnType()> {
447 public final function m<ruleName>(<ruleDescriptor.parameterScope:parameterScope(scope=it)>):void {
741 ruleRef(rule,label,elementIndex,args,scope) ::= <<
743 <if(label)><label>=<endif><if(scope)><scope:delegateName()>.<endif><rule.name>(<args; separator=", ">);<\n
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
Scala.stg 343 <ruleAttributeScope(scope=ruleDescriptor.ruleScope)>
344 <returnScope(scope=ruleDescriptor.returnScope)>
787 ruleRef(rule,label,elementIndex,args,scope) ::= <<
789 <if(label)><label>=<endif><if(scope)><scope:delegateName()>.<endif><rule.name>(<args; separator=", ">)<\n>
795 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
806 lexerRuleRef(rule,label,args,elementIndex,scope) ::= <<
811 <if(scope)><scope:delegateName()>.<endif>m<rule.name>(<args; separator=", ">)
817 <if(scope)><scope:delegateName()>.<endif>m<rule.name>(<args; separator=", ">
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg 55 * actionScope (String): 'lexer', 'parser', 'tree_parser' or custom scope
133 <scopes:{<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
228 procedure m<rule.ruleName>(<rule.ruleDescriptor.parameterScope:parameterScope(scope=rule)>);<\n>
337 <scopes:{<if(it.isDynamicGlobalScope)><globalAttributeScopeDeclaration(scope=it)><endif>}>
400 <rules: {r | <ruleAttributeScopeInit(scope=r.ruleDescriptor.ruleScope)>}>
401 <scopes:{<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
449 function <ruleDescriptor.name>(<ruleDescriptor.parameterScope:parameterScope(scope=it)>): I<returnType()>;<\n>
452 function <ruleDescriptor.name>(<ruleDescriptor.parameterScope:parameterScope(scope=it)>): <returnType()>;<\n>
454 procedure <ruleDescriptor.name>(<ruleDescriptor.parameterScope:parameterScope(scope=it)>);<\n>
461 function T<grammar.recognizerName>.<ruleDescriptor.name>(<ruleDescriptor.parameterScope:parameterScope(scope=it)>): I<returnType()>;<\n
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
Perl5.stg 80 <scopes:{<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
214 <scopes:{<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
272 # <ruleDescriptor.parameterScope:parameterScope(scope=it)>
337 <ruleAttributeScope(scope=ruleDescriptor.ruleScope)>
338 <returnScope(scope=ruleDescriptor.returnScope)>
343 my ($self, <ruleDescriptor.parameterScope:parameterScope(scope=it)>) = @_;
475 # <ruleDescriptor.parameterScope:parameterScope(scope=it)>
771 ruleRef(rule,label,elementIndex,args,scope) ::= <<
783 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
794 lexerRuleRef(rule,label,args,elementIndex,scope) ::= <
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/signin/
AndroidProfileOAuth2TokenServiceHelper.java 30 Account account, String scope, AccountManagerHelper.GetAuthTokenCallback callback) {
31 OAuth2TokenService.getOAuth2AccessToken(context, activity, account, scope, callback);
47 @Nullable Activity activity, Account account, String scope,
50 context, activity, account, scope, timeout, unit);

Completed in 3551 milliseconds

1 23 4 5 6 7 8 91011>>