HomeSort by relevance Sort by last modified time
    Searched refs:rule (Results 251 - 275 of 1332) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ObjC.stg 250 #pragma mark Rule return scopes Interface start
251 <rules:{rule |
252 <rule.ruleDescriptor:{ruleDescriptor | <returnScopeInterface(scope=ruleDescriptor.returnScope)>}>}>
253 #pragma mark Rule return scopes Interface end
272 <rules:{rule |
273 - (<rule.ruleDescriptor:{ruleDescriptor|<returnType()>}>) <if(!rule.ruleDescriptor.isSynPred)>m<rule.ruleName><else><rule.ruleName>_fragment<endif> <if(rule.ruleDescriptor.parameterScope)><rule.ruleDescriptor.parameterScope:parameterScope()><endif>; }; se (…)
    [all...]
AST.stg 164 /** Add a variable to track rule's return AST */
182 description:@"rule <it>"] retain];}; separator="\n">
214 * as a rule could have both rewrite and AST within the same alternative
229 /** ID and track it for use in a rewrite rule */
238 /** ids+=ID and track it for use in a rewrite rule; adds to ids *and*
261 /** rule when output=AST and tracking for rewrite */
262 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
265 [stream_<rule.name> addElement:[<label> getTree]];
268 /** x+=rule when output=AST and tracking for rewrite */
269 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <
    [all...]
  /external/chromium_org/third_party/libxml/src/
