Home
last modified time | relevance | path

Searched defs:typeName (Results 1 – 21 of 21) 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
DScalarType.cpp51 std::string ScalarType::typeName() const { in typeName() function in android::ScalarType
150 const std::string typeName = getJavaType(false /* forInitializer */); in emitJavaFieldInitializer() local
DPointerType.cpp39 std::string PointerType::typeName() const { in typeName() function in android::PointerType
DArrayType.cpp55 std::string ArrayType::typeName() const { in typeName() function in android::ArrayType
345 const std::string typeName = getJavaType(false /* forInitializer */); in emitJavaFieldInitializer() local
DHandleType.cpp32 std::string HandleType::typeName() const { in typeName() function in android::HandleType
DStringType.cpp35 std::string StringType::typeName() const { in typeName() function in android::StringType
DgenerateJava.cpp52 std::string typeName = type->definedName(); in generateJavaTypes() local
DMemoryType.cpp46 std::string MemoryType::typeName() const { in typeName() function in android::MemoryType
DEnumType.cpp155 std::string EnumType::typeName() const { in typeName() function in android::EnumType
504 const std::string typeName = in emitJavaTypeDeclarations() local
715 const std::string typeName = in emitExportedHeader() local
DScope.cpp255 std::string RootScope::typeName() const { in typeName() function in android::RootScope
DVectorType.cpp436 const std::string typeName = getJavaType(false /* forInitializer */); in emitJavaFieldInitializer() local
DType.cpp550 const std::string &typeName, in emitReaderWriterEmbeddedForTypeName()
739 std::string TemplatedType::typeName() const { in typeName() function in android::TemplatedType
DAST.cpp754 const FQName &typeName = in lookupTypeFromImports() local
DInterface.cpp79 std::string Interface::typeName() const { in typeName() function in android::Interface
Dmain.cpp297 FQName typeName; in generateJavaForPackage() local
DCompoundType.cpp149 std::string CompoundType::typeName() const { in typeName() function in android::CompoundType
/system/tools/xsdc/src/com/android/xsdc/cpp/
DCppCodeGenerator.java265 String typeName = element.isMultiple() || type instanceof CppComplexType ? in printClass() local
388 String typeName = isMultiple ? String.format("std::vector<%s>", type.getName()) in printGetterAndSetter() local
469 String typeName = cppType instanceof CppSimpleType ? cppType.getName() : in printXmlParser() local
618 String typeName = typeRef.getLocalPart(); in parseSimpleTypeReference() local
/system/tools/xsdc/src/com/android/xsdc/java/
DJavaCodeGenerator.java211 String typeName = element.isMultiple() ? String.format("java.util.List<%s>", in printClass() local
337 String typeName = isMultiple ? String.format("java.util.List<%s>", type.getNullableName()) in printGetterAndSetter() local
568 String typeName = typeRef.getLocalPart(); in parseSimpleTypeReference() local
/system/tools/hidl/hidl2aidl/
DAidlInterface.cpp131 static bool shouldWarnStatusType(const std::string& typeName) { in shouldWarnStatusType()
/system/tools/hidl/utils/
DFQName.cpp319 FQName FQName::typeName() const { in typeName() function in android::FQName