/system/tools/aidl/ |
D | aidl_to_cpp.cpp | 39 std::string RawParcelMethod(const AidlTypeSpecifier& type, const AidlTypenames& typenames, in RawParcelMethod() 145 std::string GetRawCppName(const AidlTypeSpecifier& type) { in GetRawCppName() 151 const auto& type = typenames.IsList(raw_type) ? (*raw_type.GetTypeParameters().at(0)) : raw_type; in WrapIfNullable() local 181 const auto& type = typenames.IsList(raw_type) ? (*raw_type.GetTypeParameters().at(0)) : raw_type; in GetCppName() local 209 const AidlTypeSpecifier& type, in ConstantValueDecorator() 218 std::string CppNameOf(const AidlTypeSpecifier& type, const AidlTypenames& typenames) { in CppNameOf() 243 bool IsNonCopyableType(const AidlTypeSpecifier& type, const AidlTypenames& typenames) { in IsNonCopyableType() 255 std::string ParcelReadMethodOf(const AidlTypeSpecifier& type, const AidlTypenames& typenames) { in ParcelReadMethodOf() 259 std::string ParcelReadCastOf(const AidlTypeSpecifier& type, const AidlTypenames& typenames, in ParcelReadCastOf() 271 std::string ParcelWriteMethodOf(const AidlTypeSpecifier& type, const AidlTypenames& typenames) { in ParcelWriteMethodOf() [all …]
|
D | aidl_to_rust.cpp | 43 const AidlTypeSpecifier& type, in ConstantValueDecoratorInternal() 92 std::string GetRawRustName(const AidlTypeSpecifier& type) { in GetRawRustName() 103 std::string GetRustName(const AidlTypeSpecifier& type, const AidlTypenames& typenames, in GetRustName() 158 const AidlTypeSpecifier& type, in ConstantValueDecorator() 164 const AidlTypeSpecifier& type, in ConstantValueDecoratorRef() 170 std::string ArrayDefaultValue(const AidlTypeSpecifier& type) { in ArrayDefaultValue() 181 bool UsesOptionInNullableVector(const AidlTypeSpecifier& type, const AidlTypenames& typenames) { in UsesOptionInNullableVector() 214 std::string RustNameOf(const AidlTypeSpecifier& type, const AidlTypenames& typenames, in RustNameOf() 346 bool TypeIsInterface(const AidlTypeSpecifier& type, const AidlTypenames& typenames) { in TypeIsInterface() 351 bool TypeNeedsOption(const AidlTypeSpecifier& type, const AidlTypenames& typenames) { in TypeNeedsOption()
|
D | check_valid.cpp | 28 bool IsListOf(const AidlTypeSpecifier& type, TypePredicate pred) { in IsListOf() 32 bool IsArrayOf(const AidlTypeSpecifier& type, TypePredicate pred) { in IsArrayOf() 35 bool IsInterface(const AidlTypeSpecifier& type) { in IsInterface() 61 v.Check([&](const AidlTypeSpecifier& type) { in CheckValid() 73 v.Check([&](const AidlTypeSpecifier& type) { in CheckValid()
|
D | aidl_to_ndk.h | 49 const AidlTypeSpecifier& type; member 64 inline std::string FormatArgForDecl(const std::string& type, const std::string& name, in FormatArgForDecl() 69 inline std::string FormatArgNameUnused(const std::string& type, const std::string& name, in FormatArgNameUnused()
|
D | aidl_to_ndk.cpp | 51 const AidlTypeSpecifier& type, in ConstantValueDecorator() 81 const AidlDefinedType* type = types.TryGetDefinedType(aidl_name); in GetBaseTypeInfo() local 189 std::string NdkFullClassName(const AidlDefinedType& type, cpp::ClassNames name) { in NdkFullClassName() 235 std::function<std::string(const std::string& type, const std::string& name, bool isOut)> in NdkArgList() 240 std::string type = NdkNameOf(types, a->GetType(), mode); in NdkArgList() local 246 std::string type = NdkNameOf(types, method.GetType(), StorageMode::OUT_ARGUMENT); in NdkArgList() local
|
/system/tools/hidl/ |
D | Scope.cpp | 38 void Scope::addType(NamedType* type) { in addType() 52 for (const auto* type : mTypes) { in validateUniqueNames() local 118 for (const NamedType *type : mTypes) { in definesInterfaces() local 178 for (const Type* type : mTypes) { in emitTypeDeclarations() local 187 for (const Type* type : mTypes) { in emitTypeDeclarations() local 194 for (const Type* type : mTypes) { in emitGlobalTypeDeclarations() local 200 for (const Type* type : mTypes) { in emitPackageTypeDeclarations() local 206 for (const Type* type : mTypes) { in emitPackageTypeHeaderDefinitions() local 212 for (const Type* type : mTypes) { in emitPackageHwDeclarations() local 222 for (const Type* type : mTypes) { in emitJavaTypeDeclarations() local [all …]
|
D | AST.cpp | 162 [&](Type* type) -> status_t { in constantExpressionRecursivePass() 179 [&](const Type* type) -> status_t { in constantExpressionRecursivePass() 193 [oldStage, newStage](Type* type) { in setParseStage() 205 [&](Type* type) -> status_t { in lookupTypes() 233 [&](Type* type) -> status_t { in gatherReferencedTypes() 253 [&](Type* type) -> status_t { in lookupConstantExpressions() 293 [&](const Type* type) -> status_t { in validateDefinedTypesUniqueNames() 337 [&](Type* type) { in topologicalReorder() 352 [&](const Type* type) -> status_t { in checkAcyclicConstantExpressions() 367 [](const Type* type) -> status_t { in checkForwardReferenceRestrictions() [all …]
|
/system/extras/simpleperf/nonlinux_support/include/linux/ |
D | ioctl.h | 17 #define __IO(type, nr) argument 18 #define __IOR(type, nr, size) argument 19 #define __IOW(type, nr, size) argument
|
/system/chre/chpp/include/chpp/ |
D | services.h | 50 #define chppAllocServiceNotificationTypedArray(type, count, arrayField) \ argument 62 #define chppAllocServiceNotificationFixed(type) \ argument 77 #define chppAllocServiceResponseTypedArray(requestHeader, type, count, \ argument 93 #define chppAllocServiceResponseFixed(requestHeader, type) \ argument
|
/system/tools/xsdc/src/com/android/xsdc/java/ |
D | JavaCodeGenerator.java | 72 XsdType type = element.getType(); in JavaCodeGenerator() local 114 XsdType type = element.getType(); in print() local 237 XsdType type = resolveAttribute(attribute).getType(); in printClass() local 243 JavaType type = elementTypes.get(i); in printClass() local 252 JavaType type = attributeTypes.get(i); in printClass() local 263 JavaType type = elementTypes.get(i); in printClass() local 270 JavaType type = attributeTypes.get(i); in printClass() local 305 XsdType type = resolveAttribute(attribute).getType(); in printParser() local 318 JavaType type = allAttributeTypes.get(i); in printParser() local 343 JavaType type = allElementTypes.get(i); in printParser() local [all …]
|
/system/tools/hidl/hidl2aidl/ |
D | AidlTranslate.cpp | 67 static const std::string aidlTypePackage(const NamedType& type, AidlBackend backend) { in aidlTypePackage() 80 for (const EnumType* type : enumType.typeChain()) { in emitEnumStaticAssert() local 109 const NamedType* type = static_cast<const NamedType*>(field.field->get()); in namedTypeTranslation() local 152 static void h2aScalarChecks(Formatter& out, const Type& type, const std::string& inputAccess, in h2aScalarChecks() 209 static std::string wrapStaticCast(const std::string& payload, const Type& type, in wrapStaticCast() 227 static std::string wrapCppSource(const std::string& payload, const Type& type, const FQName& fqName, in wrapCppSource() 396 static const std::string declareAidlFunctionSignature(const NamedType* type, AidlBackend backend) { in declareAidlFunctionSignature() 406 static const std::string getHidlPackagePath(const NamedType* type) { in getHidlPackagePath() 410 static std::optional<const Interface*> getParentInterface(const NamedType* type) { in getParentInterface() 421 static const std::string hidlIncludeFile(const NamedType* type) { in hidlIncludeFile() [all …]
|
D | AidlType.cpp | 30 static std::string getPlaceholderType(const std::string& type) { in getPlaceholderType() 49 std::string AidlHelper::getAidlType(const Type& type, const FQName& relativeTo, in getAidlType() 68 std::optional<const ReplacedTypeInfo> type = getAidlReplacedType(namedType.fqName()); in getAidlType() local
|
/system/tools/xsdc/src/com/android/xsdc/cpp/ |
D | CppCodeGenerator.java | 85 XsdType type = element.getType(); in CppCodeGenerator() local 219 XsdType type = element.getType(); in print() local 333 XsdType type = element.getType(); in printPrototype() local 389 XsdType type = resolveAttribute(attribute).getType(); in printClass() local 397 CppType type = elementTypes.get(i); in printClass() local 406 CppType type = attributeTypes.get(i); in printClass() local 426 CppType type = elementTypes.get(i); in printClass() local 436 CppType type = attributeTypes.get(i); in printClass() local 471 XsdType type = resolveAttribute(attribute).getType(); in printParser() local 483 CppSimpleType type = allAttributeTypes.get(i); in printParser() local [all …]
|
/system/core/property_service/libpropertyinfoserializer/ |
D | trie_builder.h | 34 const std::string* type; member 58 const std::string* type) { in AddPrefixContext() 69 const std::string* type) { in AddExactMatchContext() 83 const std::string* type() const { return property_entry_.type; } in type() function 84 void set_type(const std::string* type) { property_entry_.type = type; } in set_type()
|
D | property_info_serializer_test.cpp | 149 const char* type; in TEST() local 783 const char* type; in TEST() local 828 const char* type; in TEST() local 867 const char* type; in TEST() local
|
/system/keymaster/android_keymaster/ |
D | keymaster_tags.cpp | 174 #define DEFINE_KEYMASTER_TAG(type, name) TypedTag<type, KM_##name> name argument 238 #define DEFINE_KEYMASTER_ENUM_TAG(type, name, enumtype) TypedEnumTag<type, KM_##name, enumtype> name argument
|
/system/tools/xsdc/src/com/android/xsdc/tag/ |
D | XsdAttribute.java | 24 final private XsdType type; field in XsdAttribute 27 public XsdAttribute(String name, QName ref, XsdType type, boolean required) in XsdAttribute()
|
D | XsdElement.java | 24 final private XsdType type; field in XsdElement 27 public XsdElement(String name, QName ref, XsdType type, boolean multiple) in XsdElement()
|
/system/media/radio/src/ |
D | radio_metadata.c | 106 const radio_metadata_type_t type, in add_metadata() 219 radio_metadata_type_t type = radio_metadata_type_of_key(key); in radio_metadata_add_int() local 231 radio_metadata_type_t type = radio_metadata_type_of_key(key); in radio_metadata_add_text() local 244 radio_metadata_type_t type = radio_metadata_type_of_key(key); in radio_metadata_add_raw() local 254 radio_metadata_type_t type = radio_metadata_type_of_key(key); in radio_metadata_add_clock() local 289 radio_metadata_type_t type; in radio_metadata_add_metadata() local 376 radio_metadata_type_t *type, in radio_metadata_get_at_index() 403 radio_metadata_type_t *type, in radio_metadata_get_from_key()
|
/system/core/libkeyutils/ |
D | keyutils.cpp | 37 key_serial_t add_key(const char* type, const char* description, const void* payload, in add_key() 50 long keyctl_search(key_serial_t ring_id, const char* type, const char* description, in keyctl_search() 63 long keyctl_restrict_keyring(key_serial_t keyring, const char* type, const char* restriction) { in keyctl_restrict_keyring()
|
/system/logging/liblog/include/private/ |
D | android_logger.h | 62 int8_t type; // EVENT_TYPE_LIST member 68 int8_t type; // EVENT_TYPE_FLOAT member 74 int8_t type; // EVENT_TYPE_INT member 86 int8_t type; // EVENT_TYPE_LONG member 109 int8_t type; // EVENT_TYPE_STRING; member 117 int8_t type; // EVENT_TYPE_STRING; member
|
/system/core/mini_keyctl/ |
D | mini_keyctl.cpp | 66 int Add(const std::string& type, const std::string& desc, const std::string& data, in Add() 85 int Padd(const std::string& type, const std::string& desc, const std::string& keyring) { in Padd() 141 std::string type = argv[2]; in main() local 148 std::string type = argv[2]; in main() local
|
/system/netd/server/ |
D | IptablesRestoreController.cpp | 48 IptablesProcess(const IptablesRestoreController::IptablesProcessType type, in IptablesProcess() 88 const IptablesRestoreController::IptablesProcessType type; member in IptablesProcess 118 IptablesProcess* IptablesRestoreController::forkAndExec(const IptablesProcessType type) { in forkAndExec() 189 int IptablesRestoreController::sendCommand(const IptablesProcessType type, in sendCommand() 351 int IptablesRestoreController::getIpRestorePid(const IptablesProcessType type) { in getIpRestorePid()
|
/system/extras/simpleperf/ |
D | event_type.cpp | 47 #define EVENT_TYPE_TABLE_ENTRY(name, type, config, description, limited_arch) \ argument 66 EventTypeFinder(EventFinderType type) : finder_type_(type) {} in EventTypeFinder() 154 for (auto& type : GetTypes()) { in ToString() local 326 const EventType* AddType(EventType&& type) { in AddType() 357 std::unique_ptr<EventTypeFinder>& EventTypeManager::GetFinder(EventFinderType type) { in GetFinder() 399 for (const auto& type : scoped_finder_->GetTypes()) { in ForEachType() local 406 for (const auto& type : finder->GetTypes()) { in ForEachType() local 421 if (auto type = finder->FindType(name)) { in FindType() local 469 for (auto type : event_types) { in BuildString() local 483 uint32_t type; in ScopedEventTypes() local [all …]
|
/system/core/init/ |
D | selabel.cpp | 40 bool SelabelLookupFileContext(const std::string& key, int type, std::string* result) { in SelabelLookupFileContext() 57 const std::vector<std::string>& aliases, int type, in SelabelLookupFileContextBestMatch()
|