Home
last modified time | relevance | path

Searched defs:typeName (Results 1 – 24 of 24) 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.cpp171 std::string EnumType::typeName() const { in typeName() function in android::EnumType
520 const std::string typeName = in emitJavaTypeDeclarations() local
731 const std::string typeName = in emitExportedHeader() local
DScope.cpp271 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
DInterface.cpp54 std::string Interface::typeName() const { in typeName() function in android::Interface
DAST.cpp760 const FQName &typeName = in lookupTypeFromImports() local
DCompoundType.cpp149 std::string CompoundType::typeName() const { in typeName() function in android::CompoundType
Dmain.cpp297 FQName typeName; in generateJavaForPackage() local
/system/tools/xsdc/src/main/java/com/android/xsdc/java/
DJavaCodeGenerator.java250 String typeName = element.isMultiple() ? String.format("java.util.List<%s>", in printClass() local
462 String typeName = isMultiple ? String.format("java.util.List<%s>", type.getNullableName()) in printGetterAndSetter() local
521 String typeName = javaType.getName(); in printXmlParser() local
642 String typeName = javaType.getName(); in printXmlWriter() local
841 String typeName = typeRef.getLocalPart(); in parseSimpleTypeReference() local
/system/tools/xsdc/src/main/java/com/android/xsdc/cpp/
DUtils.java90 static String toAssignmentName(String typeName, String variableName, boolean isMultipleType) { in toAssignmentName()
DCppCodeGenerator.java435 String typeName = Utils.elementTypeName(type.getName(), in printClass() local
769 String typeName = isMultiple ? String.format("std::vector<%s>", in printGetter() local
1009 String typeName = cppType.getName(); in printXmlParserFor() local
1091 String typeName = cppType.getName(); in printXmlWriter() local
1243 String typeName = typeRef.getLocalPart(); in parseSimpleTypeReference() local
/system/tools/hidl/hidl2aidl/
DAidlInterface.cpp144 static bool shouldWarnStatusType(const std::string& typeName) { in shouldWarnStatusType()
154 static bool shouldWarnOutParam(const std::string& typeName) { in shouldWarnOutParam()
/system/libcppbor/src/
Dcppbor_parse.cpp208 const std::string& typeName, in handleEntries()
225 const uint8_t* valueBegin, const uint8_t* end, const std::string& typeName, in handleCompound()
/system/tools/aidl/
Daidl_to_rust.cpp285 const auto typeName = arg.GetType().GetName(); in ArgumentStorageMode() local
/system/tools/hidl/utils/
DFQName.cpp311 FQName FQName::typeName() const { in typeName() function in android::FQName