Home
last modified time | relevance | path

Searched refs:ART_PHONY_TEST_HOST_SUFFIX (Results 1 – 5 of 5) sorted by relevance

/art/
DAndroid.mk146 .PHONY: test-art-host$(ART_PHONY_TEST_HOST_SUFFIX)
147 test-art-host$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-gtest$(ART_PHONY_TEST_HOST_SUFFIX) \
148 test-art-host-run-test$(ART_PHONY_TEST_HOST_SUFFIX)
151 .PHONY: test-art-host-default$(ART_PHONY_TEST_HOST_SUFFIX)
152 test-art-host-default$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-default$(ART_PHONY_TEST_…
155 .PHONY: test-art-host-optimizing$(ART_PHONY_TEST_HOST_SUFFIX)
156 test-art-host-optimizing$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-optimizing$(ART_PHONY…
159 .PHONY: test-art-host-interpreter$(ART_PHONY_TEST_HOST_SUFFIX)
160 test-art-host-interpreter$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-interpreter$(ART_PHO…
163 .PHONY: test-art-host-jit$(ART_PHONY_TEST_HOST_SUFFIX)
[all …]
/art/build/
DAndroid.gtest.mk163 ART_TEST_HOST_GTEST$(ART_PHONY_TEST_HOST_SUFFIX)_RULES :=
166 ART_TEST_HOST_GTEST$(ART_PHONY_TEST_HOST_SUFFIX)_BUILD_RULES :=
203 gtest_suffix := $(1)$$($(3)ART_PHONY_TEST_HOST_SUFFIX)
283 ART_TEST_HOST_GTEST$$($(3)ART_PHONY_TEST_HOST_SUFFIX)_RULES += $$(gtest_rule)
285 ART_TEST_HOST_GTEST$$($(3)ART_PHONY_TEST_HOST_SUFFIX)_BUILD_RULES += $$(gtest_build_rule)
402 $(eval $(call define-test-art-gtest-combination,host,HOST,$(ART_PHONY_TEST_HOST_SUFFIX)))
444 $(eval $(call define-test-art-gtest-dependency-combination,host,HOST,$(ART_PHONY_TEST_HOST_SUFFIX)))
460 ART_TEST_HOST_GTEST$(ART_PHONY_TEST_HOST_SUFFIX)_RULES :=
463 ART_TEST_HOST_GTEST$(ART_PHONY_TEST_HOST_SUFFIX)_BUILD_RULES :=
DAndroid.common.mk80 ART_PHONY_TEST_HOST_SUFFIX := 32
88 ART_PHONY_TEST_HOST_SUFFIX := 64
/art/test/testrunner/
Denv.py126 ART_PHONY_TEST_HOST_SUFFIX = "32" variable
129 ART_PHONY_TEST_HOST_SUFFIX = "64" variable
Dtestrunner.py302 env.ART_PHONY_TEST_HOST_SUFFIX)