/art/test/ |
D | Android.run-test.mk | 97 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 103 test-art-jvm-run-test-dependencies : test-art-host-run-test-dependencies 104 .PHONY: test-art-jvm-run-test-dependencies 106 test-art-target-run-test-dependencies : 107 .PHONY: test-art-target-run-test-dependencies 108 test-art-run-test-dependencies : test-art-target-run-test-dependencies 109 .PHONY: test-art-run-test-dependencies 118 $$(build_target) : test-art-$(1)-run-test-dependencies
|
D | README.md | 112 In general all tests require some dependencies to be built before they can be run. 113 In general you can pass the `--build-dependencies` flag (also available as short 114 option -b) to `art/test.py` program to automatically build required dependencies. 115 One can also directly use the various `test-art-...-dependencies` targets listed 122 $ m test-art-host-run-test-dependencies 137 $ m test-art-target-run-test-dependencies 164 $ m test-art-host-run-test-dependencies 184 $ m test-art-host-run-test-dependencies 202 device. However the push may not include all necessary dependencies, e.g. test 212 dependencies and runs the test.
|
D | README.atest.md | 9 Atest conveniently takes care of building tests and their dependencies (using 81 The previous commands build the corresponding ART gtests and their dependencies, 137 gtests) and all the necessary dependencies for the `chroot` environment;
|
D | README.chroot_vm.md | 56 # always track and update dependencies correctly (e.g. if only an assembly file
|
D | README.chroot.md | 26 to build ART and the required dependencies for testing; 116 3. Build ART and required dependencies:
|
/art/build/ |
D | Android.gtest.mk | 205 gtest_build_rule := test-art-host-gtest-dependencies-$$(gtest_suffix) 303 define add-art-gtest-dependencies 348 $(foreach name,$(ART_TARGET_GTEST_NAMES), $(eval $(call add-art-gtest-dependencies,$(name),))) 385 dependencies := $$(ART_TEST_$(2)_GTEST$(3)_RULES) 388 $$(rule_name): $$(dependencies) d8 393 dependencies := 426 rule_name := test-art-$(1)-gtest-dependencies$(3) 427 dependencies := $$(ART_TEST_$(2)_GTEST$(3)_BUILD_RULES) 430 $$(rule_name): $$(dependencies) d8 434 dependencies :=
|
D | README.md | 9 which only has the sources and dependencies required for the module. 111 Prebuilts are used for the ART Module dependencies that have sources outside the
|
/art/test/533-regression-debugphi/ |
D | info.txt | 2 complicated phi dependencies.
|
/art/test/591-checker-regression-dead-loop/ |
D | info.txt | 2 dependencies in the wrong order.
|
/art/libnativeloader/ |
D | libnativeloader.map.txt | 17 # Platform dependencies go through libnativeloader_lazy, which accesses
|
/art/libnativebridge/ |
D | libnativebridge.map.txt | 17 # Platform dependencies go through libnativebridge_lazy, which accesses
|
D | README.md | 18 translated libraries and their dependencies in the guest environment is done by
|
/art/libartservice/service/java/com/android/server/art/ |
D | PrimaryDexUtils.java | 146 List<AndroidPackageSplit> dependencies = dexInfoBuilder.mSplit.getDependencies(); in getDetailedDexInfoImpl() local 147 if (!Utils.isEmpty(dependencies)) { in getDetailedDexInfoImpl() 150 AndroidPackageSplit dependency = dependencies.get(0); in getDetailedDexInfoImpl()
|
/art/runtime/ |
D | Android.bp | 105 // Common dependencies for `libart-runtime_deps` and `libartd-runtime_deps`. 624 // A defaults to link libunwindstack statically with necessary dependencies, 625 // where all non-NDK dependencies are static as well. 794 // We always build dex2oat and dependencies, even if the host build is otherwise disabled, since 805 // needs to have the same apex_available list as its dependencies in order 808 // dependencies. 853 // needs to have the same apex_available list as its dependencies in order 856 // dependencies. 880 // needs to have the same apex_available list as its dependencies in order 883 // dependencies. [all …]
|
/art/build/apex/ |
D | Android.bp | 52 // dependencies work with APEX libraries. 81 // dependencies of `libartd-compiler`, and remove them here. 139 // dependencies work with APEX libraries. 324 // ART gtests with dependencies on internal ART APEX libraries. 366 // libraries (implicitly added as dependencies) are eligible to 369 // these dependencies in this APEX, instead of symbolic links to
|
/art/build/sdk/ |
D | Android.bp | 83 // Adds exportable dependencies of the API to the sdk, 161 // libdexfile dependencies for host tests.
|
/art/libdexfile/ |
D | Android.bp | 224 // which are transitive dependencies outside ART. Those may conflict with 430 // That is necessary since Soong doesn't propagate dependencies transitively for 549 // art-module-sdk, many of which are transitive dependencies outside ART. Those 552 // dependencies on other headers.
|
/art/tools/jvmti-agents/enable-vlog/ |
D | README.md | 14 dependencies.
|
/art/tools/jvmti-agents/ti-fast/ |
D | README.md | 14 Use `libtifasts` if you wish to build a version without non-NDK dynamic dependencies.
|
/art/libartservice/service/ |
D | README.md | 132 dexpreopt, even if the dependencies (class loader contexts) are not properly 135 (install, background dexopt, etc.), even though their dependencies 144 and the launcher) but dexpreopted with wrong dependencies
|
D | Android.bp | 265 // a compileOnly / runtimeOnly split for dependencies doesn't exist in the build system
|
/art/compiler/optimizing/ |
D | load_store_elimination.cc | 2266 ScopedArenaVector<ArenaBitVector*> dependencies(allocator.Adapter(kArenaAllocLSE)); in MaterializeLoopPhis() local 2267 dependencies.reserve(num_phi_placeholders); in MaterializeLoopPhis() 2270 dependencies.push_back( in MaterializeLoopPhis() 2272 ArenaBitVector* current_dependencies = dependencies.back(); in MaterializeLoopPhis() 2294 if (dependencies[i]->IsBitSet(k) && dependencies[k]->IsBitSet(j)) { in MaterializeLoopPhis() 2295 dependencies[i]->SetBit(j); in MaterializeLoopPhis() 2305 num_dependencies.push_back(dependencies[matrix_index]->NumSetBits()); in MaterializeLoopPhis() 2317 ArenaBitVector* current_dependencies = dependencies[current_matrix_index]; in MaterializeLoopPhis() 2328 if (dependencies[matrix_index]->IsBitSet(current_matrix_index)) { in MaterializeLoopPhis() 2341 } else if (dependencies[matrix_index]->IsBitSet(current_matrix_index)) { in MaterializeLoopPhis() [all …]
|
/art/tools/jvmti-agents/ti-alloc-sample/ |
D | README.md | 13 Use `libtiallocsamples` if you wish to build a version without non-NDK dynamic dependencies.
|
/art/runtime/gc/space/ |
D | image_space.cc | 1879 ArrayRef<const std::string> dependencies, in CompileBootclasspathElements() argument 1898 DCHECK_EQ(dependencies.empty(), bcp_index == 0); in CompileBootclasspathElements() 1900 for (size_t i = 0, size = dependencies.size(); i != size; ++i) { in CompileBootclasspathElements() 1902 *error_msg = StringPrintf("Missing extension dependency \"%s\"", dependencies[i].c_str()); in CompileBootclasspathElements() 1990 if (dependencies.empty()) { in CompileBootclasspathElements() 1993 args.push_back("--boot-image=" + Join(dependencies, kComponentSeparator)); in CompileBootclasspathElements() 2050 DCHECK_EQ(chunks_.empty(), dependencies.empty()); in CompileBootclasspathElements() 2852 ArrayRef<const std::unique_ptr<ImageSpace>> dependencies, in OpenOatFile() argument 2931 } else if (dependencies.empty()) { in OpenOatFile() 2947 dependencies, in OpenOatFile() [all …]
|
D | image_space.h | 450 ArrayRef<const std::string> dependencies,
|