Searched refs:Finalize (Results 1 - 25 of 77) sorted by relevance

1234

/external/ceres-solver/internal/ceres/
H A Ddynamic_compressed_row_finalizer.h44 jacobian->Finalize(num_parameters);
H A Ddynamic_compressed_row_sparse_matrix.h36 // Once insertion is complete, the `Finalize` method must be called to ensure
53 // entries. Note that following the insertion of entries, when `Finalize`
64 // `Finalize` must be called to make the underlying
89 void Finalize(int num_additional_elements);
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();
H A Ddynamic_compressed_row_sparse_matrix.cc70 void DynamicCompressedRowSparseMatrix::Finalize(int num_additional_elements) { function in class:ceres::internal::DynamicCompressedRowSparseMatrix
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.h42 Finalize();
H A DNameToDIE.cpp26 NameToDIE::Finalize() function in class:NameToDIE
/external/google-breakpad/src/common/
H A Dstabs_to_module_unittest.cc55 h.Finalize();
88 h.Finalize();
121 h.Finalize();
154 h.Finalize();
201 h.Finalize();
H A Dstabs_to_module.h92 void Finalize();
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/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.h42 Finalize ();
H A DDynamicRegisterInfo.cpp169 Finalize ();
198 DynamicRegisterInfo::Finalize ()
/external/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectLinkingLayer.h59 virtual void Finalize() = 0;
124 void Finalize() override {
247 (*H)->Finalize();
270 (*H)->Finalize();
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMUnwindOpAsm.h69 /// Finalize the unwind opcode sequence for EmitBytes()
70 void Finalize(unsigned &PersonalityIndex,
H A DARMUnwindOpAsm.cpp154 void UnwindOpcodeAssembler::Finalize(unsigned &PersonalityIndex,
/external/skia/experimental/SkV8Example/
H A DPath2DBuilder.h44 static void Finalize(const v8::FunctionCallbackInfo<v8::Value>& args);
/external/v8/src/
H A Dconversions.cc170 return builder.Finalize();
250 char* rep = rep_builder.Finalize();
263 return builder.Finalize();
295 return builder.Finalize();
407 result = builder.Finalize();
482 return builder.Finalize();
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
H A Dchecker.py99 self._lint_rules.Finalize(self._state_tracker, self._tokenizer.mode)
H A Dcheckerbase.py86 def Finalize(self, parser_state, tokenizer_mode): member in class:LintRulesBase
96 raise TypeError('Abstract method Finalize not implemented')
245 self._lint_rules.Finalize(self._state_tracker, self._tokenizer.mode)
/external/libnfc-nci/src/include/
H A DNfcAdaptation.h69 void Finalize();
/external/libvpx/libvpx/
H A Dwebmenc.cc107 segment->Finalize();
/external/v8/tools/
H A Dcheck-name-clashes.py56 def Finalize(self): member in class:Macro
82 found_macro.Finalize()
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxer.hpp934 bool Finalize();
1012 bool Finalize(IMkvWriter* writer) const;
1057 bool Finalize(IMkvWriter* writer) const;
1223 // This function must be called after Finalize() if you need a copy of the
1249 bool Finalize();
1477 // WriteEbmlHeader() will be called from Finalize() if |doc_type_version_|
/external/lldb/include/lldb/Interpreter/
H A DOptions.h449 Finalize ();
/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.h45 Finalize();
/external/v8/src/heap/
H A Dincremental-marking.h61 void Finalize();

Completed in 564 milliseconds

1234