/external/google-breakpad/src/common/ |
D | dwarf_cfi_to_module_unittest.cc | 132 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/ |
D | CompileCommands.h | 85 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/webrtc/rtc_base/ |
D | firewall_socket_server.h | 94 struct Rule { struct 101 std::vector<Rule> rules_; argument
|
/external/libtextclassifier/native/utils/grammar/utils/ |
D | rules.h | 86 struct Rule { struct 102 // Rules that have this non-terminal as the lhs. argument
|
/external/llvm-project/clang/lib/Tooling/Transformer/ |
D | RewriteRule.cpp | 233 ApplyRuleCallback(RewriteRule Rule) : Rule(std::move(Rule)) {} in ApplyRuleCallback() 255 RewriteRule Rule; member in __anon23c971980611::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/ |
D | grammar_visualizer.py | 16 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:
|
D | grammar.py | 45 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 …]
|
D | parser_generator.py | 21 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
|
D | first_sets.py | 38 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/ |
D | Rule.java | 40 public class Rule extends DefaultListModel { class 44 public Rule(String name) { in Rule() method in Rule
|
/external/angle/src/feature_support_util/ |
D | a4a_rules.json | 4 "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/ |
D | a4a_rules.json | 4 "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/ |
D | RefactoringActionRulesTest.cpp | 37 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/ |
D | Rule.java | 24 public final class Rule { class 37 public Rule() { in Rule() method in Rule
|
/external/llvm-project/llvm/utils/TableGen/ |
D | Attributes.cpp | 75 for (auto *Rule : CompatRules) { in emitFnAttrCompatCheck() local 89 for (auto *Rule : MergeRules) { in emitFnAttrCompatCheck() local
|
D | GICombinerEmitter.cpp | 329 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-project/clang/lib/Sema/ |
D | SemaAttr.cpp | 628 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/utils/TableGen/ |
D | Attributes.cpp | 117 for (auto *Rule : CompatRules) { in emitFnAttrCompatCheck() local 131 for (auto *Rule : MergeRules) { in emitFnAttrCompatCheck() local
|
/external/junit/src/main/java/org/junit/ |
D | Rule.java | 90 public @interface Rule { annotation
|
/external/llvm-project/clang/include/clang/Tooling/Transformer/ |
D | Transformer.h | 33 Transformer(transformer::RewriteRule Rule, ChangeConsumer Consumer) in Transformer()
|
/external/jarjar/src/main/com/tonicsystems/jarjar/ |
D | Rule.java | 19 public class Rule extends PatternElement class
|
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ |
D | Rule.java | 24 public interface Rule { interface
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
D | MILexer.cpp | 308 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/ |
D | MILexer.cpp | 323 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/llvm-project/clang-tools-extra/unittests/clang-tidy/ |
D | TransformerClangTidyCheckTest.cpp | 34 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
|