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

1234

/external/webrtc/webrtc/base/
H A Dmd5digest.cc23 size_t Md5Digest::Finish(void* buf, size_t len) { function in class:rtc::Md5Digest
H A Dsha1digest.cc23 size_t Sha1Digest::Finish(void* buf, size_t len) { function in class:rtc::Sha1Digest
H A Dopenssldigest.cc47 size_t OpenSSLDigest::Finish(void* buf, size_t len) { function in class:rtc::OpenSSLDigest
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
H A Daudio_checksum.h41 std::string Finish() { function in class:webrtc::test::AudioChecksum
44 checksum_.Finish(checksum_result_, rtc::Md5Digest::kSize);
/external/google-benchmark/src/
H A Dcounter.cc20 double Finish(Counter const& c, double cpu_time, double num_threads) { function in namespace:benchmark::internal
31 void Finish(UserCounters *l, double cpu_time, double num_threads) { function in namespace:benchmark::internal
33 c.second.value = Finish(c.second, cpu_time, num_threads);
/external/v8/src/compiler/
H A Dunwinding-info-writer.h44 void Finish(int code_size) {} function in class:v8::internal::compiler::UnwindingInfoWriter
/external/v8/src/
H A Dstring-builder.cc93 MaybeHandle<String> IncrementalStringBuilder::Finish() { function in class:v8::internal::IncrementalStringBuilder
/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
/external/lzma/CPP/Windows/
H A DCommonDialog.cpp33 void Finish() { *Buf = 0; } function in class:NWindows::CDoubleZeroStringListA
56 void Finish() { *Buf = 0; } function in class:NWindows::CDoubleZeroStringListW
133 dz.Finish();
164 dz.Finish();
H A DShell.h66 void Finish() { ::DragFinish(m_Object); } function in class:NWindows::NShell::CDrop
/external/toolchain-utils/automation/common/
H A Devents.py62 def Finish(self): member in class:_EventRecord
96 self.last.Finish()
/external/v8/src/compiler/arm/
H A Dunwinding-info-writer-arm.h42 void Finish(int code_size) { function in class:v8::internal::compiler::UnwindingInfoWriter
43 if (enabled()) eh_frame_writer_.Finish(code_size);
/external/v8/src/compiler/arm64/
H A Dunwinding-info-writer-arm64.h42 void Finish(int code_size) { function in class:v8::internal::compiler::UnwindingInfoWriter
43 if (enabled()) eh_frame_writer_.Finish(code_size);
/external/v8/src/compiler/x64/
H A Dunwinding-info-writer-x64.h46 void Finish(int code_size) { function in class:v8::internal::compiler::UnwindingInfoWriter
47 if (enabled()) eh_frame_writer_.Finish(code_size);
/external/vulkan-validation-layers/tests/
H A Dvktestframeworkandroid.cpp46 void VkTestFramework::Finish() {} function in class:VkTestFramework
/external/dng_sdk/source/
H A Ddng_abort_sniffer.h225 void Finish () function in class:dng_sniffer_task
H A Ddng_area_task.cpp90 void dng_area_task::Finish (uint32 /* threadCount */) function in class:dng_area_task
266 task.Finish (1);
/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...]
/external/pdfium/core/fxcodec/codec/
H A Dccodec_bmpmodule.cpp80 void CCodec_BmpModule::Finish(FXBMP_Context* ctx) { function in class:CCodec_BmpModule
/external/v8/src/crankshaft/
H A Dhydrogen-removable-simulates.cc98 static State* Finish(State* state, HBasicBlock* block, Zone* zone) { function in class:v8::internal::State

Completed in 508 milliseconds

1234