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

/art/build/
H A DAndroid.oat.mk19 # (that is, non-Android frameworks) testing on the host and target
41 # $(2): 2ND_ or undefined, 2ND_ for 32-bit host builds.
47 define create-core-oat-host-rules
103 @echo "host dex2oat: $$@"
112 --host --android-root=$$(HOST_OUT) \
124 endef # create-core-oat-host-rules
130 define create-core-oat-host-rule-combination
131 $(call create-core-oat-host-rules,$(1),,$(2),$(3),$(4))
134 $(call create-core-oat-host-rules,$(1),2ND_,$(2),$(3),$(4))
138 $(eval $(call create-core-oat-host
[all...]
H A DAndroid.gtest.mk209 # For the host, also add the installed tool (in the base size, that should suffice). For the
391 # Define make rules for a host gtests.
395 define define-art-gtest-rule-host
396 gtest_rule := test-art-host-gtest-$(1)$$($(3)ART_PHONY_TEST_HOST_SUFFIX)
398 # Dependencies for all host gtests.
436 endef # define-art-gtest-rule-host
438 # Define the rules to build and run host and target gtests.
477 define define-art-gtest-host
486 $$(eval $$(call define-art-gtest-rule-host,$$(art_gtest_name),$$(art_gtest_filename),$(2)))
491 endef # define-art-gtest-host
[all...]
/art/test/
H A DAndroid.run-test.mk85 # All tests require the host executables. The tests also depend on the core images, but on
128 # Classpath for Jack compilation for host.
166 TARGET_TYPES := host target
179 test-art-host-run-test-dependencies : $(host_prereq_rules)
181 test-art-run-test-dependencies : test-art-host-run-test-dependencies test-art-target-run-test-dependencies
184 # test-art-{1: host target}-run-test
185 define define-test-art-host-or-target-run-test-group
194 endef # define-test-art-host-or-target-run-test-group
197 $(call define-test-art-host-or-target-run-test-group,$(target))))
199 test-art-run-test : test-art-host
[all...]
/art/runtime/jdwp/
H A Djdwp.h110 std::string host = ""; member in struct:art::JDWP::JdwpOptions
/art/runtime/
H A Dcommon_runtime_test.cc217 // $ANDROID_ROOT is set on the device, but not necessarily on the host.
239 root += "/out/host/linux-x86";
241 root += "/out/host/darwin-x86";
328 return GetAndroidToolsDir("prebuilts/gcc/linux-x86/host",
504 static std::string GetDexFileName(const std::string& jar_prefix, bool host) { argument
506 if (host) {
514 std::string suffix = host
515 ? "-hostdex" // The host version.

Completed in 242 milliseconds