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

/art/
H A DAndroid.mk41 clean-oat: clean-oat-host clean-oat-target
43 .PHONY: clean-oat-host
44 clean-oat-host:
137 # "mm test-art" to build and run all tests on host and device
139 test-art: test-art-host test-art-target
143 test-art-gtest: test-art-host-gtest test-art-target-gtest
147 test-art-run-test: test-art-host-run-test test-art-target-run-test
151 # host test rules
162 .PHONY: test-art-host-vixl
163 test-art-host
[all...]
/art/dex2oat/
H A DAndroid.mk47 # We always build dex2oat and dependencies, even if the host build is otherwise disabled, since they are used to cross compile for the target.
49 $(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libcutils libart-compiler libziparchive-host,art/compiler,host,ndebug,$(dex2oat_host_arch)))
52 $(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libcutils libartd-compiler libziparchive-host,art/compiler,host,debug,$(dex2oat_host_arch)))
/art/imgdiag/
H A DAndroid.mk27 # Build variants {target,host} x {debug,ndebug} x {32,64}
28 $(eval $(call build-art-multi-executable,imgdiag,$(IMGDIAG_SRC_FILES),libart-compiler libbacktrace,libcutils,libziparchive-host,art/compiler,both))
/art/build/
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...]
H A DAndroid.executable.mk28 # $(5): target or host
33 ifneq ($(5),host)
34 $$(error expected target or host for argument 5, received $(5))
68 ifneq ($$(HOST_OS)-$$(art_target_or_host),darwin-host)
76 else # host
124 ifeq ($$(art_target_or_host),host)
137 else # host
156 # Build many art executables from multiple variations (debug/ndebug, host/target, 32/64bit).
165 # $(5): library dependencies (host only)
170 $(foreach target_flavor,host targe
[all...]
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...]
/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,art/compiler,host,ndebug))
44 $(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils,art/compiler,host,debug))
/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
97 else # host
108 # We always build dex2oat and dependencies, even if the host build is otherwise disabled, since they are used to cross compile for the target.
110 $(eval $(call build-libart-disassembler,host,ndebug))
113 $(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
81 $(eval $(call build-libnativebridgetest,host))
H A DAndroid.libarttest.mk44 # $(1): target or host
47 ifneq ($(1),host)
48 $$(error expected target or host for argument 1, received $(1))
74 else # host
91 $(eval $(call build-libarttest,host))
H A DAndroid.run-test.mk96 TARGET_TYPES := host target
276 # is only possible on the host.
580 # All tests require the host executables. The tests also depend on the core images, but on
596 # test-art-{1: host or target}-run-test-{2: debug ndebug}-{3: prebuild no-prebuild no-dex2oat}-
615 ifeq ($(1),host)
618 run_test_options += --host
754 ifeq ($(1),host)
763 ifeq ($(1),host)
772 ifeq ($(1),host)
869 # $(1): host o
[all...]
H A Drun-test96 export JACK_CLASSPATH="$ANDROID_BUILD_TOP/out/host/common/obj/JAVA_LIBRARIES/core-libart-hostdex_intermediates/classes.jack"
149 if [ "x$1" = "x--host" ]; then
152 run_args="${run_args} --host"
418 export ANDROID_HOST_OUT=$ANDROID_BUILD_TOP/out/host/linux-x86
433 # TODO: Detect whether the host is 32-bit or 64-bit.
527 echo " --host Use the host-mode virtual machine."
530 echo " --jvm Use a host-local RI virtual machine."
588 # Checker when compiled with Optimizing on host.
762 echo "${TEST_NAME} files deleted from host "
[all...]
/art/tools/
H A Dlibcore_failures.txt14 modes: [host],
120 modes: [host],
124 description: "Needs kernel updates on host/device",
H A Drun-jdwp-tests.sh23 test_jar=out/host/linux-x86/framework/apache-harmony-jdwp-tests-hostdex.jar
24 junit_jar=out/host/linux-x86/framework/junit.jar
45 if [[ "$1" == "--mode=host" ]]; then
48 art="bash out/host/linux-x86/bin/art"
49 art_debugee="bash out/host/linux-x86/bin/art"
52 # We do not need a device directory on host.
54 # Vogar knows which VM to use on host.
56 # We only compile the image on the host. Note that not providing this option
/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.cc269 CHECK(!options->host.empty());
273 * Start by resolving the host name.
279 int cc = gethostbyname_r(options->host.c_str(), &he, auxBuf, sizeof(auxBuf), &pEntry, &error);
281 LOG(WARNING) << "gethostbyname_r('" << options->host << "') failed: " << hstrerror(error);
286 pEntry = gethostbyname(options->host.c_str());
288 PLOG(WARNING) << "gethostbyname('" << options->host << "') failed";
320 LOG(INFO) << "Connection established to " << options->host << " (" << inet_ntoa(addr.addrInet.sin_addr) << ":" << ntohs(addr.addrInet.sin_port) << ")";
H A Djdwp_main.cc656 lhs.host == rhs.host &&
H A Djdwp.h109 std::string host = ""; member in struct:art::JDWP::JdwpOptions
/art/compiler/
H A DAndroid.mk182 # $(1): target or host
186 ifneq ($(1),host)
187 $$(error expected target or host for argument 1, received $(1))
200 ifeq ($$(art_target_or_host),host)
235 else # host
248 ifeq ($$(art_target_or_host),host)
267 else # host
278 else # host
288 # We always build dex2oat and dependencies, even if the host build is otherwise disabled, since they are used to cross compile for the target.
290 $(eval $(call build-libart-compiler,host,ndebu
[all...]
/art/runtime/
H A DAndroid.mk369 # $(1): target or host
373 ifneq ($(1),host)
374 $$(error expected target or host for argument 1, received $(1))
411 else # host
445 else # host
478 else # host
479 LOCAL_SHARED_LIBRARIES += libziparchive-host
499 else # host
511 # We always build dex2oat and dependencies, even if the host build is otherwise disabled, since
514 $(eval $(call build-libart,host,ndebu
[all...]
/art/cmdline/
H A Dcmdline_types.h66 * address: for dt_socket, "host:port", or just "port" when listening
112 if (!jdwp_options.server && (jdwp_options.host.empty() || jdwp_options.port == 0)) {
113 return Result::Failure(s + "Must specify JDWP host and port when server=n: " + options);
146 /* this is either <port> or <host>:<port> */
148 jdwp_options->host.clear();
151 jdwp_options->host = value.substr(0, colon);
H A Dcmdline_parser_test.cc349 opt.host = "localhost";

Completed in 346 milliseconds