Searched refs:ENUM (Results 1 – 8 of 8) sorted by relevance
/frameworks/compile/mclinker/lib/LD/ |
D | DiagnosticInfos.cpp | 43 #define DIAG(ENUM, CLASS, ADDRDESC, LOCDESC) \ argument 44 { diag::ENUM, CLASS, STR_SIZE(ADDRDESC, uint16_t), ADDRDESC } \ 62 #define DIAG(ENUM, CLASS, ADDRDESC, LOCDESC) \ argument 63 { diag::ENUM, CLASS, STR_SIZE(LOCDESC, uint16_t), LOCDESC } \
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagnosticInfos.h | 18 #define DIAG(ENUM, CLASS, ADDRMSG, LINEMSG) ENUM, argument
|
/frameworks/base/tools/aapt2/ |
D | Resources.proto | 290 ANY = 0x0000ffff; // Allows any type except ENUM and FLAGS. 299 ENUM = 0x00010000; // Allows enums that are defined in the Attribute's symbols. enumerator 300 // ENUM and FLAGS cannot BOTH be set. 302 // ENUM and FLAGS cannot BOTH be set. 318 // either FormatFlags::ENUM or FormatFlags::FLAGS. Having both is an error.
|
/frameworks/rs/script_api/ |
D | GenerateHeaderFiles.cpp | 145 case ENUM: { in writeTypeSpecification()
|
D | GenerateStubsWhiteList.cpp | 83 case ENUM: in findSubstitute()
|
D | Specification.h | 285 ENUM, enumerator
|
D | GenerateDocumentation.cpp | 366 case ENUM: { in writeDetailedTypeSpecification()
|
D | Specification.cpp | 430 spec->mKind = ENUM; in scanTypeSpecification()
|