/tools/metalava/src/main/java/com/android/tools/metalava/model/ |
D | ClassItem.kt | 823 private fun emit(): Boolean { in emit() method 824 val emit = emitClass() in emit() constant 825 if (emit) { in emit() 833 return innerClasses.any { it.emit() } in emitInner() 858 val emit = emitClass || emitInner() in accept() constant 859 if (!emit) { in accept() 863 val emitThis = cls.emit && if (visitor.includeEmptyOuterClasses) emit else emitClass in accept()
|
D | Item.kt | 56 var emit: Boolean variable 341 override var emit = true variable in com.android.tools.metalava.model.DefaultItem
|
D | PackageItem.kt | 64 if (!emit) { in <lambda>()
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | ArtifactTagger.kt | 99 if (!specPkg.emit) { in applyArtifactsFromSpec() 104 if (!cls.emit) { in applyArtifactsFromSpec()
|
D | ApiType.kt | 88 return Predicate { it.emit } in <lambda>()
|
D | ApiAnalyzer.kt | 532 pkg.emit = false in <lambda>() 943 .filter { it.checkLevel() && it.emit && !it.hidden() } in <lambda>()
|
D | CompatibilityCheck.kt | 670 if (!item.emit) { in handleRemoved()
|
D | Driver.kt | 471 new.emit = false in subtractApi()
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/ |
D | PsiBasedCodebase.kt | 244 pkg.emit = false // don't expose these packages in the API signature files, stubs, etc in <lambda>() 438 classItem.emit = false in <lambda>() 466 classItem.emit = false in <lambda>() 480 packageItem.emit = false in <lambda>()
|
D | PsiCompilationUnit.kt | 91 pkgItem.topLevelClasses().any { it.emit && predicate.test(it) } in getImportStatements()
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/ |
D | descriptor.proto | 342 // Depending on the target platform, this can emit Deprecated annotations 387 // Depending on the target platform, this can emit Deprecated annotations 475 // Depending on the target platform, this can emit Deprecated annotations 499 // Depending on the target platform, this can emit Deprecated annotations 513 // Depending on the target platform, this can emit Deprecated annotations 533 // Depending on the target platform, this can emit Deprecated annotations 553 // Depending on the target platform, this can emit Deprecated annotations
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | SymlinkTest.kt | 29 // (a) don't recurse forever and (b) we emit a warning in <lambda>()
|
D | StubsTest.kt | 3349 fun `Ensure we emit both deprecated javadoc and annotation with exclude-annotations`() { in <lambda>() 3387 fun `Ensure we emit runtime and deprecated annotations in stubs with exclude-annotations`() { in <lambda>()
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/visitors/ |
D | ApiVisitor.kt | 118 return cls.emit || cls.codebase.preFiltered in include()
|
/tools/metalava/src/main/java/com/android/tools/metalava/doclava1/ |
D | TextCodebase.kt | 234 newClass.emit = false in getOrCreateClass() 256 newPkg.emit = false in getOrCreateClass()
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/ |
D | TextClassItem.kt | 279 cls.emit = false // it's a stub in createClassStub()
|
/tools/test/connectivity/acts/framework/acts/libs/logging/ |
D | log_stream.py | 155 def emit(self, record): member in AlsoToLogHandler
|
/tools/metalava/ |
D | API-LINT.md | 95 During the build, before failing, metalava will emit a message like this:
|
D | README.md | 365 the API items in the codebase, and then in each relevant method they emit the
|
/tools/repohooks/tools/ |
D | pylintrc | 411 # Exceptions that will emit a warning when being caught. Defaults to
|