Searched refs:Ecc (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/ |
H A D | Ecc.py | 41 ## Ecc 43 # This class is used to define Ecc main entrance 47 class Ecc(object): class in inherits:object 106 # Init Ecc database 128 paths = map(lambda p: os.path.join(p, 'Ecc', 'config.ini'), sys.path) 314 EdkLogger.warn("Ecc", EdkLogger.ECC_ERROR, "The target source tree was not specified, using current WORKSPACE instead!") 349 Parser = OptionParser(description = self.Copyright, version = self.Version, prog = "Ecc.exe", usage = "%prog [options]") 362 Parser.add_option("-k", "--keepdatabase", action="store_true", type=None, help="The existing Ecc database will not be cleaned except report information if this option is specified.") 391 Ecc = Ecc() variable in class:Ecc [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/ |
H A D | SmBios.h | 811 UINT16 Ecc :1; member in struct:__anon11821
|
Completed in 456 milliseconds