Home
last modified time | relevance | path

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

/art/
DAndroid.mk197 .PHONY: test-art-host$(ART_PHONY_TEST_HOST_SUFFIX)
198 test-art-host$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-gtest$(ART_PHONY_TEST_HOST_SUFFIX) \
199 test-art-host-run-test$(ART_PHONY_TEST_HOST_SUFFIX)
202 .PHONY: test-art-host-default$(ART_PHONY_TEST_HOST_SUFFIX)
203 test-art-host-default$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-default$(ART_PHONY_TEST_…
206 .PHONY: test-art-host-optimizing$(ART_PHONY_TEST_HOST_SUFFIX)
207 test-art-host-optimizing$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-optimizing$(ART_PHONY…
210 .PHONY: test-art-host-interpreter$(ART_PHONY_TEST_HOST_SUFFIX)
211 test-art-host-interpreter$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-interpreter$(ART_PHO…
214 .PHONY: test-art-host-jit$(ART_PHONY_TEST_HOST_SUFFIX)
[all …]
/art/build/
DAndroid.common.mk79 ART_PHONY_TEST_HOST_SUFFIX := 32
87 ART_PHONY_TEST_HOST_SUFFIX := 64
DAndroid.gtest.mk448 ART_TEST_HOST_GTEST$(ART_PHONY_TEST_HOST_SUFFIX)_RULES :=
548 gtest_suffix := $(1)$$($(3)ART_PHONY_TEST_HOST_SUFFIX)
596 ART_TEST_HOST_GTEST$$($(3)ART_PHONY_TEST_HOST_SUFFIX)_RULES += $$(gtest_rule)
750 $(eval $(call define-test-art-gtest-combination,host,HOST,$(ART_PHONY_TEST_HOST_SUFFIX)))
766 ART_TEST_HOST_GTEST$(ART_PHONY_TEST_HOST_SUFFIX)_RULES :=
/art/test/testrunner/
Denv.py126 ART_PHONY_TEST_HOST_SUFFIX = "32" variable
129 ART_PHONY_TEST_HOST_SUFFIX = "64" variable
Dtestrunner.py217 env.ART_PHONY_TEST_HOST_SUFFIX)