Home
last modified time | relevance | path

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

12

/third_party/ninja/src/
Deval_env.h59 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/
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:
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
280 def nullable_visit(self, rules: Dict[str, Rule]) -> bool: argument
301 def nullable_visit(self, rules: Dict[str, Rule]) -> bool: argument
[all …]
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
Dvalidator.py29 def validate_rule(self, rulename: str, node: Rule):
36 def visit_Rhs(self, node: Rule):
Dfirst_sets.py38 def __init__(self, rules: Dict[str, Rule]) -> None: argument
125 def visit_Rule(self, item: Rule) -> Set[str]:
Dc_generator.py525 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:
Dpython_generator.py159 def visit_Rule(self, node: Rule) -> None:
/third_party/typescript/tests/baselines/reference/
DconstDeclarationShadowedByVarDeclaration3.js3 class Rule { class
15 function Rule(name) { class in Rule
/third_party/flutter/skia/third_party/externals/angle2/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
/third_party/skia/third_party/externals/angle2/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
/third_party/skia/third_party/externals/angle2/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
/third_party/typescript/tests/cases/compiler/
DconstDeclarationShadowedByVarDeclaration3.ts2 class Rule { class
/third_party/skia/third_party/externals/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
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/
DRule.java34 abstract class Rule { class
71 private Rule( in Rule() method in Rule
/third_party/typescript/src/services/formatting/
Drule.ts3 export interface Rule { interface
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp102 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/
Dabseil.podspec.gen.py50 Rule = collections.namedtuple( variable
/third_party/node/src/
Dnode_sockaddr.h270 struct Rule : public MemoryRetainer { struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULibFunc.cpp364 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/
Drules.py12 class Rule(object): class
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
DRule.java24 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/
DRule.java24 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/
Dsuspicious.py63 class Rule: class
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gsubgpos.hh1291 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

12