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
570
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/conscrypt/src/main/java/org/conscrypt/
OpenSSLDigestContext.java
25
protected void
finalize
() throws Throwable {
method in class:OpenSSLDigestContext
29
super.
finalize
();
OpenSSLCipherContext.java
31
protected void
finalize
() throws Throwable {
method in class:OpenSSLCipherContext
35
super.
finalize
();
OpenSSLBIOSink.java
67
protected void
finalize
() throws Throwable {
method in class:OpenSSLBIOSink
71
super.
finalize
();
/frameworks/base/graphics/java/android/graphics/
ColorFilter.java
38
protected void
finalize
() throws Throwable {
method in class:ColorFilter
40
super.
finalize
();
DrawFilter.java
30
protected void
finalize
() throws Throwable {
method in class:DrawFilter
34
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
88
protected void
finalize
() throws Throwable {
method in class:Shader
90
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
();
/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
104
protected void
finalize
() throws Throwable {
method in class:InputWindowHandle
108
super.
finalize
();
/external/javasqlite/src/main/java/SQLite/
Vm.java
67
protected native void
finalize
();
method in class:Vm
/external/chromium_org/ui/android/java/src/org/chromium/ui/gl/
SurfaceTextureListener.java
30
protected void
finalize
() throws Throwable {
method in class:SurfaceTextureListener
34
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 9283 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>