Searched refs:make_option (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/PatchPcdValue/
H A DPatchPcdValue.py22 from optparse import make_option namespace
211 make_option("-f", "--offset", dest="PcdOffset", action="store", type="int",
213 make_option("-u", "--value", dest="PcdValue", action="store",
215 make_option("-t", "--type", dest="PcdTypeName", action="store",
217 make_option("-s", "--maxsize", dest="PcdMaxSize", action="store", type="int",
219 make_option("-v", "--verbose", dest="LogLevel", action="store_const", const=EdkLogger.VERBOSE,
221 make_option("-d", "--debug", dest="LogLevel", type="int",
223 make_option("-q", "--quiet", dest="LogLevel", action="store_const", const=EdkLogger.QUIET,
225 make_option("-?", action="help", help="show this help message and exit"),
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Trim/
H A DTrim.py22 from optparse import make_option namespace
502 make_option("-s", "--source-code", dest="FileType", const="SourceCode", action="store_const",
504 make_option("-r", "--vfr-file", dest="FileType", const="Vfr", action="store_const",
506 make_option("-a", "--asl-file", dest="FileType", const="Asl", action="store_const",
508 make_option("-8", "--Edk-source-code", dest="FileType", const="EdkSourceCode", action="store_const",
511 make_option("-c", "--convert-hex", dest="ConvertHex", action="store_true",
514 make_option("-l", "--trim-long", dest="TrimLong", action="store_true",
516 make_option("-i", "--include-path-file", dest="IncludePathFile",
518 make_option("-o", "--output", dest="OutputFile",
520 make_option("
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DFvImage.py1340 make_option("-a", "--arch", dest="Arch",
1342 make_option("-p", "--platform", dest="ActivePlatform",
1344 make_option("-m", "--module", dest="ActiveModule",
1346 make_option("-f", "--FDF-file", dest="FdfFile",
1348 make_option("-o", "--output", dest="OutputDirectory",
1350 make_option("-t", "--toolchain-tag", dest="ToolChain",
1352 make_option("-k", "--msft", dest="MakefileType", action="store_const", const="nmake",
1354 make_option("-g", "--gcc", dest="MakefileType", action="store_const", const="gmake",
1356 make_option("-v", "--verbose", dest="LogLevel", action="store_const", const=EdkLogger.VERBOSE,
1358 make_option("
[all...]

Completed in 581 milliseconds