schematron.c 97 * A Schematrons rule
102 xmlSchematronRulePtr next; /* the next rule in the list */
103 xmlSchematronRulePtr patnext;/* the next rule in the pattern list */
105 xmlChar *context; /* the context evaluation rule */
295 * @rule: the parent rule
307 xmlSchematronRulePtr rule,
313 if ((ctxt == NULL) || (rule == NULL) || (node == NULL) ||
341 if (rule->tests == NULL) {
342 rule->tests = ret
1668 xmlSchematronRulePtr rule; local
    [all...]
  /external/libxml2/
schematron.c 97 * A Schematrons rule
102 xmlSchematronRulePtr next; /* the next rule in the list */
103 xmlSchematronRulePtr patnext;/* the next rule in the pattern list */
105 xmlChar *context; /* the context evaluation rule */
295 * @rule: the parent rule
307 xmlSchematronRulePtr rule,
313 if ((ctxt == NULL) || (rule == NULL) || (node == NULL) ||
341 if (rule->tests == NULL) {
342 rule->tests = ret
1668 xmlSchematronRulePtr rule; local
    [all...]
  /external/chromium_org/extensions/browser/api/declarative/
declarative_rule.h 179 // this rule. Defaults to MIN_INT.
190 // Representation of a rule of a declarative API:
206 typedef extensions::core_api::events::Rule JsonRule;
226 // Before constructing the final rule, calls check_consistency(conditions,
229 // the returned rule is internally consistent.
235 linked_ptr<JsonRule> rule,
253 // this rule. Defaults to MIN_INT. Only valid if the conditions of this rule
460 linked_ptr<JsonRule> rule,
466 extension, url_matcher_condition_factory, rule->conditions, error)
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
scopes.rb 66 /* rule scopes, from the book, final beta, p.147 */
83 /* rule scopes, from the book, final beta, p.148 */
107 /* recursive rule scopes, from the book, final beta, p.150 */
137 /* recursive rule scopes, access bottom-most scope */
151 /* recursive rule scopes, access with negative index */
177 example "parsing 'foobar' with rule a" do
183 example "failing to parse 'foobar' with rule b[false]" do
189 example "parsing 'foobar' with rule b[true]" do
195 example "parsing a decl block with rule c" do
211 example "failing to parse undeclared symbols with rule c" d
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
AST.stg 59 /** Add a variable to track rule's return AST */
73 :{var stream_<it>:RewriteRuleSubtreeStream=new RewriteRuleSubtreeStream(adaptor,"rule <it>");}; separator="\n">
78 * as a rule could have both rewrite and AST within the same alternative
93 /** ID and track it for use in a rewrite rule */
99 /** ids+=ID and track it for use in a rewrite rule; adds to ids *and*
119 /** rule when output=AST and tracking for rewrite */
120 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
122 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>stream_<rule.name>.add(<label>.tree);
125 /** x+=rule when output=AST and tracking for rewrite */
126 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
AST.stg 85 /** Add a variable to track rule's return AST */
99 :{it|RewriteRuleSubtreeStream stream_<it>=new RewriteRuleSubtreeStream(adaptor,"rule <it>");}; separator="\n">
104 * as a rule could have both rewrite and AST within the same alternative
119 /** ID and track it for use in a rewrite rule */
125 /** ids+=ID and track it for use in a rewrite rule; adds to ids *and*
145 /** rule when output=AST and tracking for rewrite */
146 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
148 <if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>stream_<rule.name>.Add(<label>.Tree);
151 /** x+=rule when output=AST and tracking for rewrite */
152 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <
    [all...]
ASTTreeParser.stg 38 * token, set, rule, wildcard
51 /** What to emit when there is no rewrite rule. For auto build
79 <if(root.el.rule)>
221 // RULE REF AST
223 /** rule auto construct */
224 ruleRef(rule,label,elementIndex,args,scope) ::= <<
235 /** x+=rule auto construct */
236 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
241 /** ^(rule ...) auto construct */
242 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
AST.stg 85 /** Add a variable to track rule's return AST */
100 :{it|<\n>RewriteRuleSubtreeStream stream_<it>=new RewriteRuleSubtreeStream(adaptor,"rule <it>");}>
106 * as a rule could have both rewrite and AST within the same alternative
117 /** ID and track it for use in a rewrite rule */
123 /** ids+=ID and track it for use in a rewrite rule; adds to ids *and*
143 /** rule when output=AST and tracking for rewrite */
144 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
146 <if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>stream_<rule.name>.Add(<label>.Tree);
149 /** x+=rule when output=AST and tracking for rewrite */
150 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
AST.stg 58 /** Add a variable to track rule's return AST */
72 :{it | RewriteRuleSubtreeStream stream_<it>=new RewriteRuleSubtreeStream(adaptor,"rule <it>");}; separator="\n">
77 * as a rule could have both rewrite and AST within the same alternative
92 /** ID and track it for use in a rewrite rule */
98 /** ids+=ID and track it for use in a rewrite rule; adds to ids *and*
118 /** rule when output=AST and tracking for rewrite */
119 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
121 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>stream_<rule.name>.add(<label>.getTree());
124 /** x+=rule when output=AST and tracking for rewrite */
125 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
AST.stg 55 /** Add a variable to track rule's return AST */
68 :{var stream_<it>=new org.antlr.runtime.tree.RewriteRuleSubtreeStream(this.adaptor,"rule <it>");}; separator="\n">
73 * as a rule could have both rewrite and AST within the same alternative
88 /** ID and track it for use in a rewrite rule */
94 /** ids+=ID and track it for use in a rewrite rule; adds to ids *and*
118 /** rule when output=AST and tracking for rewrite */
119 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
121 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>stream_<rule.name>.add(<label>.getTree());
124 /** x+=rule when output=AST and tracking for rewrite */
125 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <
    [all...]
  /external/chromium_org/third_party/boringssl/src/ssl/
ssl_ciph.c 526 int rule, int strength_bits, int in_group,
534 printf("Applying rule %d with %08lx/%08lx/%08lx/%08lx/%08lx %08lx (%d) in_group:%d\n",
535 rule, alg_mkey, alg_auth, alg_enc, alg_mac, alg_ssl, algo_strength, strength_bits, in_group);
538 if (rule == CIPHER_DEL)
601 printf("Action = %d\n", rule);
605 if (rule == CIPHER_ADD)
616 else if (rule == CIPHER_ORD)
625 else if (rule == CIPHER_DEL)
638 else if (rule == CIPHER_KILL)
718 int j, multi, found, rule, retval, ok, buflen, in_group = 0 local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
strmatch.cpp 244 UnicodeString& StringMatcher::toReplacerPattern(UnicodeString& rule,
247 rule.truncate(0);
248 rule.append((UChar)0x0024 /*$*/);
249 ICU_Utility::appendNumber(rule, segmentNumber, 10, 1);
250 return rule;
  /external/icu/icu4c/source/i18n/
strmatch.cpp 244 UnicodeString& StringMatcher::toReplacerPattern(UnicodeString& rule,
247 rule.truncate(0);
248 rule.append((UChar)0x0024 /*$*/);
249 ICU_Utility::appendNumber(rule, segmentNumber, 10, 1);
250 return rule;
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
ninja.py 49 # Special variables that may be used by gyp 'rule' targets.
51 # rule.
164 """Return true if the target should produce a restat rule based on a TOC
197 # sources as well as the starting directory a given gyp rule/action
412 # any of its action/rule/copy steps.
507 """Handle the implicit VS .idl rule for one source file. Fills |outputs|
576 |verb| is the short summary, e.g. ACTION or RULE.
593 # First write out a rule for the action.
613 # Then write out an edge using the rule.
626 for rule in rules
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorCSSAgent.cpp 373 CSSStyleRule* InspectorCSSAgent::asCSSStyleRule(CSSRule* rule)
375 if (!rule || rule->type() != CSSRule::STYLE_RULE)
377 return toCSSStyleRule(rule);
644 CSSRule* rule = flatRules.at(i).get(); local
645 if (rule->type() == CSSRule::MEDIA_RULE)
646 collectMediaQueriesFromRule(rule, medias.get());
916 CSSStyleRule* rule = inspectorStyleSheet->ruleForId(compoundId); local
965 CSSStyleRule* rule = inspectorStyleSheet->ruleForId(ruleId); local
1197 CSSRule* rule = styleSheet->item(i); local
1347 CSSStyleRule* rule = asCSSStyleRule(ruleList->item(i)); local
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
RecognizerSharedState.as 11 /** Track the set of token types that can follow any rule invocation.
32 /** In lieu of a return value, this indicates that a rule or token
46 * the stop token index for each rule. ruleMemo[ruleIndex] is
48 * get back the stop token for associated rule or MEMO_RULE_FAILED.
50 * This is only used if rule memoization is on (which it is by default).
62 * matching lexer rule(s). If you subclass to allow multiple token
  /external/bison/src/
print_graph.c 42 /* Print the lhs of a rule in such a manner that there is no vertical
46 print_lhs (struct obstack *oout, rule *previous_rule, rule *r)
66 rule *previous_rule = NULL;
  /external/chromium_org/build/android/gyp/
jarjar_resources.py 22 rule = line.split()
23 if rule[0] != 'rule':
25 _, src, dest = rule
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
dfa.h 36 /* data for Rule */
37 RegExp *rule; /* RuleOp */ member in union:Action::__anon84
57 RegExp *rule; /* RuleOp */ member in struct:State
149 a->d.rule = r;
  /libcore/luni/src/test/java/libcore/java/text/
CollatorTest.java 91 String rule = "&9 < a < b < c < d < e"; local
92 RuleBasedCollator coll = new RuleBasedCollator(rule);
96 RuleBasedCollator other = new RuleBasedCollator(rule);
  /development/build/
build_android_stubs.mk 13 # api-stubs-timestamp file, which is the $@ of the droiddoc rule.
17 # Normally the package rule runs aapt, which includes the resource,
18 # but we're not running that in our package rule so just copy in the
  /external/chromium_org/chrome/common/extensions/features/
chrome_channel_feature_filter_unittest.cc 179 scoped_ptr<base::DictionaryValue> rule(
191 new BaseFeatureProvider(*rule, CreateFeature<SimpleFeature>));
234 // Rule: "extension", channel trunk.
236 scoped_ptr<base::DictionaryValue> rule(
241 simple_feature->Parse(rule.get());
244 // Rule: "legacy_packaged_app", channel stable.
246 rule =
251 simple_feature->Parse(rule.get());
256 // Test match 1st rule.
268 // Test match 2nd rule
    [all...]
  /external/chromium_org/net/proxy/
proxy_bypass_rules.cc 20 class HostnamePatternRule : public ProxyBypassRules::Rule {
53 virtual Rule* Clone() const OVERRIDE {
65 class BypassLocalRule : public ProxyBypassRules::Rule {
78 virtual Rule* Clone() const OVERRIDE {
83 // Rule for matching a URL that is an IP address, if that IP address falls
84 // within a certain numeric range. For example, you could use this rule to
86 class BypassIPBlockRule : public ProxyBypassRules::Rule {
120 virtual Rule* Clone() const OVERRIDE {
148 ProxyBypassRules::Rule::Rule() {
    [all...]

Completed in 1352 milliseconds

<<11121314151617181920>>