Home
last modified time | relevance | path

Searched refs:resolved (Results 1 – 23 of 23) sorted by relevance

/tools/metalava/metalava-model-psi/src/main/java/com/android/tools/metalava/model/psi/
DPsiSourceFile.kt97 val resolved = importStatement.resolve() ?: continue in getImports() constant
98 if (resolved is PsiClass) { in getImports()
99 val classItem = codebase.findClass(resolved) ?: continue in getImports()
103 } else if (resolved is PsiPackage) { in getImports()
104 val pkgItem = codebase.findPackage(resolved.qualifiedName) ?: continue in getImports()
114 } else if (resolved is PsiMethod) { in getImports()
115 codebase.findClass(resolved.containingClass ?: continue) ?: continue in getImports()
116 val methodItem = codebase.findMethod(resolved) in getImports()
120 } else if (resolved is PsiField) { in getImports()
122 codebase.findClass(resolved.containingClass ?: continue) ?: continue in getImports()
[all …]
DJavadoc.kt616 var resolved = element.reference?.resolve() in expand() variable
619 if (resolved == null && owner is ClassItem) { in expand()
630 resolved = (field as? PsiFieldItem)?.psi() in expand()
633 if (resolved == null) { in expand()
635 resolved = in expand()
644 if (resolved is PsiMember) { in expand()
645 val containingClass = resolved.containingClass in expand()
674 sb.append(resolved.name) in expand()
683 if (resolved == null) { in expand()
696 val resolved = element.resolve() in expand() constant
[all …]
DUAnnotationItem.kt246 when (val resolved = value.resolve()) { in appendQualifiedName() method
248 val containing = resolved.containingClass in appendQualifiedName()
253 val initializer = resolved.initializer in appendQualifiedName()
255 val fieldItem = cls.findField(resolved.name) in appendQualifiedName()
268 sb.append(resolved.name) in appendQualifiedName()
270 is PsiClass -> resolved.qualifiedName?.let { sb.append(it) } in appendQualifiedName()
340 when (val resolved = psiValue.resolve()) { in resolve() method
341 is PsiField -> return codebase.findField(resolved) in resolve()
342 is PsiClass -> return codebase.findOrCreateClass(resolved) in resolve()
343 is PsiMethod -> return codebase.findMethod(resolved) in resolve()
DPsiAnnotationItem.kt202 when (val resolved = value.resolve()) { in appendValue() method
204 val containing = resolved.containingClass in appendValue()
210 val initializer = resolved.initializer in appendValue()
212 val fieldItem = cls.findField(resolved.name) in appendValue()
230 sb.append(resolved.name) in appendValue()
232 is PsiClass -> resolved.qualifiedName?.let { sb.append(it) } in appendValue()
352 when (val resolved = psiValue.resolve()) { in resolve() method
353 is PsiField -> return codebase.findField(resolved) in resolve()
354 is PsiClass -> return codebase.findOrCreateClass(resolved) in resolve()
355 is PsiMethod -> return codebase.findMethod(resolved) in resolve()
DCodePrinter.kt96 val resolved = value.resolve() in appendSourceExpression() constant
97 if (resolved is PsiField) { in appendSourceExpression()
98 sb.append(resolved.containingClass?.qualifiedName).append('.').append(resolved.name) in appendSourceExpression()
264 when (val resolved = expression.resolve()) { in appendExpression() constant
266 @Suppress("UnnecessaryVariable") val field = resolved in appendExpression()
311 sb.append(resolved.name) in appendExpression()
419 val resolved = call.classReference?.resolve() in appendExpression() constant
420 if (resolved is PsiClass) { in appendExpression()
421 sb.append(resolved.qualifiedName) in appendExpression()
DPsiFieldItem.kt163 val resolved = in PsiField() constant
175 return resolved is PsiModifierListOwner && in PsiField()
176 resolved.annotations.any { isNonNullAnnotation(it.qualifiedName ?: "") } in PsiField()
/tools/tradefederation/core/src/com/android/tradefed/config/
DDynamicRemoteFileResolver.java257 ResolvedFile resolved = resolveRemoteFiles((File) key, option); in validateRemoteFilePath() local
258 if (resolved != null) { in validateRemoteFilePath()
259 File downloaded = resolved.getResolvedFile(); in validateRemoteFilePath()
260 if (resolved.shouldCleanUp()) { in validateRemoteFilePath()
267 ResolvedFile resolved = resolveRemoteFiles((File) val, option); in validateRemoteFilePath() local
268 if (resolved != null) { in validateRemoteFilePath()
269 File downloaded = resolved.getResolvedFile(); in validateRemoteFilePath()
270 if (resolved.shouldCleanUp()) { in validateRemoteFilePath()
291 ResolvedFile resolved = resolveRemoteFiles((File) key, option); in validateRemoteFilePath() local
292 if (resolved != null) { in validateRemoteFilePath()
[all …]
/tools/external_updater/
Dfileutils.py117 resolved: list[Path] = []
123 resolved.append(path.resolve())
124 return resolved
DREADME.md15 method. Relative paths were resolved relative to `//external` rather than the
/tools/tradefederation/core/javatests/com/android/tradefed/config/remote/
DLocalFileResolverTest.java86 Set<File> resolved = setter.validateRemoteFilePath(new DynamicRemoteFileResolver()); in testResolve() local
88 assertEquals(0, resolved.size()); in testResolve()
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DSdkFileWriter.kt80 val resolved = in generate() constant
84 when (resolved.containingClass().qualifiedName() + "." + resolved.name()) { in generate()
DExtractAnnotations.kt290 val resolved = value.resolve() as? PsiField ?: return in <lambda>() constant
291 val modifiers = resolved.modifierList ?: return in <lambda>()
296 if (resolved.type.arrayDimensions > 0) { in <lambda>()
299 val name = resolved.name in <lambda>()
DDefaultAnnotationManager.kt754 val resolved = annotationClass ?: return false in checkResolvedAnnotationClass() constant
757 return test(resolved) in checkResolvedAnnotationClass()
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/doc/
DDocAnalyzer.kt326 val resolved = value.resolve() in <lambda>() constant
328 if (resolved is FieldItem) resolved in <lambda>()
464 val resolved = value.resolve() in <lambda>() constant
465 val field = resolved as? FieldItem in <lambda>()
541 val resolved = value.resolve() in <lambda>() constant
542 val field = resolved as? FieldItem in <lambda>()
/tools/tradefederation/core/atest_proto/
Dexternal_user_log.proto23 // Occurs after a SINGLE test reference has been resolved to a test or
Dinternal_user_log.proto29 // Occurs after a SINGLE test reference has been resolved to a test or
/tools/asuite/atest/proto/
Dexternal_user_log.proto23 // Occurs after a SINGLE test reference has been resolved to a test or
Dinternal_user_log.proto29 // Occurs after a SINGLE test reference has been resolved to a test or
/tools/asuite/aidegen/
DREADME.md9 dependencies resolved.
/tools/asuite/atest/bazel/
Datest_bazel_mode.md121 eventially resolved to the physical file in Android source tree.
/tools/asuite/atest/bazel/runner/src/main/protobuf/
Dfailure_details.proto765 // resolved loading-phase codes.
1171 // resolved loading-phase codes.
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto164 // resolved in the same manner as type_name.
217 // Input and output type names. These are resolved in the same way as
/tools/metalava/
DREADME.md296 * Built on top of a full, type-resolved AST. Doclava1 was integrated with