Home
last modified time | relevance | path

Searched refs:enum (Results 1 – 25 of 27) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_enumerate.py66 enum = enumerate variable in EnumerateTestCase
70 self.assertEqual(type(self.enum(self.seq)), self.enum)
71 e = self.enum(self.seq)
73 self.assertEqual(list(self.enum(self.seq)), self.res)
74 self.enum.__doc__
77 self.assertEqual(list(self.enum(G(self.seq))), self.res)
78 e = self.enum(G(''))
82 self.assertEqual(list(self.enum(I(self.seq))), self.res)
83 e = self.enum(I(''))
87 self.assertEqual(list(self.enum(Ig(self.seq))), self.res)
[all …]
Dtest_threading.py370 enum = threading.enumerate
380 l = enum()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
Dc.py181 for enum in FileProfile.EnumerationDefinitionList:
182 LBPos = enum.Content.find('{')
183 RBPos = enum.Content.find('}')
184 Name = enum.Content[4:LBPos].strip()
185 Value = enum.Content[LBPos+1:RBPos]
186 …ue, DataClass.MODEL_IDENTIFIER_ENUMERATE, -1, -1, enum.StartPos[0],enum.StartPos[1],enum.EndPos[0]…
DCodeFragmentCollector.py445 for enum in FileProfile.EnumerationDefinitionList:
446 print str(enum.StartPos) + enum.Content
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
DMakefile.inc36 COPTS.softfloat.c+= -Wno-enum-compare
40 COPTS.softfloat.c+= -Wno-enum-compare
DSoftfloat.inf74 GCC:*_*_*_CC_FLAGS = -DSOFTFLOAT_FOR_GCC -Wno-enum-compare -fno-tree-vrp
/device/linaro/bootloader/edk2/IntelFrameworkPkg/
DFrameworkSpecConformance.txt80 typedef enum {
145 typedef enum {
176 typedef enum {
195 typedef enum {
205 typedef enum {
290 typedef enum {
324 typedef enum _EFI_MEMORY_FORM_FACTOR {
329 typedef enum _EFI_MEMORY_ARRAY_TYPE {
335 typedef enum {
357 typedef enum {
[all …]
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/
DAD7298.asi36 // EFI_PLATFORM_TYPE enum value Galileo = 6.
DCY8C9540A.asi44 // EFI_PLATFORM_TYPE enum value Galileo = 6.
DGpioClient.asi87 // EFI_PLATFORM_TYPE enum value Galileo = 6.
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/
DArmSoftFloatLib.inf51 GCC:*_*_*_CC_FLAGS = -DSOFTFLOAT_FOR_GCC -Wno-enum-compare
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dasdl_c.py115 enum = []
118 enum.append("%s=%d" % (type.name, i + 1))
119 enums = ", ".join(enum)
155 enum = []
158 enum.append("%s_kind=%d" % (type.name, i + 1))
160 emit("enum _%(name)s_kind {" + ", ".join(enum) + "};")
1038 def visitConstructor(self, cons, enum, name): argument
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
DCodeFragmentCollector.py599 for enum in FileProfile.EnumerationDefinitionList:
600 print str(enum.StartPos) + enum.Content
DC.g267 : 'enum' '{' enumerator_list ','? '}'
268 | 'enum' IDENTIFIER '{' enumerator_list ','? '}'
269 | 'enum' IDENTIFIER
Dc.py206 for enum in FileProfile.EnumerationDefinitionList:
207 LBPos = enum.Content.find('{')
208 RBPos = enum.Content.find('}')
209 Name = enum.Content[4:LBPos].strip()
210 Value = enum.Content[LBPos + 1:RBPos]
211 …, DataClass.MODEL_IDENTIFIER_ENUMERATE, -1, -1, enum.StartPos[0], enum.StartPos[1], enum.EndPos[0]…
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DIgdOMOBF.ASL153 If(LAnd(LEqual(CHPD, 0), LEqual(Arg1, 0))) // Do not re-enum if driver supports hotplug
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dparser.dlg1347 enum
Dantlr.g2214 "enum" ID
/device/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/
DOpensslLib.inf894 …# 188: enumerated type mixed with another type (i.e. passing an integer as an enum without a cast)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DCHANGES_FROM_133_before_mr13.txt3334 placed "DLGmaxToken=9999" and "DLGminToken=0" in the TokenType enum
3336 bit enum which might be too narrow. This caused #tokdefs to assume
3613 can create enum values which are too wide for the datatype of the enum
DCHANGES_FROM_133.txt331 The size of the set is given by the newly added enum SET_SIZE, a
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_FROM_133_BEFORE_MR13.txt3334 placed "DLGmaxToken=9999" and "DLGminToken=0" in the TokenType enum
3336 bit enum which might be too narrow. This caused #tokdefs to assume
3613 can create enum values which are too wide for the datatype of the enum
DCHANGES_FROM_133.txt1002 The size of the set is given by the newly added enum SET_SIZE, a
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
DChangeLog729 - define enum out of inflate_blocks_state to allow compilation with C++
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR64.patch1716 @@ -41,7 +41,7 @@ typedef enum {
7987 typedef enum {

12