Searched refs:finalize (Results 1 - 20 of 20) sorted by relevance

/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/internal/
H A DXPCOMJavaProxyBase.java43 * It allows us to handle any JVM calls to <code>finalize</code> when the Proxy
49 * @see java.lang.Object#finalize()
51 void finalize() throws Throwable; method in interface:XPCOMJavaProxyBase
H A DXPCOMJavaProxy.java131 // Handle the 'finalize' method called during garbage collection
133 if (methodName.equals("finalize")) {
237 super.finalize();
/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/
H A DProfileLock.java58 protected void finalize() throws Throwable { method in class:ProfileLock
60 super.finalize();
/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuiadminglobalrsrc.py82 return (sTitle, oForm.finalize())
H A Dwuicontentbase.py500 sContent = oForm.finalize();
H A Dwuihlpform.py97 def finalize(self): member in class:WuiHlpForm
/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/
H A Dsession.c356 object_class->finalize = lightdm_session_finalize;
H A Duser.c948 G_OBJECT_CLASS (lightdm_user_list_parent_class)->finalize (object);
960 object_class->finalize = lightdm_user_list_finalize;
1524 object_class->finalize = lightdm_user_finalize;
1645 object_class->finalize = session_finalize;
H A Dgreeter.c1235 G_OBJECT_CLASS (lightdm_greeter_parent_class)->finalize (object);
1247 object_class->finalize = lightdm_greeter_finalize;
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/include/
H A Dprgc.h102 void (PR_CALLBACK *finalize)(void GCPTR *obj); member in struct:GCType
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/
H A Dprgcapi.c124 if (0 != ct->gctype.finalize) {
333 /* first finalize all the objects in the heap */
H A Dprmsgc.c1349 PR_ASSERT((0 != ct->flags) && (0 != ct->gctype.finalize));
1431 _GCTRACE(GC_FINAL, ("finalize 0x%x (%d)", p, OBJ_BYTES(h)));
1440 PR_ASSERT(ct->gctype.finalize != 0);
1441 (*ct->gctype.finalize)(p + 1);
1475 OutputDebugString("### Doing finalize-on-exit pass\n");
2874 if (0 != ct->gctype.finalize) {
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A Dpldhash.h316 * allows table->ops-specific code to finalize table->data.
346 * finalize Stub unless table->data was initialized and needs to
369 PLDHashFinalize finalize; member in struct:PLDHashTableOps
H A Dpldhash.c359 /* Call finalize before clearing entries, so it can enumerate them. */
360 table->ops->finalize(table);
/vbox/src/VBox/HostDrivers/VBoxUSB/darwin/
H A DVBoxUSB.cpp132 virtual bool finalize(IOOptionBits fOptions);
727 org_virtualbox_VBoxUSBClient::finalize(IOOptionBits fOptions) function in class:org_virtualbox_VBoxUSBClient
729 Log(("VBoxUSBClient::finalize([%p], %#x)\n", this, fOptions));
730 return IOUserClient::finalize(fOptions);
/vbox/src/VBox/HostDrivers/Support/darwin/
H A DSUPDrv-darwin.cpp164 virtual bool finalize(IOOptionBits fOptions);
1682 bool org_virtualbox_SupDrvClient::finalize(IOOptionBits fOptions) function in class:org_virtualbox_SupDrvClient
1684 LogFlow(("org_virtualbox_SupDrvClient::finalize([%p], %#x)\n", this, fOptions));
1685 return IOUserClient::finalize(fOptions);
/vbox/src/libs/libxml2-2.6.31/xstc/
H A Dxstc.py301 def finalize(self): member in class:XSTCTestCase
670 test.finalize()
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dresolver.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/org/ com/sun/org/apache/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/vbox/src/libs/libxml2-2.6.31/
H A Dltmain.sh4785 # We have no uninstalled library dependencies, so finalize right now.
6174 finalize=yes
6188 finalize=no
6206 if test "$finalize" = yes && test -z "$run"; then

Completed in 120 milliseconds