HomeSort by relevance Sort by last modified time
    Searched defs:Rule (Results 1 - 25 of 164) sorted by null

1 2 3 4 5 6 7

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
Rule.py 2 # Rule object for generating FFS
20 ## Rule base class
23 class Rule(RuleClassObject):
  /external/junit/src/main/java/org/junit/
Rule.java 9 * Annotates fields that reference rules or methods that return a rule. A field must be public, not
19 * annotated {@link Rule}s on a class, they will be applied in order of fields first, then methods.
30 * @Rule
47 * @Rule
68 public @interface Rule {
  /external/jarjar/src/main/com/tonicsystems/jarjar/
Rule.java 19 public class Rule extends PatternElement
  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/
Rule.java 24 public interface Rule {
27 * Returns {@code true} if this rule should be applied to the supplied {@link CompilationUnit}.
38 /** Returns {@code true} if the rule must make a modification to be considered successful. */
  /build/soong/androidmk/parser/
ast.go 82 type Rule struct {
89 func (x *Rule) Dump() string {
94 return "rule: " + x.Target.Dump() + ": " + x.Prerequisites.Dump() + recipe
97 func (x *Rule) Pos() Pos { return x.Target.Pos() }
98 func (x *Rule) End() Pos { return Pos(int(x.RecipePos) + len(x.Recipe)) }
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
Rule.java 37 * ANTLR v3 Rule Information.
40 public class Rule extends DefaultListModel {
44 public Rule(String name) {
  /frameworks/base/tools/split-select/
Rule.cpp 17 #include "Rule.h"
32 Rule::Rule(const Rule& rhs)
42 String8 Rule::toJson(int indent) const {
177 sp<Rule> Rule::simplify(sp<Rule> rule) {
178 if (rule->op != AND_SUBRULES && rule->op != OR_SUBRULES)
    [all...]
  /build/blueprint/
ninja_writer.go 100 func (n *ninjaWriter) Rule(name string) error {
102 _, err := fmt.Fprintf(n.writer, "rule %s\n", name)
106 func (n *ninjaWriter) Build(comment string, rule string, outputs, implicitOuts,
139 wrapper.WriteStringWithSpace(rule)
  /build/kati/
rule.cc 17 #include "rule.h"
28 static void ParseInputs(Rule* r, StringPiece s) {
50 Rule::Rule() : is_double_colon(false), is_suffix_rule(false), cmd_lineno(0) {}
56 Rule** out_rule,
91 // "test: =foo" is questionable but a valid rule definition (not a
114 Rule* rule = new Rule(); local
115 *out_rule = rule;
    [all...]
rule.h 32 class Rule {
34 Rule();
61 // If |rule| is not NULL, |rule_var| is filled. If the expression
69 Rule** rule,
  /build/soong/android/
testing.go 122 func (m TestingModule) Rule(rule string) BuildParams {
124 if strings.Contains(p.Rule.String(), rule) {
128 panic(fmt.Errorf("couldn't find rule %q", rule))
singleton.go 37 Rule(pctx PackageContext, name string, params blueprint.RuleParams, argNames ...string) blueprint.Rule
97 func (s singletonContextAdaptor) Rule(pctx PackageContext, name string, params blueprint.RuleParams, argNames ...string) blueprint.Rule {
98 return s.SingletonContext.Rule(pctx.PackageContext, name, params, argNames...)
  /external/google-breakpad/src/common/
dwarf_cfi_to_module_unittest.cc 132 class Rule: public RuleFixture, public Test { };
134 TEST_F(Rule, UndefinedRule) {
144 TEST_F(Rule, RegisterWithEmptyName) {
155 TEST_F(Rule, SameValueRule) {
166 TEST_F(Rule, OffsetRule) {
179 TEST_F(Rule, OffsetRuleNegative) {
191 TEST_F(Rule, ValOffsetRule) {
207 TEST_F(Rule, RegisterRule) {
218 TEST_F(Rule, ExpressionRule) {
229 TEST_F(Rule, ValExpressionRule)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/Refactoring/
RefactoringActionRulesInternal.h 58 // Construct the target action rule by extracting the evaluated
65 /// Scans the list of requirements in a rule and visits all the refactoring
117 "Expected a refactoring action rule type");
122 class Rule final : public RefactoringActionRule {
124 Rule(std::tuple<RequirementTypes...> Requirements)
149 return llvm::make_unique<Rule>(std::make_tuple(Requirements...));
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/Refactoring/
RefactoringActionRulesInternal.h 58 // Construct the target action rule by extracting the evaluated
65 /// Scans the list of requirements in a rule and visits all the refactoring
117 "Expected a refactoring action rule type");
122 class Rule final : public RefactoringActionRule {
124 Rule(std::tuple<RequirementTypes...> Requirements)
149 return llvm::make_unique<Rule>(std::make_tuple(Requirements...));
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/Refactoring/
RefactoringActionRulesInternal.h 58 // Construct the target action rule by extracting the evaluated
65 /// Scans the list of requirements in a rule and visits all the refactoring
117 "Expected a refactoring action rule type");
122 class Rule final : public RefactoringActionRule {
124 Rule(std::tuple<RequirementTypes...> Requirements)
149 return llvm::make_unique<Rule>(std::make_tuple(Requirements...));
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/Refactoring/
RefactoringActionRulesInternal.h 58 // Construct the target action rule by extracting the evaluated
65 /// Scans the list of requirements in a rule and visits all the refactoring
117 "Expected a refactoring action rule type");
122 class Rule final : public RefactoringActionRule {
124 Rule(std::tuple<RequirementTypes...> Requirements)
149 return llvm::make_unique<Rule>(std::make_tuple(Requirements...));
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/Refactoring/
RefactoringActionRulesInternal.h 58 // Construct the target action rule by extracting the evaluated
65 /// Scans the list of requirements in a rule and visits all the refactoring
117 "Expected a refactoring action rule type");
122 class Rule final : public RefactoringActionRule {
124 Rule(std::tuple<RequirementTypes...> Requirements)
149 return llvm::make_unique<Rule>(std::make_tuple(Requirements...));
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/Refactoring/
RefactoringActionRulesInternal.h 58 // Construct the target action rule by extracting the evaluated
65 /// Scans the list of requirements in a rule and visits all the refactoring
117 "Expected a refactoring action rule type");
122 class Rule final : public RefactoringActionRule {
124 Rule(std::tuple<RequirementTypes...> Requirements)
149 return llvm::make_unique<Rule>(std::make_tuple(Requirements...));
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/Refactoring/
RefactoringActionRulesInternal.h 58 // Construct the target action rule by extracting the evaluated
65 /// Scans the list of requirements in a rule and visits all the refactoring
117 "Expected a refactoring action rule type");
122 class Rule final : public RefactoringActionRule {
124 Rule(std::tuple<RequirementTypes...> Requirements)
149 return llvm::make_unique<Rule>(std::make_tuple(Requirements...));
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/Refactoring/
RefactoringActionRulesInternal.h 58 // Construct the target action rule by extracting the evaluated
65 /// Scans the list of requirements in a rule and visits all the refactoring
117 "Expected a refactoring action rule type");
122 class Rule final : public RefactoringActionRule {
124 Rule(std::tuple<RequirementTypes...> Requirements)
149 return llvm::make_unique<Rule>(std::make_tuple(Requirements...));
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/check/
Rule.java 21 * A rule applies for a certain element type and can define any number of limits
24 public final class Rule {
35 * Creates a new Rule without limits.
37 public Rule() {
45 * @return element type this rule applies to
53 * element type this rule applies to
93 * @return list of {@link Limit}s configured for this rule
101 * list of {@link Limit}s configured for this rule
  /external/python/cpython2/Doc/tools/extensions/
suspicious.py 20 - each line defines a rule; if the rule matches, the issue
24 rule matches anywhere in the file).
29 Rules are processed sequentially. A rule matches when:
34 * the rule text is completely contained into the source line
62 class Rule:
64 """A rule for ignoring issues"""
65 self.docname = docname # document to which this rule applies
67 # this rule matches only near that.
69 self.issue = issue # the markup fragment that triggered this rule
    [all...]
  /external/python/cpython3/Doc/tools/extensions/
suspicious.py 20 - each line defines a rule; if the rule matches, the issue
24 rule matches anywhere in the file).
29 Rules are processed sequentially. A rule matches when:
34 * the rule text is completely contained into the source line
62 class Rule:
64 """A rule for ignoring issues"""
65 self.docname = docname # document to which this rule applies
67 # this rule matches only near that.
69 self.issue = issue # the markup fragment that triggered this rule
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
rulegen.go 29 // rule syntax:
46 // the value matched by the entire rule.
54 type Rule struct {
55 rule string
59 func (r Rule) String() string {
60 return fmt.Sprintf("rule %q at %s", r.rule, r.loc)
63 // parse returns the matching part of the rule, additional conditions, and the result.
64 func (r Rule) parse() (match, cond, result string) {
65 s := strings.Split(r.rule, "->"
    [all...]

Completed in 404 milliseconds

1 2 3 4 5 6 7