/external/antlr/tool/src/test/java/org/antlr/test/ |
D | TestASTConstruction.java | 47 String found = g.getRule("a").tree.toStringTree(); in testA() 57 String found = g.getRule("a").tree.toStringTree(); in testEmptyAlt() 68 String found = g.getRule("A").tree.toStringTree(); in testNakeRulePlusInLexer() 79 String found = g.getRule("a").tree.toStringTree(); in testRulePlus() 90 String found = g.getRule("a").tree.toStringTree(); in testNakedRulePlus() 101 String found = g.getRule("a").tree.toStringTree(); in testRuleOptional() 112 String found = g.getRule("a").tree.toStringTree(); in testNakedRuleOptional() 123 String found = g.getRule("a").tree.toStringTree(); in testRuleStar() 134 String found = g.getRule("a").tree.toStringTree(); in testNakedRuleStar() 144 String found = g.getRule("a").tree.toStringTree(); in testCharStar() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | wintzimpl.cpp | 59 U_ASSERT(std->getRule()->getDateRuleType() == DateTimeRule::DOW); in getSystemTimeInformation() 60 U_ASSERT(dst->getRule()->getDateRuleType() == DateTimeRule::DOW); in getSystemTimeInformation() 68 standardDate.wMonth = static_cast<WORD>(std->getRule()->getRuleMonth()) + 1; in getSystemTimeInformation() 69 standardDate.wDay = static_cast<WORD>(std->getRule()->getRuleWeekInMonth()); in getSystemTimeInformation() 73 standardDate.wDayOfWeek = static_cast<WORD>(std->getRule()->getRuleDayOfWeek()) - 1; in getSystemTimeInformation() 75 mil = std->getRule()->getRuleMillisInDay(); in getSystemTimeInformation() 89 daylightDate.wMonth = static_cast<WORD>(dst->getRule()->getRuleMonth()) + 1; in getSystemTimeInformation() 90 daylightDate.wDay = static_cast<WORD>(dst->getRule()->getRuleWeekInMonth()); in getSystemTimeInformation() 94 daylightDate.wDayOfWeek = static_cast<WORD>(dst->getRule()->getRuleDayOfWeek()) - 1; in getSystemTimeInformation() 96 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/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/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/tool/src/main/java/org/antlr/tool/ |
D | Interp.java | 95 if ( parser.getRule(startRule)==null ) { in main() 123 if ( parser.getRule(startRule)==null ) { in main()
|
D | NameSpaceChecker.java | 127 Rule rule = grammar.getRule(ruleName); in lookForReferencesToUndefinedSymbols() 167 Rule rule = grammar.getRule(scopeG.name, ruleName); in lookForReferencesToUndefinedSymbols() 219 else if ( grammar.getRule(label.getText())!=null ) { in checkForLabelConflict()
|
D | CompositeGrammarTree.java | 60 public Rule getRule(String ruleName) { in getRule() method in CompositeGrammarTree 64 r = child.getRule(ruleName); in getRule()
|
D | Grammar.java | 220 return getRule(referencedRuleName); in getReferencedRule() 1701 public Rule getRule(String ruleName) { in getRule() method in Grammar 1702 Rule r = composite.getRule(ruleName); in getRule() 1711 public Rule getRule(String scopeName, String ruleName) { in getRule() method in Grammar 1719 return getRule(ruleName); in getRule() 1723 Rule r = getRule(scopeName, ruleName); in getRuleIndex() 1957 Rule r = getRule(ruleName); in checkAllRulesForUselessLabels() 1973 Rule refdRule = getRule(pair.elementRef.getText()); in removeUselessLabels() 2007 Rule r = getRule(enclosingRuleName); in altReferencesRule() 2042 Rule r = getRule(ruleName); in referenceRuleLabelPredefinedAttribute() [all …]
|
D | CompositeGrammar.java | 166 public Rule getRule(String ruleName) { in getRule() method in CompositeGrammar 167 return delegateGrammarTreeRoot.getRule(ruleName); in getRule()
|
/external/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | CodeGenTreeWalker.g | 142 Rule r = grammar.getRule( currentRuleName ); 185 Rule r = grammar.getRule( currentRuleName ); 210 Rule r = grammar.getRule( currentRuleName ); 240 Rule ruleDescr = grammar.getRule( currentRuleName ); 407 Rule ruleDescr = grammar.getRule($start.getChild(0).getText()); 499 Rule theRule = grammar.getRule(currentRuleName); 607 Rule r = grammar.getRule(currentRuleName); 684 Rule r = grammar.getRule(currentRuleName); 900 Rule r = grammar.getRule(currentRuleName); 956 Rule encRule = grammar.getRule($start.enclosingRuleName); [all …]
|
D | DefineGrammarItemsWalker.g | 101 Rule r = grammar.getRule( currentRuleName ); 232 r = grammar.getRule(name); 364 // Rule r = grammar.getRule(currentRuleName); 528 Rule rule = grammar.getRule(currentRuleName); 537 Rule rule = grammar.getRule(currentRuleName); 630 Rule r = grammar.getRule(currentRuleName);
|
D | ActionAnalysis.g | 89 Rule refdRule = grammar.getRule(refdRuleName); 97 Rule refdRule = grammar.getRule(refdRuleName);
|
/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/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/android_icu4j/libcore_bridge/src/java/com/android/icu/util/ |
D | ExtendedTimeZone.java | 325 DateTimeRule dateTimeRule = annualTimeZoneRule.getRule(); in createZoneOffsetTransitionRule() 392 DateTimeRule dateTimeRule = annualTimeZoneRule.getRule(); in timeDefinition()
|
/external/antlr/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/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | HolidayTest.java | 261 logln("The rule in the holiday: " + h[1].getRule()); in TestCoverage() 265 if (!rdr.equals(h[1].getRule())) { in TestCoverage()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | HolidayTest.java | 264 logln("The rule in the holiday: " + h[1].getRule()); in TestCoverage() 268 if (!rdr.equals(h[1].getRule())) { in TestCoverage()
|
/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()
|