Searched defs:Terminate (Results 1 - 25 of 128) sorted by relevance

123456

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_lib.cc26 void Terminate() { function in namespace:gles2
/external/chromium_org/mojo/public/cpp/application/lib/
H A Dapplication_runner.cc15 void ApplicationImpl::Terminate() { function in class:mojo::ApplicationImpl
/external/chromium_org/third_party/webrtc/sound/
H A Dautomaticallychosensoundsystem.h35 virtual void Terminate();
71 kNumSoundSystems>::Terminate() { function in class:rtc::AutomaticallyChosenSoundSystem
75 wrapped_->Terminate();
H A Dnullsoundsystem.cc107 void NullSoundSystem::Terminate() { function in class:rtc::NullSoundSystem
/external/chromium_org/v8/src/libplatform/
H A Dtask-queue.cc49 void TaskQueue::Terminate() { function in class:v8::platform::TaskQueue
/external/chromium_org/base/process/
H A Dprocess_posix.cc39 void Process::Terminate(int result_code) { function in class:base::Process
H A Dprocess_win.cc24 void Process::Terminate(int result_code) { function in class:base::Process
/external/chromium_org/content/browser/compositor/
H A Dimage_transport_factory.cc49 void ImageTransportFactory::Terminate() { function in class:content::ImageTransportFactory
/external/chromium_org/mojo/application/
H A Dapplication_runner_chromium.cc18 void ApplicationImpl::Terminate() { function in class:mojo::ApplicationImpl
/external/chromium_org/mojo/apps/js/
H A Djs_app.cc53 FROM_HERE, base::Bind(&JSApp::Terminate, base::Unretained(this)));
93 void JSApp::Terminate() { function in class:mojo::apps::JSApp
/external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/source/
H A Dmemory_pool_posix.h33 int32_t Terminate();
123 int32_t MemoryPoolImpl<MemoryType>::Terminate() function in class:webrtc::MemoryPoolImpl
H A Dmemory_pool_win.h57 int32_t Terminate();
85 Terminate();
160 int32_t MemoryPoolImpl<MemoryType>::Terminate() function in class:webrtc::MemoryPoolImpl
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformMacOSX.cpp52 PlatformMacOSX::Terminate () function in class:PlatformMacOSX
/external/lldb/source/
H A Dlldb.cpp177 lldb_private::Terminate () function in class:lldb_private
181 // Terminate and unload and loaded system or user LLDB plug-ins
182 PluginManager::Terminate();
184 ABIMacOSX_i386::Terminate();
185 ABIMacOSX_arm::Terminate();
186 ABISysV_x86_64::Terminate();
187 DisassemblerLLVMC::Terminate();
188 ObjectContainerBSDArchive::Terminate();
189 ObjectFileELF::Terminate();
190 SymbolVendorELF::Terminate();
[all...]
/external/chromium_org/content/browser/gamepad/
H A Dgamepad_service.cc101 void GamepadService::Terminate() { function in class:content::GamepadService
/external/chromium_org/content/plugin/
H A Dplugin_thread.cc54 base::Bind(&EnsureTerminateMessageFilter::Terminate, this),
59 void Terminate() { function in class:content::__anon7660::EnsureTerminateMessageFilter
/external/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp121 ProcessFreeBSD::Terminate() function in class:ProcessFreeBSD
/external/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp55 SymbolVendorELF::Terminate() function in class:SymbolVendorELF
/external/lzma/CPP/Windows/
H A DThread.h30 bool Terminate(DWORD exitCode) { return BOOLToBool(::TerminateThread(thread, exitCode)); } function in class:NWindows::CThread
/external/chromium_org/base/threading/
H A Dworker_pool_posix.cc56 pool_->Terminate();
139 void PosixDynamicThreadPool::Terminate() { function in class:base::PosixDynamicThreadPool
/external/chromium_org/build/android/pylib/symbols/
H A Delf_symbolizer.py178 a2l.Terminate()
311 def Terminate(self): member in class:ELFSymbolizer.Addr2Line
383 self.Terminate()
/external/chromium_org/chrome/service/
H A Dservice_process.cc201 base::Bind(&ServiceProcess::Terminate, base::Unretained(this)))) {
250 // path. If it succeeds Terminate() will be called from the handler registered
252 // On failure call Terminate() directly to force the process to actually
255 Terminate();
258 Terminate();
262 void ServiceProcess::Terminate() { function in class:ServiceProcess
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/interface/
H A Dvie_autotest_defines.h111 static int Terminate() { function in class:ViETest
/external/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp175 DynamicLoaderStatic::Terminate() function in class:DynamicLoaderStatic
/external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
H A DObjectContainerUniversalMachO.cpp34 ObjectContainerUniversalMachO::Terminate() function in class:ObjectContainerUniversalMachO

Completed in 3931 milliseconds

123456