Home
last modified time | relevance | path

Searched defs:Rule (Results 1 - 25 of 31) sorted by relevance

12

/third_party/python/Tools/peg_generator/pegen/
H A Dgrammar_visualizer.py6 from pegen.grammar import Grammar, Rule namespace
H A Dvalidator.py4 from pegen.grammar import Alt, GrammarVisitor, Rhs, Rule namespace
H A Dgrammar.py69 class Rule: class
/third_party/skia/buildtools/checkdeps/
H A Dcpp_checker.py14 from rules import Rule, MessageRule namespace
H A Dgraphdeps.py25 from rules import Rule namespace
[all...]
H A Djava_checker.py14 from rules import Rule namespace
H A Drules.py12 class Rule(object): class
H A Dbuilddeps.py19 from rules import Rule, Rules namespace
H A Dcheckdeps.py28 from rules import Rule, Rules namespace
[all...]
H A Dproto_checker.py14 from rules import Rule, MessageRule namespace
/third_party/ninja/src/
H A Deval_env.h59 struct Rule { struct
60 explicit Rule(const std::string& name) : name_(name) {} in Rule() function
/third_party/skia/third_party/externals/abseil-cpp/absl/
H A Dabseil.podspec.gen.py50 Rule = collections.namedtuple( variable
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/
H A DRule.java34 abstract class Rule { class
71 private Rule( in Rule() method in Rule
/third_party/node/src/
H A Dnode_sockaddr.h271 struct Rule : public MemoryRetainer { struct in node::SocketAddressBlockList
/third_party/python/Doc/tools/extensions/
H A Dsuspicious.py60 class Rule: class
/third_party/node/deps/v8/
H A DPRESUBMIT.py150 from rules import Rule namespace
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
H A DRule.java24 public class Rule { class
31 Rule(RuleSegment backtrack, RuleSegment input, RuleSegment lookAhead, RuleSegment subst) { in Rule() method in Rule
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp308 static Cursor maybeLexIndex(Cursor C, MIToken &Token, StringRef Rule, in maybeLexIndex() argument
321 static Cursor maybeLexIndexAndName(Cursor C, MIToken &Token, StringRef Rule, in maybeLexIndexAndName() argument
362 const StringRef Rule in maybeLexSubRegisterIndex() local
371 const StringRef Rule = "%ir-block."; maybeLexIRBlock() local
381 const StringRef Rule = "%ir."; maybeLexIRValue() local
475 const StringRef Rule = "<mcsymbol "; maybeLexMCSymbol() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp102 static bool hasNoSimpleLoops(const LegalizeRule &Rule, const LegalityQuery &Q, in hasNoSimpleLoops() argument
117 static bool mutationIsSane(const LegalizeRule &Rule, in mutationIsSane() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h366 void add(const LegalizeRule &Rule) { in add() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/
H A DLocaleDistanceBuilder.java110 private static final class Rule { class in LocaleDistanceBuilder
116 Rule(List<String> desired, List<String> supported, int distance, boolean oneway) { in Rule() method in LocaleDistanceBuilder.Rule
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/locale/
H A DLocaleDistanceBuilder.java110 private static final class Rule { class in LocaleDistanceBuilder
116 Rule(List<String> desired, List<String> supported, int distance, boolean oneway) { in Rule() method in LocaleDistanceBuilder.Rule
/third_party/skia/third_party/externals/angle2/src/feature_support_util/
H A Dfeature_support_util.cpp600 class Rule class
603 Rule(const std::string description, bool useANGLE) in Rule() function in angle::Rule
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DPluralRules.java1865 private static class Rule implements Serializable { class in PluralRules
1874 public Rule(String keyword, Constraint constraint, DecimalQuantitySamples integerSamples, DecimalQuantitySamples decimalSamples) { in Rule() method in PluralRules.Rule
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DPluralRules.java1785 private static class Rule implements Serializable { class in PluralRules
1794 public Rule(String keyword, Constraint constraint, FixedDecimalSamples integerSamples, FixedDecimalSamples decimalSamples) { in Rule() method in PluralRules.Rule
[all...]

Completed in 23 milliseconds

12