Searched refs:ENUM (Results 1 – 10 of 10) 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 | 430 ANY = 0x0000ffff; // Allows any type except ENUM and FLAGS. 439 ENUM = 0x00010000; // Allows enums that are defined in the Attribute's symbols. enumerator 440 // ENUM and FLAGS cannot BOTH be set. 442 // ENUM and FLAGS cannot BOTH be set. 458 // either FormatFlags::ENUM or FormatFlags::FLAGS. Having both is an error.
|
/frameworks/base/tools/processors/staledataclass/src/android/processor/staledataclass/ |
D | StaleDataclassProcessor.kt | 196 || it.kind == ElementKind.ENUM in <lambda>()
|
/frameworks/rs/script_api/ |
D | GenerateHeaderFiles.cpp | 145 case ENUM: { in writeTypeSpecification()
|
D | GenerateRSFunctionsList.cpp | 83 case ENUM: in findSubstitute()
|
D | Specification.h | 285 ENUM, enumerator
|
D | GenerateDocumentation.cpp | 369 case ENUM: { in writeDetailedTypeSpecification()
|
D | Specification.cpp | 431 spec->mKind = ENUM; in scanTypeSpecification()
|
/frameworks/base/core/java/android/security/keymaster/ |
D | KeymasterDefs.java | 47 public static final int KM_ENUM = TagType.ENUM;
|