/art/ |
D | Android.mk | 41 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/ |
D | Android.oat.mk | 41 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 …]
|
D | Android.gtest.mk | 372 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 …]
|
D | Android.executable.mk | 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) 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/ |
D | Android.mk | 49 …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/ |
D | Android.mk | 32 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/ |
D | Android.mk | 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/ |
D | Android.libnativebridgetest.mk | 32 ifneq ($(1),host) 33 $$(error expected target or host for argument 1, received $(1)) 81 $(eval $(call build-libnativebridgetest,host))
|
D | Android.libarttest.mk | 48 ifneq ($(1),host) 49 $$(error expected target or host for argument 1, received $(1)) 92 $(eval $(call build-libarttest,host))
|
D | Android.run-test.mk | 96 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/ |
D | Android.mk | 41 …$(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/ |
D | jdwp_socket.cc | 269 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()
|
D | jdwp_main.cc | 656 lhs.host == rhs.host && in operator ==()
|
/art/tools/ |
D | run-jdwp-tests.sh | 23 test_jar=out/host/linux-x86/framework/apache-harmony-jdwp-tests-hostdex.jar 24 junit_jar=out/host/linux-x86/framework/junit.jar
|
D | libcore_failures.txt | 14 modes: [host], 120 modes: [host], 124 description: "Needs kernel updates on host/device",
|
D | art | 15 # 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/ |
D | Android.mk | 186 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/ |
D | Android.mk | 28 …,$(IMGDIAG_SRC_FILES),libart-compiler libbacktrace,libcutils,libziparchive-host,art/compiler,both))
|
/art/test/119-noimage-patchoat/ |
D | run | 26 if [[ $@ == *--host* ]]; then
|
/art/test/135-MirandaDispatch/ |
D | info.txt | 3 …pe interface (declaration of 'java.lang.reflect.ArtMethod' appears in out/host/linux-x86/framework…
|
/art/test/118-noimage-dex2oat/ |
D | run | 34 if [[ $@ == *--host* ]]; then
|
/art/tools/dexfuzz/ |
D | README | 24 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/ |
D | Android.mk | 373 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/ |
D | expected.txt | 3 …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/ |
D | cmdline_types.h | 112 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);
|