HomeSort by relevance Sort by last modified time
    Searched refs:finalize (Results 1 - 25 of 507) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/protobuf/php/ext/google/protobuf/
test.php 11 ->finalize();
  /art/tools/ahat/src/ri-test-dump/
DumpedStuff.java 34 protected void finalize() { method in class:DumpedStuff.Finalizable
  /external/javasqlite/src/main/java/SQLite/
Vm.java 67 protected native void finalize(); method in class:Vm
  /art/test/Transaction/
Transaction.java 79 public void finalize() throws Throwable { method in class:Transaction.AbortHelperClass
80 super.finalize();
  /cts/tests/tests/jni/src/android/jni/cts/
ClassLoaderStaticNonce.java 43 public void finalize() throws Throwable { method in class:ClassLoaderStaticNonce.A
44 super.finalize();
  /external/swiftshader/third_party/LLVM/include/llvm/
DebugInfoProbe.h 35 /// 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);
  /dalvik/dx/tests/089-dex-define-object/java/lang/
Object.class 
  /dalvik/dx/tests/089-dex-define-object/
Object.java 28 protected void finalize() { method in class:Object
  /external/skia/src/pdf/
SkDeflate.h 37 /** The destructor calls finalize(). */
41 write() will fail. Subsequent calls to finalize() do nothing. */
42 void finalize();
  /external/skqp/src/pdf/
SkDeflate.h 37 /** The destructor calls finalize(). */
41 write() will fail. Subsequent calls to finalize() do nothing. */
42 void finalize();
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
IsCollectedDebuggee.java 137 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();
DisableCollectionDebuggee.java 114 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();
EnableCollectionDebuggee.java 146 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();
  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLBIOSink.java 70 protected void finalize() throws Throwable { method in class:OpenSSLBIOSink
74 super.finalize();
  /external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
OpenSSLBIOSink.java 71 protected void finalize() throws Throwable { method in class:OpenSSLBIOSink
75 super.finalize();
  /external/python/cpython2/Doc/includes/sqlite3/
mysumaggr.py 10 def finalize(self): member in class:MySum
  /external/python/cpython3/Doc/includes/sqlite3/
mysumaggr.py 10 def finalize(self): member in class:MySum
  /external/skia/src/gpu/ops/
GrDrawOp.h 46 virtual GrProcessorSet::Analysis finalize(const GrCaps&, const GrAppliedClip*, GrFSAAType,
  /external/skqp/src/gpu/ops/
GrDrawOp.h 46 virtual GrProcessorSet::Analysis finalize(const GrCaps&, const GrAppliedClip*) = 0;
  /external/libchrome/third_party/jinja2/
nativetypes.py 46 finalize = self.environment.finalize
47 finalize_context = getattr(finalize, 'contextfunction', False)
48 finalize_eval = getattr(finalize, 'evalcontextfunction', False)
49 finalize_env = getattr(finalize, 'environmentfunction', False)
51 if finalize is not None:
56 return finalize(self.environment, x)
58 const_finalize = finalize
135 if finalize is not None:
136 self.write('environment.finalize(')
    [all...]
  /art/test/154-gc-loop/src/
Main.java 21 protected void finalize() throws Throwable { method in class:Main.GcWatcher
40 System.out.println("Finalize count too large: " +
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
EnableCollectionDebuggee.java 135 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/autotest/client/cros/multimedia/
graphics_facade_native.py 38 @raises TestError: Finalize was called before initialize.
42 self._graphics_state_checker.finalize()
  /external/autotest/client/site_tests/graphics_KernelMemory/
graphics_KernelMemory.py 27 self._GSC.finalize()
  /external/deqp/framework/delibs/decpp/
deSha1.cpp 57 Sha1 Sha1Stream::finalize (void) function in class:de::Sha1Stream

Completed in 1612 milliseconds

1 2 3 4 5 6 7 8 91011>>