/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);
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/ |
SQLiteFileSystem.cpp | 48 ThreadState::SafePointScope scope(ThreadState::HeapPointersOnStack);
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebServiceWorker.h | 61 virtual WebURL scope() const { return WebURL(); } function in class:blink::WebServiceWorker
|
/external/chromium_org/third_party/skia/expectations/gm/ |
loader.js | 3 * Reads an expected-results.json file, and imports its data into $scope. 18 function($scope, $http) { 23 * $scope.gmExpectedResults . 25 $scope.changePlatformPath = function() { 26 $http.get($scope.platformPath + "/expected-results.json").success( 47 $scope.gmExpectedResults = jsonResults;
|
/external/chromium_org/tools/gn/ |
action_target_generator.h | 15 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_process_file_template.cc | 8 #include "tools/gn/scope.h" 65 Value RunProcessFileTemplate(Scope* scope, 74 FileTemplate file_template(scope->settings(), args[1], err); 79 if (!ExtractListOfRelativeFiles(scope->settings()->build_settings(), args[0], 80 scope->GetSourceDir(), &input_files, err))
|
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;
|
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);
|
function_write_file_unittest.cc | 15 bool CallWriteFile(Scope* scope, 25 Value result = functions::RunWriteFile(scope, &function_call, args, &err); 45 EXPECT_FALSE(CallWriteFile(setup.scope(), "//in_root.txt", some_string)); 46 EXPECT_FALSE(CallWriteFile(setup.scope(), "//other_dir/foo.txt", 50 EXPECT_TRUE(CallWriteFile(setup.scope(), "//out/foo.txt", some_string)); 61 EXPECT_TRUE(CallWriteFile(setup.scope(), "//out/foo.txt", some_list)); 80 EXPECT_TRUE(CallWriteFile(setup.scope(), "//out/foo.txt", some_list));
|
target_generator.cc | 18 #include "tools/gn/scope.h" 25 Scope* scope, 29 scope_(scope), 59 void TargetGenerator::GenerateTarget(Scope* scope, 74 const Label& toolchain_label = ToolchainLabelForScope(scope); 75 Label label(scope->GetSourceDir(), args[0].string_value(), 81 scoped_ptr<Target> target(new Target(scope->settings(), label)); 86 CopyTargetGenerator generator(target.get(), scope, function_call, err) [all...] |
operators_unittest.cc | 42 setup.scope()->SetValue(sources, Value(NULL, Value::LIST), NULL); 54 // Set up the filter on the scope to remove everything ending with "rm" 57 setup.scope()->set_sources_assignment_filter(pattern_list.Pass()); 63 node.Execute(setup.scope(), &err); 70 node.Execute(setup.scope(), &err); 77 node.Execute(setup.scope(), &err); 84 ExecuteBinaryOperator(setup.scope(), &node, node.left(), &list, &err); 87 // The sources variable in the scope should now have: [ 5, "good", "good" ] 88 const Value* value = setup.scope()->GetValue(sources); 105 setup.scope()->SetValue(foo, Value(NULL, Value::LIST), NULL) [all...] |
/external/skia/expectations/gm/ |
loader.js | 3 * Reads an expected-results.json file, and imports its data into $scope. 18 function($scope, $http) { 23 * $scope.gmExpectedResults . 25 $scope.changePlatformPath = function() { 26 $http.get($scope.platformPath + "/expected-results.json").success( 47 $scope.gmExpectedResults = jsonResults;
|
/libcore/luni/src/main/java/java/security/ |
IdentityScope.java | 24 * {@code IdentityScope} represents a scope for {@link Identity} objects. 34 // systemScope holds reference to the current system scope 56 * name and the specified scope. 60 * @param scope 61 * the scope of this {@code IdentityScope}. 65 public IdentityScope(String name, IdentityScope scope) 67 super(name, scope); 71 * Returns the system's scope. 73 * @return the system's scope. 78 * "system.scope", and the class is only loaded from boot classpath. No defaul [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
Ruby.stg | 81 <placeAction(scope="all", name="header")> 82 <placeAction(scope=actionScope,name="header")> 90 <placeAction(scope=actionScope,name="footer")> 91 <placeAction(scope="all", name="footer")> 95 <placeAction(scope=actionScope,name="main")> 125 <placeAction(scope="token",name="scheme")> 126 <placeAction(scope="token",name="members")> 132 <placeAction(scope="module",name="head")> 135 <placeAction(scope="module",name="foot")> 257 <placeAction(scope=actionScope,name="init") [all...] |
/external/chromium_org/third_party/skia/src/animator/ |
SkDisplayApply.cpp | 34 // if no attibutes, enclosed displayable is both scope & target 35 // only if both scope & target are specified, or if target and enclosed displayable, are scope and target different 47 SK_MEMBER(scope, Drawable), // thing that scopes animation (unnamed enclosed displayable goes here) 59 restore(false), scope(NULL), steps(-1), transition((Transition) -1), fActive(NULL), /*fCurrentScope(NULL),*/ 68 delete scope; 160 return fDeleteScope && scope == child; 164 SkDrawable* saveScope = scope; 165 scope = NULL; 167 result->scope = scope = saveScope [all...] |
/external/skia/src/animator/ |
SkDisplayApply.cpp | 34 // if no attibutes, enclosed displayable is both scope & target 35 // only if both scope & target are specified, or if target and enclosed displayable, are scope and target different 47 SK_MEMBER(scope, Drawable), // thing that scopes animation (unnamed enclosed displayable goes here) 59 restore(false), scope(NULL), steps(-1), transition((Transition) -1), fActive(NULL), /*fCurrentScope(NULL),*/ 68 delete scope; 160 return fDeleteScope && scope == child; 164 SkDrawable* saveScope = scope; 165 scope = NULL; 167 result->scope = scope = saveScope [all...] |
/external/chromium_org/v8/test/mjsunit/harmony/ |
debug-blockscopes.js | 82 // Check that the scope chain contains the expected types of scopes. 86 var scope = exec_state.frame().scope(i); 87 assertTrue(scope.isScope()); 88 assertEquals(scopes[i], scope.scopeType()); 90 // Check the global object when hitting the global scope. 94 assertPropertiesEqual(global_object, scope.scopeObject().value()); 120 assertTrue(found, "Scope object " + response.body.scopes[i].object.ref + " not found"); 124 // Check that the content of the scope is as expected. For functions just check 127 var scope = exec_state.frame().scope(number) [all...] |
/external/chromium_org/components/policy/core/common/ |
policy_map.cc | 16 scope(POLICY_SCOPE_USER), 30 copy->scope = scope; 43 return scope > other.scope; 50 scope == other.scope && 75 PolicyScope scope, 81 entry.scope = scope; [all...] |
/external/chromium_org/third_party/protobuf/python/google/protobuf/ |
descriptor_pool.py | 189 scope = {} 205 scope.update(symbols) 206 scope.update((_strip_package(k), v) for k, v in symbols) 209 scope.update(symbols) 210 scope.update((_strip_package(k), v) for k, v in symbols) 214 message_type, file_proto.package, file_descriptor, scope) 218 file_descriptor, None, scope) 220 self._SetFieldTypes(desc_proto, scope) 223 desc = scope[desc_proto.name] 231 scope=None) [all...] |