Searched refs:add_option (Results 1 - 25 of 30) sorted by relevance

12

/vbox/src/VBox/ValidationKit/testmanager/batch/
H A Dadd_build.py57 oParser.add_option('-q', '--quiet', dest = 'fQuiet', action = 'store_true',
59 oParser.add_option('-b', '--branch', dest = 'sBranch', metavar = '<branch>',
61 oParser.add_option('-p', '--product', dest = 'sProductName', metavar = '<name>',
63 oParser.add_option('-r', '--revision', dest = 'iRevision', metavar = '<rev>',
65 oParser.add_option('-R', '--repository', dest = 'sRepository', metavar = '<repository>',
67 oParser.add_option('-t', '--type', dest = 'sBuildType', metavar = '<type>',
69 oParser.add_option('-v', '--version', dest = 'sProductVersion', metavar = '<ver>',
71 oParser.add_option('-o', '--os-arch', dest = 'asTargetOsArches', metavar = '<os.arch>', action = 'append',
73 oParser.add_option('-l', '--log', dest = 'sBuildLogPath', metavar = '<url>',
75 oParser.add_option('
[all...]
H A Dvcs_import.py59 oParser.add_option('-e', '--extra-option', dest = 'asExtraOptions', action = 'append',
61 oParser.add_option('-f', '--full', dest = 'fFull', action = 'store_true',
63 oParser.add_option('-q', '--quiet', dest = 'fQuiet', action = 'store_true',
65 oParser.add_option('-R', '--repository', dest = 'sRepository', metavar = '<repository>',
67 oParser.add_option('-s', '--start-revision', dest = 'iStartRevision', metavar = 'start-revision',
70 oParser.add_option('-t', '--type', dest = 'sType', metavar = '<type>',
72 oParser.add_option('-u', '--url', dest = 'sUrl', metavar = '<url>',
H A Ddel_build.py54 oParser.add_option('-q', '--quiet', dest='fQuiet', action='store_true',
H A Dclose_orphaned_testsets.py57 oParser.add_option('-d', '--just-do-it', dest='fJustDoIt', action='store_true',
H A Dfilearchiver.py251 oParser.add_option('-v', '--verbose', dest = 'fVerbose', action = 'store_true', default = False,
253 oParser.add_option('-q', '--quiet', dest = 'fVerbose', action = 'store_false', default = False,
255 oParser.add_option('-d', '--dry-run', dest = 'fDryRun', action = 'store_true', default = False,
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/BPDG/
H A DBPDG.py99 parser.add_option('-d', '--debug', action='store', type="int", dest='debug_level',
101 parser.add_option('-v', '--verbose', action='store_true', dest='opt_verbose',
103 parser.add_option('-q', '--quiet', action='store_true', dest='opt_quiet', default=False,
105 parser.add_option('-o', '--vpd-filename', action='store', dest='bin_filename',
107 parser.add_option('-m', '--map-filename', action='store', dest='filename',
109 parser.add_option('-f', '--force', action='store_true', dest='opt_force',
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/
H A DUPT.py97 Parser.add_option("-d", "--debug", action="store", type="int", dest="debug_level", help=ST.HLP_PRINT_DEBUG_INFO)
99 Parser.add_option("-v", "--verbose", action="store_true", dest="opt_verbose",
102 Parser.add_option("-s", "--silent", action="store_true", dest="opt_slient", help=ST.HLP_RETURN_NO_DISPLAY)
104 Parser.add_option("-q", "--quiet", action="store_true", dest="opt_quiet", help=ST.HLP_RETURN_AND_DISPLAY)
106 Parser.add_option("-i", "--install", action="store", type="string", dest="Install_Distribution_Package_File",
109 Parser.add_option("-c", "--create", action="store", type="string", dest="Create_Distribution_Package_File",
112 Parser.add_option("-r", "--remove", action="store", type="string", dest="Remove_Distribution_Package_File",
115 Parser.add_option("-t", "--template", action="store", type="string", dest="Package_Information_Data_File",
118 Parser.add_option("-p", "--dec-filename", action="append", type="string", dest="EDK2_DEC_Filename",
121 Parser.add_option("
[all...]
/vbox/src/VBox/Devices/Network/scripts/
H A DVBoxPortForwarding.py48 parser.add_option("-V", "--vm", action="store", dest="vmname", type="string",
50 parser.add_option("-P", "--profile", dest="profile", type="string",
52 parser.add_option("-p", "--ip-proto", dest="proto", type="string",
54 parser.add_option("-l", "--host-port", dest="host_port", type="int",
56 parser.add_option("-g", "--guest-port", dest="guest_port", type="int",
58 parser.add_option("-a", "--adapter", dest="adapter", type="int",
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dconfig-backends.h33 void add_option(InputOption **options, const char *key, const char *value);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dconfig-backends.h33 void add_option(InputOption **options, const char *key, const char *value);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dconfig-backends.h33 void add_option(InputOption **options, const char *key, const char *value);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dconfig-backends.h33 void add_option(InputOption **options, const char *key, const char *value);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A DEcc.py350 Parser.add_option("-t", "--target sourcepath", action="store", type="string", dest='Target',
352 Parser.add_option("-c", "--config filename", action="store", type="string", dest="ConfigFile",
354 Parser.add_option("-o", "--outfile filename", action="store", type="string", dest="OutputFile",
356 Parser.add_option("-r", "--reportfile filename", action="store", type="string", dest="ReportFile",
358 Parser.add_option("-e", "--exceptionfile filename", action="store", type="string", dest="ExceptionFile",
360 Parser.add_option("-m", "--metadata", action="store_true", type=None, help="Only scan meta-data files information if this option is specified.")
361 Parser.add_option("-s", "--sourcecode", action="store_true", type=None, help="Only scan source code files information if this option is specified.")
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.")
363 Parser.add_option("-l", "--log filename", action="store", dest="LogFile", help="""If specified, the tool should emit the changes that
368 Parser.add_option("
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DGenFds.py307 Parser.add_option("-f", "--file", dest="filename", type="string", help="Name of FDF file to convert", action="callback", callback=SingleCheckCallback)
308 Parser.add_option("-a", "--arch", dest="archList", help="comma separated list containing one or more of: IA32, X64, IPF, ARM or EBC which should be built, overrides target.txt?s TARGET_ARCH")
309 Parser.add_option("-q", "--quiet", action="store_true", type=None, help="Disable all messages except FATAL ERRORS.")
310 Parser.add_option("-v", "--verbose", action="store_true", type=None, help="Turn on verbose output with informational messages printed.")
311 Parser.add_option("-d", "--debug", action="store", type="int", help="Enable debug messages at specified level.")
312 Parser.add_option("-p", "--platform", type="string", dest="activePlatform", help="Set the ACTIVE_PLATFORM, overrides target.txt ACTIVE_PLATFORM setting.",
314 Parser.add_option("-w", "--workspace", type="string", dest="Workspace", default=os.environ.get('WORKSPACE'), help="Set the WORKSPACE",
316 Parser.add_option("-o", "--outputDir", type="string", dest="outputDir", help="Name of Build Output directory",
318 Parser.add_option("-r", "--rom_image", dest="uiFdName", help="Build the image using the [FD] section named by FdUiName.")
319 Parser.add_option("
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DEot.py601 Parser.add_option("-m", "--makefile filename", action="store", type="string", dest='MakeFile',
603 Parser.add_option("-c", "--dsc filename", action="store", type="string", dest="DscFile",
605 Parser.add_option("-f", "--fv filename", action="store", type="string", dest="FvFileList",
607 Parser.add_option("-a", "--map filename", action="store", type="string", dest="MapFileList",
609 Parser.add_option("-s", "--source files", action="store", type="string", dest="SourceFileList",
611 Parser.add_option("-i", "--include dirs", action="store", type="string", dest="IncludeDirList",
613 Parser.add_option("-e", "--dec files", action="store", type="string", dest="DecFileList",
615 Parser.add_option("-g", "--guid list", action="store", type="string", dest="GuidList",
617 Parser.add_option("-l", "--log filename", action="store", type="string", dest="LogFile",
620 Parser.add_option("
[all...]
/vbox/src/libs/libxml2-2.6.31/xstc/
H A Dxstc.py14 opa.add_option("-b", "--base", action="store", type="string", dest="baseDir",
19 opa.add_option("-o", "--out", action="store", type="string", dest="logFile",
23 opa.add_option("--log", action="store_true", dest="enableLog",
27 opa.add_option("--no-test-out", action="store_true", dest="disableTestStdOut",
31 opa.add_option("-s", "--silent", action="store_true", dest="silent", default=False,
34 opa.add_option("-v", "--verbose", action="store_true", dest="verbose",
38 opa.add_option("-x", "--max", type="int", dest="maxTestCount",
42 opa.add_option("-t", "--test", type="string", dest="singleTest",
46 opa.add_option("--tsw", "--test-starts-with", type="string", dest="testStartsWith",
50 opa.add_option("
[all...]
/vbox/src/VBox/ValidationKit/testboxscript/
H A Dtestboxscript_real.py881 parser.add_option('--' + sLower + '-path',
884 parser.add_option('--' + sLower + '-server-type',
887 parser.add_option('--' + sLower + '-server-name',
890 parser.add_option('--' + sLower + '-server-share',
893 parser.add_option('--' + sLower + '-server-user',
896 parser.add_option('--' + sLower + '-server-passwd', '--' + sLower + '-server-password',
900 parser.add_option("--test-manager", metavar="<url>",
904 parser.add_option("--scratch-root", metavar="<abs-path>",
908 parser.add_option("--system-uuid", metavar="<uuid>",
912 parser.add_option("
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenPatchPcdTable/
H A DGenPatchPcdTable.py169 parser.add_option('-m', '--mapfile', action='store', dest='mapfile',
171 parser.add_option('-e', '--efifile', action='store', dest='efifile',
173 parser.add_option('-o', '--outputfile', action='store', dest='outfile',
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DGenDepex.py371 Parser.add_option("-o", "--output", dest="OutputFile", default=None, metavar="FILE",
373 Parser.add_option("-t", "--module-type", dest="ModuleType", default=None,
375 Parser.add_option("-e", "--dependency-expression", dest="Expression", default="",
377 Parser.add_option("-m", "--optimize", dest="Optimize", default=False, action="store_true",
379 Parser.add_option("-v", "--verbose", dest="verbose", default=False, action="store_true",
381 Parser.add_option("-d", "--debug", action="store", type="int", help="Enable debug messages at specified level.")
382 Parser.add_option("-q", "--quiet", dest="quiet", default=False, action="store_true",
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/TargetTool/
H A DTargetTool.py207 parser.add_option("-a", "--arch", action="append", type="choice", choices=['IA32','X64','IPF','EBC', 'ARM','0'], dest="TARGET_ARCH",
209 parser.add_option("-p", "--platform", action="callback", type="string", dest="DSCFILE", callback=SingleCheckCallback,
211 parser.add_option("-c", "--tooldef", action="callback", type="string", dest="TOOL_DEFINITION_FILE", callback=SingleCheckCallback,
213 parser.add_option("-t", "--target", action="append", type="choice", choices=['DEBUG','RELEASE','0'], dest="TARGET",
215 parser.add_option("-n", "--tagname", action="callback", type="string", dest="TOOL_CHAIN_TAG", callback=SingleCheckCallback,
217 parser.add_option("-r", "--buildrule", action="callback", type="string", dest="BUILD_RULE_FILE", callback=SingleCheckCallback,
219 parser.add_option("-m", "--multithreadnum", action="callback", type="int", dest="NUM", callback=RangeCheckCallback,
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/gcc/
H A Dmingw-gcc-build.py70 Parser.add_option(
77 Parser.add_option(
83 Parser.add_option(
89 Parser.add_option(
95 Parser.add_option(
101 Parser.add_option(
107 Parser.add_option(
113 Parser.add_option(
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/
H A Dbuild.py1660 Parser.add_option("-a", "--arch", action="append", type="choice", choices=['IA32','X64','IPF','EBC','ARM'], dest="TargetArch",
1662 Parser.add_option("-p", "--platform", action="callback", type="string", dest="PlatformFile", callback=SingleCheckCallback,
1664 Parser.add_option("-m", "--module", action="callback", type="string", dest="ModuleFile", callback=SingleCheckCallback,
1666 Parser.add_option("-b", "--buildtarget", type="string", dest="BuildTarget", help="Using the TARGET to build the platform, overriding target.txt's TARGET definition.",
1668 Parser.add_option("-t", "--tagname", action="append", type="string", dest="ToolChain",
1670 Parser.add_option("-x", "--sku-id", action="callback", type="string", dest="SkuId", callback=SingleCheckCallback,
1673 Parser.add_option("-n", action="callback", type="int", dest="ThreadNumber", callback=SingleCheckCallback,
1676 Parser.add_option("-f", "--fdf", action="callback", type="string", dest="FdfFile", callback=SingleCheckCallback,
1678 Parser.add_option("-r", "--rom-image", action="append", type="string", dest="RomImage", default=[],
1680 Parser.add_option("
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DMigrationUtilities.py528 Parser.add_option("-o", "--output", dest="OutputFile", help="The name of the %s file to be created." % Destinate)
529 Parser.add_option("-a", "--auto", dest="AutoWrite", action="store_true", default=False, help="Automatically create the %s file using the name of the %s file and replacing file extension" % (Source, Destinate))
530 Parser.add_option("-q", "--quiet", action="store_true", type=None, help="Disable all messages except FATAL ERRORS.")
531 Parser.add_option("-v", "--verbose", action="store_true", type=None, help="Turn on verbose output with informational messages printed.")
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/
H A Ddebug.c109 static void add_option( const char *name, unsigned char set, unsigned char clear ) function
186 add_option( p, set, clear );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/
H A Ddebug.c109 static void add_option( const char *name, unsigned char set, unsigned char clear ) function
186 add_option( p, set, clear );

Completed in 99 milliseconds

12