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

123

/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
H A Dcheckerbase.py74 def Finalize(self, parser_state): member in class:LintRulesBase
83 raise TypeError('Abstract method Finalize not implemented')
143 self._lint_rules.Finalize(self._state_tracker)
H A Djavascriptlintrules.py671 def Finalize(self, state): member in class:JavaScriptLintRules
673 # Call the base class's Finalize function.
674 super(JavaScriptLintRules, self).Finalize(state)
H A Dindentation.py120 def Finalize(self): member in class:IndentationRules
/external/google-benchmark/src/
H A Dreporter.cc80 void BenchmarkReporter::Finalize() { function in class:benchmark::BenchmarkReporter
H A Djson_reporter.cc117 void JSONReporter::Finalize() { function in class:benchmark::JSONReporter
/external/pdfium/xfa/src/fwl/src/core/
H A Dfwl_targetimp.cpp21 FWL_ERR IFWL_Target::Finalize() { function in class:IFWL_Target
22 return m_pImpl->Finalize();
43 FWL_ERR CFWL_TargetImp::Finalize() { function in class:CFWL_TargetImp
H A Dfwl_appimp.cpp22 FWL_ERR IFWL_App::Finalize() { function in class:IFWL_App
23 return static_cast<CFWL_AppImp*>(GetImpl())->Finalize();
68 FWL_ERR CFWL_AppImp::Finalize() { function in class:CFWL_AppImp
/external/pdfium/xfa/src/fwl/src/theme/
H A Dedittp.cpp81 FWL_ERR CFWL_EditTP::Finalize() { function in class:CFWL_EditTP
83 return CFWL_WidgetTP::Finalize();
H A Dlistboxtp.cpp65 FWL_ERR CFWL_ListBoxTP::Finalize() { function in class:CFWL_ListBoxTP
67 return CFWL_WidgetTP::Finalize();
H A Dpushbuttontp.cpp101 FWL_ERR CFWL_PushButtonTP::Finalize() { function in class:CFWL_PushButtonTP
103 return CFWL_WidgetTP::Finalize();
/external/v8/src/compiler/
H A Djs-inlining-heuristic.cc97 void JSInliningHeuristic::Finalize() { function in class:v8::internal::compiler::JSInliningHeuristic
/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/ceres-solver/internal/ceres/
H A Ddynamic_compressed_row_sparse_matrix.cc70 void DynamicCompressedRowSparseMatrix::Finalize(int num_additional_elements) { function in class:ceres::internal::DynamicCompressedRowSparseMatrix
H A Ddynamic_compressed_row_sparse_matrix_test.cc51 // The number of additional elements reserved when `Finalize` is called
66 void Finalize() { function in class:ceres::internal::DynamicCompressedRowSparseMatrixTest
67 dcrsm->Finalize(num_additional_elements);
177 Finalize();
185 Finalize();
192 Finalize();
197 Finalize();
204 Finalize();
209 Finalize();
/external/pdfium/xfa/src/fwl/src/basewidget/
H A Dfwl_formproxyimp.cpp38 FWL_ERR CFWL_FormProxyImp::Finalize() { function in class:CFWL_FormProxyImp
41 return CFWL_WidgetImp::Finalize();
H A Dfwl_caretimp.cpp64 FWL_ERR CFWL_CaretImp::Finalize() { function in class:CFWL_CaretImp
71 return CFWL_WidgetImp::Finalize();
H A Dfwl_pictureboximp.cpp51 FWL_ERR CFWL_PictureBoxImp::Finalize() { function in class:CFWL_PictureBoxImp
54 return CFWL_WidgetImp::Finalize();
/external/pdfium/xfa/src/fxbarcode/qrcode/
H A DBC_QRCoderErrorCorrectionLevel.cpp44 void CBC_QRCoderErrorCorrectionLevel::Finalize() { function in class:CBC_QRCoderErrorCorrectionLevel
/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/src/fxbarcode/common/reedsolomon/
H A DBC_ReedSolomonGF256.cpp34 void CBC_ReedSolomonGF256::Finalize() { function in class:CBC_ReedSolomonGF256
/external/pdfium/xfa/src/fxbarcode/datamatrix/
H A DBC_DataMatrixVersion.cpp29 void CBC_DataMatrixVersion::Finalize() { function in class:CBC_DataMatrixVersion
H A DBC_ErrorCorrection.cpp81 void CBC_ErrorCorrection::Finalize() {} function in class:CBC_ErrorCorrection
H A DBC_SymbolInfo.cpp76 void CBC_SymbolInfo::Finalize() { function in class:CBC_SymbolInfo
/external/pdfium/xfa/src/fxbarcode/pdf417/
H A DBC_PDF417ECModulusGF.cpp32 void CBC_PDF417ECModulusGF::Finalize() { function in class:CBC_PDF417ECModulusGF
H A DBC_PDF417CodewordDecoder.cpp47 void CBC_PDF417CodewordDecoder::Finalize() {} function in class:CBC_PDF417CodewordDecoder

Completed in 523 milliseconds

123