Home
last modified time | relevance | path

Searched refs:NULLABLE (Results 1 – 6 of 6) sorted by relevance

/system/tools/xsdc/src/com/android/xsdc/tag/
DNullability.java22 NULLABLE enumConstant
/system/tools/aidl/
Daidl_language.cpp113 {AidlAnnotation::Type::NULLABLE, "nullable", {}}, in AllSchemas()
262 return GetAnnotation(annotations_, AidlAnnotation::Type::NULLABLE); in IsNullable()
420 return {AidlAnnotation::Type::NULLABLE, AidlAnnotation::Type::UTF8_IN_CPP, in GetSupportedAnnotations()
Daidl_checkapi.cpp53 AidlAnnotation::Type::NULLABLE, in get_strict_annotations()
Daidl_language.h165 NULLABLE, enumerator
/system/tools/xsdc/src/com/android/xsdc/
DXsdHandler.java688 return Nullability.NULLABLE; in getNullability()
/system/tools/xsdc/src/com/android/xsdc/java/
DJavaCodeGenerator.java625 } else if (nullability == Nullability.NULLABLE) { in getNullabilityString()