Home
last modified time | relevance | path

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

/system/tools/hidl/
DNamedType.cpp23 NamedType::NamedType(const std::string& localName, const FQName& fullName, const Location& loc, in NamedType()
35 std::string NamedType::fullName() const { in fullName() function in android::NamedType
DTypeDef.cpp25 TypeDef::TypeDef(const std::string& localName, const FQName& fullName, const Location& location, in TypeDef()
DScope.cpp33 Scope::Scope(const std::string& localName, const FQName& fullName, const Location& location, in Scope()
266 RootScope::RootScope(const char* localName, const FQName& fullName, const Location& location, in RootScope()
DFmqType.cpp39 std::string FmqType::fullName() const { in fullName() function in android::FmqType
DInterface.cpp50 Interface::Interface(const std::string& localName, const FQName& fullName, const Location& location, in Interface()
DEnumType.cpp31 EnumType::EnumType(const std::string& localName, const FQName& fullName, const Location& location, in EnumType()
DCompoundType.cpp34 CompoundType::CompoundType(Style style, const std::string& localName, const FQName& fullName, in CompoundType()
/system/security/provisioner/
Drkp_factory_extraction_tool.cpp87 auto fullName = getFullServiceName(descriptor, name); in getCsrForIRpc() local
99 auto fullName = getFullServiceName(IRemotelyProvisionedComponent::descriptor, name); in getCsrForInstance() local
/system/chre/java/test/utils/src/com/google/android/utils/chre/
DContextHubHostTestUtil.java116 String fullName = getNanoAppBinaryPath(context, hub) + "/" + filename; in createNanoAppBinary() local
137 public static InputStream getNanoAppInputStream(Context context, String fullName) { in getNanoAppInputStream()
/system/tools/xsdc/src/main/java/com/android/xsdc/cpp/
DCppSimpleType.java21 final private String fullName; field in CppSimpleType
DCppCodeGenerator.java531 String fullName = nameScope + name; in printParser() local
676 String fullName = nameScope + name; in printWriter() local
855 String fullName = nameScope + name; in printConstructor() local
/system/tools/hidl/hidl2aidl/
DAidlHelper.h40 std::string fullName; member
/system/tools/xsdc/src/main/java/com/android/xsdc/java/
DJavaSimpleType.java25 final private String fullName; field in JavaSimpleType