Home
last modified time | relevance | path

Searched defs:fullName (Results 1 – 11 of 11) sorted by relevance

/system/tools/hidl/
DNamedType.cpp21 NamedType::NamedType(const char* localName, const FQName& fullName, const Location& loc, in NamedType()
37 std::string NamedType::fullName() const { in fullName() function in android::NamedType
DTypeDef.cpp24 TypeDef::TypeDef(const char* localName, const FQName& fullName, const Location& location, in TypeDef()
DScope.cpp32 Scope::Scope(const char* localName, const FQName& fullName, const Location& location, Scope* parent) in Scope()
237 RootScope::RootScope(const char* localName, const FQName& fullName, const Location& location, in RootScope()
DFmqType.cpp33 std::string FmqType::fullName() const { in fullName() function in android::FmqType
DInterface.cpp74 Interface::Interface(const char* localName, const FQName& fullName, const Location& location, in Interface()
DEnumType.cpp30 EnumType::EnumType(const char* localName, const FQName& fullName, const Location& location, in EnumType()
DCompoundType.cpp30 CompoundType::CompoundType(Style style, const char* localName, const FQName& fullName, in CompoundType()
/system/tools/xsdc/src/com/android/xsdc/cpp/
DCppSimpleType.java21 final private String fullName; field in CppSimpleType
DCppCodeGenerator.java304 String fullName = nameScope + name; in printParser() local
/system/tools/xsdc/src/com/android/xsdc/java/
DJavaSimpleType.java24 final private String fullName; field in JavaSimpleType
/system/tools/hidl/docs/src/writer/files/
DIndexFileWriter.kt29 data class EntryData(val fullName: String, //package.BaseName in <lambda>() constant in writer.files.EntryData