Home
last modified time | relevance | path

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

/art/build/
DAndroid.common.mk79 ART_PHONY_TEST_HOST_SUFFIX := 32
87 ART_PHONY_TEST_HOST_SUFFIX := 64
DAndroid.gtest.mk458 ART_TEST_HOST_GTEST$(ART_PHONY_TEST_HOST_SUFFIX)_RULES :=
492 gtest_suffix := $(1)$$($(3)ART_PHONY_TEST_HOST_SUFFIX)
541 ART_TEST_HOST_GTEST$$($(3)ART_PHONY_TEST_HOST_SUFFIX)_RULES += $$(gtest_rule)
669 $(eval $(call define-test-art-gtest-combination,host,HOST,$(ART_PHONY_TEST_HOST_SUFFIX)))
685 ART_TEST_HOST_GTEST$(ART_PHONY_TEST_HOST_SUFFIX)_RULES :=
/art/
DAndroid.mk155 .PHONY: test-art-host$(ART_PHONY_TEST_HOST_SUFFIX)
156 test-art-host$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-gtest$(ART_PHONY_TEST_HOST_SUFFIX) \
157 test-art-host-run-test$(ART_PHONY_TEST_HOST_SUFFIX)
160 .PHONY: test-art-host-default$(ART_PHONY_TEST_HOST_SUFFIX)
161 test-art-host-default$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-default$(ART_PHONY_TEST_…
164 .PHONY: test-art-host-optimizing$(ART_PHONY_TEST_HOST_SUFFIX)
165 test-art-host-optimizing$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-optimizing$(ART_PHONY…
168 .PHONY: test-art-host-interpreter$(ART_PHONY_TEST_HOST_SUFFIX)
169 test-art-host-interpreter$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-interpreter$(ART_PHO…
172 .PHONY: test-art-host-jit$(ART_PHONY_TEST_HOST_SUFFIX)
[all …]
/art/test/testrunner/
Denv.py127 ART_PHONY_TEST_HOST_SUFFIX = "32" variable
130 ART_PHONY_TEST_HOST_SUFFIX = "64" variable
Dtestrunner.py232 env.ART_PHONY_TEST_HOST_SUFFIX)