Home
last modified time | relevance | path

Searched refs:ENUM (Results 1 – 8 of 8) 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.proto290 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/
DGenerateHeaderFiles.cpp145 case ENUM: { in writeTypeSpecification()
DGenerateStubsWhiteList.cpp83 case ENUM: in findSubstitute()
DSpecification.h285 ENUM, enumerator
DGenerateDocumentation.cpp366 case ENUM: { in writeDetailedTypeSpecification()
DSpecification.cpp430 spec->mKind = ENUM; in scanTypeSpecification()