Home
last modified time | relevance | path

Searched refs:dep (Results 1 – 8 of 8) sorted by relevance

/tools/tradefederation/core/
Datest_tradefed.sh43 for dep in $deps; do
44 if [ -f "$ANDROID_HOST_OUT/framework/$dep" ]; then
45 TF_PATH+=":$ANDROID_HOST_OUT/framework/$dep"
/tools/asuite/aidegen/lib/
Dproject_info.py258 dep = {}
270 dep[name] = self.modules_info.name_to_module_info[name]
271 dep[name][constant.KEY_DEPTH] = depth
273 if (constant.KEY_DEPENDENCIES in dep[name]
274 and dep[name][constant.KEY_DEPENDENCIES]):
275 children.update(dep[name][constant.KEY_DEPENDENCIES])
277 dep.update(self.get_dep_modules(children, depth + 1))
278 return dep
/tools/ndkports/src/main/kotlin/com/android/ndkports/
DPrefabPackageBuilder.kt87 Dependency().also { dep -> in <lambda>() method
88 dep.artifactId = depPort.name in <lambda>()
89 dep.groupId = groupId in <lambda>()
90 dep.version = depPort.mavenVersion in <lambda>()
91 dep.type = "aar" in <lambda>()
98 dep.scope = "runtime" in <lambda>()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DPythonVirtualenvPreparer.java85 for (String dep : mDepModules) { in installDeps()
86 CLog.i("Attempting installation of %s", dep); in installDeps()
88 "install", dep); in installDeps()
90 CLog.e("Installing %s failed", dep); in installDeps()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandFileWatcher.java202 for (CommandFile dep : cmd.dependencies) { in checkCommandFileForUpdate()
203 if (checkCommandFileForUpdate(dep, checkedFiles)) { in checkCommandFileForUpdate()
/tools/asuite/aidegen/project/
Dsource_splitter.py189 dep = iml.IMLGenerator.get_unique_iml_name(os.path.join(
191 if dep not in project.dependencies:
192 project.dependencies.append(dep)
/tools/asuite/aidegen/idea/
Diml.py216 for dep in self._mod_info[constant.KEY_DEPENDENCIES]:
217 self._deps.append(templates.DEPENDENCIES.format(MODULE=dep))
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...