Home
last modified time | relevance | path

Searched refs:ENUM (Results 1 – 10 of 10) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DDiagnosticInfos.cpp43 #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/
DDiagnosticInfos.h18 #define DIAG(ENUM, CLASS, ADDRMSG, LINEMSG) ENUM, argument
/frameworks/base/tools/aapt2/
DResources.proto430 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/
DStaleDataclassProcessor.kt196 || it.kind == ElementKind.ENUM in <lambda>()
/frameworks/rs/script_api/
DGenerateHeaderFiles.cpp145 case ENUM: { in writeTypeSpecification()
DGenerateRSFunctionsList.cpp83 case ENUM: in findSubstitute()
DSpecification.h285 ENUM, enumerator
DGenerateDocumentation.cpp369 case ENUM: { in writeDetailedTypeSpecification()
DSpecification.cpp431 spec->mKind = ENUM; in scanTypeSpecification()
/frameworks/base/core/java/android/security/keymaster/
DKeymasterDefs.java47 public static final int KM_ENUM = TagType.ENUM;