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 272 ART_TEST_HOST_GTEST$(ART_PHONY_TEST_HOST_SUFFIX)_RULES :=
275 ART_TEST_HOST_VALGRIND_GTEST$(ART_PHONY_TEST_HOST_SUFFIX)_RULES :=
396 gtest_rule := test-art-host-gtest-$(1)$$($(3)ART_PHONY_TEST_HOST_SUFFIX)
413 ART_TEST_HOST_GTEST$$($(3)ART_PHONY_TEST_HOST_SUFFIX)_RULES += $$(gtest_rule)
427 ART_TEST_HOST_VALGRIND_GTEST$$($(3)ART_PHONY_TEST_HOST_SUFFIX)_RULES += valgrind-$$(gtest_rule)
600 $(eval $(call define-test-art-gtest-combination,host,HOST,,$(ART_PHONY_TEST_HOST_SUFFIX)))
601 $(eval $(call define-test-art-gtest-combination,host,HOST,valgrind-,$(ART_PHONY_TEST_HOST_SUFFIX)))
618 ART_TEST_HOST_GTEST$(ART_PHONY_TEST_HOST_SUFFIX)_RULES :=
621 ART_TEST_HOST_VALGRIND_GTEST$(ART_PHONY_TEST_HOST_SUFFIX)_RULES :=
  /art/
Android.mk 193 .PHONY: test-art-host$(ART_PHONY_TEST_HOST_SUFFIX)
194 test-art-host$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-gtest$(ART_PHONY_TEST_HOST_SUFFIX) \
195 test-art-host-run-test$(ART_PHONY_TEST_HOST_SUFFIX)
198 .PHONY: test-art-host-default$(ART_PHONY_TEST_HOST_SUFFIX)
199 test-art-host-default$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-default$(ART_PHONY_TEST_HOST_SUFFIX)
202 .PHONY: test-art-host-optimizing$(ART_PHONY_TEST_HOST_SUFFIX)
203 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 225 ART_PHONY_TEST_HOST_SUFFIX = "32"
228 ART_PHONY_TEST_HOST_SUFFIX = "64"
testrunner.py 263 ADDRESS_SIZES_TARGET['host'].add(env.ART_PHONY_TEST_HOST_SUFFIX)
    [all...]

Completed in 106 milliseconds