OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:finalize
(Results
151 - 175
of
1105
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/Source/WebKit/gtk/webkit/
webkitnetworkresponse.cpp
78
G_OBJECT_CLASS(webkit_network_response_parent_class)->
finalize
(object);
119
objectClass->
finalize
= webkit_network_response_finalize;
/external/webkit/Source/WebKit/mac/Misc/
WebElementDictionary.mm
119
- (void)
finalize
123
[super
finalize
];
/external/webkit/Source/WebKit/mac/Plugins/
WebPluginContainerCheck.mm
73
- (void)
finalize
77
[super
finalize
];
/frameworks/base/core/java/android/app/backup/
BackupDataInput.java
82
protected void
finalize
() throws Throwable {
method in class:BackupDataInput
86
super.
finalize
();
BackupDataOutput.java
116
protected void
finalize
() throws Throwable {
method in class:BackupDataOutput
120
super.
finalize
();
/frameworks/base/core/java/android/content/
ContentQueryMap.java
178
protected void
finalize
() throws Throwable {
method in class:ContentQueryMap
180
super.
finalize
();
/frameworks/base/core/java/android/os/
TokenWatcher.java
196
protected void
finalize
() throws Throwable
method in class:TokenWatcher.Death
205
super.
finalize
();
UEventObserver.java
56
protected void
finalize
() throws Throwable {
method in class:UEventObserver
60
super.
finalize
();
/frameworks/base/core/java/android/view/
InputChannel.java
70
protected void
finalize
() throws Throwable {
method in class:InputChannel
74
super.
finalize
();
InputEventReceiver.java
77
protected void
finalize
() throws Throwable {
method in class:InputEventReceiver
81
super.
finalize
();
/frameworks/base/docs/html/sdk/api_diff/17/changes/
android.bluetooth.BluetoothA2dp.html
87
<nobr><code>void</code> <A HREF="../../../../reference/android/bluetooth/BluetoothA2dp.html#
finalize
()" target="_top"><code>
finalize
</code></A>() </nobr>
/frameworks/base/docs/html/sdk/api_diff/9/changes/
java.lang.Enum.html
87
<nobr><code>void</code> <A HREF="../../../../reference/java/lang/Enum.html#
finalize
()" target="_top"><code>
finalize
</code></A>() </nobr>
/frameworks/base/graphics/java/android/graphics/
Camera.java
155
protected void
finalize
() throws Throwable {
method in class:Camera
159
super.
finalize
();
Picture.java
159
protected void
finalize
() throws Throwable {
method in class:Picture
163
super.
finalize
();
Typeface.java
197
protected void
finalize
() throws Throwable {
method in class:Typeface
201
super.
finalize
();
/frameworks/base/services/java/com/android/server/
LightsService.java
187
protected void
finalize
() throws Throwable {
method in class:LightsService
189
super.
finalize
();
/frameworks/opt/net/voip/src/java/android/net/rtp/
RtpStream.java
191
protected void
finalize
() throws Throwable {
method in class:RtpStream
193
super.
finalize
();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneSubInfo.java
53
protected void
finalize
() {
method in class:PhoneSubInfo
55
super.
finalize
();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
RuimSmsInterfaceManager.java
52
protected void
finalize
() {
method in class:RuimSmsInterfaceManager
54
super.
finalize
();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SimSmsInterfaceManager.java
55
protected void
finalize
() {
method in class:SimSmsInterfaceManager
57
super.
finalize
();
/libcore/luni/src/main/java/java/net/
PlainDatagramSocketImpl.java
94
@Override protected void
finalize
() throws Throwable {
method in class:PlainDatagramSocketImpl
101
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
();
/libcore/luni/src/main/java/libcore/icu/
CollationElementIteratorICU.java
174
@Override protected void
finalize
() throws Throwable {
method in class:CollationElementIteratorICU
178
super.
finalize
();
NativeBreakIterator.java
72
@Override protected void
finalize
() throws Throwable {
method in class:NativeBreakIterator
76
super.
finalize
();
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
AbstractSessionContext.java
291
@Override protected void
finalize
() throws Throwable {
method
295
super.
finalize
();
Completed in 499 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>