Home
last modified time | relevance | path

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

123

/third_party/ninja/src/
Deval_env.h60 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/
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
279 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
Dfirst_sets.py38 def __init__(self, rules: Dict[str, Rule]) -> None: argument
125 def visit_Rule(self, item: Rule) -> Set[str]:
Dc_generator.py481 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:
Dpython_generator.py160 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/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/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/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/typescript_eslint/packages/eslint-plugin-tslint/tests/test-tslint-rules-directory/
DalwaysFailRule.js4 class Rule extends Lint.Rules.AbstractRule { class
/third_party/boost/tools/build/doc/src/
Dbjam.adoc1740 [[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/
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/grpc/src/proto/grpc/auth/v1/
Dauthz_policy.proto71 message Rule { message
/third_party/typescript/src/services/formatting/
Drule.ts3 export interface Rule { interface
/third_party/grpc/src/abseil-cpp/
Dpreprocessed_builds.yaml.gen.py31 Rule = collections.namedtuple( variable
/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/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/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 __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/
DRule.java24 public class Rule { class
31 Rule(RuleSegment backtrack, RuleSegment input, RuleSegment lookAhead, RuleSegment subst) { in Rule() method in Rule

123