HomeSort by relevance Sort by last modified time
    Searched refs:rule (Results 201 - 225 of 1402) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeRewriter.h 43 - (id)rule;
51 ANTLRfptr *rule; variable
60 - (ANTLRTreeRewriter *) applyOnce:(id<ANTLRTree>)t Rule:(ANTLRfptr *)whichRule;
61 - (ANTLRTreeRewriter *) applyRepeatedly:(id<ANTLRTree>)t Rule:(ANTLRfptr *)whichRule;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeRewriter.h 43 - (id)rule;
51 ANTLRfptr *rule; variable
60 - (ANTLRTreeRewriter *) applyOnce:(id<ANTLRTree>)t Rule:(ANTLRfptr *)whichRule;
61 - (ANTLRTreeRewriter *) applyRepeatedly:(id<ANTLRTree>)t Rule:(ANTLRfptr *)whichRule;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeRewriter.h 43 - (id)rule;
51 ANTLRfptr *rule; variable
60 - (ANTLRTreeRewriter *) applyOnce:(id<ANTLRTree>)t Rule:(ANTLRfptr *)whichRule;
61 - (ANTLRTreeRewriter *) applyRepeatedly:(id<ANTLRTree>)t Rule:(ANTLRfptr *)whichRule;
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/volume/
ZenModePanelTest.java 186 ZenModeConfig.ZenRule rule = new ZenModeConfig.ZenRule(); local
192 rule.condition = alarm;
193 rule.conditionId = alarm.id;
194 rule.enabled = true;
195 rule.zenMode = Settings.Global.ZEN_MODE_IMPORTANT_INTERRUPTIONS;
197 mPanel.handleUpdateManualRule(rule);
206 rule.zenMode = Settings.Global.ZEN_MODE_NO_INTERRUPTIONS;
208 mPanel.handleUpdateManualRule(rule);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
ResizeState.java 30 * The associated rule
89 * @param rule the associated rule
94 ResizeState(BaseLayoutRule rule, INode layout, Object layoutView, INode node) {
95 mRule = rule;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
ZoomControlsRuleTest.java 43 ZoomControlsRule rule = new ZoomControlsRule(); local
46 DropFeedback feedback = rule.onDropEnter(layout, null/*targetView*/, elements);
  /build/soong/android/
defs.go 28 // A phony rule that is not the built-in Ninja phony rule. The built-in
29 // phony rule has special behavior that is sometimes not desired. See the
37 // GeneratedFile is a rule for indicating that a given file was generated
47 // A copy rule.
55 // A timestamp touch rule.
62 // A symlink rule.
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
ASTParser.stg 38 * token, set, rule, wildcard
44 @rule.setErrorReturnValue() ::= <<
124 // RULE REF AST
126 /** rule when output=AST */
127 ruleRef(rule,label,elementIndex,args,scope) ::= <<
132 /** rule! is same as normal rule ref */
133 ruleRefBang(rule,label,elementIndex,args,scope) ::= "<super.ruleRef(...)>"
135 /** rule^ */
136 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <
    [all...]
ASTTreeParser.stg 38 * token, set, rule, wildcard
57 /** What to emit when there is no rewrite rule. For auto build
92 <if(root.el.rule)>
236 // RULE REF AST
238 /** rule auto construct */
239 ruleRef(rule,label,elementIndex,args,scope) ::= <<
253 /** x+=rule auto construct */
254 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
259 /** ^(rule ...) auto construct */
260 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
ASTParser.stg 38 * token, set, rule, wildcard
44 @rule.setErrorReturnValue() ::= <<
123 // RULE REF AST
125 /** rule when output=AST */
126 ruleRef(rule,label,elementIndex,args,scope) ::= <<
131 /** rule! is same as normal rule ref */
132 ruleRefBang(rule,label,elementIndex,args,scope) ::= "<super.ruleRef(...)>"
134 /** rule^ */
135 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
ASTParser.stg 39 * token, set, rule, wildcard
45 @rule.setErrorReturnValue() ::= <<
128 // RULE REF AST
130 /** rule when output=AST */
131 ruleRef(rule,label,elementIndex,args,scope) ::= <%
138 /** rule! is same as normal rule ref */
139 ruleRefBang(rule,label,elementIndex,args,scope) ::= "<super.ruleRef(...)>"
141 /** rule^ */
142 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
ASTParser.stg 38 * token, set, rule, wildcard
45 @rule.setErrorReturnValue() ::= <<
134 // RULE REF AST
136 /** rule when output=AST */
137 ruleRef(rule,label,elementIndex,args,scope) ::= <<
142 /** rule! is same as normal rule ref */
143 ruleRefBang(rule,label,elementIndex,args,scope) ::= "<super.ruleRef(...)>"
145 /** rule^ */
146 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <
    [all...]
ASTTreeParser.stg 38 * token, set, rule, wildcard
58 /** What to emit when there is no rewrite rule. For auto build
87 <if(root.el.rule)>
225 // RULE REF AST
227 /** rule auto construct */
228 ruleRef(rule,label,elementIndex,args,scope) ::= <<
239 /** x+=rule auto construct */
240 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
245 /** ^(rule ...) auto construct */
246 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ASTParser.stg 35 * token, set, rule, wildcard
40 @rule.setErrorReturnValue() ::= <<
41 /* ASTParser rule.setErrorReturnValue */
130 // RULE REF AST
132 /** rule when output=AST */
133 ruleRef(rule,label,elementIndex,args,scope) ::= <<
140 /** rule! is same as normal rule ref */
141 ruleRefBang(rule,label,elementIndex,args,scope) ::= "<super.ruleRef(...)>"
143 /** rule^ *
    [all...]
  /external/selinux/python/sepolgen/src/sepolgen/
output.py 138 for rule in rules:
139 if isinstance(rule, refpolicy.InterfaceCall):
140 x = rule.args[0]
142 x = util.first(rule.src_types)
151 sep_rules.append(rule)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
output.py 138 for rule in rules:
139 if isinstance(rule, refpolicy.InterfaceCall):
140 x = rule.args[0]
142 x = util.first(rule.src_types)
151 sep_rules.append(rule)
  /build/kati/
dep.cc 30 #include "rule.h"
49 void ApplyOutputPattern(const Rule& r,
76 Entry(const Rule* r, StringPiece s)
77 : rule(r), suffix(s) {
79 const Rule* rule; member in struct:__anon1404::RuleTrie::Entry
90 void Add(StringPiece name, const Rule* rule) {
92 rules_.push_back(Entry(rule, name));
100 p.first->second->Add(name.substr(1), rule);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ASTTreeParser.stg 35 * token, set, rule, wildcard
49 /** What to emit when there is no rewrite rule. For auto build
77 <if(root.el.rule)>
219 // RULE REF AST
221 /** rule auto construct */
222 ruleRef(rule,label,elementIndex,args,scope) ::= <<
233 /** x+=rule auto construct */
234 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
239 /** ^(rule ...) auto construct */
240 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
ASTTreeParser.stg 35 * token, set, rule, wildcard
48 /** What to emit when there is no rewrite rule. For auto build
76 <if(root.el.rule)>
218 // RULE REF AST
220 /** rule auto construct */
221 ruleRef(rule,label,elementIndex,args,scope) ::= <<
232 /** x+=rule auto construct */
233 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
238 /** ^(rule ...) auto construct */
239 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
ASTTreeParser.stg 7 * token, set, rule, wildcard
21 /** What to emit when there is no rewrite rule. For auto build
49 <if(root.el.rule)>
176 // RULE REF AST
178 /** rule auto construct */
179 ruleRef(rule,label,elementIndex,args,scope) ::= <<
190 /** x+=rule auto construct */
191 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
196 /** ^(rule ...) auto construct */
197 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
ASTTreeParser.stg 35 * token, set, rule, wildcard
57 /** What to emit when there is no rewrite rule. For auto build
84 <if(root.el.rule)>
230 // RULE REF AST
232 /** rule auto construct */
233 ruleRef(rule,label,elementIndex,args,scope) ::= <<
246 /** x+=rule auto construct */
247 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
252 /** ^(rule ...) auto construct */
253 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
RuleBasedTimeZone.java 42 * @param initialRule The initial time zone rule.
55 * @param rule The <code>TimeZoneRule</code>.
57 public void addTransitionRule(TimeZoneRule rule) {
61 if (!rule.isTransitionRule()) {
62 throw new IllegalArgumentException("Rule must be a transition rule");
64 if (rule instanceof AnnualTimeZoneRule
65 && ((AnnualTimeZoneRule)rule).getEndYear() == AnnualTimeZoneRule.MAX_YEAR) {
69 finalRules[0] = (AnnualTimeZoneRule)rule;
71 finalRules[1] = (AnnualTimeZoneRule)rule;
593 TimeZoneRule rule = null; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
RuleBasedTimeZone.java 41 * @param initialRule The initial time zone rule.
56 * @param rule The <code>TimeZoneRule</code>.
60 public void addTransitionRule(TimeZoneRule rule) {
64 if (!rule.isTransitionRule()) {
65 throw new IllegalArgumentException("Rule must be a transition rule");
67 if (rule instanceof AnnualTimeZoneRule
68 && ((AnnualTimeZoneRule)rule).getEndYear() == AnnualTimeZoneRule.MAX_YEAR) {
72 finalRules[0] = (AnnualTimeZoneRule)rule;
74 finalRules[1] = (AnnualTimeZoneRule)rule;
618 TimeZoneRule rule = null; local
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/
main-scripts.rb 92 %w(--rule r --lexer-name MainForCombined::Lexer),
115 %w(--rule r --lexer-name ASTParserMain::Lexer),
151 %w(--rule r --parser-name TreeMain::Parser
152 --parser-rule r --lexer-name TreeMain::Lexer),
187 %w(--rule r --parser-name TreeRewriteMain::Parser
188 --parser-rule r --lexer-name TreeRewriteMain::Lexer),
219 %w(--rule s --lexer-name MainMaster::Lexer),
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CompoundTransliterator.java 259 * Create a rule string that can be passed to createFromRules()
265 * @return the rule string
270 // general. If we have several rule-based transliterators, this
282 String rule; local
289 rule = trans[i].toRules(escapeUnprintable);
291 rule = "::Null;" + rule;
298 rule = trans[i].toRules(escapeUnprintable);
302 rule = trans[i].baseToRules(escapeUnprintable);
305 rulesSource.append(rule);
    [all...]

Completed in 1869 milliseconds

1 2 3 4 5 6 7 891011>>