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

123456

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DBlankDebugEventListener.cs57 Terminate();
97 public virtual void Terminate() { method in class:Antlr.Runtime.Debug.BlankDebugEventListener
H A DDebugEventHub.cs219 public virtual void Terminate() { method in class:Antlr.Runtime.Debug.DebugEventHub
222 listener.Terminate();
H A DDebugEventRepeater.cs119 public virtual void Terminate() { method in class:Antlr.Runtime.Debug.DebugEventRepeater
120 _listener.Terminate();
H A DDebugEventSocketProxy.cs127 public override void Terminate() { method in class:Antlr.Runtime.Debug.DebugEventSocketProxy
H A DIDebugEventListener.cs267 void Terminate(); method in interface:Antlr.Runtime.Debug.IDebugEventListener
H A DProfiler.cs350 public override void Terminate() { method in class:Antlr.Runtime.Debug.Profiler
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DBlankDebugEventListener.cs63 Terminate();
122 public virtual void Terminate() method in class:Antlr.Runtime.Debug.BlankDebugEventListener
H A DDebugEventHub.cs266 public virtual void Terminate() method in class:Antlr.Runtime.Debug.DebugEventHub
271 listener.Terminate();
H A DDebugEventRepeater.cs144 public virtual void Terminate() method in class:Antlr.Runtime.Debug.DebugEventRepeater
146 _listener.Terminate();
H A DDebugEventSocketProxy.cs135 public override void Terminate() method in class:Antlr.Runtime.Debug.DebugEventSocketProxy
H A DProfiler.cs387 public override void Terminate() method in class:Antlr.Runtime.Debug.Profiler
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/
H A DIDebugEventListener.cs269 void Terminate(); method in interface:Antlr.Runtime.Debug.IDebugEventListener
/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/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/browser/devtools/device/usb/
H A Dandroid_usb_device.cc372 Terminate();
611 base::Bind(&AndroidUsbDevice::Terminate, this));
620 base::Bind(&AndroidUsbDevice::Terminate, this));
623 void AndroidUsbDevice::Terminate() { function in class:AndroidUsbDevice
/external/chromium_org/chrome/browser/
H A Djumplist_win.cc230 Terminate();
254 Terminate();
269 void JumpList::Terminate() { function in class:JumpList
/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/content/browser/
H A Dchild_process_launcher.cc142 Terminate();
356 Terminate();
360 void Terminate() { function in class:content::ChildProcessLauncher::Context
401 process.Terminate(RESULT_CODE_NORMAL_EXIT);
505 // Terminate via ProcessWatcher. So we can't close the handle here.
/external/chromium_org/content/browser/compositor/
H A Dimage_transport_factory.cc49 void ImageTransportFactory::Terminate() { function in class:content::ImageTransportFactory
/external/chromium_org/content/browser/gamepad/
H A Dgamepad_service.cc101 void GamepadService::Terminate() { function in class:content::GamepadService
/external/chromium_org/content/browser/gpu/
H A Dbrowser_gpu_channel_host_factory.cc237 void BrowserGpuChannelHostFactory::Terminate() { function in class:content::BrowserGpuChannelHostFactory
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_context_wrapper.cc142 void ServiceWorkerContextWrapper::Terminate() { function in class:content::ServiceWorkerContextWrapper
/external/chromium_org/content/plugin/
H A Dplugin_thread.cc54 base::Bind(&EnsureTerminateMessageFilter::Terminate, this),
59 void Terminate() { function in class:content::__anon7660::EnsureTerminateMessageFilter

Completed in 1560 milliseconds

123456