Home
last modified time | relevance | path

Searched refs:host (Results 1 – 25 of 28) sorted by relevance

12

/art/
DAndroid.mk41 clean-oat: clean-oat-host clean-oat-target
43 .PHONY: clean-oat-host
44 clean-oat-host:
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
162 .PHONY: test-art-host-vixl
163 test-art-host-vixl: $(VIXL_TEST_DEPENDENCY)
166 .PHONY: test-art-host
167 test-art-host: test-art-host-gtest test-art-host-run-test test-art-host-vixl
[all …]
/art/build/
DAndroid.oat.mk41 define create-core-oat-host-rules
116 --host --android-root=$$(HOST_OUT) --include-patch-information --generate-debug-info \
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-rules,$(1),no-pic,2ND_,$(2),$(3))
139 $(call create-core-oat-host-rules,$(1),pic,2ND_,$(2),$(3))
143 $(eval $(call create-core-oat-host-rule-combination,default,,))
144 $(eval $(call create-core-oat-host-rule-combination,optimizing,,))
145 $(eval $(call create-core-oat-host-rule-combination,interpreter,,))
[all …]
DAndroid.gtest.mk372 define define-art-gtest-rule-host
373 gtest_rule := test-art-host-gtest-$(1)$$($(2)ART_PHONY_TEST_HOST_SUFFIX)
415 ifneq ($(1),host)
416 $$(error expected target or host for argument 1, received $(1))
441 ifneq ($$(HOST_OS)-$$(art_target_or_host),darwin-host)
487 …LOCAL_SHARED_LIBRARIES += libicuuc-host libicui18n-host libnativehelper libziparchive-host libz-ho…
499 $$(eval $$(call define-art-gtest-rule-host,$$(art_gtest_name),2ND_))
501 $$(eval $$(call define-art-gtest-rule-host,$$(art_gtest_name),))
504 .PHONY: test-art-host-gtest-$$(art_gtest_name)
505 test-art-host-gtest-$$(art_gtest_name): $$(ART_TEST_HOST_GTEST_$$(art_gtest_name)_RULES)
[all …]
DAndroid.executable.mk33 ifneq ($(5),host)
34 $$(error expected target or host for argument 5, received $(5))
68 ifneq ($$(HOST_OS)-$$(art_target_or_host),darwin-host)
124 ifeq ($$(art_target_or_host),host)
170 $(foreach target_flavor,host target,
175 art-multi-lib-dependencies-host := $(5)
200 art-multi-lib-dependencies-host :=
/art/dex2oat/
DAndroid.mk49 …oat,$(DEX2OAT_SRC_FILES),libcutils libart-compiler libziparchive-host,art/compiler,host,ndebug,$(d…
52 …at,$(DEX2OAT_SRC_FILES),libcutils libartd-compiler libziparchive-host,art/compiler,host,debug,$(de…
/art/disassembler/
DAndroid.mk32 ifneq ($(1),host)
33 $$(error expected target or host for argument 1, received $(1))
46 ifeq ($$(art_target_or_host),host)
110 $(eval $(call build-libart-disassembler,host,ndebug))
113 $(eval $(call build-libart-disassembler,host,debug))
/art/oatdump/
DAndroid.mk41 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/
DAndroid.libnativebridgetest.mk32 ifneq ($(1),host)
33 $$(error expected target or host for argument 1, received $(1))
81 $(eval $(call build-libnativebridgetest,host))
DAndroid.libarttest.mk48 ifneq ($(1),host)
49 $$(error expected target or host for argument 1, received $(1))
92 $(eval $(call build-libarttest,host))
DAndroid.run-test.mk96 TARGET_TYPES := host target
615 ifeq ($(1),host)
618 run_test_options += --host
754 ifeq ($(1),host)
763 ifeq ($(1),host)
772 ifeq ($(1),host)
/art/patchoat/
DAndroid.mk41 …$(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils,art/compiler,host,ndeb…
44 …$(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils,art/compiler,host,debu…
/art/runtime/jdwp/
Djdwp_socket.cc269 CHECK(!options->host.empty()); in Establish()
279 int cc = gethostbyname_r(options->host.c_str(), &he, auxBuf, sizeof(auxBuf), &pEntry, &error); in Establish()
281 LOG(WARNING) << "gethostbyname_r('" << options->host << "') failed: " << hstrerror(error); in Establish()
286 pEntry = gethostbyname(options->host.c_str()); in Establish()
288 PLOG(WARNING) << "gethostbyname('" << options->host << "') failed"; in Establish()
320 …LOG(INFO) << "Connection established to " << options->host << " (" << inet_ntoa(addr.addrInet.sin_… in Establish()
Djdwp_main.cc656 lhs.host == rhs.host && in operator ==()
/art/tools/
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
Dlibcore_failures.txt14 modes: [host],
120 modes: [host],
124 description: "Needs kernel updates on host/device",
Dart15 # This script is used on host and device. It uses a common subset
16 # shell dialect that should work on the host (e.g. bash), and
/art/compiler/
DAndroid.mk186 ifneq ($(1),host)
187 $$(error expected target or host for argument 1, received $(1))
200 ifeq ($$(art_target_or_host),host)
248 ifeq ($$(art_target_or_host),host)
290 $(eval $(call build-libart-compiler,host,ndebug))
293 $(eval $(call build-libart-compiler,host,debug))
/art/imgdiag/
DAndroid.mk28 …,$(IMGDIAG_SRC_FILES),libart-compiler libbacktrace,libcutils,libziparchive-host,art/compiler,both))
/art/test/119-noimage-patchoat/
Drun26 if [[ $@ == *--host* ]]; then
/art/test/135-MirandaDispatch/
Dinfo.txt3 …pe interface (declaration of 'java.lang.reflect.ArtMethod' appears in out/host/linux-x86/framework…
/art/test/118-noimage-dex2oat/
Drun34 if [[ $@ == *--host* ]]; then
/art/tools/dexfuzz/
DREADME24 DexFuzz can run its test programs on either an ADB-connected device, or a host-build of
75 DexFuzz now supports execution on your host machine.
77 - instead of specifying an ISA, use --host
94 on the host, or the target.
/art/runtime/
DAndroid.mk373 ifneq ($(1),host)
374 $$(error expected target or host for argument 1, received $(1))
479 LOCAL_SHARED_LIBRARIES += libziparchive-host
514 $(eval $(call build-libart,host,ndebug))
517 $(eval $(call build-libart,host,debug))
/art/test/134-nodex2oat-nofallback/
Dexpected.txt3 …34-nodex2oat-nofallback.jar"],nativeLibraryDirectories=[/ssd2/aosp-master3/out/host/linux-x86/lib]]
34 …34-nodex2oat-nofallback.jar"],nativeLibraryDirectories=[/ssd2/aosp-master3/out/host/linux-x86/lib]]
/art/cmdline/
Dcmdline_types.h112 if (!jdwp_options.server && (jdwp_options.host.empty() || jdwp_options.port == 0)) {
148 jdwp_options->host.clear();
151 jdwp_options->host = value.substr(0, colon);

12