Searched defs:exec (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dcommand.h19 int ( * exec ) ( int argc, char **argv ); member in struct:command
H A Dtest.h19 void ( * exec ) ( void ); member in struct:self_test
H A Dimage.h49 * style similar to a Unix exec() call) should return from its
50 * exec() method with the replacement image set to point to
88 int ( * exec ) ( struct image *image ); member in struct:image_type
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIDialog.cpp53 int QIDialog::exec(bool fShow /* = true */, bool fApplicationModal /* = false */) function in class:QIDialog
56 AssertMsgReturn(!m_pEventLoop, ("QIDialog::exec() is called recursively!\n"), QDialog::Rejected);
63 /* For the exec() time, set this attribute to 'false': */
68 /* For the exec() time, set this attribute to 'window-modal' or 'application-modal': */
85 eventLoop.exec();
H A DQIMainDialog.cpp55 QDialog::DialogCode QIMainDialog::exec(bool fApplicationModal /* = true */) function in class:QIMainDialog
58 AssertMsgReturn(!m_pEventLoop, ("QIMainDialog::exec() is called recursively!\n"), QDialog::Rejected);
65 /* For the exec() time, set this attribute to 'false': */
70 /* For the exec() time, set this attribute to 'window-modal' or 'application-modal': */
86 eventLoop.exec();
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxLicenseViewer.cpp91 return exec();
102 int VBoxLicenseViewer::exec() function in class:VBoxLicenseViewer
104 return QDialog::exec();
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/vbo/
H A Dvbo_context.h76 struct vbo_exec_context exec; member in struct:vbo_context
/vbox/src/libs/libxml2-2.6.31/
H A DtestAutomata.c39 xmlRegExecCtxtPtr exec = NULL; local
183 if (exec == NULL)
184 exec = xmlRegNewExecCtxt(regexp, NULL, NULL);
186 ret = xmlRegExecPushString(exec, NULL, NULL);
194 xmlRegFreeExecCtxt(exec);
195 exec = NULL;
199 if (exec == NULL)
200 exec = xmlRegNewExecCtxt(regexp, NULL, NULL);
201 ret = xmlRegExecPushString(exec, BAD_CAST expr, NULL);
211 if (exec !
226 xmlRegExecCtxtPtr exec; local
[all...]
H A Dvalid.c264 xmlRegExecCtxtPtr exec; /* regexp runtime */ member in struct:_xmlValidState
299 ctxt->vstateTab[ctxt->vstateNr].exec =
302 ctxt->vstateTab[ctxt->vstateNr].exec = NULL;
322 xmlRegFreeExecCtxt(ctxt->vstateTab[ctxt->vstateNr].exec);
324 ctxt->vstateTab[ctxt->vstateNr].exec = NULL;
5178 xmlRegExecCtxtPtr exec; local
5186 exec = xmlRegNewExecCtxt(elemDecl->contModel, NULL, NULL);
5187 if (exec != NULL) {
5223 ret = xmlRegExecPushString(exec, fullname, NULL);
5227 ret = xmlRegExecPushString(exec, cu
[all...]
H A Dxmlregexp.c3002 xmlFARegDebugExec(xmlRegExecCtxtPtr exec) { argument
3003 printf("state: %d:%d:idx %d", exec->state->no, exec->transno, exec->index);
3004 if (exec->inputStack != NULL) {
3007 for (i = 0;(i < 3) && (i < exec->inputStackNr);i++)
3009 exec->inputStack[exec->inputStackNr - (i + 1)].value);
3011 printf(": %s", &(exec->inputString[exec
3018 xmlFARegExecSave(xmlRegExecCtxtPtr exec) argument
3079 xmlFARegExecRollBack(xmlRegExecCtxtPtr exec) argument
3116 xmlRegExecCtxtPtr exec = &execval; local
3429 xmlRegExecCtxtPtr exec; local
3489 xmlRegFreeExecCtxt(xmlRegExecCtxtPtr exec) argument
3520 xmlFARegExecSaveInputString(xmlRegExecCtxtPtr exec, const xmlChar *value, void *data) argument
3617 xmlRegCompactPushString(xmlRegExecCtxtPtr exec, xmlRegexpPtr comp, const xmlChar *value, void *data) argument
3700 xmlRegExecPushStringInternal(xmlRegExecCtxtPtr exec, const xmlChar *value, void *data, int compound) argument
4059 xmlRegExecPushString(xmlRegExecCtxtPtr exec, const xmlChar *value, void *data) argument
4077 xmlRegExecPushString2(xmlRegExecCtxtPtr exec, const xmlChar *value, const xmlChar *value2, void *data) argument
4135 xmlRegExecGetValues(xmlRegExecCtxtPtr exec, int err, int *nbval, int *nbneg, xmlChar **values, int *terminal) argument
4298 xmlRegExecNextValues(xmlRegExecCtxtPtr exec, int *nbval, int *nbneg, xmlChar **values, int *terminal) argument
4323 xmlRegExecErrInfo(xmlRegExecCtxtPtr exec, const xmlChar **string, int *nbval, int *nbneg, xmlChar **values, int *terminal) argument
4337 testerr(xmlRegExecCtxtPtr exec) argument
[all...]
H A Drelaxng.c7785 * @exec: the regular expression instance
7793 xmlRelaxNGValidateCompiledCallback(xmlRegExecCtxtPtr exec ATTRIBUTE_UNUSED,
7847 xmlRegExecCtxtPtr exec; local
7855 exec = xmlRegNewExecCtxt(regexp,
7866 ret = xmlRegExecPushString(exec, BAD_CAST "#text", ctxt);
7874 ret = xmlRegExecPushString2(exec, cur->name,
7877 ret = xmlRegExecPushString(exec, cur->name, ctxt);
7893 ret = xmlRegExecPushString(exec, NULL, NULL);
7899 * TODO: get some of the names needed to exit the current state of exec
7908 xmlRegFreeExecCtxt(exec);
7941 xmlRelaxNGElemPush(xmlRelaxNGValidCtxtPtr ctxt, xmlRegExecCtxtPtr exec) argument
8166 xmlRegExecCtxtPtr exec; local
8278 xmlRegExecCtxtPtr exec; local
10704 xmlRegExecCtxtPtr exec; local
[all...]
H A Dtestapi.c32950 xmlRegExecCtxtPtr exec; /* a regexp execution context generating an error */ local
32970 exec = gen_xmlRegExecCtxtPtr(n_exec, 0);
32977 ret_val = xmlRegExecErrInfo(exec, (const xmlChar **)string, nbval, nbneg, values, terminal);
32980 des_xmlRegExecCtxtPtr(n_exec, exec, 0);
33019 xmlRegExecCtxtPtr exec; /* a regexp execution context */ local
33036 exec = gen_xmlRegExecCtxtPtr(n_exec, 0);
33042 ret_val = xmlRegExecNextValues(exec, nbval, nbneg, values, terminal);
33045 des_xmlRegExecCtxtPtr(n_exec, exec, 0);
33081 xmlRegExecCtxtPtr exec; /* a regexp execution context or NULL to indicate the end */ local
33092 exec
33129 xmlRegExecCtxtPtr exec; /* a regexp execution context or NULL to indicate the end */ local
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/settings/
H A DUISettingsSerializer.cpp206 int UISettingsSerializerProgress::exec() function in class:UISettingsSerializerProgress
212 return QIWithRetranslateUI<QIDialog>::exec();
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/prefix/
H A Dromprefix.S420 call exec
629 call exec
668 call exec
694 exec: /* Set %ds = %cs */ label
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_proc.c69 * and handles exec and fork (by always following the parent). The control
328 * attaching to a process or after a victim process completes an exec(2).
331 dt_proc_attach(dt_proc_t *dpr, int exec) argument
339 if (exec) {
341 return; /* exec failed: nothing needs to be done */
499 * We must trace exit from exec() system calls so that if the exec is
838 "failed to control pid %d: process exec'd "
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 4549 milliseconds