Home
last modified time | relevance | path

Searched defs:typeName (Results 1 – 19 of 19) sorted by relevance

/system/tools/hidl/
DTypeDef.cpp50 std::string TypeDef::typeName() const { in typeName() function in android::TypeDef
DDeathRecipientType.cpp26 std::string DeathRecipientType::typeName() const { in typeName() function in android::DeathRecipientType
DPointerType.cpp39 std::string PointerType::typeName() const { in typeName() function in android::PointerType
DMemoryType.cpp46 std::string MemoryType::typeName() const { in typeName() function in android::MemoryType
DStringType.cpp35 std::string StringType::typeName() const { in typeName() function in android::StringType
DHandleType.cpp32 std::string HandleType::typeName() const { in typeName() function in android::HandleType
DArrayType.cpp52 std::string ArrayType::typeName() const { in typeName() function in android::ArrayType
423 const std::string typeName = getJavaType(false /* forInitializer */); in emitJavaFieldInitializer() local
DScalarType.cpp46 std::string ScalarType::typeName() const { in typeName() function in android::ScalarType
DgenerateJava.cpp51 std::string typeName = type->localName(); in generateJavaTypes() local
DEnumType.cpp154 std::string EnumType::typeName() const { in typeName() function in android::EnumType
465 const std::string typeName = in emitJavaTypeDeclarations() local
676 const std::string typeName = in emitExportedHeader() local
DScope.cpp242 std::string RootScope::typeName() const { in typeName() function in android::RootScope
DType.cpp566 const std::string &typeName, in emitReaderWriterEmbeddedForTypeName()
768 std::string TemplatedType::typeName() const { in typeName() function in android::TemplatedType
DVectorType.cpp548 const std::string typeName = getJavaType(false /* forInitializer */); in emitJavaFieldInitializer() local
DAST.cpp718 const FQName &typeName = in lookupTypeFromImports() local
DInterface.cpp78 std::string Interface::typeName() const { in typeName() function in android::Interface
DCompoundType.cpp142 std::string CompoundType::typeName() const { in typeName() function in android::CompoundType
/system/tools/xsdc/src/com/android/xsdc/cpp/
DCppCodeGenerator.java242 String typeName = element.isMultiple() || type instanceof CppComplexType ? in printClass() local
365 String typeName = isMultiple ? String.format("std::vector<%s>", type.getName()) in printGetterAndSetter() local
446 String typeName = cppType instanceof CppSimpleType ? cppType.getName() : in printXmlParser() local
570 String typeName = typeRef.getLocalPart(); in parseSimpleTypeReference() local
/system/tools/xsdc/src/com/android/xsdc/java/
DJavaCodeGenerator.java196 String typeName = element.isMultiple() ? String.format("java.util.List<%s>", in printClass() local
316 String typeName = isMultiple ? String.format("java.util.List<%s>", type.getNullableName()) in printGetterAndSetter() local
501 String typeName = typeRef.getLocalPart(); in parseSimpleTypeReference() local
/system/tools/hidl/utils/
DFQName.cpp255 FQName FQName::typeName() const { in typeName() function in android::FQName