| /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 | 15 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:
|
| D | parser_generator.py | 46 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
|
| D | first_sets.py | 36 def __init__(self, rules: Dict[str, Rule]) -> None: argument 122 def visit_Rule(self, item: Rule) -> Set[str]:
|
| D | c_generator.py | 541 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:
|
| D | validator.py | 16 def validate_rule(self, rulename: str, node: Rule) -> None:
|
| D | grammar.py | 44 def __init__(self, rules: Iterable[Rule], metas: Iterable[Tuple[str, Optional[str]]]): 69 class Rule: class
|
| /third_party/typescript/tests/baselines/reference/ |
| D | constDeclarationShadowedByVarDeclaration3.js | 3 class Rule { class 15 function Rule(name) { class in Rule
|
| D | contextualOverloadListFromUnionWithPrimitiveNoImplicitAny.js | 3 type Validate = (text: string, pos: number, self: Rule) => number | boolean;
|
| /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
|
| D | contextualOverloadListFromUnionWithPrimitiveNoImplicitAny.ts | 10 type Rule = string | FullRule; alias
|
| /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 | 271 struct Rule : public MemoryRetainer { struct
|
| /third_party/skia/buildtools/checkdeps/ |
| D | rules.py | 12 class Rule(object): class
|
| /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 __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/ |
| 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 | 60 class Rule: class
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-ot-layout-gsubgpos.hh | 1563 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/ |
| D | HexagonLoopIdiomRecognition.cpp | 165 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;
|