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
874
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/graphics/java/android/graphics/
Rasterizer.java
29
protected void
finalize
() throws Throwable { }
method in class:Rasterizer
DrawFilter.java
33
protected void
finalize
() throws Throwable {
method in class:DrawFilter
38
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
ColorFilter.java
53
protected void
finalize
() throws Throwable {
method in class:ColorFilter
60
super.
finalize
();
Camera.java
163
protected void
finalize
() throws Throwable {
method in class:Camera
168
super.
finalize
();
/external/conscrypt/common/src/main/java/org/conscrypt/
NativeRef.java
57
protected void
finalize
() throws Throwable {
method in class:NativeRef.EC_GROUP
61
super.
finalize
();
72
protected void
finalize
() throws Throwable {
method in class:NativeRef.EC_POINT
76
super.
finalize
();
87
protected void
finalize
() throws Throwable {
method in class:NativeRef.EVP_CIPHER_CTX
91
super.
finalize
();
102
protected void
finalize
() throws Throwable {
method in class:NativeRef.EVP_MD_CTX
106
super.
finalize
();
117
protected void
finalize
() throws Throwable {
method in class:NativeRef.EVP_PKEY
121
super.
finalize
();
132
protected void
finalize
() throws Throwable {
method in class:NativeRef.EVP_PKEY_CTX
147
protected void
finalize
() throws Throwable {
method in class:NativeRef.HMAC_CTX
[
all
...]
OpenSSLBIOSink.java
73
protected void
finalize
() throws Throwable {
method in class:OpenSSLBIOSink
77
super.
finalize
();
/external/protobuf/php/ext/google/protobuf/
test.php
11
->
finalize
();
/frameworks/base/core/java/android/view/
SurfaceSession.java
45
protected void
finalize
() throws Throwable {
method in class:SurfaceSession
51
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
();
/external/javasqlite/src/main/java/SQLite/
Vm.java
67
protected native void
finalize
();
method in class:Vm
/art/test/Transaction/
Transaction.java
79
public void
finalize
() throws Throwable {
method in class:Transaction.AbortHelperClass
80
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
();
/external/swiftshader/third_party/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);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
IsCollectedDebuggee.java
121
protected void
finalize
() throws Throwable {
method in class:IsCollectedObject001_01
123
super.
finalize
();
129
protected void
finalize
() throws Throwable {
method in class:IsCollectedObject001_02
131
super.
finalize
();
137
protected void
finalize
() throws Throwable {
method in class:IsCollectedObject001_03
139
super.
finalize
();
DisableCollectionDebuggee.java
114
protected void
finalize
() throws Throwable {
method in class:DisableCollectionObject001_01
116
super.
finalize
();
122
protected void
finalize
() throws Throwable {
method in class:DisableCollectionObject001_02
124
super.
finalize
();
EnableCollectionDebuggee.java
136
protected void
finalize
() throws Throwable {
method in class:EnableCollectionObject001_01
138
super.
finalize
();
144
protected void
finalize
() throws Throwable {
method in class:EnableCollectionObject001_02
146
super.
finalize
();
/libcore/luni/src/test/native/
libcore_util_NativeAllocationRegistryTest.cpp
26
static void
finalize
(uint64_t* ptr) {
function
33
return static_cast<jlong>(reinterpret_cast<uintptr_t>(&
finalize
));
/dalvik/dx/tests/089-dex-define-object/
Object.java
28
protected void
finalize
() {
method in class:Object
/external/skia/src/pdf/
SkDeflate.h
37
/** The destructor calls
finalize
(). */
41
write() will fail. Subsequent calls to
finalize
() do nothing. */
42
void
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
();
/system/core/fs_mgr/
fs_mgr_priv_sha.h
36
const uint8_t*
finalize
() {
function in class:SHA256Hasher
56
const uint8_t*
finalize
() {
function in class:SHA512Hasher
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
EnableCollectionDebuggee.java
119
protected void
finalize
() throws Throwable {
method in class:EnableCollectionObject001_01
121
super.
finalize
();
127
protected void
finalize
() throws Throwable {
method in class:EnableCollectionObject001_02
129
super.
finalize
();
Completed in 4924 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>