Searched refs:cleanup (Results 1 - 25 of 131) sorted by relevance

123456

/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverter.cpp41 void UIConverter::cleanup() function in class:UIConverter
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/funcs/
H A Dtst.freopen.ksh52 cleanup() function
84 cleanup
94 cleanup
103 cleanup
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dcleanup.c58 PR_fprintf(err, "\t-c Call cleanup before exiting (default: false)\n");
70 PRBool cleanup = PR_FALSE; local
83 cleanup = PR_TRUE;
117 PR_fprintf(err, "\tCleanup will %sbe called\n\n", (cleanup) ? "" : "NOT ");
127 if (cleanup) PR_Cleanup();
H A Dtestfile.c284 goto cleanup;
289 goto cleanup;
294 goto cleanup;
299 goto cleanup;
306 goto cleanup;
313 goto cleanup;
320 goto cleanup;
328 goto cleanup;
334 goto cleanup;
338 goto cleanup;
[all...]
/vbox/src/VBox/GuestHost/OpenGL/error/
H A Derrorspu_init.c46 SPUSelfDispatchFuncPtr *self, SPUCleanupFuncPtr *cleanup,
57 *cleanup = errorSPUCleanup;
45 SPULoad( char **name, char **super, SPUInitFuncPtr *init, SPUSelfDispatchFuncPtr *self, SPUCleanupFuncPtr *cleanup, SPUOptionsPtr *options, int *flags ) argument
/vbox/src/VBox/Additions/common/crOpenGL/passthrough/
H A Dpassthroughspu_init.c52 SPUSelfDispatchFuncPtr *self, SPUCleanupFuncPtr *cleanup,
59 *cleanup = passthroughSPUCleanup;
51 SPULoad( char **name, char **super, SPUInitFuncPtr *init, SPUSelfDispatchFuncPtr *self, SPUCleanupFuncPtr *cleanup, SPUOptionsPtr *options, int *flags ) argument
/vbox/include/VBox/com/
H A DErrorInfo.h218 cleanup();
223 cleanup();
350 cleanup();
363 void cleanup();
H A Dstring.h141 cleanup();
148 cleanup();
156 cleanup();
164 cleanup();
387 cleanup();
398 void cleanup() function in class:com::Bstr
409 * state, so either call this from a constructor or call cleanup() first.
437 * state, so either call this from a constructor or call cleanup() first.
555 cleanup();
562 cleanup();
[all...]
H A Dptr.h109 cleanup();
198 cleanup();
210 cleanup();
220 cleanup();
265 cleanup();
389 void cleanup() function in class:ComPtr
H A DAutoLock.h285 void cleanup();
534 cleanup();
583 cleanup();
605 cleanup();
629 cleanup();
/vbox/src/VBox/Devices/PC/ipxe/contrib/vm/
H A Dcow11 function cleanup () { function
20 trap cleanup EXIT
/vbox/src/VBox/HostServices/SharedOpenGL/expando/
H A Dexpandospu_init.c74 SPUSelfDispatchFuncPtr *self, SPUCleanupFuncPtr *cleanup,
82 *cleanup = expandoSPUCleanup;
73 SPULoad( char **name, char **super, SPUInitFuncPtr *init, SPUSelfDispatchFuncPtr *self, SPUCleanupFuncPtr *cleanup, SPUOptionsPtr *options, int *flags ) argument
/vbox/src/VBox/Additions/common/crOpenGL/array/
H A Darrayspu_init.c74 SPUSelfDispatchFuncPtr *self, SPUCleanupFuncPtr *cleanup,
81 *cleanup = arraySPUCleanup;
73 SPULoad( char **name, char **super, SPUInitFuncPtr *init, SPUSelfDispatchFuncPtr *self, SPUCleanupFuncPtr *cleanup, SPUOptionsPtr *options, int *flags ) argument
/vbox/src/VBox/Additions/common/crOpenGL/feedback/
H A Dfeedbackspu_init.c74 SPUSelfDispatchFuncPtr *self, SPUCleanupFuncPtr *cleanup,
81 *cleanup = feedbackSPUCleanup;
73 SPULoad( char **name, char **super, SPUInitFuncPtr *init, SPUSelfDispatchFuncPtr *self, SPUCleanupFuncPtr *cleanup, SPUOptionsPtr *options, int *flags ) argument
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachine.cpp124 m_spInstance->cleanup();
154 m_pMachineLogic->cleanup();
168 pMachineLogic->cleanup();
282 m_pMachineLogic->cleanup();
294 void UIMachine::cleanup() function in class:UIMachine
H A DUIMachine.h95 void cleanup();
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/
H A DUIWizard.h62 void cleanup();
/vbox/src/VBox/Additions/x11/VBoxClient/
H A DVBoxClient.h61 void (*cleanup)(struct VBCLSERVICE **ppInterface); member in struct:VBCLSERVICE
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_init.c116 SPUSelfDispatchFuncPtr *self, SPUCleanupFuncPtr *cleanup,
123 *cleanup = packSPUCleanup;
115 SPULoad( char **name, char **super, SPUInitFuncPtr *init, SPUSelfDispatchFuncPtr *self, SPUCleanupFuncPtr *cleanup, SPUOptionsPtr *options, int *flags ) argument
/vbox/src/recompiler/tests/
H A Dtest_path.c30 static void cleanup(void) function
145 cleanup();
/vbox/src/VBox/Main/glue/
H A Dstring.cpp70 cleanup();
132 cleanup();
174 * called cleanup().
274 * @remarks This calls cleanup() first, so the caller doesn't have to. (Saves
279 cleanup();
/vbox/src/libs/zlib-1.2.6/examples/
H A Denough.c179 local void cleanup(void) function
300 cleanup();
462 /* set up globals for cleanup() */
525 cleanup();
537 cleanup();
554 cleanup();
567 cleanup();
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/
H A DEnvirons.c51 if (gMD->cleanup != NULL) {
52 gMD->cleanup();
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseMemoryLibMmx/Ia32/
H A DCopyMem.asm62 pop ecx ; stack cleanup
63 pop ecx ; stack cleanup
/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/
H A DMainData.h77 void (*cleanup)(void); // Stdio Cleanup Function Pointer member in struct:__MainData
94 BOOLEAN aborting; // Ensures cleanup function only called once when aborting.

Completed in 1807 milliseconds

123456