Home
last modified time | relevance | path

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

123

/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;
/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_aspects.bzl19 build rule providers, we use Bazel aspects to convert the input rule's
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",
/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/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/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/tradefederation/core/javatests/com/android/tradefed/monitoring/collector/
DResourceMetricUtilTest.java41 @Rule public MockitoRule rule = MockitoJUnit.rule(); field in ResourceMetricUtilTest
DDeviceBatteryResourceMetricCollectorTest.java61 @Rule public MockitoRule rule = MockitoJUnit.rule(); field in DeviceBatteryResourceMetricCollectorTest
DDeviceStorageAgeResourceMetricCollectorTest.java47 @Rule public MockitoRule rule = MockitoJUnit.rule(); field in DeviceStorageAgeResourceMetricCollectorTest
DDeviceWifiResourceMetricCollectorTest.java73 @Rule public MockitoRule rule = MockitoJUnit.rule(); field in DeviceWifiResourceMetricCollectorTest
DDeviceInternetAccessibilityResourceMetricCollectorTest.java66 @Rule public MockitoRule rule = MockitoJUnit.rule(); field in DeviceInternetAccessibilityResourceMetricCollectorTest
/tools/tradefederation/core/isolation/
Djarjar_rules.txt1 rule com.google.protobuf.** com.android.tradefed.isolation.protobuf.@1
/tools/tradefederation/core/javatests/com/android/tradefed/monitoring/
DLabResourceDeviceMonitorTest.java58 @Rule public final MockitoRule rule = MockitoJUnit.rule(); field in LabResourceDeviceMonitorTest
/tools/test/graphicsbenchmark/functional_tests/java/src/com/android/game/qualification/tests/
DSurfaceFlingerTest.java19 import androidx.test.rule.ActivityTestRule;

123