Searched refs:host (Results 1 – 25 of 36) sorted by relevance
12
/art/ |
D | Android.mk | 41 clean-oat: clean-oat-host clean-oat-target 43 .PHONY: clean-oat-host 44 clean-oat-host: 140 test-art: test-art-host test-art-target 144 test-art-gtest: test-art-host-gtest test-art-target-gtest 148 test-art-run-test: test-art-host-run-test test-art-target-run-test 163 .PHONY: test-art-host-vixl 164 test-art-host-vixl: $(VIXL_TEST_DEPENDENCY) 167 .PHONY: test-art-host 168 test-art-host: test-art-host-gtest test-art-host-run-test \ [all …]
|
D | test.py | 56 if options.host or not options.target: 58 if options.target or not options.host:
|
/art/build/ |
D | Android.oat.mk | 47 define create-core-oat-host-rules 112 --host --android-root=$$(HOST_OUT) \ 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-rule-combination,optimizing,,,false)) 139 $(eval $(call create-core-oat-host-rule-combination,interpreter,,,false)) 140 $(eval $(call create-core-oat-host-rule-combination,interp-ac,,,false)) 141 $(eval $(call create-core-oat-host-rule-combination,optimizing,,,true)) 142 $(eval $(call create-core-oat-host-rule-combination,interpreter,,,true)) [all …]
|
D | Android.gtest.mk | 395 define define-art-gtest-rule-host 396 gtest_rule := test-art-host-gtest-$(1)$$($(3)ART_PHONY_TEST_HOST_SUFFIX) 477 define define-art-gtest-host 486 $$(eval $$(call define-art-gtest-rule-host,$$(art_gtest_name),$$(art_gtest_filename),$(2))) 515 define define-art-gtest-host-both 518 .PHONY: test-art-host-gtest-$$(art_gtest_name) 519 test-art-host-gtest-$$(art_gtest_name): $$(ART_TEST_HOST_GTEST_$$(art_gtest_name)_RULES) 522 .PHONY: valgrind-test-art-host-gtest-$$(art_gtest_name) 523 valgrind-test-art-host-gtest-$$(art_gtest_name): $$(ART_TEST_HOST_VALGRIND_GTEST_$$(art_gtest_name)… 541 $(foreach file,$(ART_HOST_GTEST_FILES), $(eval $(call define-art-gtest-host,$(file),))) [all …]
|
D | codegen.go | 46 addCodegenArchProperties := func(host bool, archName string) { 82 if host {
|
D | Android.bp | 108 host: { 168 // This has to be duplicated for android and host to make sure it 174 host: {
|
D | Android.common_path.mk | 134 …CUTABLES += $(foreach name,$(ART_CORE_EXECUTABLES) $(ART_CORE_DEBUGGABLE_EXECUTABLES),$(name)-host) 137 ART_HOST_EXECUTABLES += $(foreach name,$(ART_CORE_DEBUGGABLE_EXECUTABLES),$(name)d-host)
|
/art/tools/ |
D | run-jdwp-tests.sh | 23 ANDROID_HOST_OUT=${OUT_DIR-$ANDROID_BUILD_TOP/out}/host/linux-x86 50 host="no" 63 host="yes" 119 if [[ $host == "yes" ]]; then 172 if [[ $host == "yes" ]]; then
|
D | libcore_failures.txt | 14 modes: [host], 31 Passes on host, passes with cts. Passes with vogar with su 39 description: "TCP_USER_TIMEOUT is not defined on host's tcp.h (glibc-2.15-4.8).", 41 modes: [host], 114 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 98 eg m -j32 build-art-host
|
/art/oatdump/ |
D | Android.mk | 33 dump-oat-core: dump-oat-core-host dump-oat-core-target 35 .PHONY: dump-oat-core-host 37 dump-oat-core-host: $(HOST_CORE_IMG_OUTS) $(OATDUMP) 38 $(OATDUMP) --image=$(HOST_CORE_IMG_LOCATION) --output=$(ART_DUMP_OAT_PATH)/core.host.oatdump.txt 39 @echo Output in $(ART_DUMP_OAT_PATH)/core.host.oatdump.txt
|
/art/test/ |
D | Android.run-test.mk | 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-depen… 185 define 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-run-test test-art-target-run-test 205 define-test-art-host-or-target-run-test-group :=
|
D | Android.bp | 91 "libz-host", 190 host: { 217 host: { 407 host: { 444 host: {
|
/art/test/952-invoke-custom/generator/ |
D | build-test.sh | 67 …ID_BUILD_TOP/out/host/linux-x86/../common/obj/JAVA_LIBRARIES/core-libart-hostdex_intermediates/cla… 69 …ID_BUILD_TOP/out/host/linux-x86/../common/obj/JAVA_LIBRARIES/core-libart-hostdex_intermediates/cla…
|
/art/benchmark/ |
D | Android.bp | 39 host: { 49 name: "libartbenchmark-micronative-host", 67 host: {
|
/art/runtime/jdwp/ |
D | jdwp_socket.cc | 274 CHECK(!options->host.empty()); in Establish() 302 options->host.c_str(), &he, auxBuf.data(), auxBuf.size(), &pEntry, &error)) in Establish() 308 LOG(WARNING) << "gethostbyname_r('" << options->host << "') failed: " << hstrerror(error); in Establish() 313 pEntry = gethostbyname(options->host.c_str()); in Establish() 315 PLOG(WARNING) << "gethostbyname('" << options->host << "') failed"; in Establish() 349 LOG(INFO) << "Connection established to " << options->host << " (" in Establish()
|
/art/sigchainlib/ |
D | Android.bp | 28 host: { 46 host: {
|
/art/imgdiag/ |
D | Android.bp | 17 // Build variants {target,host} x {debug,ndebug} x {32,64} 37 host: {
|
/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 74 DexFuzz now supports execution on your host machine. 76 - instead of specifying an ISA, use --host 93 on the host, or the target.
|
/art/tools/jfuzz/ |
D | README.md | 58 ri = reference implementation on host (default for m1) 59 hint = Art interpreter on host 60 hopt = Art optimizing on host (default for m2)
|
/art/test/960-default-smali/ |
D | info.txt | 19 …JAVA_HOME="/path/to/java-8-jdk" ../run-test --use-java-home --update --jvm --host 956-default-smali
|
/art/dalvikvm/ |
D | Android.bp | 34 host: {
|
12