Home
last modified time | relevance | path

Searched defs:isPrimitive (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SettingsLib/LintChecker/src/com/android/settingslib/tools/lint/
DNullabilityAnnotationsDetector.kt64 private fun PsiType?.isPrimitive() = this is PsiPrimitiveType in getApplicableUastTypes() method
/frameworks/base/tools/codegen/src/com/android/codegen/
DFieldInfo.kt28 val isPrimitive = Type in PRIMITIVE_TYPES in <lambda>() constant
/frameworks/native/opengl/tools/glgen/src/
DJType.java187 public boolean isPrimitive() { in isPrimitive() method in JType