/tools/netsim/ui/dist/assets/ |
D | netsim-logo.svg | 1 …rule="nonzero"/></clipPath><g clip-path="url(#p.0)"><path fill="#000000" fill-opacity="0.0" d="m0 …
|
D | netsim-logo-b.svg | 1 …rule="nonzero"/></clipPath><g clip-path="url(#p.0)"><path fill="#000000" fill-opacity="0.0" d="m0 …
|
/tools/netsim/ui/assets/ |
D | netsim-logo-b.svg | 1 …rule="nonzero"/></clipPath><g clip-path="url(#p.0)"><path fill="#000000" fill-opacity="0.0" d="m0 …
|
D | netsim-logo.svg | 1 …rule="nonzero"/></clipPath><g clip-path="url(#p.0)"><path fill="#000000" fill-opacity="0.0" d="m0 …
|
/tools/loganalysis/src/com/android/loganalysis/rule/ |
D | RuleEngine.java | 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()
|
D | IRule.java | 16 package com.android.loganalysis.rule;
|
D | AbstractPowerRule.java | 17 package com.android.loganalysis.rule;
|
D | WakelockRule.java | 17 package com.android.loganalysis.rule;
|
D | WifiStatsRule.java | 17 package com.android.loganalysis.rule;
|
/tools/asuite/atest/bazel/resources/rules/ |
D | common_settings.bzl | 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(
|
D | soong_prebuilt.bzl | 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, 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",
|
D | tradefed_test_aspects.bzl | 19 build rule providers, we use Bazel aspects to convert the input rule's
|
D | tradefed_test.bzl | 87 # 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/ |
D | cuttlefish_device.bzl | 17 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
|
D | single_local_device.bzl | 15 local_device = rule(
|
/tools/netsim/doc/ |
D | CODING_STYLE.md | 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.
|
/tools/netsim/guide/ |
D | CODING_STYLE.md | 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.
|
/tools/tradefederation/core/javatests/com/android/tradefed/monitoring/collector/ |
D | ResourceMetricUtilTest.java | 41 @Rule public MockitoRule rule = MockitoJUnit.rule(); field in ResourceMetricUtilTest
|
D | DeviceBatteryResourceMetricCollectorTest.java | 61 @Rule public MockitoRule rule = MockitoJUnit.rule(); field in DeviceBatteryResourceMetricCollectorTest
|
D | DeviceStorageAgeResourceMetricCollectorTest.java | 47 @Rule public MockitoRule rule = MockitoJUnit.rule(); field in DeviceStorageAgeResourceMetricCollectorTest
|
D | DeviceWifiResourceMetricCollectorTest.java | 73 @Rule public MockitoRule rule = MockitoJUnit.rule(); field in DeviceWifiResourceMetricCollectorTest
|
D | DeviceInternetAccessibilityResourceMetricCollectorTest.java | 66 @Rule public MockitoRule rule = MockitoJUnit.rule(); field in DeviceInternetAccessibilityResourceMetricCollectorTest
|
/tools/tradefederation/core/isolation/ |
D | jarjar_rules.txt | 1 rule com.google.protobuf.** com.android.tradefed.isolation.protobuf.@1
|
/tools/tradefederation/core/javatests/com/android/tradefed/monitoring/ |
D | LabResourceDeviceMonitorTest.java | 58 @Rule public final MockitoRule rule = MockitoJUnit.rule(); field in LabResourceDeviceMonitorTest
|
/tools/test/graphicsbenchmark/functional_tests/java/src/com/android/game/qualification/tests/ |
D | SurfaceFlingerTest.java | 19 import androidx.test.rule.ActivityTestRule;
|