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

123

/external/pdfium/fxbarcode/qrcode/
H A DBC_QRCoderErrorCorrectionLevel.cpp45 void CBC_QRCoderErrorCorrectionLevel::Finalize() { function in class:CBC_QRCoderErrorCorrectionLevel
H A DBC_QRCoderVersion.cpp60 void CBC_QRCoderVersion::Finalize() { function in class:CBC_QRCoderVersion
H A DBC_QRCoderMode.cpp65 void CBC_QRCoderMode::Finalize() { function in class:CBC_QRCoderMode
/external/tensorflow/tensorflow/stream_executor/
H A Dtemporary_device_memory.cc41 void TemporaryDeviceMemoryBase::Finalize() { function in class:perftools::gputools::TemporaryDeviceMemoryBase
/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/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/
H A Dweighted_quantiles_stream.h86 QCHECK(!finalized_) << "Finalize() already called.";
101 QCHECK(!finalized_) << "Finalize() already called.";
112 QCHECK(!finalized_) << "Finalize() already called.";
121 void Finalize() { function in class:tensorflow::boosted_trees::quantiles::WeightedQuantilesStream
123 QCHECK(!finalized_) << "Finalize() may only be called once.";
145 << "Finalize() must be called before generating quantiles.";
160 << "Finalize() must be called before generating boundaries.";
166 // summary is returned. Note that after Finalize is called, only the overall
170 QCHECK(level <= 0) << "Only overall error is available after Finalize()";
195 << "Finalize() mus
[all...]
/external/google-benchmark/src/
H A Djson_reporter.cc145 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/libcxx/utils/google-benchmark/src/
H A Djson_reporter.cc145 void JSONReporter::Finalize() { function in class:benchmark::JSONReporter
/external/pdfium/fxbarcode/common/reedsolomon/
H A DBC_ReedSolomonGF256.cpp40 void CBC_ReedSolomonGF256::Finalize() { function in class:CBC_ReedSolomonGF256
/external/perfetto/src/ftrace_reader/
H A Dend_to_end_integrationtest.cc51 void Finalize(protos::TestBundleWrapper* wrapper) { function in class:perfetto::__anon18640::EndToEndIntegrationTest
54 size_t msg_size = message->Finalize();
128 Finalize(&output);
162 Finalize(&output);
/external/perfetto/src/traced/probes/filesystem/
H A Dprefix_finder.cc71 void PrefixFinder::Finalize() { function in class:perfetto::PrefixFinder
/external/skia/src/core/
H A DSkFlattenable.cpp78 void SkFlattenable::Finalize() { function in class:SkFlattenable
/external/skqp/src/core/
H A DSkFlattenable.cpp78 void SkFlattenable::Finalize() { function in class:SkFlattenable
/external/tensorflow/tensorflow/contrib/coder/kernels/
H A Drange_coder.cc262 void RangeEncoder::Finalize(string* sink) { function in class:tensorflow::RangeEncoder
263 // Finalize the encode by writing out any number in the interval
/external/tensorflow/tensorflow/core/kernels/
H A Dcuda_device_array.h36 // OP_REQUIRES_OK(ptrs.Finalize());
73 Status Finalize() { function in class:tensorflow::CudaDeviceArrayOnHost
97 // Ensure Finalize is called.
/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/fxbarcode/datamatrix/
H A DBC_SymbolInfo.cpp75 void CBC_SymbolInfo::Finalize() { function in class:CBC_SymbolInfo
H A DBC_ErrorCorrection.cpp119 void CBC_ErrorCorrection::Finalize() {} function in class:CBC_ErrorCorrection
/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.cpp51 void CFWL_CheckBoxTP::Finalize() { function in class:CFWL_CheckBoxTP
53 CFWL_WidgetTP::Finalize();
/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
/external/tensorflow/tensorflow/core/graph/
H A Dnode_builder.cc102 Status NodeBuilder::Finalize(Graph* graph, Node** created_node) const { function in class:tensorflow::NodeBuilder
110 TF_RETURN_IF_ERROR(def_builder_.Finalize(&node_def));
/external/pdfium/fxbarcode/pdf417/
H A DBC_PDF417HighLevelEncoder.cpp56 void CBC_PDF417HighLevelEncoder::Finalize() {} function in class:CBC_PDF417HighLevelEncoder

Completed in 796 milliseconds

123