Searched refs:HOST_PREFER_32_BIT (Results 1 – 12 of 12) sorted by relevance
/art/test/testrunner/ |
D | env.py | 121 HOST_PREFER_32_BIT = _get_build_var('HOST_PREFER_32_BIT') variable 122 if HOST_PREFER_32_BIT == "true":
|
/art/build/ |
D | Android.common.mk | 79 ifeq ($(HOST_PREFER_32_BIT),true)
|
D | Android.gtest.mk | 132 ifneq ($(HOST_PREFER_32_BIT),true) 206 ifeq ($(HOST_PREFER_32_BIT),true) 319 ifneq ($(HOST_PREFER_32_BIT),true) 379 ifneq ($(HOST_PREFER_32_BIT),true)
|
/art/tools/build/ |
D | var_list | 32 HOST_PREFER_32_BIT
|
/art/tools/hiddenapi/ |
D | Android.bp | 43 // HOST_PREFER_32_BIT is in use. Note that this override cannot be
|
/art/build/apex/ |
D | runtests.sh | 140 if [[ "$HOST_PREFER_32_BIT" = true ]]; then
|
D | Android.bp | 306 // HOST_PREFER_32_BIT is set. We cannot simply use com.android.art.debug
|
/art/tools/ahat/ |
D | Android.mk | 47 ifeq (true,$(HOST_PREFER_32_BIT))
|
/art/test/ |
D | Android.run-test.mk | 76 ifneq ($(HOST_PREFER_32_BIT),true)
|
/art/tools/golem/ |
D | build-target.sh | 307 setenv HOST_PREFER_32_BIT true
|
/art/dex2oat/ |
D | Android.bp | 273 // HOST_PREFER_32_BIT is in use. Necessary because the logic in 317 // HOST_PREFER_32_BIT is in use. Necessary because the logic in
|
/art/ |
D | Android.mk | 118 ifneq ($(HOST_PREFER_32_BIT),true) 176 ifneq ($(HOST_PREFER_32_BIT),true) 427 ifneq ($(HOST_PREFER_32_BIT),true)
|