OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:finalize
(Results
126 - 150
of
612
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/java/android/database/sqlite/
SQLiteCursor.java
258
protected void
finalize
() {
method in class:SQLiteCursor
275
super.
finalize
();
/frameworks/base/core/java/android/emoji/
EmojiFactory.java
78
protected void
finalize
() throws Throwable {
method in class:EmojiFactory
82
super.
finalize
();
/frameworks/base/core/java/android/os/
UEventObserver.java
56
protected void
finalize
() throws Throwable {
method in class:UEventObserver
60
super.
finalize
();
Binder.java
407
protected void
finalize
() throws Throwable {
method in class:Binder
411
super.
finalize
();
545
protected void
finalize
() throws Throwable {
method in class:BinderProxy
549
super.
finalize
();
/frameworks/base/core/java/android/view/
GraphicBuffer.java
230
protected void
finalize
() throws Throwable {
method in class:GraphicBuffer
234
super.
finalize
();
/frameworks/base/graphics/java/android/graphics/
NinePatch.java
119
protected void
finalize
() throws Throwable {
method in class:NinePatch
126
super.
finalize
();
Interpolator.java
148
protected void
finalize
() throws Throwable {
method in class:Interpolator
PathMeasure.java
143
protected void
finalize
() throws Throwable {
method in class:PathMeasure
/frameworks/base/graphics/java/android/graphics/pdf/
PdfDocument.java
203
protected void
finalize
() throws Throwable {
method in class:PdfDocument
208
super.
finalize
();
/frameworks/base/keystore/java/android/security/keystore/
AndroidKeyStoreHmacSpi.java
249
public void
finalize
() throws Throwable {
method in class:AndroidKeyStoreHmacSpi
256
super.
finalize
();
/frameworks/base/media/java/android/media/
MediaMetadataRetriever.java
338
protected void
finalize
() throws Throwable {
method in class:MediaMetadataRetriever
342
super.
finalize
();
AmrInputStream.java
121
protected void
finalize
() throws Throwable {
method in class:AmrInputStream
FaceDetector.java
167
protected void
finalize
() throws Throwable {
method in class:FaceDetector
ImageReader.java
486
protected void
finalize
() throws Throwable {
method in class:ImageReader
490
super.
finalize
();
729
protected final void
finalize
() throws Throwable {
method in class:ImageReader.SurfaceImage
733
super.
finalize
();
/frameworks/base/services/core/java/com/android/server/lights/
LightsService.java
149
protected void
finalize
() throws Throwable {
method in class:LightsService
151
super.
finalize
();
/hardware/intel/common/libmix/mix_common/src/
mixparams.c
72
klass->
finalize
= mix_params_finalize;
171
klass->
finalize
(obj);
175
/* i.e. If the refcount is still 0 we can really free the object, else the
finalize
method recycled the object -- but to where? */
/libcore/dalvik/src/main/java/dalvik/system/
DexFile.java
277
@Override protected void
finalize
() throws Throwable {
method in class:DexFile
284
super.
finalize
();
/libcore/luni/src/main/java/java/util/zip/
Deflater.java
267
@Override protected void
finalize
() {
method in class:Deflater
278
super.
finalize
();
Inflater.java
105
@Override protected void
finalize
() {
method in class:Inflater
113
super.
finalize
();
/libcore/luni/src/main/java/javax/crypto/
ExemptionMechanism.java
364
@Override protected void
finalize
() {
method in class:ExemptionMechanism
366
super.
finalize
();
368
// for consistency with the RI, we must override Object.
finalize
() to
/libcore/luni/src/test/java/libcore/java/lang/
OldObjectTest.java
77
public void
finalize
() throws Throwable {
method in class:OldObjectTest.MockObject
78
super.
finalize
();
ThreadTest.java
173
@Override protected void
finalize
() throws Throwable {
method
174
super.
finalize
();
/external/javasqlite/src/main/java/SQLite/
Stmt.java
286
protected native void
finalize
();
method in class:Stmt
/external/jsilver/src/org/clearsilver/jni/
JniCs.java
74
protected void
finalize
() {
method in class:JniCs
/external/llvm/lib/MC/
StringTableBuilder.cpp
30
void StringTableBuilder::
finalize
(Kind kind) {
function in class:StringTableBuilder
Completed in 655 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>