Home
last modified time | relevance | path

Searched refs:addRule (Results 1 – 25 of 36) sorted by relevance

12

/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/
DBundleCheckerTest.java55 addRule(ElementType.BUNDLE); in testBundleLimit()
63 addRule(ElementType.PACKAGE); in testPackageLimit()
71 addRule(ElementType.SOURCEFILE); in testSourceFileLimit()
79 addRule(ElementType.CLASS); in testClassLimit()
87 addRule(ElementType.METHOD); in testMethodLimit()
95 addRule(ElementType.GROUP); in testGroupLimitNotSupported()
115 addRule(ElementType.BUNDLE).setExcludes("*"); in testBundleNoMatch()
121 private Rule addRule(ElementType elementType) { in addRule() method in BundleCheckerTest
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowRelativeLayoutTest.java26 layoutParams.addRule(RelativeLayout.ALIGN_PARENT_RIGHT); in getRules_shouldShowAddRuleData_sinceApiLevel17()
27 layoutParams.addRule(RelativeLayout.ALIGN_TOP, 1234); in getRules_shouldShowAddRuleData_sinceApiLevel17()
39 layoutParams.addRule(RelativeLayout.ALIGN_PARENT_RIGHT); in getRules_shouldShowAddRuleData_uptoApiLevel16()
40 layoutParams.addRule(RelativeLayout.ALIGN_TOP, 1234); in getRules_shouldShowAddRuleData_uptoApiLevel16()
/external/icu/icu4c/source/tools/genrb/
Dfilterrb.h137 void addRule(const std::string& ruleLine, UErrorCode& status);
138 void addRule(const ResKeyPath& path, bool inclusionRule, UErrorCode& status);
Dfilterrb.cpp72 void SimpleRuleBasedPathFilter::addRule(const std::string& ruleLine, UErrorCode& status) { in addRule() function in SimpleRuleBasedPathFilter
87 addRule(path, inclusionRule, status); in addRule()
90 void SimpleRuleBasedPathFilter::addRule(const ResKeyPath& path, bool inclusionRule, UErrorCode& sta… in addRule() function in SimpleRuleBasedPathFilter
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
DRbnfMapper.java44 .addValueAction("rbnfrule", Ruleset::addRule);
86 void addRule(CldrValue value) { in addRule() method in RbnfMapper.Ruleset
DPluralsMapper.java48 .addValueAction("pluralRule[@count=*]", Rules::addRule);
128 private void addRule(CldrValue value) { in addRule() method in PluralsMapper.Rules
/external/icu/libicu/cts_headers/
Drbt_set.h106 virtual void addRule(TransliterationRule* adoptedRule,
/external/icu/icu4c/source/i18n/
Drbt_set.h106 virtual void addRule(TransliterationRule* adoptedRule,
Drbt_set.cpp248 void TransliterationRuleSet::addRule(TransliterationRule* adoptedRule, in addRule() function in TransliterationRuleSet
/external/antlr/gunit/src/main/java/org/antlr/gunit/swingui/model/
DTestSuite.java52 public void addRule(Rule currentRule) { in addRule() method in TestSuite
DTestSuiteFactory.java178 result.addRule(rule); in loadTestSuite()
/external/antlr/gunit/src/main/java/org/antlr/gunit/swingui/runner/
DTestSuiteAdapter.java54 model.addRule(currentRule); in endRule()
/external/cldr/tools/java/org/unicode/cldr/util/
DBNF.java69 while (addRule()) { in addRules()
147 private boolean addRule() { in addRule() method in BNF
/external/angle/src/feature_support_util/
Dfeature_support_util.cpp700 rules->addRule(std::move(newRule)); in ReadRulesFromJsonString()
707 rules->addRule(std::move(defaultRule)); in ReadRulesFromJsonString()
712 void addRule(Rule &&rule) { mRuleList.push_back(std::move(rule)); } in addRule() function in angle::RuleList
/external/icu/icu4c/source/test/intltest/
Drbbimonkeytest.h134 void addRule(const UnicodeString &name, const UnicodeString &def, UErrorCode &status);
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliterationRuleSet.java77 public void addRule(TransliterationRule rule) { in addRule() method in TransliterationRuleSet
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTransliterationRuleSet.java78 public void addRule(TransliterationRule rule) { in addRule() method in TransliterationRuleSet
DPluralRules.java419 new RuleList().addRule(DEFAULT_RULE), StandardPluralRanges.DEFAULT);
1695 result.addRule(rule); in parseRuleChain()
1943 public RuleList addRule(Rule nextRule) { in addRule() method in PluralRules.RuleList
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp186 void addRule(StringRef N, const Rule::FuncType &F) { in addRule() function
1607 S.addRule("sink-zext", in setupPreSimplifier()
1628 S.addRule("xor/and -> and/xor", in setupPreSimplifier()
1646 S.addRule("sink binop into select", in setupPreSimplifier()
1672 S.addRule("fold select-select", in setupPreSimplifier()
1691 S.addRule("or-signbit -> xor-signbit", in setupPreSimplifier()
1703 S.addRule("sink lshr into binop", in setupPreSimplifier()
1725 S.addRule("expose bitop-const", in setupPreSimplifier()
1755 S.addRule("(and (xor (and x a) y) b) -> (and (xor x y) b), if b == b&a", in setupPostSimplifier()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp172 void addRule(StringRef N, const Rule::FuncType &F) { in addRule() function
1588 S.addRule("sink-zext", in setupPreSimplifier()
1609 S.addRule("xor/and -> and/xor", in setupPreSimplifier()
1627 S.addRule("sink binop into select", in setupPreSimplifier()
1653 S.addRule("fold select-select", in setupPreSimplifier()
1672 S.addRule("or-signbit -> xor-signbit", in setupPreSimplifier()
1684 S.addRule("sink lshr into binop", in setupPreSimplifier()
1706 S.addRule("expose bitop-const", in setupPreSimplifier()
1736 S.addRule("(and (xor (and x a) y) b) -> (and (xor x y) b), if b == b&a", in setupPostSimplifier()
/external/python/cpython2/Parser/
Dspark.py172 def addRule(self, doc, func, _preprocess=1): member in GenericParser
203 self.addRule(doc, func)
207 self.addRule(rule, lambda args: args[1], 0)
/external/fonttools/Tests/designspaceLib/
Ddesignspace_test.py160 doc.addRule(r1)
329 doc.addRule(r1)
724 doc.addRule(r1)
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowKeyboards.java351 addRule(String.valueOf(i), "^" + String.valueOf((char) (i + 0x40)), rules); in String.valueOf()
374 addRule(fromItem, toItem, rules); in addRule() method
379 public static void addRule(final String fromItem, final String toItem, StringBuilder rules) { in addRule() method in ShowKeyboards
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBIMonkeyTest.java188 void addRule(String name, String definition) { in addRule() method in RBBIMonkeyTest.BreakRules
429 addRule(ruleName, ruleDef); in compileRules()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBIMonkeyTest.java191 void addRule(String name, String definition) { in addRule() method in RBBIMonkeyTest.BreakRules
432 addRule(ruleName, ruleDef); in compileRules()

12