Home
last modified time | relevance | path

Searched refs:annotationManager (Results 1 – 25 of 32) sorted by relevance

12

/tools/metalava/metalava/src/main/java/com/android/tools/metalava/cli/common/
DSignatureFileLoader.kt32 private val annotationManager: AnnotationManager, constant in com.android.tools.metalava.cli.common.SignatureFileLoader
51 annotationManager = annotationManager, in loadFiles()
/tools/metalava/metalava-model-psi/src/main/java/com/android/tools/metalava/model/psi/
DPsiBasedClassResolver.kt30 annotationManager: AnnotationManager,
48 annotationManager = annotationManager,
DPsiSourceParser.kt66 private val annotationManager: AnnotationManager = noOpAnnotationManager, constant in com.android.tools.metalava.model.psi.PsiSourceParser
78 annotationManager, in getClassResolver()
147 annotationManager = annotationManager, in parseAbsoluteSources()
165 annotationManager = annotationManager, in loadFromJar()
DPsiEnvironmentManager.kt132 annotationManager: AnnotationManager, in createSourceParser()
142 annotationManager = annotationManager, in createSourceParser()
DUAnnotationItem.kt81 codebase.annotationManager.computeTargets(this, codebase::findOrCreateClass) in <lambda>()
136 codebase.annotationManager.normalizeOutputName(originalName, target) ?: return in appendAnnotation()
225 codebase.annotationManager.normalizeInputName(value.qualifiedName), in appendValue()
DPsiAnnotationItem.kt79 codebase.annotationManager.computeTargets(this, codebase::findOrCreateClass) in <lambda>()
137 codebase.annotationManager.normalizeOutputName(qualifiedName, target) ?: return in appendAnnotation()
285 codebase.annotationManager.normalizeInputName(value.qualifiedName), in appendValue()
/tools/metalava/metalava-model-turbine/src/main/java/com/android/tools/metalava/model/turbine/
DTurbineEnvironmentManager.kt31 annotationManager: AnnotationManager, in createSourceParser()
38 return TurbineSourceParser(annotationManager, allowReadingComments) in createSourceParser()
DTurbineSourceParser.kt30 private val annotationManager: AnnotationManager, in <lambda>() constant in com.android.tools.metalava.model.turbine.TurbineSourceParser
51 TurbineBasedCodebase(rootDir, description, annotationManager, allowReadingComments) in <lambda>()
DTurbineBasedCodebase.kt37 annotationManager: AnnotationManager,
39 ) : DefaultCodebase(location, description, false, annotationManager), SourceCodebase {
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DSignatureFileCache.kt31 class SignatureFileCache(annotationManager: AnnotationManager) { in <lambda>()
32 private val signatureFileLoader = SignatureFileLoader(annotationManager) in <lambda>()
DJarCodebaseLoader.kt117 val annotationManager = DefaultAnnotationManager() in create() constant
122 annotationManager, in create()
DConvertJarsToSignatureFiles.kt75 val annotationManager = DefaultAnnotationManager() in <lambda>() constant
76 val signatureFileLoader = SignatureFileLoader(annotationManager = annotationManager) in <lambda>()
DDriver.kt131 val annotationManager = options.annotationManager in processFlags() constant
148 annotationManager = annotationManager, in processFlags()
184 val signatureFileLoader = SignatureFileLoader(annotationManager) in processFlags()
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/cli/signature/
DSignatureToJDiffCommand.kt131 val annotationManager = DefaultAnnotationManager() in <lambda>() constant
134 annotationManager = annotationManager, in <lambda>()
200 return TextCodebaseBuilder.build(baseFile, signatureApi.annotationManager) { in computeDelta()
DSignatureToDexCommand.kt57 val signatureFileLoader = SignatureFileLoader(annotationManager = noOpAnnotationManager) in <lambda>()
/tools/metalava/metalava-model-text/src/main/java/com/android/tools/metalava/model/text/
DTextCodebaseBuilder.kt43 annotationManager: AnnotationManager, in build()
49 annotationManager = annotationManager, in build()
DTextCodebase.kt40 annotationManager: AnnotationManager, in <lambda>()
42 ) : DefaultCodebase(location, "Codebase", true, annotationManager) { in <lambda>()
DApiFile.kt145 annotationManager: AnnotationManager, in parseApi()
150 annotationManager = annotationManager, in parseApi()
165 annotationManager: AnnotationManager = noOpAnnotationManager, in parseApi()
176 annotationManager = annotationManager,
256 annotationManager = noOpAnnotationManager, in parseApi()
/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/
DCodebase.kt36 val annotationManager: AnnotationManager in <lambda>() constant
105 final override val annotationManager: AnnotationManager, constant in com.android.tools.metalava.model.DefaultCodebase
DModifierList.kt123 return codebase.annotationManager.hasSuppressCompatibilityMetaAnnotations(this) in hasJvmSyntheticAnnotation()
136 val mappedName = codebase.annotationManager.normalizeInputName(qualifiedName) in findAnnotation()
DAnnotationItem.kt396 qualifiedName = codebase.annotationManager.normalizeInputName(originalName),
401 codebase.annotationManager.computeTargets(this, codebase::findClass) in <lambda>()
407 val info: AnnotationInfo by lazy { codebase.annotationManager.getAnnotationInfo(this) } in <lambda>()
463 codebase.annotationManager.normalizeOutputName(qualifiedName, target) ?: return "" in toSource()
DItem.kt183 modifiers.codebase.annotationManager.hasHideAnnotations(modifiers) in isHiddenOrRemoved()
454 codebase.annotationManager.getShowabilityForItem(this) in <lambda>()
/tools/metalava/metalava-model-source/src/main/java/com/android/tools/metalava/model/source/
DEnvironmentManager.kt46 annotationManager: AnnotationManager,
/tools/metalava/metalava-model-source/src/testFixtures/java/com/android/tools/metalava/model/source/
DSourceModelSuiteRunner.kt86 annotationManager = noOpAnnotationManager, in <lambda>()
/tools/metalava/metalava-model-text/src/test/java/com/android/tools/metalava/model/text/
DTextModelSuiteRunner.kt75 annotationManager = noOpAnnotationManager, in <lambda>()

12