/tools/security/remote_provisioning/hwtrust/ |
D | Cargo.lock | 40 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/ |
D | soong_prebuilt.bzl | 17 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/ |
D | PrefabPackageBuilder.kt | 35 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()
|
D | PackageBuilderTask.kt | 42 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/ |
D | project_splitter.py | 195 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,
|
D | project_splitter_unittest.py | 188 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/ |
D | build.gradle.kts | 16 dependencies { in <lambda>() 47 @Suppress("UnstableApiUsage") dependencies.set( in <lambda>() 55 dependencies.set( in <lambda>()
|
/tools/treble/split/ |
D | README.md | 14 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/ |
D | Cargo.toml | 11 [dependencies] 14 [build-dependencies]
|
/tools/netsim/rust/frontend-proto/ |
D | Cargo.toml | 7 [dependencies] 10 [build-dependencies]
|
/tools/netsim/rust/netsim-cxx/ |
D | Cargo.toml | 12 [dependencies] 21 [build-dependencies]
|
D | Cargo.toml.cf | 30 [dependencies] 47 [build-dependencies]
|
/tools/netsim/rust/backend-proto/ |
D | Cargo.toml | 12 [dependencies] 17 [build-dependencies]
|
/tools/apksig/ |
D | build.gradle | 16 dependencies { 21 dependencies {
|
/tools/asuite/atest/docs/ |
D | atest_structure.md | 20 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/ |
D | build.gradle.kts | 73 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/ |
D | module_info_unittest.py | 536 dependencies=['dep1', 'dep2'], 539 dependencies=['dep1', 'dep3'] 557 dependencies=['dep1', 'dep2'], 560 dependencies=['dep1', 'dep3'] 1040 dependencies=None, argument 1062 m['dependencies'] = dependencies or []
|
D | bazel_mode_unittest.py | 1185 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 []
|
D | atest_main_unittest.py | 320 dependencies=None, argument 341 m['dependencies'] = dependencies or []
|
/tools/asuite/aidegen/lib/ |
D | project_info.py | 137 self.dependencies = [] 663 if prj.iml_name not in project.dependencies: 664 project.dependencies.append(prj.iml_name)
|
D | project_info_unittest.py | 332 project1.dependencies = [] 338 self.assertEqual([], project1.dependencies) 345 self.assertEqual(['m2'], project1.dependencies)
|
/tools/metalava/buildSrc/src/main/kotlin/com/android/tools/metalava/ |
D | LibraryBuildInfo.kt | 63 info.dependencies = arrayListOf() in <lambda>() 149 var dependencies: ArrayList<Dependency> = arrayListOf() variable in com.android.tools.metalava.LibraryBuildInfoFile
|
/tools/test/connectivity/acts/ |
D | README.md | 23 System dependencies: 28 Python dependencies (installed automatically by setup.py): 74 1. Install the system dependencies.
|
/tools/asuite/aidegen/ |
D | README.md | 5 configure an IntelliJ project, such as all the project dependencies. It's a 9 dependencies resolved.
|
/tools/metalava/buildSrc/ |
D | build.gradle.kts | 25 dependencies {
|