Searched refs:tests (Results 1 – 25 of 80) sorted by relevance
1234
/build/make/core/tasks/ |
D | device-tests.mk | 16 .PHONY: device-tests 18 device-tests-zip := $(PRODUCT_OUT)/device-tests.zip 20 device-tests-list-zip := $(PRODUCT_OUT)/device-tests_list.zip 22 device-tests-configs-zip := $(PRODUCT_OUT)/device-tests_configs.zip 23 my_host_shared_lib_for_device_tests := $(call copy-many-files,$(COMPATIBILITY.device-tests.HOST_SHA… 26 $(device-tests-zip) : .KATI_IMPLICIT_OUTPUTS := $(device-tests-list-zip) $(device-tests-configs-zip… 27 $(device-tests-zip) : PRIVATE_device_tests_list := $(PRODUCT_OUT)/device-tests_list 28 $(device-tests-zip) : PRIVATE_HOST_SHARED_LIBS := $(my_host_shared_lib_for_device_tests) 29 $(device-tests-zip) : PRIVATE_device_host_shared_libs_zip := $(device_tests_host_shared_libs_zip) 30 $(device-tests-zip) : $(COMPATIBILITY.device-tests.FILES) $(my_host_shared_lib_for_device_tests) $(… [all …]
|
D | host-unit-tests.mk | 20 .PHONY: host-unit-tests 22 intermediates_dir := $(call intermediates-dir-for,PACKAGING,host-unit-tests) 23 host_unit_tests_zip := $(PRODUCT_OUT)/host-unit-tests.zip 27 my_host_shared_lib_for_host_unit_tests := $(foreach f,$(COMPATIBILITY.host-unit-tests.HOST_SHARED_L… 34 $(host_unit_tests_zip) : $(COMPATIBILITY.host-unit-tests.FILES) $(my_host_shared_lib_for_host_unit_… 35 echo $(sort $(COMPATIBILITY.host-unit-tests.FILES)) | tr " " "\n" > $@.list 47 host-unit-tests: $(host_unit_tests_zip) 48 $(call dist-for-goals, host-unit-tests, $(host_unit_tests_zip)) 50 tests: host-unit-tests
|
D | art-host-tests.mk | 15 .PHONY: art-host-tests 17 intermediates_dir := $(call intermediates-dir-for,PACKAGING,art-host-tests) 18 art_host_tests_zip := $(PRODUCT_OUT)/art-host-tests.zip 22 my_host_shared_lib_for_art_host_tests := $(foreach f,$(COMPATIBILITY.art-host-tests.HOST_SHARED_LIB… 29 $(art_host_tests_zip) : $(COMPATIBILITY.art-host-tests.FILES) $(my_host_shared_lib_for_art_host_tes… 30 echo $(sort $(COMPATIBILITY.art-host-tests.FILES)) | tr " " "\n" > $@.list 42 art-host-tests: $(art_host_tests_zip) 43 $(call dist-for-goals, art-host-tests, $(art_host_tests_zip)) 45 tests: art-host-tests
|
D | general-tests.mk | 15 .PHONY: general-tests 22 intermediates_dir := $(call intermediates-dir-for,PACKAGING,general-tests) 23 general_tests_zip := $(PRODUCT_OUT)/general-tests.zip 30 $(foreach m,$(filter $(COMPATIBILITY.device-tests.HOST_SHARED_LIBRARY.FILES),\ 31 $(COMPATIBILITY.general-tests.HOST_SHARED_LIBRARY.FILES)),$(call word-colon,2,$(m))) 33 $(filter-out $(COMPATIBILITY.device-tests.HOST_SHARED_LIBRARY.FILES),\ 34 $(COMPATIBILITY.general-tests.HOST_SHARED_LIBRARY.FILES)) 50 $(general_tests_zip) : $(COMPATIBILITY.general-tests.FILES) $(general_tests_tools) $(my_host_shared… 54 echo $(sort $(COMPATIBILITY.general-tests.FILES)) | tr " " "\n" > $(PRIVATE_INTERMEDIATES_DIR)/list 78 general-tests: $(general_tests_zip) [all …]
|
D | tradefed-tests-list.mk | 16 .PHONY: tradefed-tests-list 35 tradefed-tests-list : $(tradefed_tests_list_zip) 36 $(call dist-for-goals, tradefed-tests-list, $(tradefed_tests_list_zip)) 38 tests: tradefed-tests-list
|
D | test_mapping.mk | 30 rm -rf $@ $(dir $@)/disabled-presubmit-tests 31 … $(sort $(PRIVATE_all_disabled_presubmit_tests)) | tr " " "\n" > $(dir $@)/disabled-presubmit-tests 33 $(SOONG_ZIP) -o $@ -C . -l $@.list -C $(dir $@) -f $(dir $@)/disabled-presubmit-tests 34 rm -f $@.list $(dir $@)/disabled-presubmit-tests
|
/build/make/tools/zipalign/ |
D | Android.bp | 62 "tests/src/*_test.cpp", 73 "tests/data/diffOrders.zip", 74 "tests/data/holes.zip", 75 "tests/data/unaligned.zip", 78 test_suites: ["general-tests"],
|
/build/blueprint/tests/ |
D | test.sh | 9 ../tests/bootstrap.bash 18 ../tests/bootstrap.bash -t 27 ../tests/bootstrap.bash
|
/build/blueprint/proptools/ |
D | proptools_test.go | 20 tests := []struct { 66 for _, tt := range tests { 76 tests := []struct { 107 for _, tt := range tests {
|
D | filter_test.go | 37 tests := []struct { 221 for _, test := range tests { 249 tests := []struct { 315 for _, test := range tests { 340 tests := []struct { 372 for _, test := range tests { 390 tests := []struct { 511 for _, test := range tests {
|
/build/blueprint/gotestmain/ |
D | gotestmain.go | 48 func findTests(srcs []string) (tests []string, examples []*doc.Example, hasMain bool) { 61 tests = append(tests, obj.Name) 67 sort.Strings(tests) 88 tests, examples, hasMain := findTests(flag.Args()) 92 Tests: tests,
|
/build/soong/scripts/ |
D | test_config_fixer.py | 53 tests = get_children_with_tag(test_config, 'test') 55 for test in tests: 64 tests = get_children_with_tag(test_config, 'target_preparer') 66 for test in tests:
|
/build/make/target/product/ |
D | vboot.mk | 24 PRODUCT_VBOOT_SIGNING_KEY := external/vboot_reference/tests/devkeys/kernel_data_key 25 PRODUCT_VBOOT_SIGNING_SUBKEY := external/vboot_reference/tests/devkeys/kernel_subkey
|
/build/soong/ui/build/ |
D | rbe_test.go | 30 tests := []struct { 47 for _, tt := range tests { 85 tests := []struct { 95 for _, tt := range tests {
|
D | config_test.go | 187 tests := []struct { 224 for _, tt := range tests { 279 tests := []struct { 305 for _, tt := range tests { 346 tests := []struct { 489 for _, tt := range tests { 528 tests := []struct { 608 for _, tt := range tests { 641 tests := []struct { 677 for _, tt := range tests { [all …]
|
D | upload_test.go | 77 tests := []struct { 98 for _, tt := range tests { 152 tests := []struct { 167 for _, tt := range tests {
|
/build/soong/android/soongconfig/ |
D | modules_test.go | 25 tests := []struct { 61 for _, tt := range tests { 71 tests := []struct { 176 for _, tt := range tests { 191 tests := []struct { 277 for _, tt := range tests {
|
/build/make/target/product/security/ |
D | Android.bp | 16 // Certificate for CTS tests that rely on UICC hardware conforming to the 18 // //cts/tests/tests/carrierapi/Android.bp for more details.
|
/build/soong/android/ |
D | module_test.go | 25 tests := []struct { 59 for _, tt := range tests { 72 tests := []struct { 132 for _, tt := range tests {
|
/build/make/core/ |
D | autogen_test_config.mk | 30 autogen_test_install_base = /data/local/tests/vendor 33 autogen_test_install_base = /data/local/tests/vendor
|
/build/bazel/ci/ |
D | bp2build.sh | 14 …TE_BAZEL_FILES=true "${AOSP_ROOT}/build/soong/soong_ui.bash" --make-mode nothing --skip-soong-tests 50 tools/bazel --max_idle_secs=5 test ${BUILD_FLAGS} ${TEST_FLAGS} //build/bazel/tests/...
|
/build/soong/etc/ |
D | prebuilt_etc_test.go | 250 tests := []struct { 273 for _, tt := range tests { 284 tests := []struct { 307 for _, tt := range tests { 318 tests := []struct { 341 for _, tt := range tests {
|
/build/blueprint/ |
D | Blueprints | 149 "gotestmain-tests", 177 // gotestmain tests can't be on the gotestmain module because it is an implicit dependency of tests. 178 // Put the tests in their own package and make it a dependency of minibp to make sure they run. 180 name: "gotestmain-tests",
|
/build/soong/remoteexec/ |
D | remoteexec_test.go | 23 tests := []struct { 58 for _, test := range tests {
|
/build/soong/cmd/run_with_timeout/ |
D | run_with_timeout_test.go | 32 tests := []struct { 77 for _, tt := range tests {
|
1234