Home
last modified time | relevance | path

Searched refs:dependencies (Results 1 – 25 of 63) sorted by relevance

123

/tools/security/remote_provisioning/hwtrust/
DCargo.lock40 dependencies = [
57 dependencies = [
67 dependencies = [
82 dependencies = [
95 dependencies = [
104 dependencies = [
114 dependencies = [
125 dependencies = [
135 dependencies = [
162 dependencies = [
[all …]
/tools/asuite/atest/bazel/resources/rules/
Dsoong_prebuilt.bzl17 The rule returns a DefaultInfo provider with all artifacts and runtime dependencies,
19 runtime dependencies and data dependencies.
42 # dependencies.
76 # We exclude the outputs of static dependencies from the runfiles since
117 # dependencies.
175 runtime_deps: List of runtime dependencies required by this target.
176 static_deps: List of static dependencies required by this target.
189 # We exclude the outputs of static dependencies and data dependencies from
190 # the transitive runtime outputs since static dependencies are already
191 # embedded in this target's output and the data dependencies shouldn't be
[all …]
/tools/ndkports/buildSrc/src/main/kotlin/com/android/ndkports/
DPrefabPackageBuilder.kt35 val dependencies: Map<String, String>, constant in com.android.ndkports.PackageData
59 val dependencies: List<String>, constant in com.android.ndkports.ModuleDescription
88 dependencies = packageData.dependencies.keys.toList(), in makePackageMetadata()
99 exportLibraries = module.dependencies in makeModuleMetadata()
DPackageBuilderTask.kt42 val dependencies: ListProperty<String> = constant
86 abstract val dependencies: MapProperty<String, String> constant
115 it.dependencies.get() in run()
126 dependencies.get(), in run()
/tools/asuite/aidegen/project/
Dproject_splitter.py195 project.dependencies = [constant.FRAMEWORK_SRCJARS]
197 project.dependencies.append(self._framework_iml)
199 project.dependencies.append(self._full_repo_iml)
216 if dep not in project.dependencies:
217 project.dependencies.append(dep)
218 project.dependencies.append(constant.KEY_DEPENDENCIES)
363 constant.KEY_DEPENDENCIES: project.dependencies,
Dproject_splitter_unittest.py188 self.assertEqual(self.split_projs._projects[0].dependencies, dep1)
189 self.assertEqual(self.split_projs._projects[1].dependencies, dep2)
190 self.assertEqual(self.split_projs._projects[2].dependencies, dep3)
/tools/ndkports/curl/
Dbuild.gradle.kts16 dependencies { in <lambda>()
47 @Suppress("UnstableApiUsage") dependencies.set( in <lambda>()
55 dependencies.set( in <lambda>()
/tools/treble/split/
DREADME.md14 and the build outputs. The tool attempts to infer as many dependencies as it
15 can, but some will be missed due to implicit dependencies in the build system
68 Build errors may arise due to missing dependencies that were previously provided
69 by now-removed projects. These dependencies may be implicit in the source code,
/tools/netsim/rust/frontend-client-cxx/
DCargo.toml11 [dependencies]
14 [build-dependencies]
/tools/netsim/rust/frontend-proto/
DCargo.toml7 [dependencies]
10 [build-dependencies]
/tools/netsim/rust/netsim-cxx/
DCargo.toml12 [dependencies]
21 [build-dependencies]
DCargo.toml.cf30 [dependencies]
47 [build-dependencies]
/tools/netsim/rust/backend-proto/
DCargo.toml12 [dependencies]
17 [build-dependencies]
/tools/apksig/
Dbuild.gradle16 dependencies {
21 dependencies {
/tools/asuite/atest/docs/
Datest_structure.md20 3. Build test dependencies
38 Required info would be the test name, test dependencies, and the test runner
43 by the user, all of the test dependencies are built. This step can by bypassed
78 dependencies for the supplied test, translating it into a form that a test
/tools/metalava/
Dbuild.gradle.kts73 dependencies { in <lambda>()
224 val dependency = project.dependencies.create("com.pinterest:ktlint:0.41.0") in Project()
225 dependencies.add(dependency) in Project()
/tools/asuite/atest/
Dmodule_info_unittest.py536 dependencies=['dep1', 'dep2'],
539 dependencies=['dep1', 'dep3']
557 dependencies=['dep1', 'dep2'],
560 dependencies=['dep1', 'dep3']
1040 dependencies=None, argument
1062 m['dependencies'] = dependencies or []
Dbazel_mode_unittest.py1185 dependencies=['libhost', 'libdevice']))),
1217 supported_test_module(dependencies=['libhello']),
1218 rlib(module(name='libhello', dependencies=['libworld'])),
1228 supported_test_module(dependencies=['libhello']),
1242 supported_test_module(dependencies=['libhello']),
1257 supported_test_module(dependencies=['libhello']),
1491 dependencies=None, argument
1513 m['dependencies'] = dependencies or []
Datest_main_unittest.py320 dependencies=None, argument
341 m['dependencies'] = dependencies or []
/tools/asuite/aidegen/lib/
Dproject_info.py137 self.dependencies = []
663 if prj.iml_name not in project.dependencies:
664 project.dependencies.append(prj.iml_name)
Dproject_info_unittest.py332 project1.dependencies = []
338 self.assertEqual([], project1.dependencies)
345 self.assertEqual(['m2'], project1.dependencies)
/tools/metalava/buildSrc/src/main/kotlin/com/android/tools/metalava/
DLibraryBuildInfo.kt63 info.dependencies = arrayListOf() in <lambda>()
149 var dependencies: ArrayList<Dependency> = arrayListOf() variable in com.android.tools.metalava.LibraryBuildInfoFile
/tools/test/connectivity/acts/
DREADME.md23 System dependencies:
28 Python dependencies (installed automatically by setup.py):
74 1. Install the system dependencies.
/tools/asuite/aidegen/
DREADME.md5 configure an IntelliJ project, such as all the project dependencies. It's a
9 dependencies resolved.
/tools/metalava/buildSrc/
Dbuild.gradle.kts25 dependencies {

123