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

12345678

/external/javasqlite/src/main/java/SQLite/
H A DVm.java67 protected native void finalize(); method in class:Vm
H A DBackup.java29 protected void finalize() { method in class:Backup
/external/webkit/Source/JavaScriptCore/API/
H A DJSCallbackObject.cpp42 void JSCallbackObjectData::finalize(Handle<Unknown> handle, void* context) function in class:JSC::JSCallbackObjectData
48 if (JSObjectFinalizeCallback finalize = jsClass->finalize)
49 finalize(thisRef);
/external/webkit/Source/WebCore/bindings/objc/
H A DDOMXPath.mm52 - (void)finalize
56 [super finalize];
/external/webkit/Source/WebCore/bindings/scripts/test/ObjC/
H A DDOMTestInterface.mm64 - (void)finalize
68 [super finalize];
H A DDOMTestMediaQueryListListener.mm63 - (void)finalize
67 [super finalize];
H A DDOMTestSerializedScriptValueInterface.mm65 - (void)finalize
69 [super finalize];
H A DDOMTestCallback.mm77 - (void)finalize
81 [super finalize];
/external/webkit/Source/JavaScriptCore/wtf/
H A DSHA1.h52 void finalize();
/external/webkit/Source/WebCore/platform/sql/
H A DSQLiteStatement.cpp61 finalize();
116 int SQLiteStatement::finalize() function in class:WebCore::SQLiteStatement
123 LOG(SQLDatabase, "SQL - finalize - %s", m_query.ascii().data());
144 finalize();
147 finalize();
157 finalize();
160 finalize();
427 if (finalize() != SQLITE_OK)
456 finalize();
467 finalize();
[all...]
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
H A DCollisionShape.java123 protected void finalize() throws Throwable { method in class:CollisionShape
124 super.finalize();
/external/webkit/Source/WebCore/platform/mac/
H A DSharedBufferMac.mm67 - (void)finalize
69 [super finalize];
/external/webkit/Source/WebKit/mac/WebView/
H A DWebViewData.mm114 - (void)finalize
122 [super finalize];
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
H A DJSWrapper.h41 static void finalize(JSObjectRef);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DRuntimeTest.java44 protected void finalize() { method in class:RuntimeTest.HasFinalizer
50 protected void finalize() { method in class:RuntimeTest
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
H A DPhysicsJoint.java140 protected void finalize() throws Throwable { method in class:PhysicsJoint
141 super.finalize();
/external/webkit/Source/WebCore/bindings/js/
H A DJSNamedNodeMapCustom.cpp39 virtual void finalize(JSC::Handle<JSC::Unknown>, void* context);
53 void JSNamedNodeMapOwner::finalize(JSC::Handle<JSC::Unknown> handle, void* context) function in class:WebCore::JSNamedNodeMapOwner
H A DJSNodeListCustom.cpp41 virtual void finalize(JSC::Handle<JSC::Unknown>, void* context);
54 void JSNodeListOwner::finalize(JSC::Handle<JSC::Unknown> handle, void* context) function in class:WebCore::JSNodeListOwner
/external/webkit/Source/WebCore/bindings/scripts/test/GObject/
H A DWebKitDOMTestMediaQueryListListener.cpp86 G_OBJECT_CLASS(webkit_dom_test_media_query_list_listener_parent_class)->finalize(object);
121 gobjectClass->finalize = webkit_dom_test_media_query_list_listener_finalize;
140 * in a C-allocated GObject structure. See the finalize() code for the
H A DWebKitDOMTestInterface.cpp88 G_OBJECT_CLASS(webkit_dom_test_interface_parent_class)->finalize(object);
123 gobjectClass->finalize = webkit_dom_test_interface_finalize;
142 * in a C-allocated GObject structure. See the finalize() code for the
/external/webkit/Source/JavaScriptCore/jit/
H A DThunkGenerators.cpp71 return jit.finalize(globalData->jitStubs->ctiNativeCall());
80 return jit.finalize(globalData->jitStubs->ctiNativeCall());
90 return jit.finalize(globalData->jitStubs->ctiNativeCall());
102 return jit.finalize(globalData->jitStubs->ctiNativeCall());
157 return jit.finalize(globalData->jitStubs->ctiNativeCall());
/external/guava/guava-tests/test/com/google/common/testing/
H A DGcFinalizationTest.java31 protected void finalize() { latch.countDown(); }
41 protected void finalize() { future.set(null); }
52 protected void finalize() { future.cancel(false); }
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
H A DOpenSSLDigest.java117 protected void finalize() throws Throwable { method in class:OpenSSLDigest
121 super.finalize();
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/infos/
H A DRigidBodyMotionState.java156 protected void finalize() throws Throwable { method in class:RigidBodyMotionState
157 super.finalize();
/external/dbus/dbus/
H A Ddbus-transport-protected.h43 void (* finalize) (DBusTransport *transport); member in struct:DBusTransportVTable
44 /**< The finalize method must free the transport. */

Completed in 474 milliseconds

12345678