HomeSort by relevance Sort by last modified time
    Searched refs:finalize (Results 226 - 250 of 447) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/java/io/
RandomAccessFile.java 170 @Override protected void finalize() throws Throwable { method in class:RandomAccessFile
177 super.finalize();
  /libcore/luni/src/main/java/java/math/
BigInt.java 29 @Override protected void finalize() throws Throwable { method in class:BigInt
36 super.finalize();
  /frameworks/av/media/libstagefright/wifi-display/source/
TSPacketizer.cpp 60 void finalize();
239 void TSPacketizer::Track::finalize() { function in class:android::TSPacketizer::Track
607 track->finalize();
  /external/chromium/chrome/browser/ui/gtk/
gtk_custom_menu_item.cc 137 gobject_class->finalize = gtk_custom_menu_item_finalize;
169 G_OBJECT_CLASS(gtk_custom_menu_item_parent_class)->finalize(object);
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
PhysicsVehicle.java 576 protected void finalize() throws Throwable { method in class:PhysicsVehicle
577 super.finalize();
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebhistoryitem.cpp 119 G_OBJECT_CLASS(webkit_web_history_item_parent_class)->finalize(object);
127 gobject_class->finalize = webkit_web_history_item_finalize;
webkitwebnavigationaction.cpp 127 G_OBJECT_CLASS(webkit_web_navigation_action_parent_class)->finalize(obj);
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 94 int (*finalize)(sqlite3_stmt*pStmt); member in struct:sqlite3_api_routines
272 #define sqlite3_finalize sqlite3_api->finalize
  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 222 protected void finalize() throws Throwable { method in class:BluetoothSocket
226 super.finalize();
  /frameworks/base/core/java/android/content/res/
XmlBlock.java 453 protected void finalize() throws Throwable { method in class:XmlBlock.Parser
469 protected void finalize() throws Throwable { method in class:XmlBlock
  /frameworks/base/core/java/android/net/http/
AndroidHttpClient.java 193 protected void finalize() throws Throwable { method in class:AndroidHttpClient
194 super.finalize();
  /frameworks/base/core/java/android/view/
Surface.java 367 protected void finalize() throws Throwable { method in class:Surface
374 super.finalize();
  /frameworks/base/core/java/android/view/animation/
Animation.java 1051 protected void finalize() throws Throwable { method
    [all...]
  /frameworks/base/services/java/com/android/server/am/
PendingIntentRecord.java 305 protected void finalize() throws Throwable { method in class:PendingIntentRecord
312 super.finalize();
  /frameworks/opt/vcard/java/com/android/vcard/
VCardComposer.java 625 protected void finalize() throws Throwable { method in class:VCardComposer
631 super.finalize();
  /libcore/luni/src/main/java/java/net/
PlainSocketImpl.java 204 @Override protected void finalize() throws Throwable { method in class:PlainSocketImpl
211 super.finalize();
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
ExemptionMechanismTest.java 183 protected void finalize() { method in class:ExemptionMechanismTest.Mock_ExemptionMechanism
185 super.finalize();
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLRootView.java 609 protected void finalize() throws Throwable { method in class:GLRootView
613 super.finalize();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
SystemTest.java 402 protected void finalize() { method in class:SystemTest
  /external/llvm/include/llvm/ADT/
Hashing.h 314 uint64_t finalize(size_t length) { function in struct:llvm::hashing::detail::hash_state
442 return state.finalize(length);
473 return state.finalize(length);
640 return state.finalize(length);
  /external/webkit/Source/JavaScriptCore/API/
JSObjectRef.h 98 @discussion If you named your function Finalize, you would declare it like this:
100 void Finalize(JSObjectRef object);
102 The finalize callback is called on the most derived class first, and the least
320 @field finalize The callback invoked when an object is finalized (prepared for garbage collection). Use this callback to release resources allocated for the object, and perform other cleanup.
354 JSObjectFinalizeCallback finalize; member in struct:__anon15838
369 @discussion Use this constant as a convenience when creating class definitions. For example, to create a class definition with only a finalize method:
372 definition.finalize = Finalize;
    [all...]
  /external/webkit/Source/JavaScriptCore/API/tests/
JSNode.c 176 definition.finalize = JSNode_finalize;
  /external/webkit/Source/JavaScriptCore/heap/
HandleHeap.h 47 virtual void finalize(Handle<Unknown>, void* context);
  /external/webkit/Source/JavaScriptCore/runtime/
WeakGCMap.h 179 virtual void finalize(Handle<Unknown> handle, void* context) function in class:JSC::WeakGCMap
  /external/webkit/Source/WebCore/bindings/js/
JSNodeCustom.cpp 182 void JSNodeOwner::finalize(JSC::Handle<JSC::Unknown> handle, void* context) function in class:WebCore::JSNodeOwner

Completed in 6748 milliseconds

1 2 3 4 5 6 7 8 91011>>