Home
last modified time | relevance | path

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

12

/tools/asuite/aidegen/project/
Dproject_splitter.py191 project.dependencies = [constant.FRAMEWORK_SRCJARS]
193 project.dependencies.append(self._framework_iml)
195 project.dependencies.append(self._full_repo_iml)
212 if dep not in project.dependencies:
213 project.dependencies.append(dep)
214 project.dependencies.append(constant.KEY_DEPENDENCIES)
360 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/ports/curl/
Dport.kts31 override val dependencies = listOf("openssl") constant
36 dependencies = listOf("//openssl:crypto", "//openssl:ssl")
/tools/apksig/
Dbuild.gradle16 dependencies {
21 dependencies {
Dandroid_plugin_for_gradle.gradle5 dependencies {
/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/ndkports/src/main/kotlin/com/android/ndkports/
DPort.kt71 val dependencies: List<String> = emptyList() in installDirectoryForPort() constant in com.android.ndkports.Module
139 open val dependencies: List<String> = emptyList() in installDirectoryForPort() constant in com.android.ndkports.Port
/tools/asuite/atest-py2/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/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/buildSrc/
Dbuild.gradle.kts25 dependencies {
/tools/asuite/asuite_plugin/
Dbuild.gradle26 dependencies {
/tools/apkzlib/
Dbuild.gradle3 dependencies {
/tools/asuite/aidegen/lib/
Dproject_info.py130 self.dependencies = []
655 if prj.iml_name not in project.dependencies:
656 project.dependencies.append(prj.iml_name)
Dproject_info_unittest.py334 project1.dependencies = []
340 self.assertEqual([], project1.dependencies)
347 self.assertEqual(['m2'], project1.dependencies)
/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/ndkports/
Dbuild.gradle.kts18 dependencies { in <lambda>()
/tools/trebuchet/core/model/
Dbuild.gradle19 dependencies {
/tools/trebuchet/
Dbuild.gradle25 dependencies {
/tools/trebuchet/trebuchet/startup-common/
Dbuild.gradle26 dependencies {
/tools/trebuchet/trebuchet/viewer/
Dbuild.gradle24 dependencies {
/tools/trebuchet/trebuchet/user-switch-analyzer/
Dbuild.gradle28 dependencies {
/tools/trebuchet/trebuchet/startup-summarizer/
Dbuild.gradle28 dependencies {
/tools/trebuchet/core/common/
Dbuild.gradle24 dependencies {
/tools/trebuchet/trebuchet/startup-analyzer/
Dbuild.gradle28 dependencies {

12