/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | ComparisonVisitor.kt | 145 if (new.emit) { in compare() 151 if (old.emit) { in compare() 156 if (new.emit) { in compare() 157 if (old.emit) { in compare() 163 if (old.emit) { in compare() 491 if (prev.item!!.emit && !child.item!!.emit) { in removeDuplicates()
|
D | ArtifactTagger.kt | 97 if (!specPkg.emit) { in applyArtifactsFromSpec() 102 if (!cls.emit) { in applyArtifactsFromSpec()
|
D | ApiType.kt | 70 return Predicate { it.emit } in <lambda>()
|
D | ApiAnalyzer.kt | 516 pkg.emit = false in <lambda>() 937 .filter { it.checkLevel() && it.emit && !it.hidden() } in <lambda>()
|
D | CompatibilityCheck.kt | 731 if (!item.emit) { in handleRemoved()
|
D | Driver.kt | 465 new.emit = false in subtractApi()
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/ |
D | TextClassItem.kt | 252 assert(emit == (position != SourcePositionInfo.UNKNOWN)) in simpleName() 253 return emit in simpleName() 279 cls.emit = false // it's a stub in createClassStub()
|
D | TextCodebase.kt | 226 newClass.emit = false in getOrCreateClass() 248 newPkg.emit = false in getOrCreateClass()
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/visitors/ |
D | ApiVisitor.kt | 129 return cls.emit || cls.codebase.preFiltered in include() 148 return vc.cls.emit && (includeEmptyOuterClasses || shouldEmitClassBody(vc)) in shouldEmitClass()
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/ |
D | PsiBasedCodebase.kt | 270 pkg.emit = false // don't expose these packages in the API signature files, stubs, etc in <lambda>() 460 classItem.emit = false in <lambda>() 488 classItem.emit = false in <lambda>() 501 packageItem.emit = false in <lambda>()
|
D | PsiCompilationUnit.kt | 109 pkgItem.topLevelClasses().any { it.emit && predicate.test(it) } in getImportStatements()
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/ |
D | Item.kt | 52 var emit: Boolean variable 384 override var emit = true variable in com.android.tools.metalava.model.DefaultItem
|
D | PackageItem.kt | 64 if (!emit) { in <lambda>()
|
/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 | 28 // (a) don't recurse forever and (b) we emit a warning in <lambda>()
|
/tools/metalava/src/test/java/com/android/tools/metalava/stub/ |
D | StubsTest.kt | 3536 fun `Ensure we emit both deprecated javadoc and annotation with exclude-all-annotations`() { in <lambda>() 3576 fun `Ensure we emit runtime and deprecated annotations in stubs with exclude-annotations`() { in <lambda>()
|
/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 | 97 During the build, before failing, metalava will emit a message like this:
|
D | README.md | 368 the API items in the codebase, and then in each relevant method they emit the
|
/tools/repohooks/tools/ |
D | pylintrc | 486 # Exceptions that will emit a warning when being caught. Defaults to
|