HomeSort by relevance Sort by last modified time
    Searched refs:rule (Results 251 - 275 of 1248) 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...]
ASTTreeParser.stg 35 * token, set, rule, wildcard
92 /** What to emit when there is no rewrite rule. For auto build
122 <if(root.el.rule)>
274 // RULE REF AST
276 /** rule auto construct */
277 ruleRef(rule,label,elementIndex,args,scope) ::= <<
289 /** x+=rule auto construct */
290 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
297 /** ^(rule ...) auto construct */
298 ruleRefRuleRoot(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/chrome/browser/extensions/api/declarative/
declarative_rule.h 167 // this rule. Defaults to MIN_INT.
178 // Representation of a rule of a declarative API:
194 typedef extensions::api::events::Rule JsonRule;
214 // Before constructing the final rule, calls check_consistency(conditions,
217 // the returned rule is internally consistent.
222 linked_ptr<JsonRule> rule,
240 // this rule. Defaults to MIN_INT. Only valid if the conditions of this rule
435 linked_ptr<JsonRule> rule,
441 extension, url_matcher_condition_factory, rule->conditions, error)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCarrierPrivilegeRules.java 115 // Describes a single rule.
231 Rlog.d(LOG_TAG, "No matching rule found. Returning false.");
387 Rlog.e(LOG_TAG, "Skip unrecognized rule." + refArDo.value);
394 * Parses a single rule.
396 private static AccessRule parseRefArdo(String rule) {
397 Rlog.d(LOG_TAG, "Got rule: " + rule);
404 while (!rule.isEmpty()) {
405 if (rule.startsWith(TAG_REF_DO)) {
407 rule = refDo.parse(rule, false)
    [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...]
ASTTreeParser.stg 39 * token, set, rule, wildcard
52 /** What to emit when there is no rewrite rule. For auto build
80 <if(root.el.rule)>
222 // RULE REF AST
224 /** rule auto construct */
225 ruleRef(rule,label,elementIndex,args,scope) ::= <<
236 /** x+=rule auto construct */
237 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
242 /** ^(rule ...) auto construct */
243 ruleRefRuleRoot(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/icu/source/i18n/
strmatch.cpp 239 UnicodeString& StringMatcher::toReplacerPattern(UnicodeString& rule,
242 rule.truncate(0);
243 rule.append((UChar)0x0024 /*$*/);
244 ICU_Utility::appendNumber(rule, segmentNumber, 10, 1);
245 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 48 # Special variables that may be used by gyp 'rule' targets.
50 # rule.
163 """Return true if the target should produce a restat rule based on a TOC
196 # sources as well as the starting directory a given gyp rule/action
411 # any of its action/rule/copy steps.
506 """Handle the implicit VS .idl rule for one source file. Fills |outputs|
575 |verb| is the short summary, e.g. ACTION or RULE.
592 # First write out a rule for the action.
611 # Then write out an edge using the rule.
624 for rule in rules
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorCSSAgent.cpp 334 CSSStyleRule* InspectorCSSAgent::asCSSStyleRule(CSSRule* rule)
336 if (!rule || rule->type() != CSSRule::STYLE_RULE)
338 return toCSSStyleRule(rule);
602 CSSRule* rule = flatRules.at(i).get(); local
603 if (rule->type() == CSSRule::MEDIA_RULE)
604 collectMediaQueriesFromRule(rule, medias.get());
867 *errorString = "Source range didn't match any rule selector source range";
874 CSSStyleRule* rule = inspectorStyleSheet->ruleForId(compoundId); local
920 CSSStyleRule* rule = inspectorStyleSheet->ruleForId(ruleId); local
1146 CSSRule* rule = styleSheet->item(i); local
1296 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::__anon20283
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

Completed in 732 milliseconds

<<11121314151617181920>>