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

  /art/build/
Android.common.mk 80 ART_PHONY_TEST_HOST_SUFFIX := 32
88 ART_PHONY_TEST_HOST_SUFFIX := 64
Android.gtest.mk 373 ART_TEST_HOST_GTEST$(ART_PHONY_TEST_HOST_SUFFIX)_RULES :=
376 ART_TEST_HOST_VALGRIND_GTEST$(ART_PHONY_TEST_HOST_SUFFIX)_RULES :=
513 gtest_rule := test-art-host-gtest-$(1)$$($(3)ART_PHONY_TEST_HOST_SUFFIX)
523 gtest_xml_output := --gtest_output=xml:$(DIST_DIR)/gtest/$(1)$$($(3)ART_PHONY_TEST_HOST_SUFFIX).xml
554 ART_TEST_HOST_GTEST$$($(3)ART_PHONY_TEST_HOST_SUFFIX)_RULES += $$(gtest_rule)
568 ART_TEST_HOST_VALGRIND_GTEST$$($(3)ART_PHONY_TEST_HOST_SUFFIX)_RULES += valgrind-$$(gtest_rule)
741 $(eval $(call define-test-art-gtest-combination,host,HOST,,$(ART_PHONY_TEST_HOST_SUFFIX)))
742 $(eval $(call define-test-art-gtest-combination,host,HOST,valgrind-,$(ART_PHONY_TEST_HOST_SUFFIX)))
    [all...]
  /art/
Android.mk 187 .PHONY: test-art-host$(ART_PHONY_TEST_HOST_SUFFIX)
188 test-art-host$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-gtest$(ART_PHONY_TEST_HOST_SUFFIX) \
189 test-art-host-run-test$(ART_PHONY_TEST_HOST_SUFFIX)
192 .PHONY: test-art-host-default$(ART_PHONY_TEST_HOST_SUFFIX)
193 test-art-host-default$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-default$(ART_PHONY_TEST_HOST_SUFFIX)
196 .PHONY: test-art-host-optimizing$(ART_PHONY_TEST_HOST_SUFFIX)
197 test-art-host-optimizing$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-optimizing$(ART_PHONY_TEST_HOST_SUFFIX)
    [all...]
  /art/test/testrunner/
env.py 166 ART_PHONY_TEST_HOST_SUFFIX = "32"
169 ART_PHONY_TEST_HOST_SUFFIX = "64"
testrunner.py 232 env.ART_PHONY_TEST_HOST_SUFFIX)
    [all...]

Completed in 161 milliseconds