Searched refs:rule (Results 1 – 25 of 39) sorted by relevance
12
1 …rule="nonzero"/></clipPath><g clip-path="url(#p.0)"><path fill="#000000" fill-opacity="0.0" d="m0 …
16 package com.android.loganalysis.rule;53 for (IRule rule : mRulesList) { in executeRules()54 rule.applyRule(); in executeRules()60 for (IRule rule : mRulesList) { in getAnalysis()61 result.put(rule.getAnalysis()); in getAnalysis()
16 package com.android.loganalysis.rule;
17 package com.android.loganalysis.rule;
15 """Build setting rule.17 The rule returns a BuildSettingInfo with the value of the build setting.39 string_flag = rule(53 string_list_flag = rule(
17 The rule returns a DefaultInfo provider with all artifacts and runtime dependencies,108 soong_prebuilt = rule(126 # allowlisting usage of this rule. For more information, see133 doc = "A rule that imports artifacts prebuilt by Soong into the Bazel workspace",153 soong_uninstalled_prebuilt = rule(160 doc = "A rule for targets with no runtime outputs",
87 # allowlisting usage of this rule. For more information, see127 tradefed_deviceless_test = rule(141 doc = "A rule used to run host-side deviceless tests using Tradefed",169 tradefed_robolectric_test = rule(189 doc = "A rule used to run Robolectric tests using Tradefed",217 _tradefed_device_test = rule(250 doc = "A rule used to run device tests using Tradefed",
19 build rule providers, we use Bazel aspects to convert the input rule's
17 This rule creates a device environment rule to run tests on a Cuttlefish Android58 cuttlefish_device = rule(70 # allowlisting usage of this rule. For more information, see
15 local_device = rule(
7 1. Add a rule with reason or reference here and send a code review to the team.8 2. Once approved, apply the rule to the repository in a follow up change.
254 val rule: String? constant in com.android.tools.metalava.Issues.Issue270 rule: String271 ) : this(defaultLevel, null, category, rule)
378 if (it.rule != null && link != null) { in format()379 sb.append(" [See ").append(link).append(it.rule) in format()
31 import com.android.loganalysis.rule.RuleEngine;32 import com.android.loganalysis.rule.RuleEngine.RuleType;
104 - Non-hermetic inputs used in the module build rule, such as timestamps. Can105 be fixed by removing the timestamp from the build rule.
669 rule = self.ssh.run("uci get firewall.@rule[%s].name" % i).stdout670 new_rules_list.append(rule)771 for rule in rules:772 self.ssh.run("echo %s >> %s" % (rule, FIREWALL_CUSTOM_OPTION_PATH))
1 rule com.google.protobuf.** com.android.tradefed.internal.protobuf.@1
19 import androidx.test.rule.ActivityTestRule;