Searched refs:host (Results 1 - 25 of 30) sorted by relevance

12

/art/
H A DAndroid.mk41 clean-oat: clean-oat-host clean-oat-target
43 .PHONY: clean-oat-host
44 clean-oat-host:
169 # "mm test-art" to build and run all tests on host and device
171 test-art: test-art-host test-art-target
175 test-art-gtest: test-art-host-gtest test-art-target-gtest
179 test-art-run-test: test-art-host-run-test test-art-target-run-test
183 # host test rules
194 .PHONY: test-art-host-vixl
195 test-art-host
[all...]
/art/build/
H A DAndroid.oat.mk19 # (that is, non-Android frameworks) testing on the host and target
42 # $(3): 2ND_ or undefined, 2ND_ for 32-bit host builds.
48 define create-core-oat-host-rules
128 @echo "host dex2oat: $$@"
137 --host --android-root=$$(HOST_OUT) --include-patch-information --generate-debug-info \
149 endef # create-core-oat-host-rules
155 define create-core-oat-host-rule-combination
156 $(call create-core-oat-host-rules,$(1),no-pic,,$(2),$(3),$(4))
157 $(call create-core-oat-host-rules,$(1),pic,,$(2),$(3),$(4))
160 $(call create-core-oat-host
[all...]
H A DAndroid.executable.mk28 # $(5): target or host
31 # $(8): static or shared (empty means shared, applies only for host)
34 ifneq ($(5),host)
35 $$(error expected target or host for argument 5, received $(5))
78 ifneq ($$(HOST_OS)-$$(art_target_or_host),darwin-host)
86 else # host
159 ifeq ($$(art_target_or_host),host)
172 else # host
192 # Build many art executables from multiple variations (debug/ndebug, host/target, 32/64bit).
201 # $(5): library dependencies (host onl
[all...]
H A DAndroid.gtest.mk144 # For the host, also add the installed tool (in the base size, that should suffice). For the
504 # Define make rules for a host gtests.
507 define define-art-gtest-rule-host
508 gtest_rule := test-art-host-gtest-$(1)$$($(2)ART_PHONY_TEST_HOST_SUFFIX)
510 # Dependencies for all host gtests.
547 endef # define-art-gtest-rule-host
549 # Define the rules to build and run host and target gtests.
550 # $(1): target or host
556 ifneq ($(1),host)
557 $$(error expected target or host fo
[all...]
/art/imgdiag/
H A DAndroid.mk27 # Build variants {target,host} x {debug,ndebug} x {32,64}
32 $(eval $(call build-art-multi-executable,imgdiag,$(IMGDIAG_SRC_FILES),libart-compiler libbacktrace,libcutils,libziparchive-host,art/compiler,both,$(HOST_PREFER_32_BIT)))
/art/dex2oat/
H A DAndroid.mk42 # We need to explicitly restrict the host arch to 32-bit only, as
60 libziparchive-host \
82 # We always build dex2oat and dependencies, even if the host build is otherwise disabled, since they are used to cross compile for the target.
84 $(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libcutils libart-compiler libsigchain libziparchive-host liblz4,art/compiler,host,ndebug,$(dex2oat_host_arch)))
86 $(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libart libart-compiler libart $(DEX2OAT_STATIC_DEPENDENCIES),art/compiler,host,ndebug,$(dex2oat_host_arch),static))
91 $(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libcutils libartd-compiler libsigchain libziparchive-host liblz4,art/compiler,host,debug,$(dex2oat_host_arch)))
93 $(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libartd libartd-compiler libartd $(DEX2OAT_STATIC_DEPENDENCIES),art/compiler,host,debug,$(dex2oat_host_arch),static))
/art/runtime/simulator/
H A DAndroid.mk25 # $(1): target or host
29 ifneq ($(1),host)
30 $$(error expected target or host for argument 1, received $(1))
43 ifeq ($$(art_target_or_host),host)
61 else # host
95 else # host
101 $(eval $(call build-libart-simulator,host,ndebug))
104 $(eval $(call build-libart-simulator,host,debug))
/art/profman/
H A DAndroid.mk41 $(eval $(call build-art-executable,profman,$(PROFMAN_SRC_FILES),libcutils,art/profman,host,ndebug))
44 $(eval $(call build-art-executable,profman,$(PROFMAN_SRC_FILES),libcutils,art/profman,host,debug))
/art/tools/
H A Drun-jdwp-tests.sh23 test_jack=${OUT_DIR-out}/host/common/obj/JAVA_LIBRARIES/apache-harmony-jdwp-tests-hostdex_intermediates/classes.jack
58 host="no"
61 if [[ "$1" == "--mode=host" ]]; then
62 host="yes"
65 art="bash ${OUT_DIR-out}/host/linux-x86/bin/art"
66 art_debugee="bash ${OUT_DIR-out}/host/linux-x86/bin/art"
69 # We do not need a device directory on host.
71 # Vogar knows which VM to use on host.
136 if [[ $host == "yes" ]]; then
H A Dlibcore_failures.txt14 modes: [host],
31 Passes on host, passes with cts. Passes with vogar with su
118 description: "Needs kernel updates on host/device",
/art/benchmark/
H A DAndroid.mk26 # $(1): target or host
29 ifneq ($(1),host)
30 $$(error expected target or host for argument 1, received $(1))
56 else # host
74 $(eval $(call build-libartbenchmark,host))
/art/disassembler/
H A DAndroid.mk28 # $(1): target or host
32 ifneq ($(1),host)
33 $$(error expected target or host for argument 1, received $(1))
46 ifeq ($$(art_target_or_host),host)
64 else # host
98 else # host
109 # We always build dex2oat and dependencies, even if the host build is otherwise disabled, since they are used to cross compile for the target.
111 $(eval $(call build-libart-disassembler,host,ndebug))
114 $(eval $(call build-libart-disassembler,host,debug))
/art/test/
H A DAndroid.libnativebridgetest.mk29 # $(1): target or host
32 ifneq ($(1),host)
33 $$(error expected target or host for argument 1, received $(1))
60 else # host
82 $(eval $(call build-libnativebridgetest,host))
H A DAndroid.libarttest.mk57 # $(1): target or host
60 ifneq ($(1),host)
61 $$(error expected target or host for argument 1, received $(1))
95 else # host
120 $(eval $(call build-libarttest,host,))
121 $(eval $(call build-libarttest,host,debug))
H A DAndroid.run-test.mk93 TARGET_TYPES := host target
240 # 569-checker-pattern-replacement tests behaviour present only on host.
360 # is only possible on the host.
644 # All tests require the host executables. The tests also depend on the core images, but on
666 # test-art-{1: host or target}-run-test-{2: debug ndebug}-{3: prebuild no-prebuild no-dex2oat}-
684 ifeq ($(1),host)
687 run_test_options += --host
816 ifeq ($(1),host)
825 ifeq ($(1),host)
834 ifeq ($(1),host)
[all...]
/art/patchoat/
H A DAndroid.mk39 # We always build patchoat and dependencies, even if the host build is otherwise disabled, since they are used to cross compile for the target.
41 $(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils libsigchain,art/compiler,host,ndebug))
44 $(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils libsigchain,art/compiler,host,debug))
/art/test/119-noimage-patchoat/
H A Drun26 if [[ $@ == *--host* ]]; then
/art/oatdump/
H A DAndroid.mk24 # Build variants {target,host} x {debug,ndebug}
41 dump-oat-core: dump-oat-core-host dump-oat-core-target
43 .PHONY: dump-oat-core-host
45 dump-oat-core-host: $(HOST_CORE_IMG_OUTS) $(OATDUMP)
46 $(OATDUMP) --image=$(HOST_CORE_IMG_LOCATION) --output=$(ART_DUMP_OAT_PATH)/core.host.oatdump.txt
47 @echo Output in $(ART_DUMP_OAT_PATH)/core.host.oatdump.txt
/art/test/118-noimage-dex2oat/
H A Drun34 if [[ $@ == *--host* ]]; then
/art/runtime/jdwp/
H A Djdwp_socket.cc271 CHECK(!options->host.empty());
275 * Start by resolving the host name.
283 // systems (maybe because of IPv6), causing failures in JDWP host
299 options->host.c_str(), &he, auxBuf.data(), auxBuf.size(), &pEntry, &error))
305 LOG(WARNING) << "gethostbyname_r('" << options->host << "') failed: " << hstrerror(error);
310 pEntry = gethostbyname(options->host.c_str());
312 PLOG(WARNING) << "gethostbyname('" << options->host << "') failed";
346 LOG(INFO) << "Connection established to " << options->host << " ("
/art/compiler/
H A DAndroid.mk178 # $(1): target or host
180 # $(3): static or shared (empty means shared, applies only for host)
183 ifneq ($(1),host)
184 $$(error expected target or host for argument 1, received $(1))
198 ifeq ($$(art_target_or_host),host)
252 else # host
269 ifeq ($$(art_target_or_host),host)
296 else # host
312 # We always build dex2oat and dependencies, even if the host build is otherwise disabled, since they are used to cross compile for the target.
314 $(eval $(call build-libart-compiler,host,ndebu
[all...]
/art/runtime/
H A DAndroid.mk410 # $(1): target or host
412 # $(3): static or shared (note that static only applies for host)
416 ifneq ($(1),host)
417 $$(error expected target or host for argument 1, received $(1))
459 else # host
467 ifeq ($$(art_target_or_host),host)
492 else #host
507 else # host
555 else # host
557 LOCAL_STATIC_LIBRARIES += libziparchive-host lib
[all...]
H A Dcommon_runtime_test.cc143 // $ANDROID_ROOT is set on the device, but not necessarily on the host.
165 root += "/out/host/linux-x86";
167 root += "/out/host/darwin-x86";
254 return GetAndroidToolsDir("prebuilts/gcc/linux-x86/host",
436 static std::string GetDexFileName(const std::string& jar_prefix, bool host) { argument
438 if (host) {
446 std::string suffix = host
447 ? "-hostdex" // The host version.
/art/dexdump/
H A DAndroid.mk41 ## Build the host command line tool dexdump.
/art/dexlist/
H A DAndroid.mk41 ## Build the host command line tool dexlist.

Completed in 557 milliseconds

12