HomeSort by relevance Sort by last modified time
    Searched defs:Terminate (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/v8/src/libplatform/
task-queue.cc 49 void TaskQueue::Terminate() {
  /external/webrtc/webrtc/sound/
automaticallychosensoundsystem.h 35 virtual void Terminate();
71 kNumSoundSystems>::Terminate() {
75 wrapped_->Terminate();
nullsoundsystem.cc 104 void NullSoundSystem::Terminate() {
  /external/lzma/CPP/Windows/
Thread.h 30 bool Terminate(DWORD exitCode) { return BOOLToBool(::TerminateThread(thread, exitCode)); }
  /external/webrtc/webrtc/modules/audio_conference_mixer/source/
memory_pool_posix.h 33 int32_t Terminate();
123 int32_t MemoryPoolImpl<MemoryType>::Terminate()
memory_pool_win.h 57 int32_t Terminate();
85 Terminate();
160 int32_t MemoryPoolImpl<MemoryType>::Terminate()
  /development/ndk/sources/android/ndk_helper/
GLContext.cpp 75 Terminate();
180 Terminate();
188 void GLContext::Terminate()
250 Terminate();
270 Terminate();
  /external/libchrome/base/threading/
worker_pool_posix.cc 51 pool_->Terminate();
134 void PosixDynamicThreadPool::Terminate() {
186 // the thread to terminate.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
BlankDebugEventListener.cs 57 Terminate();
97 public virtual void Terminate() {
DebugEventHub.cs 219 public virtual void Terminate() {
222 listener.Terminate();
DebugEventRepeater.cs 119 public virtual void Terminate() {
120 _listener.Terminate();
IDebugEventListener.cs 221 * terminate
267 void Terminate();
DebugEventSocketProxy.cs 127 public override void Terminate() {
128 Transmit("terminate");
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/
IDebugEventListener.cs 223 * terminate
269 void Terminate();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
BlankDebugEventListener.cs 63 Terminate();
122 public virtual void Terminate()
DebugEventHub.cs 266 public virtual void Terminate()
271 listener.Terminate();
DebugEventRepeater.cs 144 public virtual void Terminate()
146 _listener.Terminate();
DebugEventSocketProxy.cs 135 public override void Terminate()
137 Transmit( "terminate" );
  /external/chromium-trace/catapult/tracing/third_party/symbols/symbols/
elf_symbolizer.py 178 a2l.Terminate()
311 def Terminate(self):
314 The poller |_thread| will terminate as well due to the broken pipe."""
383 self.Terminate()
  /external/v8/build/android/pylib/symbols/
elf_symbolizer.py 178 a2l.Terminate()
311 def Terminate(self):
314 The poller |_thread| will terminate as well due to the broken pipe."""
384 self.Terminate()
  /external/webrtc/talk/media/base/
mediaengine.h 76 virtual void Terminate() = 0;
149 virtual void Terminate() {
150 voice_.Terminate();
  /external/webrtc/talk/media/devices/
devicemanager.cc 72 Terminate();
86 void DeviceManager::Terminate() {
  /external/webrtc/webrtc/modules/audio_device/android/
audio_record_jni.cc 112 Terminate();
121 int32_t AudioRecordJni::Terminate() {
122 ALOGD("Terminate%s", GetThreadInfo().c_str());
audio_track_jni.cc 105 Terminate();
114 int32_t AudioTrackJni::Terminate() {
115 ALOGD("Terminate%s", GetThreadInfo().c_str());
  /external/clang/lib/CodeGen/
CGCleanup.h 111 enum Kind { Cleanup, Catch, Terminate, Filter, PadEnd };
477 /// An exceptions scope which calls std::terminate if any exception
482 : EHScope(Terminate, enclosingEHScope) {}
486 return scope->getKind() == Terminate;
535 case EHScope::Terminate:

Completed in 810 milliseconds

1 2 3