Searched refs:Extractor (Results 1 – 9 of 9) sorted by relevance
34 import com.android.tools.lint.annotations.Extractor.ANDROID_INT_DEF35 import com.android.tools.lint.annotations.Extractor.ANDROID_NOTNULL36 import com.android.tools.lint.annotations.Extractor.ANDROID_NULLABLE37 import com.android.tools.lint.annotations.Extractor.ANDROID_STRING_DEF38 import com.android.tools.lint.annotations.Extractor.ATTR_PURE39 import com.android.tools.lint.annotations.Extractor.ATTR_VAL40 import com.android.tools.lint.annotations.Extractor.IDEA_CONTRACT41 import com.android.tools.lint.annotations.Extractor.IDEA_MAGIC42 import com.android.tools.lint.annotations.Extractor.IDEA_NOTNULL43 import com.android.tools.lint.annotations.Extractor.IDEA_NULLABLE[all …]
20 import com.android.tools.lint.annotations.Extractor in <lambda>()530 if (attributes.size == 1 && Extractor.REQUIRES_PERMISSION.isPrefix(qualifiedName, true)) { in <lambda>()
32 import com.android.tools.lint.annotations.Extractor in <lambda>()894 val units = Extractor.createUnitsForFiles(project, sources) in parseSources()
24 class SystraceExtractor : Extractor { in <lambda>()81 override fun extractorFor(buffer: GenericByteBuffer, feedback: ImportFeedback): Extractor? { in <lambda>()
87 class ZlibExtractor(val feedback: ImportFeedback) : Extractor {96 override fun extractorFor(buffer: GenericByteBuffer, feedback: ImportFeedback): Extractor? { in extractorFor()
25 interface Extractor { interface
23 fun extractorFor(buffer: GenericByteBuffer, feedback: ImportFeedback): Extractor?
28 fun extractorFor(buffer: GenericByteBuffer, feedback: ImportFeedback): Extractor? { in extractorFor()
24 import com.android.tools.lint.annotations.Extractor.ANDROID_INT_DEF25 import com.android.tools.lint.annotations.Extractor.ANDROID_LONG_DEF26 import com.android.tools.lint.annotations.Extractor.ANDROID_STRING_DEF