HomeSort by relevance Sort by last modified time
    Searched refs:finalize (Results 76 - 100 of 494) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/luni/src/test/java/libcore/java/lang/
ThreadTest.java 64 @Override protected void finalize() throws Throwable { method
65 super.finalize();
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapTempFileLiteral.java 64 protected void finalize() throws Throwable { method in class:ImapTempFileLiteral
68 super.finalize();
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/
JPEGOutputStream.java 127 protected void finalize() throws Throwable { method in class:JPEGOutputStream
131 super.finalize();
JPEGInputStream.java 155 protected void finalize() throws Throwable { method in class:JPEGInputStream
159 super.finalize();
  /art/runtime/
thread_pool.cc 51 task->Finalize();
179 task->Finalize();
222 bool finalize; local
250 finalize = !--steal_from_task->ref_count_;
253 if (finalize) {
254 steal_from_task->Finalize();
261 // If nobody is still referencing task_ we can finalize it.
262 finalize = !--stealing_task->ref_count_;
265 if (finalize) {
266 stealing_task->Finalize();
    [all...]
  /external/guava/guava-tests/test/com/google/common/testing/
GcFinalizationTest.java 31 protected void finalize() { latch.countDown(); }
41 protected void finalize() { future.set(null); }
52 protected void finalize() { future.cancel(false); }
  /cts/tests/src/android/app/cts/
AppStubActivity.java 54 public void finalize() { method in class:AppStubActivity
56 super.finalize();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
OpenSSLDigest.java 117 protected void finalize() throws Throwable { method in class:OpenSSLDigest
121 super.finalize();
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/infos/
RigidBodyMotionState.java 156 protected void finalize() throws Throwable { method in class:RigidBodyMotionState
157 super.finalize();
  /external/smack/src/org/jivesoftware/smackx/
RosterExchangeManager.java 183 protected void finalize() throws Throwable { method in class:RosterExchangeManager
185 super.finalize();
  /frameworks/base/core/java/android/content/
ContentQueryMap.java 178 protected void finalize() throws Throwable { method in class:ContentQueryMap
180 super.finalize();
  /frameworks/base/core/java/android/os/
TokenWatcher.java 196 protected void finalize() throws Throwable method in class:TokenWatcher.Death
205 super.finalize();
  /frameworks/base/core/java/android/view/
InputEventReceiver.java 77 protected void finalize() throws Throwable { method in class:InputEventReceiver
81 super.finalize();
InputQueue.java 58 protected void finalize() throws Throwable { method in class:InputQueue
62 super.finalize();
VelocityTracker.java 95 protected void finalize() throws Throwable { method in class:VelocityTracker
102 super.finalize();
  /frameworks/base/graphics/java/android/graphics/
BitmapRegionDecoder.java 249 protected void finalize() throws Throwable { method in class:BitmapRegionDecoder
253 super.finalize();
NinePatch.java 87 protected void finalize() throws Throwable { method in class:NinePatch
91 super.finalize();
SurfaceTexture.java 280 protected void finalize() throws Throwable { method in class:SurfaceTexture
284 super.finalize();
Typeface.java 197 protected void finalize() throws Throwable { method in class:Typeface
201 super.finalize();
  /libcore/luni/src/main/java/java/util/regex/
Pattern.java 446 @Override protected void finalize() throws Throwable { method in class:Pattern
450 super.finalize();
  /libcore/luni/src/main/java/java/util/zip/
Inflater.java 105 @Override protected void finalize() { method in class:Inflater
113 super.finalize();
  /libcore/luni/src/main/java/libcore/icu/
RuleBasedCollatorICU.java 147 @Override protected void finalize() throws Throwable { method in class:RuleBasedCollatorICU
151 super.finalize();
  /packages/apps/Email/src/com/android/email/service/
ImapTempFileLiteral.java 67 protected void finalize() throws Throwable { method in class:ImapTempFileLiteral
71 super.finalize();
  /art/test/NativeAllocations/
NativeAllocations.java 41 protected void finalize() throws Exception { method in class:NativeAllocations.NativeAllocation
  /dalvik/tests/098-native-allocations/src/
Main.java 41 protected void finalize() throws Exception { method in class:Main.NativeAllocation

Completed in 1140 milliseconds

1 2 34 5 6 7 8 91011>>