/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | command.h | 19 int ( * exec ) ( int argc, char **argv ); member in struct:command
|
H A D | test.h | 19 void ( * exec ) ( void ); member in struct:self_test
|
H A D | image.h | 49 * 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 D | QIDialog.cpp | 53 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 D | QIMainDialog.cpp | 55 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 D | VBoxLicenseViewer.cpp | 91 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 D | vbo_context.h | 76 struct vbo_exec_context exec; member in struct:vbo_context
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | testAutomata.c | 39 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 D | valid.c | 264 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 D | xmlregexp.c | 3002 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 D | relaxng.c | 7785 * @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 D | testapi.c | 32950 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 D | UISettingsSerializer.cpp | 206 int UISettingsSerializerProgress::exec() function in class:UISettingsSerializerProgress 212 return QIWithRetranslateUI<QIDialog>::exec();
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/prefix/ |
H A D | romprefix.S | 420 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 D | dt_proc.c | 69 * 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 D | jaxws-rt.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |