Home
last modified time | relevance | path

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

123

/art/tools/luci/config/
Dluci-milo.cfg89 name: "buildbot/client.art/host-x86-cms"
90 name: "buildbucket/luci.art.ci/host-x86-cms"
91 category: "host|x86"
95 name: "buildbot/client.art/host-x86-debug"
96 name: "buildbucket/luci.art.ci/host-x86-debug"
97 category: "host|x86"
101 name: "buildbot/client.art/host-x86-ndebug"
102 name: "buildbucket/luci.art.ci/host-x86-ndebug"
103 category: "host|x86"
107 name: "buildbot/client.art/host-x86-gcstress-debug"
[all …]
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 …]
Dcr-buildbucket.cfg90 name: "host-x86-cms"
93 name: "host-x86-debug"
96 name: "host-x86-gcstress-debug"
99 name: "host-x86-ndebug"
102 name: "host-x86-poison-debug"
105 name: "host-x86_64-cdex-fast"
108 name: "host-x86_64-cms"
111 name: "host-x86_64-debug"
114 name: "host-x86_64-non-gen-cc"
117 name: "host-x86_64-ndebug"
[all …]
/art/
DAndroid.mk29 clean-oat: clean-oat-host clean-oat-target
31 .PHONY: clean-oat-host
32 clean-oat-host:
144 test-art: test-art-host test-art-target
148 test-art-gtest: test-art-host-gtest test-art-target-gtest
152 test-art-run-test: test-art-host-run-test test-art-target-run-test
167 .PHONY: test-art-host-vixl
168 test-art-host-vixl: $(VIXL_TEST_DEPENDENCY)
171 .PHONY: test-art-host
172 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/test/
DREADME.md20 tests can be run on the build host, on a USB-attached device, or using
21 the build host "reference implementation".
29 ## Running all tests on the build host
32 $ art/test.py --host
41 ## Running all gtests on the build host
44 $ art/test.py --host -g
53 ## Running all run-tests on the build host
56 $ art/test.py --host -r
65 ## Running one run-test on the build host
68 $ art/test.py --host -r -t 001-HelloWorld
DAndroid.run-test.mk126 TARGET_TYPES := host target
139 test-art-host-run-test-dependencies : $(host_prereq_rules)
140 .PHONY: test-art-host-run-test-dependencies
143 test-art-run-test-dependencies : test-art-host-run-test-dependencies test-art-target-run-test-depen…
148 define define-test-art-host-or-target-run-test-group
160 $(call define-test-art-host-or-target-run-test-group,$(target))))
162 test-art-run-test : test-art-host-run-test test-art-target-run-test
167 define-test-art-host-or-target-run-test-group :=
/art/tools/class2greylist/test/
DAndroid.mk24 LOCAL_STATIC_JAVA_LIBRARIES := class2greylistlib truth-host-prebuilt mockito-host junit-host objene…
/art/tools/
Dbootjars.sh42 --host)
43 mode=host
62 elif [[ $mode == host ]]; then
82 elif [[ $mode == host ]]; then
Djavac-helper.sh50 --mode=host)
52 mode=host
Dbuild_linux_bionic_tests.sh41 build/soong/soong_ui.bash --make-mode "$@" test-art-host-run-test-dependencies build-art-host-tests
67 soong_out=$out_dir/soong/host/linux_bionic-x86
Dbuild_linux_bionic.sh67 -not -name host \
71 -not -name host \
Dhost_bcp.sh20 host_bcp <image> | xargs <art-host-tool> ...
24 arguments for many ART host tools based on the \$ANDROID_PRODUCT_OUT variable
Ddist_linux_bionic.sh44 cp -R ${out_dir}/soong/host/* $DIST_DIR/
Dlibcore_failures.txt14 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",
184 description: "fdsan doesn't exist on the host",
186 modes: [host],
205 modes: [host],
/art/build/
DAndroid.oat.mk42 define create-core-oat-host-rules
93 --host --android-root=$$(HOST_OUT) \
110 define create-core-oat-host-rule-combination
111 $(call create-core-oat-host-rules,$(1),)
114 $(call create-core-oat-host-rules,$(1),2ND_)
118 $(eval $(call create-core-oat-host-rule-combination,optimizing))
119 $(eval $(call create-core-oat-host-rule-combination,interpreter))
120 $(eval $(call create-core-oat-host-rule-combination,interp-ac))
122 .PHONY: test-art-host-dex2oat-host
123 test-art-host-dex2oat-host: $(HOST_CORE_IMG_OUTS)
DAndroid.gtest.mk547 define define-art-gtest-rule-host
549 gtest_rule := test-art-host-gtest-$$(gtest_suffix)
550 gtest_output := $(call intermediates-dir-for,PACKAGING,art-host-gtest,HOST)/$$(gtest_suffix).xml
647 define define-art-gtest-host
655 $$(eval $$(call define-art-gtest-rule-host,$$(art_gtest_name),$$(art_gtest_filename),$(2)))
679 define define-art-gtest-host-both
682 .PHONY: test-art-host-gtest-$$(art_gtest_name)
683 test-art-host-gtest-$$(art_gtest_name): $$(ART_TEST_HOST_GTEST_$$(art_gtest_name)_RULES)
700 $(foreach file,$(ART_HOST_GTEST_FILES), $(eval $(call define-art-gtest-host,$(file),)))
702 $(foreach file,$(2ND_ART_HOST_GTEST_FILES), $(eval $(call define-art-gtest-host,$(file),2ND_)))
[all …]
/art/oatdump/
DAndroid.mk33 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/build/apex/
Druntests.sh44 make debugfs-host || die "Cannot build debugfs"
57 Build (optional) and run tests on Android Runtime APEX package (on host).
141 if [[ $apex_module = *.host ]]; then
DAndroid.bp91 // Tools common to both device APEX and host APEX. Derived from art-tools in art/Android.mk.
97 // Tools common to both device and host debug APEXes.
104 // oatdump cannot link with host linux_bionic due to not using clang lld;
110 // oatdumpd cannot link with host linux_bionic due to not using clang lld;
115 // Tools exclusively for the host APEX derived from art-tools in art/Android.mk.
123 // Libraries needed to use com.android.runtime.host for zipapex run-tests
166 // libpac is used by frameworks, not by ART host.
268 // TODO: Do this better. art_apex will disable host builds when
274 name: "com.android.runtime.host",
/art/runtime/jdwp/
Djdwp_options_test.cc49 EXPECT_EQ(opt.host, "localhost"); in TEST()
64 EXPECT_EQ(opt.host, ""); in TEST()
Djdwp_socket.cc274 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/tools/jvmti-agents/wrapagentproperties/
DAndroid.bp17 // Build variants {target,host} x {debug,ndebug} x {32,64}
35 host: {
/art/tools/jvmti-agents/breakpoint-logger/
DAndroid.bp17 // Build variants {target,host} x {debug,ndebug} x {32,64}
35 host: {
/art/dt_fd_forward/
DAndroid.bp17 // Build variants {target,host} x {debug,ndebug} x {32,64}
35 host: {

123