HomeSort by relevance Sort by last modified time
    Searched full:finalizer (Results 51 - 75 of 160) sorted by null

1 23 4 5 6 7

  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Xfermode_Delegate.java 63 /*package*/ static void finalizer(int native_instance) { method in class:Xfermode_Delegate
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
BasicTexture.java 190 // We cannot call Bitmap's recycle() in finalizer because at that point
191 // the finalizer of Bitmap may already be called so recycle() will crash.
  /libcore/dalvik/src/main/java/dalvik/system/
CloseGuard.java 20 * CloseGuard is a mechanism for flagging implicit finalizer cleanup of
99 * Note that the null check on {@code guard} in the finalizer is to
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
BasicTexture.java 190 // We cannot call Bitmap's recycle() in finalizer because at that point
191 // the finalizer of Bitmap may already be called so recycle() will crash.
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
BasicTexture.java 190 // We cannot call Bitmap's recycle() in finalizer because at that point
191 // the finalizer of Bitmap may already be called so recycle() will crash.
  /frameworks/base/core/jni/android/graphics/
Path.cpp 37 static void finalizer(JNIEnv* env, jobject clazz, SkPath* obj) { function in class:android::SkPathGlue
271 {"finalizer", "(I)V", (void*) SkPathGlue::finalizer},
Picture.cpp 89 // unref in its finalizer, so we have to ref it here, so that both that
Matrix.cpp 34 static void finalizer(JNIEnv* env, jobject clazz, SkMatrix* obj) { function in class:android::SkMatrixGlue
362 {"finalizer", "(I)V", (void*) SkMatrixGlue::finalizer},
  /art/test/036-finalizer/src/
Main.java 20 * Some finalizer tests.
  /external/chromium_org/third_party/freetype/src/autofit/
afmodule.c 70 face->autohint.finalizer =
  /external/freetype/src/autofit/
afmodule.c 70 face->autohint.finalizer =
  /frameworks/webview/chromium/
proguard.flags 73 # Keep finalizer stuff from google-common used via reflection
  /libcore/luni/src/main/java/java/nio/
MappedByteBuffer.java 97 * Unless you call this, changes may not be written back until the finalizer
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/
gnu-user.h 60 GNU userspace "finalizer" file, `crtn.o'. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/
gnu-user.h 60 GNU userspace "finalizer" file, `crtn.o'. */
  /libcore/libart/src/main/java/java/lang/
Object.java 209 * Note also that finalizers are run on a single VM-wide finalizer thread,
210 * so doing blocking work in a finalizer is a bad idea. A finalizer is usually only necessary
217 * the single finalizer thread.
225 * <p>Uncaught exceptions thrown by finalizers are ignored and do not terminate the finalizer
  /libcore/libdvm/src/main/java/java/lang/
Object.java 201 * Note also that finalizers are run on a single VM-wide finalizer thread,
202 * so doing blocking work in a finalizer is a bad idea. A finalizer is usually only necessary
209 * the single finalizer thread.
217 * <p>Uncaught exceptions thrown by finalizers are ignored and do not terminate the finalizer
  /external/chromium_org/third_party/freetype/src/cache/
ftccache.h 169 /* default cache finalizer */
  /external/chromium_org/third_party/skia/include/core/
SkThread_platform.h 142 // a corresponding static finalizer).
  /external/freetype/src/cache/
ftccache.h 169 /* default cache finalizer */
  /external/skia/include/core/
SkThread_platform.h 142 // a corresponding static finalizer).
  /libcore/luni/src/main/java/java/nio/charset/
CharsetDecoderICU.java 58 address = 0; // CharsetDecoderICU has taken ownership; its finalizer will do the free.
  /libcore/luni/src/test/java/tests/api/java/lang/ref/
PhantomReferenceTest.java 118 // Allow the finalizer to run to potentially enqueue
  /libcore/luni/src/main/java/java/util/
Timer.java 353 private final FinalizerHelper finalizer; field in class:Timer
368 this.finalizer = new FinalizerHelper(impl);
  /external/guava/guava-testlib/src/com/google/common/testing/
GcFinalization.java 175 * Creates a garbage object that counts down the latch in its finalizer. Sequestered into a

Completed in 243 milliseconds

1 23 4 5 6 7