/system/extras/simpleperf/scripts/ |
D | profile_pb2.py | 40 message_type=None, enum_type=None, containing_type=None, 47 message_type=None, enum_type=None, containing_type=None, 54 message_type=None, enum_type=None, containing_type=None, 61 message_type=None, enum_type=None, containing_type=None, 68 message_type=None, enum_type=None, containing_type=None, 75 message_type=None, enum_type=None, containing_type=None, 82 message_type=None, enum_type=None, containing_type=None, 89 message_type=None, enum_type=None, containing_type=None, 96 message_type=None, enum_type=None, containing_type=None, 103 message_type=None, enum_type=None, containing_type=None, [all …]
|
/system/update_engine/scripts/update_payload/ |
D | update_metadata_pb2.py | 116 message_type=None, enum_type=None, containing_type=None, 123 message_type=None, enum_type=None, containing_type=None, 154 message_type=None, enum_type=None, containing_type=None, 161 message_type=None, enum_type=None, containing_type=None, 168 message_type=None, enum_type=None, containing_type=None, 198 message_type=None, enum_type=None, containing_type=None, 229 message_type=None, enum_type=None, containing_type=None, 236 message_type=None, enum_type=None, containing_type=None, 267 message_type=None, enum_type=None, containing_type=None, 274 message_type=None, enum_type=None, containing_type=None, [all …]
|
/system/bt/gd/rust/linux/dbus_projection/src/ |
D | lib.rs | 78 ($enum_type:ty) => { 79 impl DBusArg for $enum_type { 86 ) -> Result<$enum_type, Box<dyn Error>> { 87 match <$enum_type>::from_i32(data) { 92 stringify!($enum_type) 97 fn to_dbus(data: $enum_type) -> Result<i32, Box<dyn Error>> {
|
/system/bt/gd/packet/ |
D | endian_inserter.h | 90 using enum_type = typename std::underlying_type_t<Enum>; in insert() local 91 …static_assert(std::is_unsigned_v<enum_type>, "Enum type is signed. Did you forget to specify the e… in insert() 92 insert<enum_type>(static_cast<enum_type>(value), it); in insert()
|
/system/tools/aidl/ |
D | aidl_to_rust.cpp | 70 auto enum_type = defined_type->AsEnumDeclaration(); in ConstantValueDecoratorInternal() local 71 AIDL_FATAL_IF(!enum_type, type) << "Invalid type for \"" << raw_value << "\""; in ConstantValueDecoratorInternal()
|
D | aidl_to_cpp.cpp | 207 auto enum_type = defined_type->AsEnumDeclaration(); in ConstantValueDecorator() local 208 AIDL_FATAL_IF(!enum_type, type) << "Invalid type for \"" << raw_value << "\""; in ConstantValueDecorator()
|
D | aidl_to_ndk.cpp | 82 auto enum_type = defined_type->AsEnumDeclaration(); in ConstantValueDecorator() local 83 AIDL_FATAL_IF(!enum_type, type) << "Invalid type for \"" << raw_value << "\""; in ConstantValueDecorator() 84 return NdkFullClassName(*enum_type, cpp::ClassNames::RAW) + in ConstantValueDecorator()
|
D | aidl_const_expressions.cpp | 489 const AidlEnumDeclaration* enum_type = defined_type->AsEnumDeclaration(); in ValueString() local 490 if (!enum_type) { in ValueString() 497 << enum_type->GetCanonicalName(); in ValueString()
|
D | aidl_to_java.cpp | 49 auto enum_type = defined_type->AsEnumDeclaration(); in ConstantValueDecorator() local 50 AIDL_FATAL_IF(!enum_type, type) << "Invalid type for \"" << raw_value << "\""; in ConstantValueDecorator()
|
D | aidl_language.cpp | 643 auto enum_type = defined_type->AsEnumDeclaration(); in AidlConstantValueDecorator() local 644 AIDL_FATAL_IF(!enum_type, type) << "Invalid type for \"" << raw_value << "\""; in AidlConstantValueDecorator()
|
D | aidl_unittest.cpp | 3661 const auto& enum_type = type->AsEnumDeclaration(); in TEST_P() local 3665 visitor.Visit(*enum_type); in TEST_P()
|
/system/bt/gd/packet/parser/ |
D | packet_def.cc | 958 auto enum_type = type.substr(0, type.find("::")); in GenRustStructImpls() local 959 auto enum_variant = enum_type + "::" in GenRustStructImpls()
|