/system/tools/hidl/ |
D | TypeDef.cpp | 50 std::string TypeDef::typeName() const { in typeName() function in android::TypeDef
|
D | DeathRecipientType.cpp | 26 std::string DeathRecipientType::typeName() const { in typeName() function in android::DeathRecipientType
|
D | ScalarType.cpp | 51 std::string ScalarType::typeName() const { in typeName() function in android::ScalarType 150 const std::string typeName = getJavaType(false /* forInitializer */); in emitJavaFieldInitializer() local
|
D | PointerType.cpp | 39 std::string PointerType::typeName() const { in typeName() function in android::PointerType
|
D | ArrayType.cpp | 55 std::string ArrayType::typeName() const { in typeName() function in android::ArrayType 345 const std::string typeName = getJavaType(false /* forInitializer */); in emitJavaFieldInitializer() local
|
D | HandleType.cpp | 32 std::string HandleType::typeName() const { in typeName() function in android::HandleType
|
D | StringType.cpp | 35 std::string StringType::typeName() const { in typeName() function in android::StringType
|
D | generateJava.cpp | 52 std::string typeName = type->definedName(); in generateJavaTypes() local
|
D | MemoryType.cpp | 46 std::string MemoryType::typeName() const { in typeName() function in android::MemoryType
|
D | EnumType.cpp | 155 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
|
D | Scope.cpp | 255 std::string RootScope::typeName() const { in typeName() function in android::RootScope
|
D | VectorType.cpp | 436 const std::string typeName = getJavaType(false /* forInitializer */); in emitJavaFieldInitializer() local
|
D | Type.cpp | 550 const std::string &typeName, in emitReaderWriterEmbeddedForTypeName() 739 std::string TemplatedType::typeName() const { in typeName() function in android::TemplatedType
|
D | AST.cpp | 754 const FQName &typeName = in lookupTypeFromImports() local
|
D | Interface.cpp | 79 std::string Interface::typeName() const { in typeName() function in android::Interface
|
D | main.cpp | 297 FQName typeName; in generateJavaForPackage() local
|
D | CompoundType.cpp | 149 std::string CompoundType::typeName() const { in typeName() function in android::CompoundType
|
/system/tools/xsdc/src/com/android/xsdc/cpp/ |
D | CppCodeGenerator.java | 265 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/ |
D | JavaCodeGenerator.java | 211 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/ |
D | AidlInterface.cpp | 131 static bool shouldWarnStatusType(const std::string& typeName) { in shouldWarnStatusType()
|
/system/tools/hidl/utils/ |
D | FQName.cpp | 319 FQName FQName::typeName() const { in typeName() function in android::FQName
|