/third_party/ninja/src/ |
D | eval_env.h | 60 struct Rule { struct 61 explicit Rule(const string& name) : name_(name) {} in Rule() argument 63 const string& name() const { return name_; } in name() 89 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 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]:
|
D | c_generator.py | 481 def _set_up_rule_memoization(self, node: Rule, result_type: str) -> None: 514 def _should_memoize(self, node: Rule) -> bool: 517 def _handle_default_rule_body(self, node: Rule, rhs: Rhs, result_type: str) -> None: 544 def _handle_loop_rule_body(self, node: Rule, rhs: Rhs) -> None: 582 def visit_Rule(self, node: Rule) -> None:
|
D | python_generator.py | 160 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/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/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/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/typescript_eslint/packages/eslint-plugin-tslint/tests/test-tslint-rules-directory/ |
D | alwaysFailRule.js | 4 class Rule extends Lint.Rules.AbstractRule { class
|
/third_party/boost/tools/build/doc/src/ |
D | bjam.adoc | 1740 [[jam.language.modules.the__varnames__rule]] 1755 [[jam.language.modules.the__import__rule]] 1783 [[jam.language.modules.the__export__rule]] 1807 [[jam.language.modules.the__caller_module__rule]] 1837 [[jam.language.modules.the__delete_module__rule]] 1857 [[jam.miscellaneous]]
|
/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/grpc/src/proto/grpc/auth/v1/ |
D | authz_policy.proto | 71 message Rule { message
|
/third_party/typescript/src/services/formatting/ |
D | rule.ts | 3 export interface Rule { interface
|
/third_party/grpc/src/abseil-cpp/ |
D | preprocessed_builds.yaml.gen.py | 31 Rule = collections.namedtuple( variable
|
/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/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/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 __anoncd44cac30111::ParamIterator 557 for (auto Rule : manglingRules) in buildManglingRulesMap() local 658 const ManglingRule& Rule = manglingRules[FuncId]; in parseFuncName() local
|
/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
|