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

<<11121314151617181920>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
Dbg.stg 131 @rule.preamble() ::= <<
141 @rule.postamble() ::= <<
227 goto rule<ruleDescriptor.name>Ex;
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
AST.stg 73 /** Add a variable to track rule's return AST */
88 :{it | stream_<it> = RewriteRuleSubtreeStream(self._adaptor, "rule <it>")}; separator="\n">
93 * as a rule could have both rewrite and AST within the same alternative
109 /** ID and track it for use in a rewrite rule */
115 /** ids+=ID and track it for use in a rewrite rule; adds to ids *and*
135 /** rule when output=AST and tracking for rewrite */
136 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
138 <finishedBacktracking({stream_<rule.name>.add(<label>.tree)})>
141 /** x+=rule when output=AST and tracking for rewrite */
142 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <
    [all...]
  /frameworks/base/tools/aapt2/link/
XmlCompatVersioner.cpp 34 // (came from a rule).
55 const ApiVersion& src_attr_version, const IDegradeRule* rule,
61 // The API is compatible, so don't check the rule and just copy.
86 if (rule != nullptr) {
87 for (const DegradeResult& result : rule->Degrade(src_el, src_attr, out_string_pool)) {
121 auto rule = rules_->find(attr_resid);
122 ProcessRule(el, attr, attr_version, rule != rules_->end() ? rule->second.get() : nullptr,
  /libcore/ojluni/src/main/java/java/time/zone/
IcuZoneRulesProvider.java 89 * 1. The first rule is always an InitialTimeZoneRule (guaranteed by spec).
95 * 6. There is a non-immense number of transitions for any rule before the final rules apply
158 // The presence of an AnnualTimeZoneRule is taken as an indication of a final rule.
174 "Unexpected rule after 2 AnnualTimeZoneRules.");
179 verify(last1 == null, zoneId, "Unexpected rule after AnnualTimeZoneRule.");
220 * @param rule
221 * The rule to transform.
226 AnnualTimeZoneRule rule, int dstSavingMillisBefore) {
227 DateTimeRule dateTimeRule = rule.getRule();
251 throw new ZoneRulesException("Date rule type DOW is unsupported")
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
PluralRules.java 66 * keyword "other" by the default rule.
73 * This illustrates that the same keyword can be defined multiple times. Each rule is examined in order, and the first
74 * keyword whose condition passes is the one returned. Also notes that a modulus is applied to n in the last rule. Thus
91 * rules = rule (';' rule)*
92 * rule = keyword ':' condition
326 * for values to which no other form in the rule applies. It
376 private static final Rule DEFAULT_RULE = new Rule("other", NO_CONSTRAINT, null, null);
380 * @param description the rule description
1477 Rule rule = parseRule(rules[i].trim()); local
1744 Rule rule = it.next(); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
PluralRules.java 65 * keyword "other" by the default rule.
72 * This illustrates that the same keyword can be defined multiple times. Each rule is examined in order, and the first
73 * keyword whose condition passes is the one returned. Also notes that a modulus is applied to n in the last rule. Thus
90 * rules = rule (';' rule)*
91 * rule = keyword ':' condition
322 * for values to which no other form in the rule applies. It
377 private static final Rule DEFAULT_RULE = new Rule("other", NO_CONSTRAINT, null, null);
381 * @param description the rule description
1431 Rule rule = parseRule(rules[i].trim()); local
1698 Rule rule = it.next(); local
    [all...]
  /external/messageformat/java/com/ibm/icu/simple/
PluralRules.java 60 * keyword "other" by the default rule.
67 * This illustrates that the same keyword can be defined multiple times. Each rule is examined in order, and the first
68 * keyword whose condition passes is the one returned. Also notes that a modulus is applied to n in the last rule. Thus
85 * rules = rule (';' rule)*
86 * rule = keyword ':' condition
308 * for values to which no other form in the rule applies. It
360 private static final Rule DEFAULT_RULE = new Rule("other", NO_CONSTRAINT, null, null);
364 * @param description the rule description
1416 Rule rule = parseRule(rules[i].trim()); local
1671 Rule rule = it.next(); local
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 60 * in a rule will cause an exception and immediate exit from
61 * rule. Rule would recover by resynchronizing to the set of
62 * symbols that can follow rule ref.
272 msg = "rule "+fpe.ruleName+" failed predicate: {"+
353 /* Compute the error recovery set for the current rule. During
354 * rule invocation, the parser pushes the set of tokens that can
355 * follow that rule reference on the stack; this amounts to
356 * computing FIRST of what follows the rule reference in the
357 * enclosing rule. This local follow set only includes token
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
NameSpaceChecker.java 46 Rule r = grammar.composite.ruleIndexToRuleList.elementAt(i);
50 // walk all labels for Rule r
58 // walk rule scope attributes for Rule r
75 // check for missing rule, tokens
79 protected void checkForRuleArgumentAndReturnValueConflicts(Rule r) {
96 protected void checkForRuleDefinitionProblems(Rule r) {
119 /** If ref to undefined rule, give error at first occurrence.
121 * Give error if you cannot find the scope override on a rule reference.
123 * If you ref ID in a combined grammar and don't define ID as a lexer rule
133 Rule rule = grammar.getRule(ruleName); local
175 Rule rule = grammar.getRule(scopeG.name, ruleName); local
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
infoflow.py 286 # rule and then expands the rule. All information flows are
303 for rule in self.policy.terules():
304 if rule.ruletype != "allow":
307 (rweight, wweight) = self.perm_map.rule_weight(rule)
309 for s, t in itertools.product(rule.source.expand(), rule.target.expand()):
315 edge.rules.append(rule)
320 edge.rules.append(rule)
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LayoutTestBase.java 53 * @param rule The rule to test on
68 protected INode dragInto(IViewRule rule, INode targetNode, Rect dragBounds, Point dropPoint,
79 DropFeedback feedback = rule.onDropEnter(targetNode, null/*targetView*/, elements);
89 feedback = rule.onDropMove(targetNode, elements, feedback, dropPoint);
93 feedback = rule.onDropMove(targetNode, elements, feedback, secondDropPoint);
127 rule.onDropped(targetNode, elements, feedback, dropPoint);
191 protected void initialize(IViewRule rule, String fqn) {
192 rule.onInitialize(fqn, new TestRulesEngine(fqn));
  /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...]
  /external/boringssl/src/ssl/
ssl_cipher.c 625 /* The "COMPLEMENTOFDEFAULT" rule is omitted. It matches nothing. */
819 /* rule_equals returns one iff the NUL-terminated string |rule| is equal to the
821 static int rule_equals(const char *rule, const char *buf, size_t buf_len) {
822 /* |strncmp| alone only checks that |buf| is a prefix of |rule|. */
823 return strncmp(rule, buf, buf_len) == 0 && rule[buf_len] == '\0';
909 /* ssl_cipher_apply_rule applies the rule type |rule| to ciphers matching its
920 uint32_t alg_enc, uint32_t alg_mac, uint16_t min_version, int rule,
929 /* The rule matches nothing, so bail early. *
1089 int multi, skip_rule, rule, ok, in_group = 0, has_group = 0; 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 */
297 * @rule: the parent rule
309 xmlSchematronRulePtr rule,
315 if ((ctxt == NULL) || (rule == NULL) || (node == NULL) ||
343 if (rule->tests == NULL) {
344 rule->tests = ret
1670 xmlSchematronRulePtr rule; local
    [all...]
  /external/deqp/modules/egl/
teglChooseConfigReference.cpp 395 const AttribRule rule = iter->second; local
397 if (rule.value == EGL_DONT_CARE)
399 else if (rule.name == EGL_MATCH_NATIVE_PIXMAP)
400 TCU_CHECK(rule.value == EGL_NONE); // Not supported
401 else if (rule.name == EGL_TRANSPARENT_RED_VALUE || rule.name == EGL_TRANSPARENT_GREEN_VALUE || rule.name == EGL_TRANSPARENT_BLUE_VALUE)
405 const EGLint cfgValue = config.getAttribute(rule.name);
407 switch (rule.criteria)
410 if (rule.value != cfgValue
    [all...]
  /frameworks/base/core/java/android/service/notification/
ZenModeConfig.java 253 final String rule = allRules.valueAt(i); local
254 final ZenRule fromRule = automaticRules != null ? automaticRules.get(rule) : null;
255 final ZenRule toRule = to.automaticRules != null ? to.automaticRules.get(rule) : null;
256 ZenRule.appendDiff(d, "automaticRule[" + rule + "]", fromRule, toRule);
290 private static boolean isValidManualRule(ZenRule rule) {
291 return rule == null || Global.isValidZenMode(rule.zenMode) && sameCondition(rule);
294 private static boolean isValidAutomaticRule(ZenRule rule) {
295 return rule != null && !TextUtils.isEmpty(rule.name) && Global.isValidZenMode(rule.zenMode
    [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...]
  /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...]

Completed in 1421 milliseconds

<<11121314151617181920>>