HomeSort by relevance Sort by last modified time
    Searched refs:finalize (Results 1 - 25 of 440) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/graphics/java/android/graphics/
ColorFilter.java 33 protected void finalize() throws Throwable { method in class:ColorFilter
35 super.finalize();
Xfermode.java 33 protected void finalize() throws Throwable { method in class:Xfermode
37 super.finalize();
DrawFilter.java 30 protected void finalize() throws Throwable { method in class:DrawFilter
MaskFilter.java 26 protected void finalize() throws Throwable { method in class:MaskFilter
PathEffect.java 26 protected void finalize() throws Throwable { method in class:PathEffect
Rasterizer.java 26 protected void finalize() throws Throwable { method in class:Rasterizer
Camera.java 134 protected void finalize() throws Throwable { method in class:Camera
138 super.finalize();
Shader.java 85 protected void finalize() throws Throwable { method in class:Shader
87 super.finalize();
RegionIterator.java 44 protected void finalize() throws Throwable { method in class:RegionIterator
  /frameworks/base/core/java/android/view/
SurfaceSession.java 40 protected void finalize() throws Throwable { method in class:SurfaceSession
GLES20Layer.java 72 protected void finalize() throws Throwable { method in class:GLES20Layer.Finalizer
78 super.finalize();
  /external/bluetooth/glib/gio/
gnativevolumemonitor.c 15 G_OBJECT_CLASS (g_native_volume_monitor_parent_class)->finalize (object);
24 gobject_class->finalize = g_native_volume_monitor_finalize;
  /frameworks/base/services/java/com/android/server/wm/
InputApplicationHandle.java 48 protected void finalize() throws Throwable { method in class:InputApplicationHandle
52 super.finalize();
InputWindowHandle.java 100 protected void finalize() throws Throwable { method in class:InputWindowHandle
104 super.finalize();
  /external/javasqlite/src/main/java/SQLite/
Vm.java 67 protected native void finalize(); method in class:Vm
  /external/webkit/Source/JavaScriptCore/API/
JSCallbackObject.cpp 42 void JSCallbackObjectData::finalize(Handle<Unknown> handle, void* context) function in class:JSC::JSCallbackObjectData
48 if (JSObjectFinalizeCallback finalize = jsClass->finalize)
49 finalize(thisRef);
  /external/llvm/include/llvm/
DebugInfoProbe.h 35 /// finalize - Collect information after running an optimization pass. This
37 void finalize(Function &F);
39 /// report - Report findings. This should be invoked after finalize.
60 /// finalize - Collect information after running an optimization pass. This
62 void finalize(Pass *P, Function &F);
  /cts/tests/tests/graphics/src/android/graphics/cts/
RasterizerTest.java 32 notes = "Test finalize function",
33 method = "finalize",
38 notes = "Test finalize function",
46 mr.finalize();
54 public void finalize() throws Throwable { method in class:RasterizerTest.MockRasterizer
55 super.finalize();
  /libcore/luni/src/main/java/libcore/icu/
NativePluralRules.java 41 @Override protected void finalize() throws Throwable { method in class:NativePluralRules
45 super.finalize();
  /dalvik/dx/tests/089-dex-define-object/
Object.java 28 protected void finalize() { method in class:Object
  /dalvik/tests/036-finalizer/src/
FinalizerTest.java 19 protected void finalize() { method in class:FinalizerTest
  /frameworks/base/core/java/android/os/
StatFs.java 42 protected void finalize() { native_finalize(); } method in class:StatFs
  /libcore/luni/src/test/java/libcore/java/lang/ref/
FinalizeTest.java 43 @Override protected void finalize() throws Throwable { method
44 super.finalize();
84 @Override protected void finalize() throws Throwable { method in class:FinalizeTest.ConstructionFails
91 * to finalize. Check that objects near that limit are okay.
106 @Override protected void finalize() throws Throwable { method
107 System.out.println("finalize sleeping " + millis + " ms");
129 @Override protected void finalize() throws Throwable { method
  /libcore/luni/src/test/java/libcore/java/lang/
ThreadTest.java 53 @Override protected void finalize() throws Throwable { method
54 super.finalize();
  /packages/apps/Email/emailcommon/src/org/apache/commons/io/input/
AutoCloseInputStream.java 124 protected void finalize() throws Throwable { method in class:AutoCloseInputStream
126 super.finalize();

Completed in 435 milliseconds

1 2 3 4 5 6 7 8 91011>>