/prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/ |
queues.py | 49 from multiprocessing.util import debug, info, Finalize, register_after_fork 196 self._jointhread = Finalize( 203 self._close = Finalize(
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
queues.py | 49 from multiprocessing.util import debug, info, Finalize, register_after_fork 196 self._jointhread = Finalize( 203 self._close = Finalize(
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
queues.py | 49 from multiprocessing.util import debug, info, Finalize, register_after_fork 196 self._jointhread = Finalize( 203 self._close = Finalize(
|
/art/compiler/utils/arm64/ |
assembler_arm64.h | 70 // Finalize the code.
|
/art/runtime/gc/ |
task_processor.cc | 125 task->Finalize();
|
/art/test/004-NativeAllocations/src-art/ |
Main.java | 56 protected void finalize() throws Exception { method in class:Main.NativeAllocation
|
/art/test/030-bad-finalizer/src/ |
Main.java | 89 protected void finalize() { method in class:Main.BadFinalizer
|
/art/test/079-phantom/src/ |
Bitmap.java | 105 protected void finalize() throws Throwable {
|
/cts/suite/audio_quality/lib/src/ |
Report.cpp | 34 void Report::Finalize()
|
/external/clang/test/ARCMT/ |
atautorelease-check.m | 39 - (void)finalize;
|
/external/eigen/Eigen/src/Core/ |
ReturnByValue.h | 92 // TODO: Finalize port to new regime; ReturnByValue should not exist in the expression world
|
/external/eigen/test/ |
sparse_solvers.cpp | 30 sparseMat.finalize();
|
/external/freetype/src/cache/ |
ftcglyph.c | 58 /* finalize the node */
|
/external/javassist/src/test/test/javassist/proxy/ |
ProxyFactoryCompatibilityTest.java | 29 return !m.getName().equals("finalize");
|
/external/jsilver/src/org/clearsilver/jni/ |
JniCs.java | 74 protected void finalize() { method in class:JniCs
|
/external/libchrome/base/mac/ |
mach_port_broker_unittest.cc | 74 // Finalize PID 1.
|
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/ |
JcDnld.cpp | 144 jd->finalize();
|
/external/libvpx/libvpx/ |
webmenc.cc | 90 segment->Finalize();
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
MCJIT.h | 249 /// Is it OK to finalize a set of modules, add modules and finalize again. 288 // If successful, these function will implicitly finalize all loaded objects. 289 // To get a function address within MCJIT without causing a finalize, use
|
/external/llvm/test/Bindings/OCaml/ |
scalar_opts.ml | 84 ++ PassManager.finalize
|
/external/pdfium/xfa/fxbarcode/common/reedsolomon/ |
BC_ReedSolomonGF256.cpp | 38 void CBC_ReedSolomonGF256::Finalize() {
|
/external/python/cpython2/Doc/c-api/ |
type.rst | 96 Finalize a type object. This should be called on all type objects to finish
|
/external/skia/src/gpu/ |
GrProcessorSet.h | 131 Analysis finalize(const GrProcessorAnalysisColor& colorInput,
|
GrRenderTargetOpList.h | 85 * Copies a pixel rectangle from one surface to another. This call may finalize
|
/external/skia/src/gpu/ccpr/ |
GrCoverageCountingPathRenderer.h | 61 RequiresDstTexture finalize(const GrCaps&, const GrAppliedClip*) override;
|