Searched refs:NULLABLE (Results 1 – 6 of 6) sorted by relevance
/system/tools/xsdc/src/com/android/xsdc/tag/ |
D | Nullability.java | 22 NULLABLE enumConstant
|
/system/tools/xsdc/src/com/android/xsdc/java/ |
D | JavaCodeGenerator.java | 170 + "}\n\n", getDefaultNullability(Nullability.NULLABLE), name, in printEnumClass() 523 + "String raw = null;\n", getDefaultNullability(Nullability.NULLABLE), in printXmlParser() 547 + "}\n", getDefaultNullability(Nullability.NULLABLE), in printXmlParser() 694 } else if (nullability == Nullability.NULLABLE) { in getNullabilityString()
|
/system/tools/aidl/ |
D | aidl_checkapi.cpp | 86 AidlAnnotation::Type::NULLABLE, in get_strict_annotations()
|
D | aidl_language.cpp | 101 {AidlAnnotation::Type::NULLABLE, "nullable", CONTEXT_TYPE_SPECIFIER, {}}, in AllSchemas() 344 return GetAnnotation(annotations_, AidlAnnotation::Type::NULLABLE); in IsNullable()
|
D | aidl_language.h | 207 NULLABLE,
|
/system/tools/xsdc/src/com/android/xsdc/ |
D | XsdHandler.java | 698 return Nullability.NULLABLE; in getNullability()
|