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

123

/external/v8/src/libplatform/
H A Dtask-queue.cc49 void TaskQueue::Terminate() { function in class:v8::platform::TaskQueue
/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/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/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
/external/lldb/source/Plugins/Process/Linux/
H A DProcessLinux.cpp81 ProcessLinux::Terminate() function in class:ProcessLinux
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DLogChannelDWARF.cpp43 LogChannelDWARF::Terminate() function in class:LogChannelDWARF
/external/lldb/source/Plugins/SymbolVendor/MacOSX/
H A DSymbolVendorMacOSX.cpp95 SymbolVendorMacOSX::Terminate() function in class:SymbolVendorMacOSX
/external/webrtc/src/system_wrappers/source/
H A Dcpu_win.cc191 Terminate();
404 bool CpuWindows::Terminate() function in class:webrtc::CpuWindows
/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 DIDebugEventListener.cs267 void Terminate(); method in interface:Antlr.Runtime.Debug.IDebugEventListener
/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/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
/external/clang/lib/CodeGen/
H A DCGCleanup.h96 enum Kind { Cleanup, Catch, Terminate, Filter }; enumerator in enum:clang::CodeGen::EHScope::Kind
442 : EHScope(Terminate, enclosingEHScope) {}
446 return scope->getKind() == Terminate;
484 case EHScope::Terminate:
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp306 ItaniumABILanguageRuntime::Terminate() function in class:ItaniumABILanguageRuntime
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp100 AppleObjCRuntimeV1::Terminate() function in class:AppleObjCRuntimeV1
/external/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp53 OperatingSystemPython::Terminate() function in class:OperatingSystemPython

Completed in 430 milliseconds

123