Searched defs:Finish (Results 1 - 25 of 34) sorted by relevance

12

/external/zlib/src/contrib/dotzlib/DotZLib/
H A DInflater.cs84 public override void Finish() method in class:DotZLib.Inflater
89 err = inflate(ref _ztream, (int)FlushTypes.Finish);
H A DDeflater.cs86 public override void Finish() method in class:DotZLib.Deflater
91 err = deflate(ref _ztream, (int)FlushTypes.Finish);
H A DCodecBase.cs109 public abstract void Finish(); method in class:DotZLib.CodecBase
H A DDotZLib.cs24 None, Partial, Sync, Full, Finish, Block enumerator in enum:DotZLib.FlushTypes
200 void Finish(); method in interface:DotZLib.Codec
/external/google-breakpad/src/common/dwarf/
H A Ddwarf2diehandler.h147 // children, it invokes the handler's Finish() member function,
179 // - Finish()
252 // any). We call Finish on every handler --- even if EndAttributes
254 virtual void Finish() { }; function in class:dwarf2reader::DIEHandler
H A Ddwarf2reader_test_common.h89 TestCompilationUnit &Finish() { function in class:TestCompilationUnit
135 // Finish the current abbreviation code.
142 // Finish the current abbreviation table.
/external/google-breakpad/src/common/linux/
H A Dsynth_elf.cc187 void ELF::Finish() { function in class:google_breakpad::synth_elf::ELF
/external/google-breakpad/src/processor/
H A Dsynth_minidump.h66 // minidump.Finish();
84 // - dump.Add(thing) invokes thing->Finish, which tells *thing the
152 // functions call the Finish member function of the object being
153 // added for you; if you are 'Add'ing this section, you needn't Finish it.
154 virtual void Finish(const Label &offset) { function in class:google_breakpad::SynthMinidump::Section
294 element->Finish(file_offset_ + Size());
302 // Finish up the contents of this section, mark it as having been
304 virtual void Finish(const Label &offset) { function in class:google_breakpad::SynthMinidump::List
305 Stream::Finish(offset);
326 // The following functions call OBJECT->Finish(), an
[all...]
H A Dsynth_minidump.cc341 section->Finish(file_start_ + Size());
375 void Dump::Finish() { function in class:google_breakpad::SynthMinidump::Dump
381 // stream_directory_.Finish here, because the stream directory isn't
/external/v8/src/
H A Dhydrogen-removable-simulates.cc89 static State* Finish(State* state, HBasicBlock* block, Zone* zone) { function in class:v8::internal::State
H A Dhydrogen-load-elimination.cc135 static HLoadEliminationTable* Finish(HLoadEliminationTable* state, function in class:v8::internal::HLoadEliminationTable
H A Dhydrogen-check-elimination.cc160 static HCheckTable* Finish(HCheckTable* state, HBasicBlock* block, function in class:v8::internal::HCheckTable
/external/v8/src/compiler/
H A Dcommon-operator.cc202 const Operator* CommonOperatorBuilder::Finish(int arguments) { function in class:v8::internal::compiler::CommonOperatorBuilder
205 "Finish", arguments);
/external/v8/src/ia32/
H A Dlithium-gap-resolver-ia32.cc46 Finish();
207 void LGapResolver::Finish() { function in class:v8::internal::LGapResolver
/external/v8/src/x87/
H A Dlithium-gap-resolver-x87.cc46 Finish();
207 void LGapResolver::Finish() { function in class:v8::internal::LGapResolver
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc180 void LogMessage::Finish() { function in class:google::protobuf::internal::LogMessage
203 other.Finish();
/external/vixl/src/vixl/
H A Dinvalset.h239 void Finish();
726 void InvalSetIterator<S>::Finish() { function in class:vixl::InvalSetIterator
/external/clang/lib/Sema/
H A DDeclSpec.cpp926 /// Finish - This does final analysis of the declspec, rejecting things like
930 void DeclSpec::Finish(DiagnosticsEngine &D, Preprocessor &PP, const PrintingPolicy &Policy) { function in class:DeclSpec
/external/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp536 ~CaptureCompletionResults() override { Finish(); }
639 void Finish() { function in class:__anon2781::CaptureCompletionResults
/external/google-breakpad/src/common/
H A Ddwarf_cu_to_module.cc194 // them here during parsing. Then, in DwarfCUToModule::Finish, we
452 void Finish();
532 void DwarfCUToModule::FuncHandler::Finish() { function in class:google_breakpad::DwarfCUToModule::FuncHandler
1029 void DwarfCUToModule::Finish() { function in class:google_breakpad::DwarfCUToModule
/external/google-breakpad/src/common/mac/
H A Dmacho_reader_unittest.cc527 // Append SECTION to the end of this section, and call its Finish member.
531 section->Finish();
542 virtual void Finish() {
640 void Finish() {
644 SizedSection::Finish();
688 void Finish() {
689 SizedSection::Finish();
539 virtual void Finish() { function in class:SizedSection
637 void Finish() { function in class:SegmentLoadCommand
685 void Finish() { function in class:LoadCommands
/external/llvm/lib/MC/
H A DMCAssembler.cpp896 void MCAssembler::Finish() { function in class:MCAssembler
/external/mesa3d/src/mesa/main/
H A Ddd.h120 void (*Finish)( struct gl_context *ctx ); member in struct:dd_function_table
/external/openfst/src/include/fst/extensions/pdt/
H A Dshortest-path.h213 void Finish() { finished_ = true; } function in class:fst::PdtShortestPathData
428 sp_data_.Finish();
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jpeg.cpp587 void CCodec_JpegModule::Finish(void* pContext) function in class:CCodec_JpegModule
590 m_pExtProvider->Finish(pContext);

Completed in 580 milliseconds

12