Searched defs:host (Results 1 - 3 of 3) sorted by last modified time

/art/runtime/jdwp/
H A Djdwp.h109 std::string host = ""; member in struct:art::JDWP::JdwpOptions
/art/build/
H A DAndroid.gtest.mk97 # For the host, also add the installed tool (in the base size, that should suffice). For the
369 # Define make rules for a host gtests.
372 define define-art-gtest-rule-host
373 gtest_rule := test-art-host-gtest-$(1)$$($(2)ART_PHONY_TEST_HOST_SUFFIX)
375 # Dependencies for all host gtests.
406 endef # define-art-gtest-rule-host
408 # Define the rules to build and run host and target gtests.
409 # $(1): target or host
415 ifneq ($(1),host)
416 $$(error expected target or host fo
[all...]
H A DAndroid.oat.mk19 # (that is, non-Android frameworks) testing on the host and target
36 # $(3): 2ND_ or undefined, 2ND_ for 32-bit host builds.
41 define create-core-oat-host-rules
107 @echo "host dex2oat: $$@ ($$?)"
116 --host --android-root=$$(HOST_OUT) --include-patch-information --generate-debug-info \
128 endef # create-core-oat-host-rules
133 define create-core-oat-host-rule-combination
134 $(call create-core-oat-host-rules,$(1),no-pic,,$(2),$(3))
135 $(call create-core-oat-host-rules,$(1),pic,,$(2),$(3))
138 $(call create-core-oat-host
[all...]

Completed in 79 milliseconds