/third_party/ninja/src/ |
D | eval_env.h | 59 struct Rule { struct 60 explicit Rule(const std::string& name) : name_(name) {} in Rule() function 62 const std::string& name() const { return name_; } in name() 88 void AddRule(const Rule* rule); argument
|
/third_party/python/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 280 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 | validator.py | 29 def validate_rule(self, rulename: str, node: Rule): 36 def visit_Rhs(self, node: Rule):
|
D | first_sets.py | 38 def __init__(self, rules: Dict[str, Rule]) -> None: argument 125 def visit_Rule(self, item: Rule) -> Set[str]:
|
D | c_generator.py | 525 def _set_up_rule_memoization(self, node: Rule, result_type: str) -> None: 561 def _should_memoize(self, node: Rule) -> bool: 564 def _handle_default_rule_body(self, node: Rule, rhs: Rhs, result_type: str) -> None: 591 def _handle_loop_rule_body(self, node: Rule, rhs: Rhs) -> None: 629 def visit_Rule(self, node: Rule) -> None:
|
D | python_generator.py | 159 def visit_Rule(self, node: Rule) -> None:
|
/third_party/typescript/tests/baselines/reference/ |
D | constDeclarationShadowedByVarDeclaration3.js | 3 class Rule { class 15 function Rule(name) { class in Rule
|
/third_party/flutter/skia/third_party/externals/angle2/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
|
/third_party/skia/third_party/externals/angle2/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
|
/third_party/skia/third_party/externals/angle2/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
|
/third_party/typescript/tests/cases/compiler/ |
D | constDeclarationShadowedByVarDeclaration3.ts | 2 class Rule { class
|
/third_party/skia/third_party/externals/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
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/ |
D | Rule.java | 34 abstract class Rule { class 71 private Rule( in Rule() method in Rule
|
/third_party/typescript/src/services/formatting/ |
D | rule.ts | 3 export interface Rule { interface
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerInfo.cpp | 102 static bool hasNoSimpleLoops(const LegalizeRule &Rule, const LegalityQuery &Q, in hasNoSimpleLoops() 117 static bool mutationIsSane(const LegalizeRule &Rule, in mutationIsSane() 189 for (const LegalizeRule &Rule : Rules) { in apply() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/ |
D | abseil.podspec.gen.py | 50 Rule = collections.namedtuple( variable
|
/third_party/node/src/ |
D | node_sockaddr.h | 270 struct Rule : public MemoryRetainer { struct
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULibFunc.cpp | 364 const ManglingRule& Rule; member in __anond7a45b7d0111::ParamIterator 557 for (auto Rule : manglingRules) in buildManglingRulesMap() local 658 const ManglingRule& Rule = manglingRules[FuncId]; in parseFuncName() local
|
/third_party/skia/buildtools/checkdeps/ |
D | rules.py | 12 class Rule(object): class
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
D | Rule.java | 24 public class Rule { class 31 Rule(RuleSegment backtrack, RuleSegment input, RuleSegment lookAhead, RuleSegment subst) { in Rule() method in Rule
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
D | Rule.java | 24 public class Rule { class 31 Rule(RuleSegment backtrack, RuleSegment input, RuleSegment lookAhead, RuleSegment subst) { in Rule() method in Rule
|
/third_party/python/Doc/tools/extensions/ |
D | suspicious.py | 63 class Rule: class
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout-gsubgpos.hh | 1291 struct Rule struct 1293 bool intersects (const hb_set_t *glyphs, ContextClosureLookupContext &lookup_context) const in intersects() 1300 void closure (hb_closure_context_t *c, ContextClosureLookupContext &lookup_context) const in closure() 1310 void collect_glyphs (hb_collect_glyphs_context_t *c, in collect_glyphs() 1321 bool would_apply (hb_would_apply_context_t *c, in would_apply() 1332 bool apply (hb_ot_apply_context_t *c, in apply() 1342 bool sanitize (hb_sanitize_context_t *c) const in sanitize() 1353 HBUINT16 inputCount; /* Total number of glyphs in input 1356 HBUINT16 lookupCount; /* Number of LookupRecords */ 1358 inputZ; /* Array of match inputs--start with
|