Home
last modified time | relevance | path

Searched defs:Rule (Results 1 – 25 of 40) 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.py15 def children(self, node: Rule) -> Iterator[Any]:
22 def name(self, node: Rule) -> str:
31 def print_nodes_recursively(self, node: Rule, prefix: str = "", istail: bool = True) -> str:
Dparser_generator.py46 def __init__(self, rules: Dict[str, Rule], callmakervisitor: GrammarVisitor) -> None: argument
50 def visit_Rule(self, rule: Rule) -> None:
75 def __init__(self, rules: Dict[str, Rule], tokens: Set[str]): argument
222 def __init__(self, rules: Dict[str, Rule]) -> None: argument
227 def visit_Rule(self, rule: Rule) -> bool:
287 def compute_nullables(rules: Dict[str, Rule]) -> Set[Any]: argument
299 def __init__(self, rules: Dict[str, Rule]) -> None: argument
338 rules: Dict[str, Rule] argument
367 def make_first_graph(rules: Dict[str, Rule]) -> Dict[str, AbstractSet[str]]: argument
Dfirst_sets.py36 def __init__(self, rules: Dict[str, Rule]) -> None: argument
122 def visit_Rule(self, item: Rule) -> Set[str]:
Dc_generator.py541 def _set_up_rule_memoization(self, node: Rule, result_type: str) -> None:
575 def _should_memoize(self, node: Rule) -> bool:
578 def _handle_default_rule_body(self, node: Rule, rhs: Rhs, result_type: str) -> None:
608 def _handle_loop_rule_body(self, node: Rule, rhs: Rhs) -> None:
650 def visit_Rule(self, node: Rule) -> None:
Dvalidator.py16 def validate_rule(self, rulename: str, node: Rule) -> None:
Dgrammar.py44 def __init__(self, rules: Iterable[Rule], metas: Iterable[Tuple[str, Optional[str]]]):
69 class Rule: class
/third_party/typescript/tests/baselines/reference/
DconstDeclarationShadowedByVarDeclaration3.js3 class Rule { class
15 function Rule(name) { class in Rule
DcontextualOverloadListFromUnionWithPrimitiveNoImplicitAny.js3 type Validate = (text: string, pos: number, self: Rule) => number | boolean;
/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
DcontextualOverloadListFromUnionWithPrimitiveNoImplicitAny.ts10 type Rule = string | FullRule; alias
/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.h271 struct Rule : public MemoryRetainer { struct
/third_party/skia/buildtools/checkdeps/
Drules.py12 class Rule(object): class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULibFunc.cpp364 const ManglingRule& Rule; member in __anon2a2d773e0111::ParamIterator
557 for (auto Rule : manglingRules) in buildManglingRulesMap() local
658 const ManglingRule& Rule = manglingRules[FuncId]; in parseFuncName() local
/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.py60 class Rule: class
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gsubgpos.hh1563 struct Rule struct
1565 bool intersects (const hb_set_t *glyphs, ContextClosureLookupContext &lookup_context) const in intersects()
1572 …losure (hb_closure_context_t *c, unsigned value, ContextClosureLookupContext &lookup_context) const in closure()
1584 void closure_lookups (hb_closure_lookups_context_t *c, in closure_lookups()
1595 void collect_glyphs (hb_collect_glyphs_context_t *c, in collect_glyphs()
1606 bool would_apply (hb_would_apply_context_t *c, in would_apply()
1617 bool apply (hb_ot_apply_context_t *c, in apply()
1626 bool serialize (hb_serialize_context_t *c, in serialize()
1650 bool subset (hb_subset_context_t *c, in subset()
1664 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp165 struct Rule { struct
166 using FuncType = std::function<Value* (Instruction*, LLVMContext&)>;
167 Rule(StringRef N, FuncType F) : Name(N), Fn(F) {} in Rule() argument
168 StringRef Name; // For debugging.
169 FuncType Fn;

12