/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 | StringType.cpp | 35 std::string StringType::typeName() const { in typeName() function in android::StringType
|
D | HandleType.cpp | 32 std::string HandleType::typeName() const { in typeName() function in android::HandleType
|
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 | Interface.cpp | 50 std::string Interface::typeName() const { in typeName() function in android::Interface
|
D | AST.cpp | 760 const FQName &typeName = in lookupTypeFromImports() local
|
D | CompoundType.cpp | 149 std::string CompoundType::typeName() const { in typeName() function in android::CompoundType
|
D | main.cpp | 297 FQName typeName; in generateJavaForPackage() local
|
/system/tools/xsdc/src/com/android/xsdc/cpp/ |
D | CppCodeGenerator.java | 280 String typeName = Utils.elementTypeName(type.getName(), in printClass() local 517 String typeName = isMultiple ? String.format("std::vector<%s>", in printGetter() local 685 String typeName = cppType instanceof CppSimpleType ? cppType.getName() : in printXmlParser() local 721 String typeName = cppType instanceof CppSimpleType ? cppType.getName() : in printXmlWriter() local 859 String typeName = typeRef.getLocalPart(); in parseSimpleTypeReference() local
|
D | Utils.java | 87 static String toAssignmentName(String typeName, String variableName, boolean isMultipleType) { in toAssignmentName()
|
/system/tools/xsdc/src/com/android/xsdc/java/ |
D | JavaCodeGenerator.java | 225 String typeName = element.isMultiple() ? String.format("java.util.List<%s>", in printClass() local 431 String typeName = isMultiple ? String.format("java.util.List<%s>", type.getNullableName()) in printGetterAndSetter() local 596 String typeName = javaType instanceof JavaSimpleType ? javaType.getName() : in printXmlWriter() local 739 String typeName = typeRef.getLocalPart(); in parseSimpleTypeReference() local
|
/system/tools/hidl/hidl2aidl/ |
D | AidlInterface.cpp | 135 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
|