Home
last modified time | relevance | path

Searched refs:getBaseName (Results 1 – 10 of 10) sorted by relevance

/system/tools/hidl/
DgenerateCppImpl.cpp78 const std::string baseName = iface->getBaseName(); in generateCppImplHeader()
141 const std::string baseName = iface->getBaseName(); in generateCppImplSource()
DgenerateVts.cpp52 std::string baseName = AST::getBaseName(); in generateVts()
DInterface.h79 std::string getBaseName() const;
DAST.h191 std::string getBaseName() const;
DAST.cpp818 std::string AST::getBaseName() const { in getBaseName() function in android::AST
821 return iface ? iface->getBaseName() : "types"; in getBaseName()
DgenerateJava.cpp140 const std::string baseName = iface->getBaseName(); in generateJava()
DInterface.cpp704 std::string Interface::getBaseName() const { in getBaseName() function in android::Interface
DgenerateCpp.cpp837 std::string baseName = getBaseName(); in generateCppSource()
/system/tools/xsdc/src/com/android/xsdc/java/
DJavaCodeGenerator.java148 String baseName = getBaseName(complexType); in printClass()
432 private String getBaseName(XsdComplexType complexType) throws JavaCodeGeneratorException { in getBaseName() method in JavaCodeGenerator
/system/tools/xsdc/src/com/android/xsdc/cpp/
DCppCodeGenerator.java198 String baseName = getBaseName(complexType); in printClass()
501 private String getBaseName(XsdComplexType complexType) throws CppCodeGeneratorException { in getBaseName() method in CppCodeGenerator