/external/webrtc/webrtc/base/ |
H A D | md5digest.cc | 23 size_t Md5Digest::Finish(void* buf, size_t len) { function in class:rtc::Md5Digest
|
H A D | sha1digest.cc | 23 size_t Sha1Digest::Finish(void* buf, size_t len) { function in class:rtc::Sha1Digest
|
H A D | openssldigest.cc | 47 size_t OpenSSLDigest::Finish(void* buf, size_t len) { function in class:rtc::OpenSSLDigest
|
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/ |
H A D | audio_checksum.h | 41 std::string Finish() { function in class:webrtc::test::AudioChecksum 44 checksum_.Finish(checksum_result_, rtc::Md5Digest::kSize);
|
/external/google-benchmark/src/ |
H A D | counter.cc | 20 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 D | unwinding-info-writer.h | 44 void Finish(int code_size) {} function in class:v8::internal::compiler::UnwindingInfoWriter
|
/external/v8/src/ |
H A D | string-builder.cc | 93 MaybeHandle<String> IncrementalStringBuilder::Finish() { function in class:v8::internal::IncrementalStringBuilder
|
/external/zlib/src/contrib/dotzlib/DotZLib/ |
H A D | Inflater.cs | 84 public override void Finish()
method in class:DotZLib.Inflater 89 err = inflate(ref _ztream, (int)FlushTypes.Finish);
|
H A D | Deflater.cs | 86 public override void Finish()
method in class:DotZLib.Deflater 91 err = deflate(ref _ztream, (int)FlushTypes.Finish);
|
H A D | CodecBase.cs | 109 public abstract void Finish();
method in class:DotZLib.CodecBase
|
/external/lzma/CPP/Windows/ |
H A D | CommonDialog.cpp | 33 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 D | Shell.h | 66 void Finish() { ::DragFinish(m_Object); }
function in class:NWindows::NShell::CDrop
|
/external/toolchain-utils/automation/common/ |
H A D | events.py | 62 def Finish(self): member in class:_EventRecord 96 self.last.Finish()
|
/external/v8/src/compiler/arm/ |
H A D | unwinding-info-writer-arm.h | 42 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 D | unwinding-info-writer-arm64.h | 42 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 D | unwinding-info-writer-x64.h | 46 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 D | vktestframeworkandroid.cpp | 46 void VkTestFramework::Finish() {} function in class:VkTestFramework
|
/external/dng_sdk/source/ |
H A D | dng_abort_sniffer.h | 225 void Finish () function in class:dng_sniffer_task
|
H A D | dng_area_task.cpp | 90 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 D | dwarf2diehandler.h | 147 // 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 D | dwarf2reader_test_common.h | 89 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 D | synth_elf.cc | 187 void ELF::Finish() { function in class:google_breakpad::synth_elf::ELF
|
/external/google-breakpad/src/processor/ |
H A D | synth_minidump.h | 66 // 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 D | ccodec_bmpmodule.cpp | 80 void CCodec_BmpModule::Finish(FXBMP_Context* ctx) { function in class:CCodec_BmpModule
|
/external/v8/src/crankshaft/ |
H A D | hydrogen-removable-simulates.cc | 98 static State* Finish(State* state, HBasicBlock* block, Zone* zone) { function in class:v8::internal::State
|