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/xsdc/src/com/android/xsdc/java/
DJavaCodeGenerator.java170 + "}\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/
Daidl_checkapi.cpp86 AidlAnnotation::Type::NULLABLE, in get_strict_annotations()
Daidl_language.cpp101 {AidlAnnotation::Type::NULLABLE, "nullable", CONTEXT_TYPE_SPECIFIER, {}}, in AllSchemas()
344 return GetAnnotation(annotations_, AidlAnnotation::Type::NULLABLE); in IsNullable()
Daidl_language.h207 NULLABLE,
/system/tools/xsdc/src/com/android/xsdc/
DXsdHandler.java698 return Nullability.NULLABLE; in getNullability()