Home
last modified time | relevance | path

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

12345

/art/tools/luci/config/
Dluci-scheduler.cfg38 triggers: "host-x86-cms"
39 triggers: "host-x86-debug"
40 triggers: "host-x86-gcstress-debug"
41 triggers: "host-x86-ndebug"
42 triggers: "host-x86-poison-debug"
43 triggers: "host-x86_64-cdex-fast"
44 triggers: "host-x86_64-cms"
45 triggers: "host-x86_64-debug"
46 triggers: "host-x86_64-non-gen-cc"
47 triggers: "host-x86_64-ndebug"
[all …]
Dluci-milo.cfg67 name: "buildbucket/luci.art.ci/host-x86-cms"
68 category: "host|x86"
72 name: "buildbucket/luci.art.ci/host-x86-debug"
73 category: "host|x86"
77 name: "buildbucket/luci.art.ci/host-x86-ndebug"
78 category: "host|x86"
82 name: "buildbucket/luci.art.ci/host-x86-gcstress-debug"
83 category: "host|x86"
87 name: "buildbucket/luci.art.ci/host-x86-poison-debug"
88 category: "host|x86"
[all …]
Dluci-notify.cfg63 name: "host-x86-cms"
67 name: "host-x86-debug"
71 name: "host-x86-gcstress-debug"
75 name: "host-x86-ndebug"
79 name: "host-x86-poison-debug"
83 name: "host-x86_64-cdex-fast"
87 name: "host-x86_64-cms"
91 name: "host-x86_64-debug"
95 name: "host-x86_64-non-gen-cc"
99 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.mk30 clean-oat: clean-oat-host clean-oat-target
32 .PHONY: clean-oat-host
33 clean-oat-host:
169 test-art: test-art-host
170 test-art-gtest: test-art-host-gtest
171 test-art-run-test: test-art-host-run-test
182 .PHONY: test-art-host-vixl
183 test-art-host-vixl: $(VIXL_TEST_DEPENDENCY)
186 .PHONY: test-art-host
187 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/build/
DAndroid.gtest.mk35 $(call intermediates-dir-for,SHARED_LIBRARIES,$(lib),HOST)/$(lib).so:lib64/$(lib)-host.so \
36 $(call intermediates-dir-for,SHARED_LIBRARIES,$(lib),HOST,,2ND)/$(lib).so:lib/$(lib)-host.so)
61 LOCAL_COMPATIBILITY_SUITE := art-host-tests
63 $(foreach f,$(my_files),$(call word-colon,1,$f):out/host/linux-x86/$(call word-colon,2,$f))
205 define define-art-gtest-rule-host
207 gtest_rule := test-art-host-gtest-$$(gtest_suffix)
208 gtest_build_rule := test-art-host-gtest-dependencies-$$(gtest_suffix)
209 gtest_output := $(call intermediates-dir-for,PACKAGING,art-host-gtest,HOST)/$$(gtest_suffix).xml
320 define define-art-gtest-host
328 $$(eval $$(call define-art-gtest-rule-host,$$(art_gtest_name),$$(art_gtest_filename),$(2)))
[all …]
Dcodegen.go80 addCodegenSourceArchProperties := func(host bool, p *CodegenSourceArchProperties) {
89 if host {
97 addCodegenArchProperties := func(host bool, archName string) {
132 if host {
156 addCodegenProperties := func(host bool, arches []string) {
160 addCodegenArchProperties(host, arch)
163 addCodegenSourceArchProperties(host, sourceProps)
DAndroid.bp209 host: {
219 // does not pick up these flags, cross-compiling from a x86/x86_64 host to a
318 // This has to be duplicated for android and host to make sure it
324 host: {
384 // A version of conscrypt only for enabling the "-hostdex" version to test ART on host.
387 name: "conscrypt-host",
390 static_libs: ["conscrypt-for-host"],
394 // "conscrypt-host-hostdex".
408 // A version of core-icu4j only for enabling the "-hostdex" version to test ART on host.
411 name: "core-icu4j-host",
[all …]
DAndroid.common_path.mk86 ART_HOST_CORE_SHARED_LIBRARIES := $(ART_CORE_SHARED_LIBRARIES) libicuuc-host libicui18n-host libicu…
126 …CUTABLES += $(foreach name,$(ART_CORE_EXECUTABLES) $(ART_CORE_DEBUGGABLE_EXECUTABLES),$(name)-host)
129 ART_HOST_EXECUTABLES += $(foreach name,$(ART_CORE_DEBUGGABLE_EXECUTABLES),$(name)d-host)
/art/profman/
DAndroid.bp43 host: {
54 // Collect all the static defaults and build a host-only static library, which
55 // is then used for the (mostly) static host profman binary.
102 host: {
103 // Make the host binary static, except for system libraries. This
104 // avoids having to bundle host dynamic libs in prebuilts.
130 host: {
131 // Make the host binary static, except for system libraries. This
132 // avoids having to bundle host dynamic libs in prebuilts.
184 host: {
[all …]
/art/test/
DAndroid.run-test.mk97 test-art-host-run-test-dependencies : \
100 .PHONY: test-art-host-run-test-dependencies
101 test-art-run-test-dependencies : test-art-host-run-test-dependencies
110 define define-test-art-host-or-target-run-test-group
123 $(eval $(call define-test-art-host-or-target-run-test-group,target))
124 $(eval $(call define-test-art-host-or-target-run-test-group,host))
126 define-test-art-host-or-target-run-test-group :=
DREADME.md73 in ART's build system (`Android.bp` and `Android*.mk` files). On host, these
74 gtests can be run by executing `m test-art-host-gtest`. On device, the
83 run on the build host, on a USB-attached device, or using the build host
104 ## Running all tests on the build host
108 $ m test-art-host-run-test-dependencies
110 $ art/test.py --host
116 $ art/test.py -b --host
134 ## Running all gtests on the build host
137 $ art/test.py --host -g
146 ## Running all run-tests on the build host
[all …]
/art/tools/
Dbootjars.sh42 --host)
43 mode=host
62 elif [[ $mode == host ]]; then
83 if [[ $mode == host ]]; then
Dbuild_linux_bionic_tests.sh48 …ong/soong_ui.bash --make-mode $soong_args "$@" test-art-host-run-test-dependencies build-art-host-…
74 soong_out=$out_dir/soong/host/linux_bionic-x86
92 $(find $host_out/apex/com.android.art.host.zipapex -type f | sed "s:$host_out:$soong_out:g")
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],
113 description: "Needs kernel updates on host/device",
183 description: "fdsan doesn't exist on the host",
185 modes: [host],
204 modes: [host],
235 description: "Test fails on host with `socket failed: EACCES (Permission denied)`",
[all …]
Djavac-helper.sh50 --mode=host)
52 mode=host
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.sh72 -not -name host \
76 -not -name host \
/art/oatdump/
DAndroid.bp36 // Collect all the static defaults and build a host-only static library, which
37 // is then used for the (mostly) static host oatdump binary.
74 host: {
75 // Make the host binary static, except for system libraries.
87 // Collect all the static defaults and build a host-only static library, which
88 // is then used for the (mostly) static host oatdump binary.
128 host: {
129 // Make the host binary static, except for system libraries.
215 host: {
/art/build/sdk/
DAndroid.bp57 // Both android and host linux but not windows or darwin.
151 // Exported host tools and libraries.
153 name: "art-module-host-exports",
167 host: {
168 // Set in target.host because the top level compile_multilib
231 "core-libart-for-host",
232 "okhttp-for-host",
/art/imgdiag/
DAndroid.bp17 // Build variants {target,host} x {debug,ndebug} x {32,64}
43 host: {
98 host: {
/art/dex2oat/
DAndroid.bp128 // Collect all the static defaults and build a host-only static library, which
129 // is then used for the (mostly) static host dex2oat binary.
302 host: {
303 // Make the host binary static, except for system libraries. This
304 // avoids having to bundle host dynamic libs in prebuilts.
310 // dexpreopt.RegisterToolDeps) doesn't take host prefer32 into
347 host: {
348 // Make the host binary static, except for system libraries. This
349 // avoids having to bundle host dynamic libs in prebuilts.
355 // dexpreopt.RegisterToolDeps) doesn't take host prefer32 into
[all …]
/art/dexdump/
DAndroid.bp46 // Use static libs on host: required for Windows build and
48 host: {
78 host: {
/art/build/apex/
Druntests.sh61 build/soong/soong_ui.bash --make-mode deapexer debugfs_static-host || \
78 Build (optional) and run tests on ART APEX package (on host). Defaults to all
179 if [[ $apex_module = *.host ]]; then

12345