OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:finalize
(Results
151 - 175
of
874
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/jni/android/graphics/
NinePatch.cpp
80
static void
finalize
(JNIEnv* env, jobject, jlong patchHandle) {
function in class:SkNinePatchGlue
137
{ "nativeFinalize", "(J)V", (void*) SkNinePatchGlue::
finalize
},
/frameworks/base/graphics/java/android/graphics/
FontFamily.java
56
*
Finalize
the FontFamily creation.
79
protected void
finalize
() throws Throwable {
method in class:FontFamily
88
super.
finalize
();
GraphicBuffer.java
240
protected void
finalize
() throws Throwable {
method in class:GraphicBuffer
244
super.
finalize
();
Interpolator.java
148
protected void
finalize
() throws Throwable {
method in class:Interpolator
PathMeasure.java
155
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
250
public void
finalize
() throws Throwable {
method in class:AndroidKeyStoreHmacSpi
257
super.
finalize
();
/frameworks/base/media/java/android/media/
MediaMetadataRetriever.java
330
protected void
finalize
() throws Throwable {
method in class:MediaMetadataRetriever
334
super.
finalize
();
FaceDetector.java
167
protected void
finalize
() throws Throwable {
method in class:FaceDetector
ImageWriter.java
501
protected void
finalize
() throws Throwable {
method in class:ImageWriter
505
super.
finalize
();
769
protected final void
finalize
() throws Throwable {
method in class:ImageWriter.WriterSurfaceImage
773
super.
finalize
();
[
all
...]
ResampleInputStream.java
137
protected void
finalize
() throws Throwable {
method
ToneGenerator.java
893
protected void
finalize
() { native_finalize(); }
method in class:ToneGenerator
/frameworks/base/services/print/java/com/android/server/print/
RemotePrintServiceRecommendationService.java
178
protected void
finalize
() throws Throwable {
method in class:RemotePrintServiceRecommendationService
180
Log.w(LOG_TAG, "Service still connected on
finalize
()");
184
super.
finalize
();
/frameworks/base/wifi/java/android/net/wifi/aware/
DiscoverySession.java
131
protected void
finalize
() throws Throwable {
method in class:DiscoverySession
138
super.
finalize
();
WifiAwareSession.java
84
protected void
finalize
() throws Throwable {
method in class:WifiAwareSession
91
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/luni/src/test/java/libcore/java/lang/
OldObjectTest.java
77
public void
finalize
() throws Throwable {
method in class:OldObjectTest.MockObject
78
super.
finalize
();
/packages/apps/TV/src/com/android/tv/tuner/
TunerHal.java
110
protected void
finalize
() throws Throwable {
method in class:TunerHal
111
super.
finalize
();
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorScan.h
232
data[curr] = self.accumulator().
finalize
(accum);
236
data[curr] = self.accumulator().
finalize
(accum);
262
data[curr] = self.accumulator().
finalize
(accum);
266
data[curr] = self.accumulator().
finalize
(accum);
/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
/frameworks/av/services/audioflinger/
BufLog.h
135
void
finalize
();
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
GLEnvironment.java
51
protected void
finalize
() throws Throwable {
method in class:GLEnvironment
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
PbapServerProfile.java
137
protected void
finalize
() {
method in class:PbapServerProfile
138
if (V) Log.d(TAG, "
finalize
()");
/frameworks/compile/mclinker/lib/LD/
SectionSymbolSet.cpp
61
bool SectionSymbolSet::
finalize
(LDSection& pOutSect,
function in class:mcld::SectionSymbolSet
Completed in 682 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>