Searched refs:HOST (Results 1 – 4 of 4) sorted by relevance
/art/test/etc/ |
D | run-test-jar | 44 HOST="n" 244 HOST="y" 464 if [[ "$HOST" = "y" ]]; then 491 if [ "$HOST" = "n" ]; then 553 if [ "$HOST" = "n" ]; then 566 if [ "$HOST" = "n" ]; then 600 if [[ "$HOST" = "y" ]]; then 618 if [[ "$HOST" = "y" ]]; then 656 if [[ "$HOST" = "y" ]]; then 695 if [ "${HOST}" = "y" ]; then [all …]
|
/art/tools/ahat/ |
D | Android.mk | 88 AHAT_RI_TEST_DUMP_JAR := $(call intermediates-dir-for,JAVA_LIBRARIES,ahat-ri-test-dump,HOST)/javali… 89 AHAT_RI_TEST_DUMP_COMMON := $(call intermediates-dir-for,JAVA_LIBRARIES,ahat-ri-test-dump,HOST,COMM…
|
/art/tools/veridex/ |
D | Android.mk | 39 $(call intermediates-dir-for,PACKAGING,veridex,HOST)/veridex.zip
|
/art/build/ |
D | Android.gtest.mk | 493 gtest_output := $(call intermediates-dir-for,PACKAGING,art-host-gtest,HOST)/$$(gtest_suffix).xml 638 ifneq ($(2),HOST) 667 $(eval $(call define-test-art-gtest-combination,host,HOST,)) 668 $(eval $(call define-test-art-gtest-combination,host,HOST,$(ART_PHONY_TEST_HOST_SUFFIX))) 670 $(eval $(call define-test-art-gtest-combination,host,HOST,$(2ND_ART_PHONY_TEST_HOST_SUFFIX)))
|