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

1234567891011>>

/external/protobuf/php/ext/google/protobuf/
H A Dtest.php11 ->finalize();
/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/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
H A DIsCollectedDebuggee.java121 protected void finalize() throws Throwable { method in class:IsCollectedObject001_01
123 super.finalize();
129 protected void finalize() throws Throwable { method in class:IsCollectedObject001_02
131 super.finalize();
137 protected void finalize() throws Throwable { method in class:IsCollectedObject001_03
139 super.finalize();
H A DDisableCollectionDebuggee.java114 protected void finalize() throws Throwable { method in class:DisableCollectionObject001_01
116 super.finalize();
122 protected void finalize() throws Throwable { method in class:DisableCollectionObject001_02
124 super.finalize();
H A DEnableCollectionDebuggee.java136 protected void finalize() throws Throwable { method in class:EnableCollectionObject001_01
138 super.finalize();
144 protected void finalize() throws Throwable { method in class:EnableCollectionObject001_02
146 super.finalize();
/external/swiftshader/third_party/LLVM/include/llvm/
H A DDebugInfoProbe.h35 /// finalize - Collect information after running an optimization pass. This
37 void finalize(Function &F);
39 /// report - Report findings. This should be invoked after finalize.
60 /// finalize - Collect information after running an optimization pass. This
62 void finalize(Pass *P, Function &F);
/external/skia/src/pdf/
H A DSkDeflate.h37 /** The destructor calls finalize(). */
41 write() will fail. Subsequent calls to finalize() do nothing. */
42 void finalize();
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLBIOSink.java70 protected void finalize() throws Throwable { method in class:OpenSSLBIOSink
74 super.finalize();
H A DNativeRef.java49 protected void finalize() throws Throwable { method in class:NativeRef
55 super.finalize();
H A DOpenSSLBIOSource.java50 protected void finalize() throws Throwable { method in class:OpenSSLBIOSource
54 super.finalize();
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
H A DEnableCollectionDebuggee.java119 protected void finalize() throws Throwable { method in class:EnableCollectionObject001_01
121 super.finalize();
127 protected void finalize() throws Throwable { method in class:EnableCollectionObject001_02
129 super.finalize();
/external/python/cpython2/Doc/includes/sqlite3/
H A Dmysumaggr.py10 def finalize(self): member in class:MySum
/external/skia/experimental/SkV8Example/js/
H A Dsample.js8 var p = b.finalize();
/external/autotest/client/site_tests/graphics_KernelMemory/
H A Dgraphics_KernelMemory.py27 self._GSC.finalize()
/external/deqp/framework/delibs/decpp/
H A DdeSha1.cpp57 Sha1 Sha1Stream::finalize (void) function in class:de::Sha1Stream
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DSharedObject.java79 * protected void finalize() {
154 protected void finalize() throws Throwable { method in class:SharedObject.Reference
155 super.finalize();
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DSharedObject.java78 * protected void finalize() {
152 protected void finalize() throws Throwable { method in class:SharedObject.Reference
153 super.finalize();
/external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DAutoCloseableRouter.java99 * @see Object#finalize()
102 protected void finalize() throws Throwable { method in class:AutoCloseableRouter
114 super.finalize();
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/util/
H A DH2Map.java65 protected void finalize() throws Throwable { method in class:H2Map
66 super.finalize();
/external/autotest/client/site_tests/dummy_IdleSuspend/
H A Ddummy_IdleSuspend.py55 power_prefs.finalize()
/external/guava/guava-testlib/test/com/google/common/testing/
H A DGcFinalizationTest.java45 @Override protected void finalize() { latch.countDown(); }
55 @Override protected void finalize() { future.set(null); }
66 @Override protected void finalize() { future.cancel(false); }
194 * specific finalize method as the more direct await* methods, but should be
202 @Override protected void finalize() { finalizerRan.countDown(); }
/external/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h88 /// We will materialize all the constants in finalize.
124 void finalize();
153 // finalize()
/external/llvm/include/llvm/MC/
H A DStringTableBuilder.h37 /// table. The position will be changed if finalize is used.
43 void finalize();
/external/skia/src/gpu/ccpr/
H A DGrCCPRAtlas.h36 sk_sp<GrRenderTargetContext> SK_WARN_UNUSED_RESULT finalize(GrOnFlushResourceProvider*,

Completed in 3635 milliseconds

1234567891011>>