Searched refs:dep (Results 1 – 8 of 8) sorted by relevance
43 for dep in $deps; do44 if [ -f "$ANDROID_HOST_OUT/framework/$dep" ]; then45 TF_PATH+=":$ANDROID_HOST_OUT/framework/$dep"
258 dep = {}270 dep[name] = self.modules_info.name_to_module_info[name]271 dep[name][constant.KEY_DEPTH] = depth273 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
87 Dependency().also { dep -> in <lambda>() method88 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>()
85 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()
202 for (CommandFile dep : cmd.dependencies) { in checkCommandFileForUpdate()203 if (checkCommandFileForUpdate(dep, checkedFiles)) { in checkCommandFileForUpdate()
189 dep = iml.IMLGenerator.get_unique_iml_name(os.path.join(191 if dep not in project.dependencies:192 project.dependencies.append(dep)
216 for dep in self._mod_info[constant.KEY_DEPENDENCIES]:217 self._deps.append(templates.DEPENDENCIES.format(MODULE=dep))
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...