Home
last modified time | relevance | path

Searched defs:Rule (Results 1 – 25 of 100) sorted by relevance

1234

/external/google-breakpad/src/common/
Ddwarf_cfi_to_module_unittest.cc132 class Rule: public RuleFixture, public Test { }; class
134 TEST_F(Rule, UndefinedRule) { in TEST_F() argument
144 TEST_F(Rule, RegisterWithEmptyName) { in TEST_F() argument
155 TEST_F(Rule, SameValueRule) { in TEST_F() argument
166 TEST_F(Rule, OffsetRule) { in TEST_F() argument
179 TEST_F(Rule, OffsetRuleNegative) { in TEST_F() argument
191 TEST_F(Rule, ValOffsetRule) { in TEST_F() argument
207 TEST_F(Rule, RegisterRule) { in TEST_F() argument
218 TEST_F(Rule, ExpressionRule) { in TEST_F() argument
229 TEST_F(Rule, ValExpressionRule) { in TEST_F() argument
[all …]
/external/llvm-project/clang-tools-extra/clangd/
DCompileCommands.h85 struct Rule { struct
86 llvm::StringRef Text; // Rule applies only if arg begins with Text. argument
87 unsigned char Modes = 0; // Rule applies only in specified driver modes. argument
92 static llvm::ArrayRef<Rule> rulesFor(llvm::StringRef Arg); argument
/external/libtextclassifier/native/utils/grammar/utils/
Drules.h86 struct Rule { struct
102 // Rules that have this non-terminal as the lhs. argument
/external/webrtc/rtc_base/
Dfirewall_socket_server.h94 struct Rule { struct
101 std::vector<Rule> rules_; argument
/external/llvm-project/clang/lib/Tooling/Transformer/
DRewriteRule.cpp233 ApplyRuleCallback(RewriteRule Rule) : Rule(std::move(Rule)) {} in ApplyRuleCallback()
255 RewriteRule Rule; member in __anon3dca5a110611::ApplyRuleCallback
264 rewriteDescendantsImpl(const T &Node, RewriteRule Rule, in rewriteDescendantsImpl()
274 transformer::detail::rewriteDescendants(const Decl &Node, RewriteRule Rule, in rewriteDescendants()
280 transformer::detail::rewriteDescendants(const Stmt &Node, RewriteRule Rule, in rewriteDescendants()
286 transformer::detail::rewriteDescendants(const TypeLoc &Node, RewriteRule Rule, in rewriteDescendants()
293 RewriteRule Rule, in rewriteDescendants()
309 RewriteRule Rule) { in rewriteDescendants()
323 void transformer::addInclude(RewriteRule &Rule, StringRef Header, in addInclude()
366 for (auto &Rule : Rules) in applyFirst() local
[all …]
/external/python/cpython3/Tools/peg_generator/pegen/
Dgrammar.py45 def __init__(self, rules: Iterable[Rule], metas: Iterable[Tuple[str, Optional[str]]]):
70 class Rule: class
104 def nullable_visit(self, rules: Dict[str, Rule]) -> bool: argument
144 def nullable_visit(self, rules: Dict[str, Rule]) -> bool: argument
163 def nullable_visit(self, rules: Dict[str, Rule]) -> bool: argument
179 def nullable_visit(self, rules: Dict[str, Rule]) -> bool: argument
201 def nullable_visit(self, rules: Dict[str, Rule]) -> bool: argument
242 def nullable_visit(self, rules: Dict[str, Rule]) -> bool: argument
279 def nullable_visit(self, rules: Dict[str, Rule]) -> bool: argument
301 def nullable_visit(self, rules: Dict[str, Rule]) -> bool: argument
[all …]
Dgrammar_visualizer.py16 def children(self, node: Rule) -> Iterator[Any]:
23 def name(self, node: Rule) -> str:
32 def print_nodes_recursively(self, node: Rule, prefix: str = "", istail: bool = True) -> str:
Dparser_generator.py21 def __init__(self, rules: Dict[str, Rule], tokens: Dict[int, str]): argument
155 def compute_nullables(rules: Dict[str, Rule]) -> None: argument
165 rules: Dict[str, Rule] argument
194 def make_first_graph(rules: Dict[str, Rule]) -> Dict[str, AbstractSet[str]]: argument
Dfirst_sets.py38 def __init__(self, rules: Dict[str, Rule]) -> None: argument
125 def visit_Rule(self, item: Rule) -> Set[str]:
/external/antlr/gunit/src/main/java/org/antlr/gunit/swingui/model/
DRule.java40 public class Rule extends DefaultListModel { class
44 public Rule(String name) { in Rule() method in Rule
/external/angle/src/feature_support_util/
Da4a_rules.json4 "Rule":"Default Rule (i.e. use native driver)", string
8 "Rule":"Supported application(s) (e.g. Maps on Google devices)", string
/external/angle/src/android_system_settings/assets/
Da4a_rules.json4 "Rule":"Default Rule (i.e. use native driver)", string
8 "Rule":"Supported application(s) (e.g. Maps on Google devices)", string
/external/llvm-project/clang/unittests/Tooling/
DRefactoringActionRulesTest.cpp37 createReplacements(const std::unique_ptr<RefactoringActionRule> &Rule, in createReplacements()
96 auto Rule = in TEST_F() local
162 auto Rule = in TEST_F() local
178 Optional<SymbolOccurrences> findOccurrences(RefactoringActionRule &Rule, in findOccurrences()
220 auto Rule = createRefactoringActionRule<FindOccurrences>( in TEST_F() local
/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/
DRule.java24 public final class Rule { class
37 public Rule() { in Rule() method in Rule
/external/llvm-project/clang/lib/Sema/
DSemaAttr.cpp628 getParentAttrMatcherRule(attr::SubjectMatchRule Rule) { in getParentAttrMatcherRule()
641 bool isNegatedAttrMatcherSubRule(attr::SubjectMatchRule Rule) { in isNegatedAttrMatcherSubRule()
700 for (const auto &Rule : Rules) { in ActOnPragmaAttributeAttribute() local
724 for (const auto &Rule : Rules) { in ActOnPragmaAttributeAttribute() local
750 for (const auto &Rule : Rules) in ActOnPragmaAttributeAttribute() local
753 for (const auto &Rule : Rules) { in ActOnPragmaAttributeAttribute() local
760 for (const auto &Rule : StrictSubjectMatchRuleSet) { in ActOnPragmaAttributeAttribute() local
775 for (const auto &Rule : Rules) { in ActOnPragmaAttributeAttribute() local
846 for (const auto &Rule : Entry.MatchRules) { in AddPragmaAttributes() local
/external/llvm-project/llvm/utils/TableGen/
DAttributes.cpp75 for (auto *Rule : CompatRules) { in emitFnAttrCompatCheck() local
89 for (auto *Rule : MergeRules) { in emitFnAttrCompatCheck() local
DGICombinerEmitter.cpp329 StringRef makeNameForAnonInstr(CombineRule &Rule) { in makeNameForAnonInstr()
334 StringRef makeDebugName(CombineRule &Rule, StringRef Name) { in makeDebugName()
338 StringRef makeNameForAnonPredicate(CombineRule &Rule) { in makeNameForAnonPredicate()
656 std::unique_ptr<CombineRule> Rule = in makeCombineRule() local
708 std::unique_ptr<CombineRule> Rule = makeCombineRule(*R); in gatherRules() local
738 const CombineRule *Rule = Leaf.getTargetData<CombineRule>(); in generateCodeForTree() local
864 for (const auto &Rule : Rules) { in run() local
1024 for (const auto &Rule : Rules) in run() local
/external/llvm/utils/TableGen/
DAttributes.cpp117 for (auto *Rule : CompatRules) { in emitFnAttrCompatCheck() local
131 for (auto *Rule : MergeRules) { in emitFnAttrCompatCheck() local
/external/llvm-project/clang/include/clang/Tooling/Transformer/
DTransformer.h33 Transformer(transformer::RewriteRule Rule, ChangeConsumer Consumer) in Transformer()
/external/junit/src/main/java/org/junit/
DRule.java90 public @interface Rule { annotation
/external/jarjar/src/main/com/tonicsystems/jarjar/
DRule.java19 public class Rule extends PatternElement class
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp308 static Cursor maybeLexIndex(Cursor C, MIToken &Token, StringRef Rule, in maybeLexIndex()
321 static Cursor maybeLexIndexAndName(Cursor C, MIToken &Token, StringRef Rule, in maybeLexIndexAndName()
362 const StringRef Rule = "%subreg."; in maybeLexSubRegisterIndex() local
371 const StringRef Rule = "%ir-block."; in maybeLexIRBlock() local
381 const StringRef Rule = "%ir."; in maybeLexIRValue() local
475 const StringRef Rule = "<mcsymbol "; in maybeLexMCSymbol() local
/external/llvm-project/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp323 static Cursor maybeLexIndex(Cursor C, MIToken &Token, StringRef Rule, in maybeLexIndex()
336 static Cursor maybeLexIndexAndName(Cursor C, MIToken &Token, StringRef Rule, in maybeLexIndexAndName()
377 const StringRef Rule = "%subreg."; in maybeLexSubRegisterIndex() local
386 const StringRef Rule = "%ir-block."; in maybeLexIRBlock() local
396 const StringRef Rule = "%ir."; in maybeLexIRValue() local
490 const StringRef Rule = "<mcsymbol "; in maybeLexMCSymbol() local
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/
DRule.java24 public interface Rule { interface
/external/llvm-project/clang-tools-extra/unittests/clang-tidy/
DTransformerClangTidyCheckTest.cpp34 RewriteRule Rule = in invertIf() local
177 RewriteRule Rule = makeRule(callExpr(callee(functionDecl(hasName("f")))), in replaceCall() local
226 RewriteRule Rule = transformer::makeRule(integerLiteral(), change(cat("5")), in rule() local

1234