Home
last modified time | relevance | path

Searched refs:rule (Results 1 – 25 of 39) sorted by relevance

12

/tools/netsim/ui/dist/assets/
Dnetsim-logo.svg1rule="nonzero"/></clipPath><g clip-path="url(#p.0)"><path fill="#000000" fill-opacity="0.0" d="m0 …
Dnetsim-logo-b.svg1rule="nonzero"/></clipPath><g clip-path="url(#p.0)"><path fill="#000000" fill-opacity="0.0" d="m0 …
/tools/netsim/ui/assets/
Dnetsim-logo-b.svg1rule="nonzero"/></clipPath><g clip-path="url(#p.0)"><path fill="#000000" fill-opacity="0.0" d="m0 …
Dnetsim-logo.svg1rule="nonzero"/></clipPath><g clip-path="url(#p.0)"><path fill="#000000" fill-opacity="0.0" d="m0 …
/tools/loganalysis/src/com/android/loganalysis/rule/
DRuleEngine.java16 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()
DIRule.java16 package com.android.loganalysis.rule;
DAbstractPowerRule.java17 package com.android.loganalysis.rule;
DWakelockRule.java17 package com.android.loganalysis.rule;
DWifiStatsRule.java17 package com.android.loganalysis.rule;
DLocationUsageRule.java17 package com.android.loganalysis.rule;
/tools/asuite/atest/bazel/resources/rules/
Dcommon_settings.bzl15 """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(
Dsoong_prebuilt.bzl17 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, see
133 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",
Dtradefed_test.bzl87 # allowlisting usage of this rule. For more information, see
127 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",
Dtradefed_test_aspects.bzl19 build rule providers, we use Bazel aspects to convert the input rule's
/tools/asuite/atest/bazel/resources/rules/device/
Dcuttlefish_device.bzl17 This rule creates a device environment rule to run tests on a Cuttlefish Android
58 cuttlefish_device = rule(
70 # allowlisting usage of this rule. For more information, see
Dsingle_local_device.bzl15 local_device = rule(
/tools/netsim/guide/
DCODING_STYLE.md7 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.
/tools/netsim/doc/
DCODING_STYLE.md7 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.
/tools/metalava/src/main/java/com/android/tools/metalava/
DIssues.kt254 val rule: String? constant in com.android.tools.metalava.Issues.Issue
270 rule: String
271 ) : this(defaultLevel, null, category, rule)
DReporter.kt378 if (it.rule != null && link != null) { in format()
379 sb.append(" [See ").append(link).append(it.rule) in format()
/tools/loganalysis/src/com/android/loganalysis/
DLogAnalyzer.java31 import com.android.loganalysis.rule.RuleEngine;
32 import com.android.loganalysis.rule.RuleEngine.RuleType;
/tools/treble/split/
DREADME.md104 - Non-hermetic inputs used in the module build rule, such as timestamps. Can
105 be fixed by removing the timestamp from the build rule.
/tools/test/connectivity/acts/framework/acts/controllers/openwrt_lib/
Dnetwork_settings.py669 rule = self.ssh.run("uci get firewall.@rule[%s].name" % i).stdout
670 new_rules_list.append(rule)
771 for rule in rules:
772 self.ssh.run("echo %s >> %s" % (rule, FIREWALL_CUSTOM_OPTION_PATH))
/tools/asuite/atest/bazel/runner/
Djarjar-rules.txt1 rule com.google.protobuf.** com.android.tradefed.internal.protobuf.@1
/tools/test/graphicsbenchmark/functional_tests/java/src/com/android/game/qualification/tests/
DSurfaceFlingerTest.java19 import androidx.test.rule.ActivityTestRule;

12