Searched refs:rule (Results 1 – 25 of 26) sorted by relevance
12
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;
17 The rule returns a DefaultInfo provider with all artifacts and runtime dependencies,83 soong_prebuilt = rule(93 doc = "A rule that imports artifacts prebuilt by Soong into the Bazel workspace",112 soong_uninstalled_prebuilt = rule(118 doc = "A rule for targets with no runtime outputs",
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(
69 # allowlisting usage of this rule. For more information, see109 tradefed_deviceless_test = rule(123 doc = "A rule used to run host-side deviceless tests using Tradefed",136 tradefed_device_test = rule(155 doc = "A rule used to run device tests using Tradefed",
19 rule providers, we use Bazel aspects to convert the input rule's provider
18 test targets required by test runner rule, because in different use cases,
253 val rule: String? constant in com.android.tools.metalava.Issues.Issue269 rule: String270 ) : 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))
19 import androidx.test.rule.ActivityTestRule;