Searched refs:action (Results 1 - 25 of 161) sorted by relevance

1234567

/vbox/src/VBox/Devices/PC/BIOS/
H A Dprint.c58 void send(uint16_t action, uint8_t c) argument
66 if (action & BIOS_PRINTF_DEBUG)
68 if (action & BIOS_PRINTF_INFO)
71 if (action & BIOS_PRINTF_SCREEN) {
78 void put_int(uint16_t action, short val, short width, bx_bool neg) argument
82 put_int(action, nval, width - 1, neg);
85 send(action, ' ');
87 send(action, '-');
89 send(action, val - (nval * 10) + '0');
92 void put_uint(uint16_t action, unsigne argument
106 put_luint(uint16_t action, unsigned long val, short width, bx_bool neg) argument
120 put_str(uint16_t action, const char __far *s) argument
130 put_str_near(uint16_t action, const char __near *s) argument
149 bios_printf(uint16_t action, const char *s, ...) argument
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A DMacErrorHandling.h254 check_action(assertion, action)
258 fails break into the debugger then execute action. Otherwise
265 #define check_action(assertion, action) \
270 { action } \
275 #define check_action(assertion, action) \
280 { action } \
286 #define check_action(assertion, action) \
294 { action } \
300 #define check_action(assertion, action)
308 ncheck_action(assertion, action)
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/
H A DUIMachineLogicNormal.cpp117 const bool fEnabled = actionPool()->action(UIActionIndexRT_M_View_M_MenuBar_T_Visibility)->isChecked();
122 actionPool()->action(UIActionIndexRT_M_View_M_MenuBar_S_Settings)->setEnabled(false);
124 actionPool()->action(UIActionIndexRT_M_View_M_MenuBar_T_Visibility)->setEnabled(false);
146 const bool fEnabled = actionPool()->action(UIActionIndexRT_M_View_M_MenuBar_T_Visibility)->isChecked();
151 actionPool()->action(UIActionIndexRT_M_View_M_MenuBar_S_Settings)->setEnabled(true);
153 actionPool()->action(UIActionIndexRT_M_View_M_MenuBar_T_Visibility)->setEnabled(true);
175 const bool fEnabled = actionPool()->action(UIActionIndexRT_M_View_M_StatusBar_T_Visibility)->isChecked();
179 actionPool()->action(UIActionIndexRT_M_View_M_StatusBar_S_Settings)->setEnabled(false);
180 actionPool()->action(UIActionIndexRT_M_View_M_StatusBar_T_Visibility)->setEnabled(false);
200 const bool fEnabled = actionPool()->action(UIActionIndexRT_M_View_M_StatusBar_T_Visibilit
[all...]
H A DUIMachineWindowNormal.cpp131 /* Update settings action 'enable' state: */
132 QAction *pActionMenuBarSettings = actionPool()->action(UIActionIndexRT_M_View_M_MenuBar_S_Settings);
134 /* Update switch action 'checked' state: */
135 QAction *pActionMenuBarSwitch = actionPool()->action(UIActionIndexRT_M_View_M_MenuBar_T_Visibility);
151 /* Raise action's context-menu: */
152 actionPool()->action(UIActionIndexRT_M_View_M_MenuBar)->menu()->exec(menuBar()->mapToGlobal(position));
164 /* Update settings action 'enable' state: */
165 QAction *pActionStatusBarSettings = actionPool()->action(UIActionIndexRT_M_View_M_StatusBar_S_Settings);
167 /* Update switch action 'checked' state: */
168 QAction *pActionStatusBarSwitch = actionPool()->action(UIActionIndexRT_M_View_M_StatusBar_T_Visibilit
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DUISelectorWindow.cpp323 if (actionPool()->action(UIActionIndex_M_Application_S_Preferences)->data().toBool())
326 actionPool()->action(UIActionIndex_M_Application_S_Preferences)->setData(true);
337 actionPool()->action(UIActionIndex_M_Application_S_Preferences)->setData(false);
396 if (actionPool()->action(UIActionIndexST_M_Machine_S_Settings)->data().toBool())
399 actionPool()->action(UIActionIndexST_M_Machine_S_Settings)->setData(true);
433 actionPool()->action(UIActionIndexST_M_Machine_S_Settings)->setData(false);
486 AssertMsg(!machineNames.isEmpty(), ("This action should not be allowed!"));
581 AssertMsg(!machineNames.isEmpty(), ("This action should not be allowed!"));
666 AssertMsg(!machineNames.isEmpty(), ("This action should not be allowed!"));
707 AssertMsg(!machineNames.isEmpty(), ("This action shoul
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/scale/
H A DUIMachineLogicScale.cpp57 actionPool()->action(UIActionIndexRT_M_View_T_Scale)->shortcutExtraDataID());
92 /* Take care of view-action toggle state: */
93 UIAction *pActionScale = actionPool()->action(UIActionIndexRT_M_View_T_Scale);
108 connect(actionPool()->action(UIActionIndexRT_M_View_T_Scale), SIGNAL(triggered(bool)),
110 connect(actionPool()->action(UIActionIndexRT_M_View_T_Fullscreen), SIGNAL(triggered(bool)),
112 connect(actionPool()->action(UIActionIndexRT_M_View_T_Seamless), SIGNAL(triggered(bool)),
187 disconnect(actionPool()->action(UIActionIndexRT_M_View_T_Scale), SIGNAL(triggered(bool)),
189 disconnect(actionPool()->action(UIActionIndexRT_M_View_T_Fullscreen), SIGNAL(triggered(bool)),
191 disconnect(actionPool()->action(UIActionIndexRT_M_View_T_Seamless), SIGNAL(triggered(bool)),
201 /* Take care of view-action toggl
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMenuBarEditorWindow.cpp77 /* Remember new action-pool: */
121 /* Depending on triggered action class: */
255 /* Do not prepare if machine ID or action-pool is not set: */
367 /* Get named menu action: */
371 /* Add menu action into tool-bar: */
405 /* Get copied menu action: */
409 /* Configure copied menu action: */
415 /* Add menu action into tool-bar: */
449 /* Get copied sub-menu action: */
469 /* Create copied action
[all...]
H A DUIMachineLogic.cpp179 /* Prepare action groups:
183 /* Prepare action connections: */
241 /* Cleanup action connections: */
243 /* Cleanup action groups: */
487 /* Update action groups: */
528 QAction *pPauseAction = actionPool()->action(UIActionIndexRT_M_Machine_T_Pause);
542 QAction *pPauseAction = actionPool()->action(UIActionIndexRT_M_Machine_T_Pause);
609 /* Update action states: */
610 actionPool()->action(UIActionIndexRT_M_View_T_GuestAutoresize)->setEnabled(uisession()->isGuestSupportsGraphics());
611 actionPool()->action(UIActionIndexRT_M_View_T_Seamles
[all...]
H A DUIDnDHandler.cpp65 LogFlowFunc(("screenId=%RU32, x=%d, y=%d, action=%ld\n",
76 /* Set the DnD action returned by the guest. */
85 LogFlowFunc(("screenId=%RU32, x=%d, y=%d, action=%ld\n",
97 /* Set the DnD action returned by the guest. */
108 LogFlowFunc(("screenId=%RU32, x=%d, y=%d, action=%ld\n",
267 KDnDAction UIDnDHandler::toVBoxDnDAction(Qt::DropAction action) argument
269 if (action == Qt::CopyAction)
271 if (action == Qt::MoveAction)
273 if (action == Qt::LinkAction)
296 Qt::DropAction UIDnDHandler::toQtDnDAction(KDnDAction action) argument
[all...]
H A DUIActionPoolRuntime.cpp55 /** Returns action extra-data ID. */
57 /** Returns action extra-data key. */
59 /** Returns whether action is allowed. */
79 /** Returns action extra-data ID. */
81 /** Returns action extra-data key. */
83 /** Returns whether action is allowed. */
114 /** Returns action extra-data ID. */
116 /** Returns action extra-data key. */
118 /** Returns whether action is allowed. */
149 /** Returns action extr
[all...]
/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/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/common/
H A DtmTransaction.h71 PRUint32 action; // defined by tmUtils.h will be > 0 member in struct:tmHeader
142 * @param aAction is the action that occured to generate this transaction
144 * @param aStatus is the success state of the action.
199 * @returns the action represented by this transaction
201 PRUint32 GetAction() const { return mHeader->action; }
204 * @returns the success state, if applicable of the action leading
/vbox/src/libs/libpng-1.2.8/contrib/visupng/
H A Dcexcept.h214 #define exception__catch(action) \
223 if (!the_exception_context->caught || action) { } \
/vbox/src/libs/zlib-1.2.6/contrib/untgz/
H A Duntgz.c386 int tar (gzFile in,int action,int arg,int argc,char **argv) argument
399 if (action == TGZ_LIST)
413 action = TGZ_INVALID; /* force error exit */
435 action = TGZ_INVALID;
460 if (action == TGZ_LIST)
462 if (action == TGZ_EXTRACT)
473 action = TGZ_INVALID;
476 if (action == TGZ_LIST)
478 else if (action == TGZ_EXTRACT)
508 action
608 int action = TGZ_EXTRACT; local
[all...]
/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("-m", "--inf-filename", action
[all...]
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/module/
H A DtmTransactionManager.cpp71 PRUint32 action = aTrans->GetAction(); local
76 if (action == TM_ATTACH) {
93 switch (action) {
112 PR_NOT_REACHED("bad action in the transaction");
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/
H A DUIMachineLogicSeamless.cpp83 actionPool()->action(UIActionIndexRT_M_View_T_Seamless)->shortcutExtraDataID());
225 /* Take care of view-action toggle state: */
226 UIAction *pActionSeamless = actionPool()->action(UIActionIndexRT_M_View_T_Seamless);
241 connect(actionPool()->action(UIActionIndexRT_M_View_T_Seamless), SIGNAL(triggered(bool)),
243 connect(actionPool()->action(UIActionIndexRT_M_View_T_Fullscreen), SIGNAL(triggered(bool)),
245 connect(actionPool()->action(UIActionIndexRT_M_View_T_Scale), SIGNAL(triggered(bool)),
322 disconnect(actionPool()->action(UIActionIndexRT_M_View_T_Seamless), SIGNAL(triggered(bool)),
324 disconnect(actionPool()->action(UIActionIndexRT_M_View_T_Fullscreen), SIGNAL(triggered(bool)),
326 disconnect(actionPool()->action(UIActionIndexRT_M_View_T_Scale), SIGNAL(triggered(bool)),
335 /* Take care of view-action toggl
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/
H A Dranfile.cpp89 Action action; member in class:HammerData
163 action = HammerData::sg_go;
217 if (action != sg_go) goto finished;
224 if (action != sg_go) goto close;
238 if (action != sg_go) goto purge;
246 if (action != sg_go) goto close;
271 action = HammerData::sg_done;
389 if (hammer[poll]->action == HammerData::sg_go) /* don't overwrite done */
390 hammer[poll]->action = HammerData::sg_stop; /* ask him to stop */
399 while (hammer[poll]->action < HammerDat
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dranfile.c88 Action action; member in struct:Hammer_s
184 if (cd->action != sg_go) goto finished;
191 if (cd->action != sg_go) goto close;
205 if (cd->action != sg_go) goto purge;
212 if (cd->action != sg_go) goto close;
237 cd->action = sg_done;
358 hammer[active].action = sg_go;
379 if (hammer[poll].action == sg_go) /* don't overwrite done */
380 hammer[poll].action = sg_stop; /* ask him to stop */
389 while (hammer[poll].action < sg_don
[all...]
/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("-q", "--quiet", action
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/PatchPcdValue/
H A DPatchPcdValue.py211 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,
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/ValidationKit/testmanager/batch/
H A Dadd_build.py57 oParser.add_option('-q', '--quiet', dest = 'fQuiet', action = 'store_true',
71 oParser.add_option('-o', '--os-arch', dest = 'asTargetOsArches', metavar = '<os.arch>', action = 'append',
75 oParser.add_option('-f', '--file', dest = 'asFiles', metavar = '<file|url>', action = 'append',
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',
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserModel.cpp545 actionPool()->action(UIActionIndexST_M_Machine_P_StartOrShow)->activate(QAction::Trigger);
754 /* Check if action is enabled: */
755 if (!actionPool()->action(UIActionIndexST_M_Group_S_Rename)->isEnabled())
768 /* Check if action is enabled: */
769 if (!actionPool()->action(UIActionIndexST_M_Group_S_Sort)->isEnabled())
782 /* Check if action is enabled: */
783 if (!actionPool()->action(UIActionIndexST_M_Group_S_Remove)->isEnabled())
858 /* Check if action is enabled: */
859 if (!actionPool()->action(UIActionIndexST_M_Machine_S_New)->isEnabled())
882 /* Check if action i
[all...]
/vbox/src/VBox/Installer/linux/install_service/
H A Dinit_template.sh98 action=""
134 test -z "${action}" ||
135 set_error "More than one action requested."
136 action="${1}"
301 case "${action}" in

Completed in 4023 milliseconds

1234567