Home
last modified time | relevance | path

Searched refs:emit (Results 1 – 20 of 20) sorted by relevance

/tools/metalava/src/main/java/com/android/tools/metalava/
DComparisonVisitor.kt145 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()
DArtifactTagger.kt97 if (!specPkg.emit) { in applyArtifactsFromSpec()
102 if (!cls.emit) { in applyArtifactsFromSpec()
DApiType.kt70 return Predicate { it.emit } in <lambda>()
DApiAnalyzer.kt516 pkg.emit = false in <lambda>()
937 .filter { it.checkLevel() && it.emit && !it.hidden() } in <lambda>()
DCompatibilityCheck.kt731 if (!item.emit) { in handleRemoved()
DDriver.kt465 new.emit = false in subtractApi()
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/
DTextClassItem.kt252 assert(emit == (position != SourcePositionInfo.UNKNOWN)) in simpleName()
253 return emit in simpleName()
279 cls.emit = false // it's a stub in createClassStub()
DTextCodebase.kt226 newClass.emit = false in getOrCreateClass()
248 newPkg.emit = false in getOrCreateClass()
/tools/metalava/src/main/java/com/android/tools/metalava/model/visitors/
DApiVisitor.kt129 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/
DPsiBasedCodebase.kt270 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>()
DPsiCompilationUnit.kt109 pkgItem.topLevelClasses().any { it.emit && predicate.test(it) } in getImportStatements()
/tools/metalava/src/main/java/com/android/tools/metalava/model/
DItem.kt52 var emit: Boolean variable
384 override var emit = true variable in com.android.tools.metalava.model.DefaultItem
DPackageItem.kt64 if (!emit) { in <lambda>()
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto342 // 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/
DSymlinkTest.kt28 // (a) don't recurse forever and (b) we emit a warning in <lambda>()
/tools/metalava/src/test/java/com/android/tools/metalava/stub/
DStubsTest.kt3536 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/
Dlog_stream.py155 def emit(self, record): member in AlsoToLogHandler
/tools/metalava/
DAPI-LINT.md97 During the build, before failing, metalava will emit a message like this:
DREADME.md368 the API items in the codebase, and then in each relevant method they emit the
/tools/repohooks/tools/
Dpylintrc486 # Exceptions that will emit a warning when being caught. Defaults to