HomeSort by relevance Sort by last modified time
    Searched full:finalize (Results 251 - 275 of 2103) sorted by null

<<11121314151617181920>>

  /external/python/cpython2/Lib/multiprocessing/
util.py 48 'is_exiting', 'Finalize', 'ForkAwareThreadLock', 'ForkAwareLocal',
141 Finalize(None, shutil.rmtree, args=[tempdir], exitpriority=-100)
172 class Finalize(object):
237 return '<Finalize object, dead>'
239 x = '<Finalize object, callback=%s' % \
  /external/skia/src/gpu/ccpr/
GrCoverageCountingPathRenderer.cpp 93 GrDrawOp::RequiresDstTexture DrawPathsOp::finalize(const GrCaps& caps, const GrAppliedClip* clip) { function in class:DrawPathsOp
95 GrProcessorSet::Analysis analysis = fProcessors.finalize(onlyDraw.fColor,
238 if (auto rtc = atlas->finalize(onFlushRP, std::move(atlasOp))) {
277 std::unique_ptr<GrDrawOp> atlasOp = atlasOpsBuilder.finalize(atlas->drawBounds());
278 if (auto rtc = atlas->finalize(onFlushRP, std::move(atlasOp))) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
util.py 47 'is_exiting', 'Finalize', 'ForkAwareThreadLock', 'ForkAwareLocal',
140 Finalize(None, shutil.rmtree, args=[tempdir], exitpriority=-100)
171 class Finalize(object):
231 return '<Finalize object, dead>'
233 x = '<Finalize object, callback=%s' % \
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
util.py 47 'is_exiting', 'Finalize', 'ForkAwareThreadLock', 'ForkAwareLocal',
140 Finalize(None, shutil.rmtree, args=[tempdir], exitpriority=-100)
171 class Finalize(object):
231 return '<Finalize object, dead>'
233 x = '<Finalize object, callback=%s' % \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 47 'is_exiting', 'Finalize', 'ForkAwareThreadLock', 'ForkAwareLocal',
140 Finalize(None, shutil.rmtree, args=[tempdir], exitpriority=-100)
171 class Finalize(object):
231 return '<Finalize object, dead>'
233 x = '<Finalize object, callback=%s' % \
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 47 'is_exiting', 'Finalize', 'ForkAwareThreadLock', 'ForkAwareLocal',
140 Finalize(None, shutil.rmtree, args=[tempdir], exitpriority=-100)
171 class Finalize(object):
231 return '<Finalize object, dead>'
233 x = '<Finalize object, callback=%s' % \
  /libcore/libart/src/main/java/java/lang/
Daemons.java 31 * Calls Object.finalize() on objects in the finalizer reference queue. The VM
32 * will abort if any finalize() call takes more than the maximum finalize time
250 object.finalize();
357 * Return an object that took too long to finalize or return null.
398 String message = object.getClass().getName() + ".finalize() timed out after "
401 // We use the stack from where finalize() was running to show where it was stuck.
  /libcore/ojluni/src/main/java/java/lang/
Object.java 534 * A subclass overrides the {@code finalize} method to dispose of
537 * The general contract of {@code finalize} is that it is invoked
543 * finalized. The {@code finalize} method may take any action, including
545 * of {@code finalize}, however, is to perform cleanup actions before
546 * the object is irrevocably discarded. For example, the finalize method
551 * The {@code finalize} method of class {@code Object} performs no
556 * invoke the {@code finalize} method for any given object. It is
557 * guaranteed, however, that the thread that invokes finalize will not
558 * be holding any user-visible synchronization locks when finalize is
559 * invoked. If an uncaught exception is thrown by the finalize method
581 protected void finalize() throws Throwable { } method in class:Object
    [all...]
  /external/google-breakpad/src/common/
stabs_to_module.cc 94 f->size = 0; // We compute this in StabsToModule::Finalize().
126 line.size = 0; // We compute this in StabsToModule::Finalize().
155 void StabsToModule::Finalize() {
  /external/llvm/include/llvm/CodeGen/GlobalISel/
IRTranslator.h 88 /// We will materialize all the constants in finalize.
124 void finalize();
153 // finalize()
  /external/llvm/unittests/ExecutionEngine/Orc/
ObjectLinkingLayerTest.cpp 132 // Failure suggests that finalize is being called on the inner RTDyld
181 // Verify that finalize on SMMW is only called once.
183 << "Extra call to finalize";
  /external/llvm/unittests/IR/
VerifierTest.cpp 140 dbuilder.finalize();
184 DIB.finalize();
208 DIB.finalize();
  /external/mesa3d/src/mesa/drivers/dri/i965/
hsw_sol.c 77 * If \p finalize is true, also compute the number of vertices written
86 bool finalize)
122 if (!finalize) {
  /external/skia/experimental/SkV8Example/
Path2DBuilder.cpp 58 ADD_METHOD("finalize", Finalize);
250 void Path2DBuilder::Finalize(const v8::FunctionCallbackInfo<v8::Value>& args) {
  /external/webrtc/webrtc/base/
criticalsection_unittest.cc 42 void Finalize() {}
63 void Finalize() {
178 verifier_.Finalize();
  /hardware/intel/common/libmix/mix_audio/src/
mixacp.c 62 mixparams_class->finalize = mix_acp_finalize;
88 if (parent_class->finalize)
89 parent_class->finalize(obj);
mixacpaac.c 67 mixparams_class->finalize = mix_acp_aac_finalize;
90 if (klass->finalize)
91 klass->finalize(obj);
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat.c 69 gobject_class->finalize = mix_videoformat_finalize;
162 if (parent_class->finalize) {
163 parent_class->finalize(obj);
mixvideorenderparams.c 63 mixparams_class->finalize = mix_videorenderparams_finalize;
109 if (parent_class->finalize) {
110 parent_class->finalize(obj);
  /external/clang/test/ARCMT/
Common.h 46 - (void)finalize;
GC.m.result 33 // finalize
check-with-serialized-diag.m 16 - (void)finalize;
  /external/deqp/framework/delibs/debase/
deSha1.h 49 /* Finalize the stream and output the hash. */
  /external/deqp/framework/delibs/decpp/
deSha1.cpp 57 Sha1 Sha1Stream::finalize (void) function in class:de::Sha1Stream
  /external/elfutils/src/
arlib.h 81 /* Finalize ARLIB_SYMTAB content. */

Completed in 326 milliseconds

<<11121314151617181920>>