Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/script_api/
H A DGenerateHeaderFiles.cpp140 *file << spec.getSimpleType() << attribute; in writeTypeSpecification()
H A DGenerateRSFunctionsList.cpp74 return spec->getSimpleType(); in findSubstitute()
H A DSpecification.h315 std::string getSimpleType() const { return mSimpleType; } in getSimpleType() function
H A DGenerateDocumentation.cpp355 *file << "<p>A typedef of: " << spec->getSimpleType() in writeDetailedTypeSpecification()
/aosp12/system/tools/xsdc/src/com/android/xsdc/java/
H A DJavaCodeGenerator.java824 XsdSimpleType simpleType = getSimpleType(typeName); in parseSimpleTypeReference()
904 private XsdSimpleType getSimpleType(String name) throws JavaCodeGeneratorException { in getSimpleType() method in JavaCodeGenerator
/aosp12/system/tools/xsdc/src/com/android/xsdc/cpp/
H A DCppCodeGenerator.java991 XsdSimpleType simpleType = getSimpleType(typeName); in parseSimpleTypeReference()
1070 private XsdSimpleType getSimpleType(String name) throws CppCodeGeneratorException { in getSimpleType() method in CppCodeGenerator