HomeSort by relevance Sort by last modified time
    Searched refs:Finalize (Results 76 - 100 of 177) sorted by null

1 2 34 5 6 7 8

  /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' % \
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.h     [all...]
  /packages/apps/LegacyCamera/jni/
feature_mos_jni.cpp 192 int Finalize(int mID)
551 ret = Finalize(HR);
563 ret = Finalize(LR);
  /external/google-benchmark/test/
output_test_helper.cc 145 void Finalize() {
146 for (auto rep : reporters_) rep->Finalize();
  /external/pdfium/xfa/fwl/theme/
cfwl_checkboxtp.cpp 44 void CFWL_CheckBoxTP::Finalize() {
46 CFWL_WidgetTP::Finalize();
cfwl_monthcalendartp.cpp 29 void CFWL_MonthCalendarTP::Finalize() {
31 CFWL_WidgetTP::Finalize();
  /art/compiler/optimizing/
optimizing_cfi_test.cc 93 code_gen_->Finalize(&code_allocator_);
  /art/runtime/gc/space/
large_object_space_test.cc 142 virtual void Finalize() {
  /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/pdfium/xfa/fxbarcode/datamatrix/
BC_ErrorCorrection.cpp 116 void CBC_ErrorCorrection::Finalize() {}
BC_SymbolInfo.cpp 76 void CBC_SymbolInfo::Finalize() {
  /external/v8/src/heap/
incremental-marking.h 90 void Finalize();
  /frameworks/base/libs/hwui/tests/macrobench/
main.cpp 337 gBenchmarkReporter->Finalize();
  /system/update_engine/payload_consumer/
filesystem_verifier_action.cc 193 if (!hasher_->Finalize()) {
194 LOG(ERROR) << "Unable to finalize the hash.";
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_multiprocessing.py     [all...]
  /external/google-benchmark/src/
benchmark.cc 523 console_reporter->Finalize();
524 if (file_reporter) file_reporter->Finalize();
  /external/libcxx/utils/google-benchmark/src/
benchmark.cc 501 console_reporter->Finalize();
502 if (file_reporter) file_reporter->Finalize();
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tools.Tests.pas 596 Locals.Finalize;
621 Locals.Finalize;
  /external/compiler-rt/lib/tsan/go/
tsan_go.cc 154 int res = Finalize(thr);
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_java.cc 86 int status = Finalize(thr);
  /external/dng_sdk/source/
dng_mosaic_info.cpp 67 void Finalize (const dng_point &scale,
118 void dng_bilinear_kernel::Finalize (const dng_point &scale,
939 kernel.Finalize (fScale,
969 kernel.Finalize (fScale,
    [all...]
  /external/python/cpython2/Lib/multiprocessing/
synchronize.py 47 from multiprocessing.util import Finalize, register_after_fork, debug
  /external/v8/src/compiler/
js-inlining-heuristic.cc 154 void JSInliningHeuristic::Finalize() {
  /external/v8/src/
disassembler.cc 69 (*os) << out->Finalize() << std::endl;

Completed in 877 milliseconds

1 2 34 5 6 7 8