Searched defs:host (Results 1 - 3 of 3) sorted by relevance

/art/build/
H A DAndroid.oat.mk19 # (that is, non-Android frameworks) testing on the host and target
27 # $(1): 2ND_ or undefined, 2ND_ for 32-bit host builds.
28 define create-core-oat-host-rules
30 @echo "host dex2oat: $$@ ($$?)"
38 --host --android-root=$$(HOST_OUT) --include-patch-information
44 endef # create-core-oat-host-rules
46 $(eval $(call create-core-oat-host-rules,))
48 $(eval $(call create-core-oat-host-rules,2ND_))
77 LOCAL_MODULE := core.art-host
85 # If we aren't building the host toolchai
[all...]
H A DAndroid.gtest.mk212 # GCC host compiled tests fail with this linked, presumably due to destructors that run.
268 # Define make rules for a host gtests.
271 define define-art-gtest-rule-host
272 gtest_rule := test-art-host-gtest-$(1)$$($(2)ART_PHONY_TEST_HOST_SUFFIX)
274 # Dependencies for all host gtests.
303 endef # define-art-gtest-rule-host
305 # Define the rules to build and run host and target gtests.
306 # $(1): target or host
312 ifneq ($(1),host)
313 $$(error expected target or host fo
[all...]
/art/runtime/jdwp/
H A Djdwp.h106 std::string host; member in struct:art::JDWP::JdwpOptions

Completed in 1016 milliseconds