HomeSort by relevance Sort by last modified time
    Searched refs:ND_ART_PHONY_TEST_HOST_SUFFIX (Results 1 - 3 of 3) sorted by null

  /art/build/
Android.common.mk 81 2ND_ART_PHONY_TEST_HOST_SUFFIX :=
89 2ND_ART_PHONY_TEST_HOST_SUFFIX := 32
Android.gtest.mk 374 ART_TEST_HOST_GTEST$(2ND_ART_PHONY_TEST_HOST_SUFFIX)_RULES :=
377 ART_TEST_HOST_VALGRIND_GTEST$(2ND_ART_PHONY_TEST_HOST_SUFFIX)_RULES :=
744 $(eval $(call define-test-art-gtest-combination,host,HOST,,$(2ND_ART_PHONY_TEST_HOST_SUFFIX)))
745 $(eval $(call define-test-art-gtest-combination,host,HOST,valgrind-,$(2ND_ART_PHONY_TEST_HOST_SUFFIX)))
    [all...]
  /art/
Android.mk 210 .PHONY: test-art-host$(2ND_ART_PHONY_TEST_HOST_SUFFIX)
211 test-art-host$(2ND_ART_PHONY_TEST_HOST_SUFFIX): test-art-host-gtest$(2ND_ART_PHONY_TEST_HOST_SUFFIX) \
212 test-art-host-run-test$(2ND_ART_PHONY_TEST_HOST_SUFFIX)
215 .PHONY: test-art-host-default$(2ND_ART_PHONY_TEST_HOST_SUFFIX)
216 test-art-host-default$(2ND_ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-default$(2ND_ART_PHONY_TEST_HOST_SUFFIX)
219 .PHONY: test-art-host-optimizing$(2ND_ART_PHONY_TEST_HOST_SUFFIX)
220 test-art-host-optimizing$(2ND_ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-optimizing$(2ND_ART_PHONY_TEST_HOST_SUFFIX)
    [all...]

Completed in 79 milliseconds