HomeSort by relevance Sort by last modified time
    Searched refs:finalize (Results 51 - 75 of 506) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/bindings/scripts/test/ObjC/
DOMTestCallback.mm 77 - (void)finalize
81 [super finalize];
  /external/webkit/Source/WebCore/platform/mac/
SharedBufferMac.mm 67 - (void)finalize
69 [super finalize];
  /external/webkit/Source/WebKit/mac/WebView/
WebViewData.mm 114 - (void)finalize
122 [super finalize];
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
JSWrapper.h 41 static void finalize(JSObjectRef);
  /frameworks/base/core/java/com/android/internal/os/
BinderInternal.java 44 protected void finalize() throws Throwable { method in class:BinderInternal.GcWatcher
  /frameworks/base/media/java/android/media/
MediaCrypto.java 74 protected void finalize() { method in class:MediaCrypto
RemoteDisplay.java 52 protected void finalize() throws Throwable { method in class:RemoteDisplay
56 super.finalize();
  /frameworks/compile/mclinker/include/mcld/LD/
SectionSymbolSet.h 43 /// finalize - set section symbols' fragmentRef and push it into the output
45 bool finalize(LDSection& pOutSect, SymbolTable& pSymTab);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
RuntimeTest.java 44 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/
PhysicsJoint.java 140 protected void finalize() throws Throwable { method in class:PhysicsJoint
141 super.finalize();
  /external/smack/src/org/jivesoftware/smackx/
PEPManager.java 156 protected void finalize() throws Throwable { method in class:PEPManager
158 super.finalize();
  /external/webkit/Source/WebCore/bindings/js/
JSNamedNodeMapCustom.cpp 39 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
  /frameworks/base/core/java/android/app/backup/
FileBackupHelperBase.java 41 protected void finalize() throws Throwable { method in class:FileBackupHelperBase
45 super.finalize();
  /frameworks/base/core/java/android/hardware/usb/
UsbRequest.java 76 protected void finalize() throws Throwable { method in class:UsbRequest
79 Log.v(TAG, "endpoint still open in finalize(): " + this);
83 super.finalize();
  /frameworks/base/core/java/android/view/
InputChannel.java 70 protected void finalize() throws Throwable { method in class:InputChannel
74 super.finalize();
InputEventSender.java 72 protected void finalize() throws Throwable { method in class:InputEventSender
76 super.finalize();
  /frameworks/base/graphics/java/android/graphics/
Picture.java 159 protected void finalize() throws Throwable { method in class:Picture
163 super.finalize();
SurfaceTexture.java 264 protected void finalize() throws Throwable { method in class:SurfaceTexture
268 super.finalize();
  /frameworks/base/media/java/android/mtp/
MtpDevice.java 76 protected void finalize() throws Throwable { method in class:MtpDevice
80 super.finalize();
  /frameworks/opt/net/voip/src/java/android/net/rtp/
AudioGroup.java 202 protected void finalize() throws Throwable { method in class:AudioGroup
204 super.finalize();
  /libcore/luni/src/main/java/java/io/
FileInputStream.java 135 * if an error occurs attempting to finalize this stream.
137 @Override protected void finalize() throws IOException { method in class:FileInputStream
145 super.finalize();
147 // for consistency with the RI, we must override Object.finalize() to
FileOutputStream.java 148 @Override protected void finalize() throws IOException { method in class:FileOutputStream
156 super.finalize();
158 // for consistency with the RI, we must override Object.finalize() to
  /libcore/luni/src/main/java/libcore/net/
RawSocket.java 132 @Override protected void finalize() throws Throwable { method in class:RawSocket
139 super.finalize();
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLEngine.java 103 protected void finalize() throws Throwable { method in class:OpenSSLEngine
108 super.finalize();
OpenSSLMessageDigestJDK.java 107 @Override protected void finalize() throws Throwable { method in class:OpenSSLMessageDigestJDK
111 super.finalize();

Completed in 2616 milliseconds

1 23 4 5 6 7 8 91011>>