OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:finalize
(Results
201 - 225
of
612
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/
PhysicsCollisionObject.java
317
protected void
finalize
() throws Throwable {
method in class:PhysicsCollisionObject
318
super.
finalize
();
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
PhysicsCharacter.java
313
protected void
finalize
() throws Throwable {
method in class:PhysicsCharacter
314
super.
finalize
();
/external/llvm/test/Bindings/OCaml/
scalar_opts.ml
84
++ PassManager.
finalize
/external/skia/src/core/
SkFlate.cpp
142
// called by both write() and
finalize
()
187
SkDeflateWStream::~SkDeflateWStream() { this->
finalize
(); }
189
void SkDeflateWStream::
finalize
() {
function in class:SkDeflateWStream
/frameworks/base/core/java/android/app/usage/
NetworkStats.java
105
protected void
finalize
() throws Throwable {
method in class:NetworkStats
112
super.
finalize
();
/frameworks/base/core/java/android/bluetooth/
BluetoothPbap.java
171
protected void
finalize
() throws Throwable {
method in class:BluetoothPbap
175
super.
finalize
();
BluetoothSap.java
152
protected void
finalize
() throws Throwable {
method in class:BluetoothSap
156
super.
finalize
();
/frameworks/base/core/java/android/print/
PrinterDiscoverySession.java
172
protected final void
finalize
() throws Throwable {
method in class:PrinterDiscoverySession
177
super.
finalize
();
/frameworks/base/core/jni/android/graphics/
NinePatch.cpp
81
static void
finalize
(JNIEnv* env, jobject, jlong patchHandle) {
function in class:SkNinePatchGlue
182
{ "nativeFinalize", "(J)V", (void*) SkNinePatchGlue::
finalize
},
/frameworks/base/graphics/java/android/graphics/
Region.java
380
protected void
finalize
() throws Throwable {
method in class:Region
384
super.
finalize
();
/frameworks/base/graphics/java/android/graphics/pdf/
PdfEditor.java
238
protected void
finalize
() throws Throwable {
method in class:PdfEditor
245
super.
finalize
();
/frameworks/base/media/java/android/media/
MediaMuxer.java
247
protected void
finalize
() throws Throwable {
method in class:MediaMuxer
257
super.
finalize
();
SubtitleController.java
109
protected void
finalize
() throws Throwable {
method in class:SubtitleController
112
super.
finalize
();
/frameworks/base/services/core/java/com/android/server/audio/
FocusRequester.java
215
protected void
finalize
() throws Throwable {
method in class:FocusRequester
217
super.
finalize
();
PlayerRecord.java
356
protected void
finalize
() throws Throwable {
method in class:PlayerRecord
358
super.
finalize
();
/frameworks/ex/framesequence/src/android/support/rastermill/
FrameSequenceDrawable.java
282
protected void
finalize
() throws Throwable {
method in class:FrameSequenceDrawable
286
super.
finalize
();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneSubInfo.java
58
protected void
finalize
() {
method in class:PhoneSubInfo
60
super.
finalize
();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/
ReferenceTest.java
172
* get called, and that clear/enqueue/
finalize
happen in the
177
* java.lang.Object#
finalize
()
191
protected void
finalize
() {
method in class:ReferenceTest.TestObject
225
assertTrue("
finalize
() should have been called.",
293
protected void
finalize
() {
method in class:ReferenceTest.TestObject
305
"' in
finalize
()");
327
assertTrue("
finalize
() should have been called.",
/libcore/luni/src/main/java/java/net/
PlainDatagramSocketImpl.java
96
@Override protected void
finalize
() throws Throwable {
method in class:PlainDatagramSocketImpl
103
super.
finalize
();
/libcore/luni/src/main/java/java/nio/charset/
CharsetDecoderICU.java
158
@Override protected void
finalize
() throws Throwable {
method in class:CharsetDecoderICU
163
super.
finalize
();
CharsetEncoderICU.java
187
@Override protected void
finalize
() throws Throwable {
method in class:CharsetEncoderICU
192
super.
finalize
();
/libcore/luni/src/main/java/java/util/
Timer.java
330
@Override protected void
finalize
() throws Throwable {
method in class:Timer.FinalizerHelper
337
super.
finalize
();
351
// Used to
finalize
thread
/libcore/luni/src/main/java/java/util/regex/
Matcher.java
524
@Override protected void
finalize
() throws Throwable {
method in class:Matcher
530
super.
finalize
();
/packages/apps/Gallery2/src/com/android/gallery3d/data/
UriImage.java
274
protected void
finalize
() throws Throwable {
method in class:UriImage
280
super.
finalize
();
/packages/apps/Nfc/src/com/android/nfc/
RegisteredComponentCache.java
132
protected void
finalize
() throws Throwable {
method in class:RegisteredComponentCache
137
super.
finalize
();
Completed in 3017 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>