/system/tools/hidl/ |
D | NamedType.cpp | 23 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
|
D | TypeDef.cpp | 25 TypeDef::TypeDef(const std::string& localName, const FQName& fullName, const Location& location, in TypeDef()
|
D | Scope.cpp | 33 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()
|
D | FmqType.cpp | 39 std::string FmqType::fullName() const { in fullName() function in android::FmqType
|
D | Interface.cpp | 50 Interface::Interface(const std::string& localName, const FQName& fullName, const Location& location, in Interface()
|
D | EnumType.cpp | 31 EnumType::EnumType(const std::string& localName, const FQName& fullName, const Location& location, in EnumType()
|
D | CompoundType.cpp | 34 CompoundType::CompoundType(Style style, const std::string& localName, const FQName& fullName, in CompoundType()
|
/system/security/provisioner/ |
D | rkp_factory_extraction_tool.cpp | 87 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/ |
D | ContextHubHostTestUtil.java | 116 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/ |
D | CppSimpleType.java | 21 final private String fullName; field in CppSimpleType
|
D | CppCodeGenerator.java | 531 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/ |
D | AidlHelper.h | 40 std::string fullName; member
|
/system/tools/xsdc/src/main/java/com/android/xsdc/java/ |
D | JavaSimpleType.java | 25 final private String fullName; field in JavaSimpleType
|