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.mk80 ART_PHONY_TEST_HOST_SUFFIX := 32
88 ART_PHONY_TEST_HOST_SUFFIX := 64
DAndroid.gtest.mk138 ART_TEST_HOST_GTEST$(ART_PHONY_TEST_HOST_SUFFIX)_RULES :=
172 gtest_suffix := $(1)$$($(3)ART_PHONY_TEST_HOST_SUFFIX)
246 ART_TEST_HOST_GTEST$$($(3)ART_PHONY_TEST_HOST_SUFFIX)_RULES += $$(gtest_rule)
378 $(eval $(call define-test-art-gtest-combination,host,HOST,$(ART_PHONY_TEST_HOST_SUFFIX)))
394 ART_TEST_HOST_GTEST$(ART_PHONY_TEST_HOST_SUFFIX)_RULES :=
/art/
DAndroid.mk154 .PHONY: test-art-host$(ART_PHONY_TEST_HOST_SUFFIX)
155 test-art-host$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-gtest$(ART_PHONY_TEST_HOST_SUFFIX) \
156 test-art-host-run-test$(ART_PHONY_TEST_HOST_SUFFIX)
159 .PHONY: test-art-host-default$(ART_PHONY_TEST_HOST_SUFFIX)
160 test-art-host-default$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-default$(ART_PHONY_TEST_…
163 .PHONY: test-art-host-optimizing$(ART_PHONY_TEST_HOST_SUFFIX)
164 test-art-host-optimizing$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-optimizing$(ART_PHONY…
167 .PHONY: test-art-host-interpreter$(ART_PHONY_TEST_HOST_SUFFIX)
168 test-art-host-interpreter$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-interpreter$(ART_PHO…
171 .PHONY: test-art-host-jit$(ART_PHONY_TEST_HOST_SUFFIX)
[all …]
/art/test/testrunner/
Denv.py123 ART_PHONY_TEST_HOST_SUFFIX = "32" variable
126 ART_PHONY_TEST_HOST_SUFFIX = "64" variable
Dtestrunner.py260 env.ART_PHONY_TEST_HOST_SUFFIX)