HomeSort by relevance Sort by last modified time
    Searched defs:Dec (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DecClassObject.py 2 # This file is used to define each component of DEC file
53 # This class defined basic Dec object which is used by inheriting
61 ## Dec
63 # This class defined the structure used in Dec object
66 # @param Filename: Input value for Filename of Dec file, default is None
83 # @var KeyList: To store value for KeyList, a list for all Keys used in Dec
85 class Dec(DecObject):
117 # Load Dec file if filename is not None
128 ## Load Dec file
132 # @param Filename: Input value for filename of Dec file
    [all...]
  /external/libtextclassifier/tests/
functions.h 59 class Dec : public IntFunction {
62 TC_DEFINE_REGISTRATION_METHOD("dec", Dec);
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVDecorate.cpp 59 Dec(TheDec), Owner(nullptr) {
70 Dec(TheDec), Owner(nullptr) {
77 :SPIRVAnnotationGeneric(OC), Dec(DecorationRelaxedPrecision), Owner(nullptr){
82 return Dec;
99 Encoder << Target << Dec;
100 if ( Dec == DecorationLinkageAttributes )
115 Decoder >> Target >> Dec;
116 if(Dec == DecorationLinkageAttributes)
125 getEncoder(O) << Target << MemberNumber << Dec << Literals;
136 getDecoder(I) >> Target >> MemberNumber >> Dec >> Literals
    [all...]
SPIRVDecorate.h 83 return getCapability(Dec);
87 switch (Dec) {
103 Decoration Dec;
113 iterator insert(const value_type& Dec) {
114 auto ER = BaseType::equal_range(Dec);
116 SPIRVDBG(spvdbgs() << "[compare decorate] " << *Dec
118 if (**I == *Dec)
122 SPIRVDBG(spvdbgs() << "[add decorate] " << *Dec << '\n');
123 return BaseType::insert(Dec);
218 return std::make_pair(MemberNumber, Dec);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DecParser.py 2 # This file is used to parse DEC file. It will consumed by DecParser
146 # In DEC spec, sections must have at least one statement except user
235 # Split comment and DEC content, concatenate lines if end of char is '\'
734 ## Dec
736 # Top dec parser
738 class Dec(_DecBase, _DecComments):
761 # DEC file supported data types (one type per section)
793 # Parse DEC file
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersNodeTest.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp     [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVWriter.cpp 290 SmallVectorImpl<std::string> *Dec = nullptr);
345 SmallVectorImpl<std::string> *Dec) {
375 if (Dec) {
379 Dec->push_back(I.str());
    [all...]

Completed in 265 milliseconds