Searched defs:finalize (Results 1 - 25 of 175) sorted by relevance

1234567

/external/python/cpython2/Doc/includes/sqlite3/
H A Dmysumaggr.py10 def finalize(self): member in class:MySum
/external/python/cpython3/Doc/includes/sqlite3/
H A Dmysumaggr.py10 def finalize(self): member in class:MySum
/external/deqp/framework/delibs/decpp/
H A DdeSha1.cpp57 Sha1 Sha1Stream::finalize (void) function in class:de::Sha1Stream
/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
H A DBlob.java312 protected native void finalize(); method in class:Blob
/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 DOpenSSLBIOSource.java50 protected void finalize() throws Throwable { method in class:OpenSSLBIOSource
54 super.finalize();
H A DNativeRef.java49 protected void finalize() throws Throwable { method in class:NativeRef
55 super.finalize();
H A DAbstractSessionContext.java191 protected void finalize() throws Throwable { method in class:AbstractSessionContext
195 super.finalize();
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dhsw_sol.c77 * If \p finalize is true, also compute the number of vertices written
86 bool finalize)
122 if (!finalize) {
84 tally_prims_written(struct brw_context *brw, struct brw_transform_feedback_object *obj, bool finalize) argument
/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/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
H A DEnableCollectionDebuggee.java135 protected void finalize() throws Throwable { method in class:EnableCollectionObject001_01
137 super.finalize();
143 protected void finalize() throws Throwable { method in class:EnableCollectionObject001_02
145 super.finalize();
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
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.java146 protected void finalize() throws Throwable { method in class:EnableCollectionObject001_01
148 super.finalize();
154 protected void finalize() throws Throwable { method in class:EnableCollectionObject001_02
156 super.finalize();
H A DIsCollectedDebuggee.java137 protected void finalize() throws Throwable { method in class:IsCollectedObject001_01
139 super.finalize();
145 protected void finalize() throws Throwable { method in class:IsCollectedObject001_02
147 super.finalize();
153 protected void finalize() throws Throwable { method in class:IsCollectedObject001_03
155 super.finalize();
/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/volley/src/main/java/com/android/volley/toolbox/
H A DPoolingByteArrayOutputStream.java64 public void finalize() { method in class:PoolingByteArrayOutputStream
/external/brotli/java/org/brotli/wrapper/dec/
H A DDecoderJNI.java106 protected void finalize() throws Throwable { method in class:DecoderJNI.Wrapper
111 super.finalize();
/external/dexmaker/dexmaker-mockito-inline/src/main/java/com/android/dx/mockito/inline/
H A DJvmtiAgent.java71 protected void finalize() throws Throwable { method in class:JvmtiAgent
/external/libmojo/mojo/android/system/src/org/chromium/mojo/system/impl/
H A DHandleBase.java127 * @see java.lang.Object#finalize()
130 protected final void finalize() throws Throwable { method in class:HandleBase
138 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/llvm/lib/MC/
H A DStringTableBuilder.cpp80 void StringTableBuilder::finalize() { function in class:StringTableBuilder
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DDebugInfoProbe.cpp48 void finalize(Function &F);
91 /// report - Report findings. This should be invoked after finalize.
110 /// finalize - Collect information after running an optimization pass. This
112 void DebugInfoProbeImpl::finalize(Function &F) { function in class:DebugInfoProbeImpl
175 /// finalize - Collect information after running an optimization pass. This
177 void DebugInfoProbe::finalize(Function &F) { function in class:DebugInfoProbe
178 pImpl->finalize(F);
181 /// report - Report findings. This should be invoked after finalize.
214 /// finalize - Collect information after running an optimization pass. This
216 void DebugInfoProbeInfo::finalize(Pas function in class:DebugInfoProbeInfo
[all...]

Completed in 665 milliseconds

1234567