/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 | 147 return yy::parser::token::ENUM;
|
D | aidl_language_y.yy | 109 %token<token> ENUM "enum" 613 : ENUM qualified_name 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 | 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.h | 45 ENUM enumerator 74 case Qualifier::ENUM: return "enum"; in qualifierText()
|
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/core/init/fuzzer/ |
D | init_property_fuzzer.cpp | 37 enum PropertyType { STRING, BOOL, INT, UINT, DOUBLE, SIZE, ENUM, RANDOM, kMaxValue = RANDOM }; enumerator 82 case ENUM: in InvokeCheckType()
|
D | README.md | 37 …OOL`,<br/> 2.`INT`,<br/> 3.`UINT`,<br/> 4.`DOUBLE`,<br/> 5.`SIZE`,<br/>6.`ENUM`,<br/>7.`RANDOM`|Va…
|
/system/libvintf/ |
D | parse_string.cpp | 90 #define DEFINE_PARSE_STREAMIN_FOR_ENUM(ENUM) \ argument 91 bool parse(const std::string &s, ENUM *hf) { \ 92 return parseEnum(s, hf, g##ENUM##Strings); \ 94 std::ostream &operator<<(std::ostream &os, ENUM hf) { \ 95 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 | 113 "enum" { return token::ENUM; }
|
D | hidl-gen_y.yy | 236 %token<void> ENUM "keyword `enum`" 1020 : ENUM valid_type_name enum_storage_type
|
/system/keymint/hal/src/ |
D | hal.rs | 83 x if x == TagType::ENUM.0 => TagType::ENUM, in tag_type()
|
/system/security/keystore2/src/ |
D | sw_keyblob.rs | 427 TagType::ENUM | TagType::ENUM_REP => { in deserialize_params()
|
D | key_parameter.rs | 1119 TagType::ENUM | TagType::ENUM_REP => {} in get_field_by_tag_type()
|
D | legacy_blob.rs | 570 TagType::ENUM | TagType::ENUM_REP | TagType::UINT | TagType::UINT_REP => { in read_key_parameters()
|