/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
D | TestASTConstruction.java | 45 String found = g.getRule("a").tree.toStringTree(); in testA() 55 String found = g.getRule("a").tree.toStringTree(); in testEmptyAlt() 66 String found = g.getRule("A").tree.toStringTree(); in testNakeRulePlusInLexer() 77 String found = g.getRule("a").tree.toStringTree(); in testRulePlus() 88 String found = g.getRule("a").tree.toStringTree(); in testNakedRulePlus() 99 String found = g.getRule("a").tree.toStringTree(); in testRuleOptional() 110 String found = g.getRule("a").tree.toStringTree(); in testNakedRuleOptional() 121 String found = g.getRule("a").tree.toStringTree(); in testRuleStar() 132 String found = g.getRule("a").tree.toStringTree(); in testNakedRuleStar() 142 String found = g.getRule("a").tree.toStringTree(); in testCharStar() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | wintzimpl.cpp | 57 U_ASSERT(std->getRule()->getDateRuleType() == DateTimeRule::DOW); in getSystemTimeInformation() 58 U_ASSERT(dst->getRule()->getDateRuleType() == DateTimeRule::DOW); in getSystemTimeInformation() 66 standardDate.wMonth = std->getRule()->getRuleMonth() + 1; in getSystemTimeInformation() 67 standardDate.wDay = std->getRule()->getRuleWeekInMonth(); in getSystemTimeInformation() 71 standardDate.wDayOfWeek = std->getRule()->getRuleDayOfWeek() - 1; in getSystemTimeInformation() 73 mil = std->getRule()->getRuleMillisInDay(); in getSystemTimeInformation() 87 daylightDate.wMonth = dst->getRule()->getRuleMonth() + 1; in getSystemTimeInformation() 88 daylightDate.wDay = dst->getRule()->getRuleWeekInMonth(); in getSystemTimeInformation() 92 daylightDate.wDayOfWeek = dst->getRule()->getRuleDayOfWeek() - 1; in getSystemTimeInformation() 94 mil = dst->getRule()->getRuleMillisInDay(); in getSystemTimeInformation()
|
/external/parameter-framework/upstream/parameter/ |
D | DomainConfiguration.cpp | 296 const CCompoundRule *pRule = getRule(); in getApplicationRule() 410 const CCompoundRule *pRule = getRule(); in isApplicable() 475 const CCompoundRule *CDomainConfiguration::getRule() const in getRule() function in CDomainConfiguration 484 CCompoundRule *CDomainConfiguration::getRule() in getRule() function in CDomainConfiguration 495 CCompoundRule *pOldRule = getRule(); in setRule()
|
D | DomainConfiguration.h | 155 const CCompoundRule *getRule() const; 156 CCompoundRule *getRule();
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/runner/ |
D | NotifiedTestExecuter.java | 55 final Rule rule = testSuite.getRule(ruleName); in onFail() 68 final Rule rule = testSuite.getRule(ruleName); in onPass()
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/ |
D | TestSuite.java | 82 public Rule getRule(int index) { return rules.get(index); } in getRule() method in TestSuite 88 public Rule getRule(String name) { in getRule() method in TestSuite
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
D | Interp.java | 93 if ( parser.getRule(startRule)==null ) { in main() 121 if ( parser.getRule(startRule)==null ) { in main()
|
D | CompositeGrammarTree.java | 60 public Rule getRule(String ruleName) { in getRule() method in CompositeGrammarTree 64 r = child.getRule(ruleName); in getRule()
|
D | NameSpaceChecker.java | 133 Rule rule = grammar.getRule(ruleName); in lookForReferencesToUndefinedSymbols() 175 Rule rule = grammar.getRule(scopeG.name, ruleName); in lookForReferencesToUndefinedSymbols() 227 else if ( grammar.getRule(label.getText())!=null ) { in checkForLabelConflict()
|
D | Grammar.java | 177 return getRule(referencedRuleName); in getReferencedRule() 1660 public Rule getRule(String ruleName) { in getRule() method in Grammar 1661 Rule r = composite.getRule(ruleName); in getRule() 1670 public Rule getRule(String scopeName, String ruleName) { in getRule() method in Grammar 1678 return getRule(ruleName); in getRule() 1682 Rule r = getRule(scopeName, ruleName); in getRuleIndex() 1918 Rule r = getRule(ruleName); in checkAllRulesForUselessLabels() 1935 Rule refdRule = getRule(pair.elementRef.getText()); in removeUselessLabels() 1969 Rule r = getRule(enclosingRuleName); in altReferencesRule() 2004 Rule r = getRule(ruleName); in referenceRuleLabelPredefinedAttribute() [all …]
|
D | CompositeGrammar.java | 157 public Rule getRule(String ruleName) { in getRule() method in CompositeGrammar 158 return delegateGrammarTreeRoot.getRule(ruleName); in getRule()
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | CodeGenTreeWalker.g | 141 Rule r = grammar.getRule( currentRuleName ); 184 Rule r = grammar.getRule( currentRuleName ); 209 Rule r = grammar.getRule( currentRuleName ); 239 Rule ruleDescr = grammar.getRule( currentRuleName ); 406 Rule ruleDescr = grammar.getRule($start.getChild(0).getText()); 498 Rule theRule = grammar.getRule(currentRuleName); 606 Rule r = grammar.getRule(currentRuleName); 683 Rule r = grammar.getRule(currentRuleName); 899 Rule r = grammar.getRule(currentRuleName); 955 Rule encRule = grammar.getRule(((GrammarAST)$start).enclosingRuleName); [all …]
|
D | DefineGrammarItemsWalker.g | 100 Rule r = grammar.getRule( currentRuleName ); 231 r = grammar.getRule(name); 363 // Rule r = grammar.getRule(currentRuleName); 527 Rule rule = grammar.getRule(currentRuleName); 536 Rule rule = grammar.getRule(currentRuleName); 629 Rule r = grammar.getRule(currentRuleName);
|
D | ActionAnalysis.g | 88 Rule refdRule = grammar.getRule(refdRuleName); 96 Rule refdRule = grammar.getRule(refdRuleName);
|
D | TreeToNFAConverter.g | 123 Rule r = grammar.getRule( ruleName ); 574 Rule rr = grammar.getRule(scopeName,$r.text); 594 Rule rr = grammar.getRule(scopeName,t.getText()); 837 Rule rule = grammar.getRule($t.text);
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | Holiday.java | 193 public DateRule getRule() { in getRule() method in Holiday
|
D | AnnualTimeZoneRule.java | 65 public DateTimeRule getRule() { in getRule() method in AnnualTimeZoneRule
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | Holiday.java | 204 public DateRule getRule() { in getRule() method in Holiday
|
D | AnnualTimeZoneRule.java | 69 public DateTimeRule getRule() { in getRule() method in AnnualTimeZoneRule
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | HolidayTest.java | 259 logln("The rule in the holiday: " + h[1].getRule()); in TestCoverage() 263 if (!rdr.equals(h[1].getRule())) { in TestCoverage()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | HolidayTest.java | 258 logln("The rule in the holiday: " + h[1].getRule()); in TestCoverage() 262 if (!rdr.equals(h[1].getRule())) { in TestCoverage()
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/ |
D | RuleListController.java | 154 return testSuite.getRule(index); in getElementAt()
|
D | RunnerController.java | 136 final Rule rule = suite.getRule(i); in TestSuiteTreeNode()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | OlsonTimeZone.java | 210 start = r1.getRule(); in setRawOffset() 211 end = r2.getRule(); in setRawOffset() 214 start = r2.getRule(); in setRawOffset() 215 end = r1.getRule(); in setRawOffset()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | OlsonTimeZone.java | 212 start = r1.getRule(); in setRawOffset() 213 end = r2.getRule(); in setRawOffset() 216 start = r2.getRule(); in setRawOffset() 217 end = r1.getRule(); in setRawOffset()
|