Home
last modified time | relevance | path

Searched refs:rules (Results 1 – 25 of 95) sorted by relevance

1234

/tools/asuite/atest/bazel/resources/rules/
Dplatform_transitions.bzl20 the test target provider rules, the test target will be built based on the
30 "//bazel/rules:platform_flavor": "host",
35 outputs = ["//bazel/rules:platform_flavor"],
42 "//bazel/rules:platform_flavor": "device",
47 outputs = ["//bazel/rules:platform_flavor"],
DBUILD.bazel1 load("//bazel/rules:common_settings.bzl", "string_flag")
2 load("//bazel/rules:common_settings.bzl", "string_list_flag")
3 load("//bazel/rules/device:single_local_device.bzl", "local_device")
Dtradefed_test_aspects.bzl18 usually returned by most rules. Instead of creating custom rules to adapt
26 load("//bazel/rules:soong_prebuilt.bzl", "SoongPrebuiltInfo")
27 load("//bazel/rules:tradefed_test_dependency_info.bzl", "TradefedTestDependencyInfo")
Dtradefed_test_dependency_info.bzl15 """Provides dependency information required by Tradefed test rules.
27 doc = "Info required by Tradefed rules to run tests",
Dtradefed_test.bzl17 load("//bazel/rules:platform_transitions.bzl", "device_transition", "host_transition")
18 load("//bazel/rules:tradefed_test_aspects.bzl", "soong_prebuilt_tradefed_test_aspect")
19 load("//bazel/rules:tradefed_test_dependency_info.bzl", "TradefedTestDependencyInfo")
20 load("//bazel/rules:common_settings.bzl", "BuildSettingInfo")
35 load("//bazel/rules:device_test.bzl", "device_test")
52 default = "//bazel/rules:tradefed_test.sh.template",
84 default = "//bazel/rules:extra_tradefed_result_reporters",
Dsoong_prebuilt.bzl22 load("//bazel/rules:platform_transitions.bzl", "device_transition")
23 load("//bazel/rules:common_settings.bzl", "BuildSettingInfo")
46 # artifacts that still don't exist. This in turn causes errors in rules
124 "_platform_flavor": attr.label(default = "//bazel/rules:platform_flavor"),
157 "_platform_flavor": attr.label(default = "//bazel/rules:platform_flavor"),
Ddevice_test.bzl62 "run_with": attr.label(default = "//bazel/rules:target_device"),
67 default = "//bazel/rules:device_test.sh.template",
/tools/asuite/atest/bazel/resources/device_def/
DBUILD.bazel1 load("//bazel/rules:soong_prebuilt.bzl", "soong_prebuilt")
2 load("//bazel/rules/device:cuttlefish_device.bzl", "cuttlefish_device")
/tools/asuite/atest/bazel/resources/rules/device/
Dsingle_local_device.bzl1 load("//bazel/rules:device_test.bzl", "DeviceEnvironment")
18 default = "//bazel/rules/device:single_local_device.sh",
Dcuttlefish_device.bzl24 load("//bazel/rules:platform_transitions.bzl", "host_transition")
25 load("//bazel/rules:device_test.bzl", "DeviceEnvironment")
66 default = "//bazel/rules/device:create_cuttlefish.sh.template",
/tools/external_updater/
Dregen_bp.sh41 if [ -f rules.mk ]; then
72 if [ -f rules.mk ]; then
73 LINE1=`head -1 rules.mk`
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DAlignmentRules.java65 public static AlignmentRule compose(@Nonnull AlignmentRule... rules) { in compose() argument
67 for (AlignmentRule r : rules) { in compose()
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/apilevels/
DApiGenerator.kt169 val rules = filterPath.readText() in <lambda>() constant
174 val moduleMap = fromXml(mainlineModule, rules) in <lambda>()
218 return fromXml("", rules).getSdkIdentifiers() in <lambda>()
/tools/tradefederation/contrib/tests/
DOWNERS1 # Owners for modifying any build rules related to the contrib folder
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/cli/common/
DBaseCommandTest.kt30 import org.junit.rules.ErrorCollector
31 import org.junit.rules.TemporaryFolder
/tools/tradefederation/contrib/
DOWNERS1 # Owners for modifying any build rules related to the contrib folder
/tools/asuite/atest/bazel/resources/
Dformat_as_soong_module_name.cquery7 "//bazel/rules:soong_prebuilt.bzl%SoongPrebuiltInfo")
DWORKSPACE6 # `device_infra` repository provides rules needed to start cuttlefish devices
/tools/asuite/atest/bazel/
Datest_bazel_mode.md47 written with customized Bazel rules. An example Build file is as follows:
52 load("//bazel/rules:soong_prebuilt.bzl", "soong_prebuilt")
53 load("//bazel/rules:tradefed_test.bzl", "tradefed_deviceless_test")
64 "//bazel/rules:host": glob(["HelloWorldHostTest/host/**/*"]),
/tools/asuite/atest/bazel/runner/config/config/
Dformat_module_name_to_test_target.cquery7 "//bazel/rules:tradefed_test.bzl%TradefedTestInfo")
/tools/metalava/metalava-testing/src/main/java/com/android/tools/metalava/testing/
DBaselineTestRule.kt20 import org.junit.rules.TestRule
DTemporaryFolderOwner.kt22 import org.junit.rules.TemporaryFolder
/tools/platform-compat/javatest/com/android/annotationvisitor/
DAnnotationHandlerTestBase.java29 import org.junit.rules.TestName;
/tools/metalava/metalava-model/src/test/java/com/android/tools/metalava/model/junit4/
DCustomizableParameterizedParametersProviderTest.kt22 import org.junit.rules.TestName
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/
DZipTestUtils.java26 import org.junit.rules.TemporaryFolder;

1234