Searched refs:HOST (Results 1 – 2 of 2) sorted by relevance
/art/test/etc/ |
D | run-test-jar | 29 HOST="n" 161 HOST="y" 345 if [ "$HOST" = "n" ]; then 412 if [ "${HOST}" = "y" ]; then 435 if [ "$HOST" = "n" ]; then 488 if [ "$HOST" = "n" ]; then 521 if [ "$HOST" = "y" ]; then 588 if [ "$HOST" != "n" ]; then 617 if [ "$HOST" = "n" ]; then 647 if [ "$HOST" = "n" ]; then
|
/art/build/ |
D | Android.gtest.mk | 562 ifneq ($(2),HOST) 598 $(eval $(call define-test-art-gtest-combination,host,HOST,,)) 599 $(eval $(call define-test-art-gtest-combination,host,HOST,valgrind-,)) 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))) 603 $(eval $(call define-test-art-gtest-combination,host,HOST,,$(2ND_ART_PHONY_TEST_HOST_SUFFIX))) 604 $(eval $(call define-test-art-gtest-combination,host,HOST,valgrind-,$(2ND_ART_PHONY_TEST_HOST_SUFFI…
|