Home
last modified time | relevance | path

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

1234

/art/tools/luci/config/
Dluci-scheduler.cfg40 triggers: "host-x86-cms"
41 triggers: "host-x86-debug"
42 triggers: "host-x86-gcstress-debug"
43 triggers: "host-x86-ndebug"
44 triggers: "host-x86-poison-debug"
45 triggers: "host-x86_64-cdex-fast"
46 triggers: "host-x86_64-cms"
47 triggers: "host-x86_64-debug"
48 triggers: "host-x86_64-non-gen-cc"
49 triggers: "host-x86_64-ndebug"
[all …]
Dluci-milo.cfg77 name: "buildbucket/luci.art.ci/host-x86-cms"
78 category: "host|x86"
82 name: "buildbucket/luci.art.ci/host-x86-debug"
83 category: "host|x86"
87 name: "buildbucket/luci.art.ci/host-x86-ndebug"
88 category: "host|x86"
92 name: "buildbucket/luci.art.ci/host-x86-gcstress-debug"
93 category: "host|x86"
97 name: "buildbucket/luci.art.ci/host-x86-poison-debug"
98 category: "host|x86"
[all …]
Dluci-notify.cfg71 name: "host-x86-cms"
75 name: "host-x86-debug"
79 name: "host-x86-gcstress-debug"
83 name: "host-x86-ndebug"
87 name: "host-x86-poison-debug"
91 name: "host-x86_64-cdex-fast"
95 name: "host-x86_64-cms"
99 name: "host-x86_64-debug"
103 name: "host-x86_64-non-gen-cc"
107 name: "host-x86_64-ndebug"
[all …]
Dcr-buildbucket.cfg92 name: "host-x86-cms"
95 name: "host-x86-debug"
98 name: "host-x86-gcstress-debug"
101 name: "host-x86-ndebug"
104 name: "host-x86-poison-debug"
107 name: "host-x86_64-cdex-fast"
110 name: "host-x86_64-cms"
113 name: "host-x86_64-debug"
116 name: "host-x86_64-non-gen-cc"
119 name: "host-x86_64-ndebug"
[all …]
/art/
DAndroid.mk28 clean-oat: clean-oat-host clean-oat-target
30 .PHONY: clean-oat-host
31 clean-oat-host:
101 test-art: test-art-host test-art-target
105 test-art-gtest: test-art-host-gtest test-art-target-gtest
109 test-art-run-test: test-art-host-run-test test-art-target-run-test
124 .PHONY: test-art-host-vixl
125 test-art-host-vixl: $(VIXL_TEST_DEPENDENCY)
128 .PHONY: test-art-host
129 test-art-host: test-art-host-gtest test-art-host-run-test \
[all …]
Dtest.py60 if options.host or not options.target:
62 if options.target or not options.host:
/art/libdexfile/
DTEST_MAPPING5 "host": true
9 "host": true
13 "host": true
/art/test/
DAndroid.run-test.mk97 test-art-host-run-test-dependencies : \
100 .PHONY: test-art-host-run-test-dependencies
103 test-art-run-test-dependencies : test-art-host-run-test-dependencies test-art-target-run-test-depen…
108 define define-test-art-host-or-target-run-test-group
119 TARGET_TYPES := host target
121 $(call define-test-art-host-or-target-run-test-group,$(target))))
123 test-art-run-test : test-art-host-run-test test-art-target-run-test
127 define-test-art-host-or-target-run-test-group :=
DREADME.md72 in ART's build system (`Android.bp` and `Android*.mk` files). On host, these
73 gtests can be run by executing `m test-art-host-gtest`. On device, the
82 run on the build host, on a USB-attached device, or using the build host
95 ## Running all tests on the build host
98 $ art/test.py --host
107 ## Running all gtests on the build host
110 $ art/test.py --host -g
119 ## Running all run-tests on the build host
122 $ art/test.py --host -r
131 ## Running one run-test on the build host
[all …]
/art/tools/
Dbootjars.sh42 --host)
43 mode=host
62 elif [[ $mode == host ]]; then
83 if [[ $mode == host ]]; then
Drun-libcore-tests.sh67 --mode=device|host|jvm Specify where tests should be run.
70 --debug Use debug version of ART (device|host only).
73 --no-jit Disable JIT (device|host only).
74 --Xgc:gcstress Enable GC stress configuration (device|host only).
84 1. Run full test suite on host:
85 ${me} --mode=host
190 --mode=host)
Dbuild_linux_bionic_tests.sh49 …ong/soong_ui.bash --make-mode $soong_args "$@" test-art-host-run-test-dependencies build-art-host-…
75 soong_out=$out_dir/soong/host/linux_bionic-x86
93 $(find $host_out/apex/com.android.art.host.zipapex -type f | sed "s:$host_out:$soong_out:g")
Djavac-helper.sh50 --mode=host)
52 mode=host
DAndroid.bp32 // Copy the art shell script to the host and target's bin directory
44 host: {
64 host: {
Dlibcore_failures.txt14 modes: [host],
22 modes: [host],
39 Passes on host, passes with cts. Passes with vogar with su
47 description: "TCP_USER_TIMEOUT is not defined on host's tcp.h (glibc-2.15-4.8).",
49 modes: [host],
116 description: "Needs kernel updates on host/device",
186 description: "fdsan doesn't exist on the host",
188 modes: [host],
207 modes: [host],
249 description: "Test fails on host with `socket failed: EACCES (Permission denied)`",
[all …]
Ddex2oat_wrapper15 # 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
96 ANDROID_ROOT_MINUS_PWD="${ANDROID_ROOT#$PWD/}" # For example: out/host/linux-x86
97 if [[ "$ANDROID_ROOT_MINUS_PWD" == */host/* ]]; then
104 echo "Can not determine whether are running on host or target"
Dbuild_linux_bionic.sh70 -not -name host \
74 -not -name host \
/art/build/
DAndroid.gtest.mk33 $(call intermediates-dir-for,SHARED_LIBRARIES,$(lib),HOST)/$(lib).so:lib64/$(lib)-host.so \
34 $(call intermediates-dir-for,SHARED_LIBRARIES,$(lib),HOST,,2ND)/$(lib).so:lib/$(lib)-host.so)
58 $(foreach f,$(my_files),$(call word-colon,1,$f):out/host/linux-x86/$(call word-colon,2,$f))
171 define define-art-gtest-rule-host
173 gtest_rule := test-art-host-gtest-$$(gtest_suffix)
174 gtest_output := $(call intermediates-dir-for,PACKAGING,art-host-gtest,HOST)/$$(gtest_suffix).xml
279 define define-art-gtest-host
287 $$(eval $$(call define-art-gtest-rule-host,$$(art_gtest_name),$$(art_gtest_filename),$(2)))
296 define define-art-gtest-host-both
299 .PHONY: test-art-host-gtest-$$(art_gtest_name)
[all …]
Dcodegen.go80 addCodegenSourceArchProperties := func(host bool, p *CodegenSourceArchProperties) {
89 if host {
97 addCodegenArchProperties := func(host bool, archName string) {
124 if host {
145 addCodegenProperties := func(host bool, arches []string) {
149 addCodegenArchProperties(host, arch)
152 addCodegenSourceArchProperties(host, sourceProps)
DAndroid.bp176 host: {
186 // does not pick up these flags, cross-compiling from a x86/x86_64 host to a
240 // This has to be duplicated for android and host to make sure it
246 host: {
252 // A version of conscrypt only for enabling the "-hostdex" version to test ART on host.
255 name: "conscrypt-host",
262 // "conscrypt-host-hostdex".
272 // A version of core-icu4j only for enabling the "-hostdex" version to test ART on host.
275 name: "core-icu4j-host",
282 // "core-icu4j-host-hostdex".
DAndroid.common_path.mk70 ART_HOST_CORE_SHARED_LIBRARIES := $(ART_CORE_SHARED_LIBRARIES) libicuuc-host libicui18n-host libicu…
109 …CUTABLES += $(foreach name,$(ART_CORE_EXECUTABLES) $(ART_CORE_DEBUGGABLE_EXECUTABLES),$(name)-host)
112 ART_HOST_EXECUTABLES += $(foreach name,$(ART_CORE_DEBUGGABLE_EXECUTABLES),$(name)d-host)
/art/tools/class2greylist/test/
DAndroid.bp24 "truth-host-prebuilt",
25 "mockito-host",
26 "junit-host",
/art/build/sdk/
DAndroid.bp74 // Exported host tools and libraries.
76 name: "art-module-host-exports",
80 host: {
81 // Set in target.host because the top level compile_multilib
87 "timezone-host",
/art/build/apex/
Druntests.sh57 build/soong/soong_ui.bash --make-mode debugfs-host || die "Cannot build debugfs"
73 Build (optional) and run tests on ART APEX package (on host).
169 if [[ $apex_module = *.host ]]; then
/art/libnativeloader/
DAndroid.bp38 // Library search path needed for running host tests remotely (from testcases directory).
41 "-Wl,-rpath,$ORIGIN/../art_common/out/host/linux-x86/lib",
47 "-Wl,-rpath,$ORIGIN/../art_common/out/host/linux-x86/lib64",

1234