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

12

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Ddebug.c97 static void add_option( const char *name, unsigned char set, unsigned char clear ) function
174 add_option( p, set, clear );
/vbox/src/VBox/Additions/WINNT/Graphics/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/Devices/Graphics/shaderlib/libWineStub/
H A Ddebug.c119 static void add_option( const char *name, unsigned char set, unsigned char clear ) function
196 add_option( p, set, clear );
/vbox/src/VBox/VMM/testcase/Instructions/
H A DInstructionTestGen.py2206 oParser.add_option('--makefile-mode', dest = 'fMakefileMode', action = 'store_true', default = False,
2209 oParser.add_option('--split', dest = 'cInstrPerFile', metavar = '<instr-per-file>', type = 'int', default = 9999999,
2211 oParser.add_option('--output-base', dest = 'sOutputBase', metavar = '<file>', default = None,
2213 oParser.add_option('--target', dest = 'sTargetEnv', metavar = '<target>',
2218 oParser.add_option('--test-size', dest = 'sTestSize', default = InstructionTestGen.ksTestSize_Medium,
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py3508 parse.add_option("-v", "--verbose", dest="verbose", action="store_true", default=False, help = "switch on verbose")
3509 parse.add_option("-a", "--autopath", dest="autopath", action="store_true", default=False, help = "switch on autopath")
3510 parse.add_option("-w", "--webservice", dest="style", action="store_const", const="WEBSERVICE", help = "connect to webservice")
3511 parse.add_option("-b", "--batch", dest="batch_file", help = "script file to execute")
3512 parse.add_option("-c", dest="command_line", help = "command sequence to execute")
3513 parse.add_option("-o", dest="opt_line", help = "option line")

Completed in 399 milliseconds

12