Searched defs:Finalize (Results 1 - 25 of 37) sorted by relevance

12

/external/pdfium/xfa/fxbarcode/qrcode/
H A DBC_QRCoderErrorCorrectionLevel.cpp45 void CBC_QRCoderErrorCorrectionLevel::Finalize() { function in class:CBC_QRCoderErrorCorrectionLevel
H A DBC_QRCoderMode.cpp66 void CBC_QRCoderMode::Finalize() { function in class:CBC_QRCoderMode
H A DBC_QRCoderVersion.cpp62 void CBC_QRCoderVersion::Finalize() { function in class:CBC_QRCoderVersion
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas335 /// Locals.Finalize;
362 /// You MUST call the Finalize method at the end of the routine to make
382 procedure Finalize;
930 procedure TLocalStorage.Finalize;
/external/google-benchmark/src/
H A Djson_reporter.cc112 void JSONReporter::Finalize() { function in class:benchmark::JSONReporter
/external/libcxx/utils/google-benchmark/src/
H A Djson_reporter.cc112 void JSONReporter::Finalize() { function in class:benchmark::JSONReporter
/external/google-breakpad/src/common/
H A Dstabs_to_module.cc94 f->size = 0; // We compute this in StabsToModule::Finalize().
126 line.size = 0; // We compute this in StabsToModule::Finalize().
155 void StabsToModule::Finalize() { function in class:google_breakpad::StabsToModule
/external/pdfium/xfa/fxbarcode/common/reedsolomon/
H A DBC_ReedSolomonGF256.cpp38 void CBC_ReedSolomonGF256::Finalize() { function in class:CBC_ReedSolomonGF256
/external/v8/src/compiler/
H A Dgraph-reducer.cc26 void Reducer::Finalize() {} function in class:v8::internal::compiler::Reducer
67 for (Reducer* const reducer : reducers_) reducer->Finalize();
/external/pdfium/xfa/fwl/theme/
H A Dcfwl_monthcalendartp.cpp29 void CFWL_MonthCalendarTP::Finalize() { function in class:CFWL_MonthCalendarTP
31 CFWL_WidgetTP::Finalize();
H A Dcfwl_checkboxtp.cpp44 void CFWL_CheckBoxTP::Finalize() { function in class:CFWL_CheckBoxTP
46 CFWL_WidgetTP::Finalize();
H A Dcfwl_widgettp.cpp33 void CFWL_WidgetTP::Finalize() { function in class:CFWL_WidgetTP
/external/pdfium/xfa/fxbarcode/datamatrix/
H A DBC_SymbolInfo.cpp76 void CBC_SymbolInfo::Finalize() { function in class:CBC_SymbolInfo
H A DBC_ErrorCorrection.cpp116 void CBC_ErrorCorrection::Finalize() {} function in class:CBC_ErrorCorrection
/external/python/cpython2/Lib/multiprocessing/
H A Dheap.py44 from multiprocessing.util import Finalize, info namespace
245 Finalize(self, BufferWrapper._heap.free, args=(block,))
H A Dsynchronize.py47 from multiprocessing.util import Finalize, register_after_fork, debug namespace
H A Dconnection.py47 from multiprocessing.util import get_temp_dir, Finalize, sub_debug, debug namespace
266 self._unlink = Finalize(
349 self.close = Finalize(
H A Dforking.py191 from .util import Finalize namespace
H A Dpool.py48 from multiprocessing.util import Finalize, debug namespace
187 self._terminate = Finalize(
H A Dqueues.py49 from .util import debug, info, Finalize, register_after_fork, is_exiting namespace
200 self._jointhread = Finalize(
207 self._close = Finalize(
H A Dutil.py48 'is_exiting', 'Finalize', 'ForkAwareThreadLock', 'ForkAwareLocal',
141 Finalize(None, shutil.rmtree, args=[tempdir], exitpriority=-100)
172 class Finalize(object): class in inherits:object
237 return '<Finalize object, dead>'
239 x = '<Finalize object, callback=%s' % \
/external/google-benchmark/include/benchmark/
H A Dreporter.h125 virtual void Finalize() {} function in class:benchmark::BenchmarkReporter
190 virtual void Finalize();
/external/libcxx/utils/google-benchmark/include/benchmark/
H A Dreporter.h121 virtual void Finalize() {} function in class:benchmark::BenchmarkReporter
177 virtual void Finalize();
/external/libcxx/utils/google-benchmark/test/
H A Doutput_test_helper.cc135 void Finalize() { function in class:internal::__anon10434::TestReporter
136 for (auto rep : reporters_) rep->Finalize();
/external/pdfium/xfa/fxbarcode/pdf417/
H A DBC_PDF417HighLevelEncoder.cpp56 void CBC_PDF417HighLevelEncoder::Finalize() {} function in class:CBC_PDF417HighLevelEncoder

Completed in 586 milliseconds

12