Searched refs:finalize (Results 1 - 25 of 161) sorted by relevance

1234567

/external/javasqlite/src/main/java/SQLite/
H A DVm.java67 protected native void finalize(); method in class:Vm
H A DBackup.java29 protected void finalize() { method in class:Backup
/external/chromium_org/ui/android/java/src/org/chromium/ui/gfx/
H A DSurfaceTextureListener.java30 protected void finalize() throws Throwable { method in class:SurfaceTextureListener
34 super.finalize();
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DStream.cpp60 void Stream::finalize() function in class:WebCore::Stream
H A DStream.h60 void finalize();
/external/chromium_org/third_party/WebKit/Source/core/platform/sql/
H A DSQLiteStatement.cpp55 finalize();
113 int SQLiteStatement::finalize() function in class:WebCore::SQLiteStatement
120 LOG(SQLDatabase, "SQL - finalize - %s", m_query.ascii().data());
141 finalize();
144 finalize();
154 finalize();
157 finalize();
425 if (finalize() != SQLITE_OK)
454 finalize();
465 finalize();
[all...]
H A DSQLiteStatement.h55 int finalize();
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
H A DCollisionShape.java123 protected void finalize() throws Throwable { method in class:CollisionShape
124 super.finalize();
H A DGImpactCollisionShape.java161 protected void finalize() throws Throwable { method in class:GImpactCollisionShape
162 super.finalize();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
H A DH2Map.java65 protected void finalize() throws Throwable { method in class:H2Map
66 super.finalize();
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_schema.c158 static int finalize(sqlite3_stmt **ppStmt){ function
179 if( SQLITE_OK!=(rc = finalize(&pCur->pColumnList)) ) goto next_exit;
182 if( SQLITE_OK!=(rc = finalize(&pCur->pTableList)) ) goto next_exit;
186 rc = finalize(&pCur->pDbList);
252 finalize(&pCur->pTableList);
253 finalize(&pCur->pColumnList);
254 finalize(&pCur->pDbList);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/favicon/
H A DFaviconHelper.java58 protected void finalize() { method in class:FaviconHelper
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DSHA1.h70 void finalize();
H A DSHA1.cpp93 finalize();
128 void SHA1::finalize()
/external/chromium_org/third_party/sqlite/src/tool/
H A Dmkopts.tcl33 proc finalize {} { procedure
43 finalize
50 finalize
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DRuntimeTest.java44 protected void finalize() { method in class:RuntimeTest.HasFinalizer
50 protected void finalize() { method in class:RuntimeTest
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
H A DPhysicsJoint.java140 protected void finalize() throws Throwable { method in class:PhysicsJoint
141 super.finalize();
/external/smack/src/org/jivesoftware/smackx/
H A DPEPManager.java156 protected void finalize() throws Throwable { method in class:PEPManager
158 super.finalize();
H A DRosterExchangeManager.java183 protected void finalize() throws Throwable { method in class:RosterExchangeManager
185 super.finalize();
/external/guava/guava-tests/test/com/google/common/testing/
H A DGcFinalizationTest.java31 protected void finalize() { latch.countDown(); }
41 protected void finalize() { future.set(null); }
52 protected void finalize() { future.cancel(false); }
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
H A DOpenSSLDigest.java117 protected void finalize() throws Throwable { method in class:OpenSSLDigest
121 super.finalize();
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/infos/
H A DRigidBodyMotionState.java156 protected void finalize() throws Throwable { method in class:RigidBodyMotionState
157 super.finalize();
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dappengine_blobstore.py27 files.finalize(filename)
/external/smack/src/org/apache/qpid/management/common/sasl/
H A DUserPasswordCallbackHandler.java73 protected void finalize() method in class:UserPasswordCallbackHandler
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DThreadSafeClientConnManager.java104 protected void finalize() throws Throwable { method in class:ThreadSafeClientConnManager
106 super.finalize();

Completed in 748 milliseconds

1234567