OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:finalize
(Results
1 - 25
of
612
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/graphics/java/android/graphics/
ColorFilter.java
38
protected void
finalize
() throws Throwable {
method in class:ColorFilter
40
super.
finalize
();
DrawFilter.java
33
protected void
finalize
() throws Throwable {
method in class:DrawFilter
37
super.
finalize
();
Xfermode.java
33
protected void
finalize
() throws Throwable {
method in class:Xfermode
37
super.
finalize
();
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
27
protected void
finalize
() throws Throwable {
method in class:Rasterizer
RegionIterator.java
44
protected void
finalize
() throws Throwable {
method in class:RegionIterator
Camera.java
163
protected void
finalize
() throws Throwable {
method in class:Camera
167
super.
finalize
();
Shader.java
89
protected void
finalize
() throws Throwable {
method in class:Shader
91
super.
finalize
();
/cts/tests/tests/graphics/src/android/graphics/cts/
RasterizerTest.java
27
mr.
finalize
();
35
public void
finalize
() throws Throwable {
method in class:RasterizerTest.MockRasterizer
36
super.
finalize
();
/external/conscrypt/src/main/java/org/conscrypt/
NativeRef.java
54
protected void
finalize
() throws Throwable {
method in class:NativeRef.EC_GROUP
58
super.
finalize
();
69
protected void
finalize
() throws Throwable {
method in class:NativeRef.EC_POINT
73
super.
finalize
();
84
protected void
finalize
() throws Throwable {
method in class:NativeRef.EVP_AEAD_CTX
88
super.
finalize
();
99
protected void
finalize
() throws Throwable {
method in class:NativeRef.EVP_CIPHER_CTX
103
super.
finalize
();
114
protected void
finalize
() throws Throwable {
method in class:NativeRef.EVP_MD_CTX
118
super.
finalize
();
129
protected void
finalize
() throws Throwable {
method in class:NativeRef.EVP_PKEY
[
all
...]
OpenSSLBIOSink.java
67
protected void
finalize
() throws Throwable {
method in class:OpenSSLBIOSink
71
super.
finalize
();
/frameworks/base/core/java/android/view/
SurfaceSession.java
40
protected void
finalize
() throws Throwable {
method in class:SurfaceSession
46
super.
finalize
();
/frameworks/base/core/java/com/android/internal/util/
VirtualRefBasePtr.java
43
protected void
finalize
() throws Throwable {
method in class:VirtualRefBasePtr
47
super.
finalize
();
/frameworks/base/services/core/java/com/android/server/input/
InputApplicationHandle.java
47
protected void
finalize
() throws Throwable {
method in class:InputApplicationHandle
51
super.
finalize
();
InputWindowHandle.java
103
protected void
finalize
() throws Throwable {
method in class:InputWindowHandle
107
super.
finalize
();
/external/javasqlite/src/main/java/SQLite/
Vm.java
67
protected native void
finalize
();
method in class:Vm
/art/test/Transaction/
Transaction.java
75
public void
finalize
() throws Throwable {
method in class:Transaction.AbortHelperClass
76
super.
finalize
();
/cts/tests/tests/jni/src/android/jni/cts/
ClassLoaderStaticNonce.java
43
public void
finalize
() throws Throwable {
method in class:ClassLoaderStaticNonce.A
44
super.
finalize
();
/libcore/luni/src/main/java/libcore/icu/
Transliterator.java
32
@Override protected synchronized void
finalize
() throws Throwable {
method in class:Transliterator
37
super.
finalize
();
NativePluralRules.java
41
@Override protected void
finalize
() throws Throwable {
method in class:NativePluralRules
45
super.
finalize
();
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
IsCollectedDebuggee.java
119
protected void
finalize
() throws Throwable {
method in class:IsCollectedObject001_01
121
super.
finalize
();
126
protected void
finalize
() throws Throwable {
method in class:IsCollectedObject001_02
128
super.
finalize
();
133
protected void
finalize
() throws Throwable {
method in class:IsCollectedObject001_03
135
super.
finalize
();
/dalvik/dx/tests/089-dex-define-object/
Object.java
28
protected void
finalize
() {
method in class:Object
/libcore/luni/src/test/java/libcore/java/util/
ResourceLeakageDetectorTest.java
62
protected void
finalize
() throws Throwable {
method
66
super.
finalize
();
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
AutoCloseInputStream.java
124
protected void
finalize
() throws Throwable {
method in class:AutoCloseInputStream
126
super.
finalize
();
Completed in 628 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>