HomeSort by relevance Sort by last modified time
    Searched refs:finalize (Results 476 - 500 of 1191) sorted by null

<<11121314151617181920>>

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
btSoftBodyJointData.java 46 protected void finalize() throws Throwable { method in class:btSoftBodyJointData
49 super.finalize();
btSoftBodyWorldInfo.java 46 protected void finalize() throws Throwable { method in class:btSoftBodyWorldInfo
49 super.finalize();
btSoftRigidDynamicsWorld.java 46 protected void finalize() throws Throwable { method in class:btSoftRigidDynamicsWorld
49 super.finalize();
  /frameworks/base/core/java/android/database/sqlite/
SQLiteCursor.java 258 protected void finalize() { method in class:SQLiteCursor
275 super.finalize();
  /frameworks/base/core/java/android/os/
UEventObserver.java 56 protected void finalize() throws Throwable { method in class:UEventObserver
60 super.finalize();
  /frameworks/base/core/java/android/util/
MemoryIntArray.java 162 protected void finalize() throws Throwable { method in class:MemoryIntArray
164 super.finalize();
  /frameworks/base/core/java/android/view/
GraphicBuffer.java 230 protected void finalize() throws Throwable { method in class:GraphicBuffer
234 super.finalize();
  /frameworks/base/graphics/java/android/graphics/pdf/
PdfDocument.java 203 protected void finalize() throws Throwable { method in class:PdfDocument
208 super.finalize();
  /frameworks/base/keystore/java/android/security/keystore/
AndroidKeyStoreHmacSpi.java 250 public void finalize() throws Throwable { method in class:AndroidKeyStoreHmacSpi
257 super.finalize();
  /frameworks/base/media/java/android/media/
MediaMetadataRetriever.java 330 protected void finalize() throws Throwable { method in class:MediaMetadataRetriever
334 super.finalize();
  /frameworks/base/media/java/android/mtp/
MtpDevice.java 94 protected void finalize() throws Throwable { method in class:MtpDevice
98 super.finalize();
  /frameworks/base/services/print/java/com/android/server/print/
RemotePrintServiceRecommendationService.java 178 protected void finalize() throws Throwable { method in class:RemotePrintServiceRecommendationService
180 Log.w(LOG_TAG, "Service still connected on finalize()");
184 super.finalize();
  /hardware/intel/common/libmix/mix_common/src/
mixparams.c 72 klass->finalize = mix_params_finalize;
171 klass->finalize(obj);
175 /* i.e. If the refcount is still 0 we can really free the object, else the finalize method recycled the object -- but to where? */
  /libcore/luni/src/test/java/libcore/java/lang/
OldObjectTest.java 77 public void finalize() throws Throwable { method in class:OldObjectTest.MockObject
78 super.finalize();
ThreadTest.java 189 @Override protected void finalize() throws Throwable { method
190 super.finalize();
  /external/autotest/client/site_tests/graphics_PiglitBVT/
graphics_PiglitBVT.py 29 self.GSC.finalize()
  /external/javasqlite/src/main/java/SQLite/
Stmt.java 286 protected native void finalize(); method in class:Stmt
  /external/jsilver/src/org/clearsilver/jni/
JniCs.java 74 protected void finalize() { method in class:JniCs
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/
btWheelInfo.java 45 protected void finalize() throws Throwable { method in class:btWheelInfo
48 super.finalize();
88 protected void finalize() throws Throwable { method in class:btWheelInfo.RaycastInfo
91 super.finalize();
  /external/opencv3/modules/java/src/
calib3d+StereoMatcher.java 205 protected void finalize() throws Throwable { method in class:StereoMatcher
250 // native support for java finalize()
calib3d+StereoSGBM.java 185 protected void finalize() throws Throwable { method in class:StereoSGBM
225 // native support for java finalize()
imgproc+LineSegmentDetector.java 79 protected void finalize() throws Throwable { method in class:LineSegmentDetector
96 // native support for java finalize()
ml+KNearest.java 171 protected void finalize() throws Throwable { method in class:KNearest
208 // native support for java finalize()
  /frameworks/base/graphics/java/android/graphics/
Interpolator.java 148 protected void finalize() throws Throwable { method in class:Interpolator
PathMeasure.java 155 protected void finalize() throws Throwable { method in class:PathMeasure

Completed in 4100 milliseconds

<<11121314151617181920>>