/system/tools/aidl/ |
D | diagnostics.h | 40 #define DIAG(ENUM, NAME, ENABLED) ENUM, argument
|
D | diagnostics.cpp | 30 #define DIAG(ENUM, NAME, ENABLED) {NAME, DiagnosticOption{DiagnosticID::ENUM, NAME, ENABLED}}, argument 36 #define DIAG(ENUM, NAME, ENABLED) {DiagnosticID::ENUM, NAME}, argument
|
D | aidl_language_l.ll | 135 return yy::parser::token::ENUM;
|
D | aidl_language_y.yy | 111 %token<token> ENUM "enum" 580 : ENUM identifier enum_decl_body {
|
/system/tools/hidl/c2hal/ |
D | CompositeDeclaration.cpp | 73 mQualifier == Type::Qualifier::ENUM); in generateSource() 77 if (mQualifier == Type::Qualifier::ENUM) { in generateSource() 168 CHECK(mQualifier == Type::Qualifier::ENUM); in setEnumTypeName()
|
D | Type.h | 45 ENUM enumerator 74 case Qualifier::ENUM: return "enum"; in qualifierText()
|
D | c2hal_y.yy | 80 * both start with STRUCT/UNION/ENUM opt_id 90 %token ENUM 117 %right STRUCT ENUM 309 : ENUM 310 | ENUM CLASS /* c++11 */ 311 | ENUM STRUCT /* c++11 */ 326 $$ = new CompositeDeclaration(Type::Qualifier::ENUM, $2, $6); 522 | enum_key { $$ = new Type::Qualifier(Type::Qualifier::ENUM); }
|
D | Type.cpp | 132 case Type::Qualifier::ENUM: in getHidlType()
|
D | AST.cpp | 225 Type::Qualifier::ENUM, in isolateConstants()
|
D | c2hal_l.ll | 194 "enum" { return ENUM; }
|
/system/bt/gd/packet/parser/ |
D | type_def.h | 37 ENUM, enumerator
|
D | gen_rust.cc | 128 if (e.second->GetDefinitionType() == TypeDef::Type::ENUM) { in generate_rust_source_one_file() 145 if (e.second->GetDefinitionType() == TypeDef::Type::ENUM) { in generate_rust_source_one_file()
|
D | enum_def.cc | 49 return TypeDef::Type::ENUM; in GetDefinitionType()
|
D | gen_cpp.cc | 149 if (e.second->GetDefinitionType() == TypeDef::Type::ENUM) { in generate_cpp_headers_one_file() 157 if (e.second->GetDefinitionType() == TypeDef::Type::ENUM) { in generate_cpp_headers_one_file() 335 if (e.second->GetDefinitionType() == TypeDef::Type::ENUM) { in generate_pybind11_sources_one_file() 346 if (e.second->GetDefinitionType() == TypeDef::Type::ENUM) { in generate_pybind11_sources_one_file()
|
D | language_y.yy | 62 %token ENUM "enum" 127 DEBUG() << "FOUND ENUM\n\n"; 158 : ENUM IDENTIFIER ':' INTEGER '{' enumeration_list ',' '}' 544 …EnumDef* enum_def = (type_def->GetDefinitionType() == TypeDef::Type::ENUM ? (EnumDef*)type_def : n… 694 …EnumDef* enum_def = (type_def->GetDefinitionType() == TypeDef::Type::ENUM ? (EnumDef*)type_def : n…
|
D | language_l.ll | 72 "enum" { return(token::ENUM); }
|
/system/security/keystore/include/keystore/ |
D | keymaster_types.h | 104 constexpr int32_t KM_TAG_DIGEST_OLD = static_cast<int32_t>(TagType::ENUM) | 5; 105 constexpr int32_t KM_TAG_PADDING_OLD = static_cast<int32_t>(TagType::ENUM) | 7;
|
/system/libvintf/ |
D | parse_string.cpp | 89 #define DEFINE_PARSE_STREAMIN_FOR_ENUM(ENUM) \ argument 90 bool parse(const std::string &s, ENUM *hf) { \ 91 return parseEnum(s, hf, g##ENUM##Strings); \ 93 std::ostream &operator<<(std::ostream &os, ENUM hf) { \ 94 return os << g##ENUM##Strings.at(static_cast<size_t>(hf)); \
|
/system/keymaster/ng/include/ |
D | keymaster_tags.h | 92 static const int32_t KM_TAG_DIGEST_OLD = static_cast<int32_t>(TagType::ENUM) | 5; 93 static const int32_t KM_TAG_PADDING_OLD = static_cast<int32_t>(TagType::ENUM) | 7;
|
/system/tools/hidl/ |
D | hidl-gen_l.ll | 105 "enum" { return token::ENUM; }
|
D | hidl-gen_y.yy | 236 %token<void> ENUM "keyword `enum`" 1020 : ENUM valid_type_name enum_storage_type
|
/system/security/keystore2/src/ |
D | key_parameter.rs | 1059 TagType::ENUM | TagType::ENUM_REP => {} in get_field_by_tag_type()
|
D | legacy_blob.rs | 497 TagType::ENUM | TagType::ENUM_REP | TagType::UINT | TagType::UINT_REP => { in read_key_parameters()
|