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

123

/external/webrtc/webrtc/sound/
H A Dautomaticallychosensoundsystem.h35 virtual void Terminate();
71 kNumSoundSystems>::Terminate() { function in class:rtc::AutomaticallyChosenSoundSystem
75 wrapped_->Terminate();
H A Dnullsoundsystem.cc104 void NullSoundSystem::Terminate() { function in class:rtc::NullSoundSystem
/external/v8/src/libplatform/
H A Dtask-queue.cc51 void TaskQueue::Terminate() { function in class:v8::platform::TaskQueue
/external/webrtc/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/lzma/CPP/Windows/
H A DThread.h30 bool Terminate(DWORD exitCode) { return BOOLToBool(::TerminateThread(thread, exitCode)); } function in class:NWindows::CThread
/external/toolchain-utils/automation/common/
H A Dcommand_executer.py128 command_terminator.Terminate()
226 def Terminate(self): member in class:CommandTerminator
/external/toolchain-utils/crosperf/
H A Dexperiment.py139 def Terminate(self): member in class:Experiment
146 t.Terminate()
H A Dsuite_runner.py283 def Terminate(self): member in class:SuiteRunner
284 self._ct.Terminate()
H A Dbenchmark_run.py151 def Terminate(self): member in class:BenchmarkRun
153 self.suite_runner.Terminate()
/external/libchrome/base/threading/
H A Dworker_pool_posix.cc51 pool_->Terminate();
132 void PosixDynamicThreadPool::Terminate() { function in class:base::PosixDynamicThreadPool
/external/skia/infra/bots/recipe_modules/core/resources/
H A Delf_symbolizer.py190 a2l.Terminate()
318 def Terminate(self): member in class:ELFSymbolizer.Addr2Line
391 self.Terminate()
/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.h106 enum Kind { Cleanup, Catch, Terminate, Filter, PadEnd }; enumerator in enum:clang::CodeGen::EHScope::Kind
484 : EHScope(Terminate, enclosingEHScope) {}
488 return scope->getKind() == Terminate;
537 case EHScope::Terminate:
/external/libchrome/base/process/
H A Dprocess_posix.cc308 bool Process::Terminate(int /*exit_code*/, bool wait) const { function in class:base::Process
/external/toolchain-utils/cros_utils/
H A Dcommand_executer.py681 def Terminate(self): member in class:CommandTerminator
/external/webrtc/talk/media/base/
H A Dmediaengine.h76 virtual void Terminate() = 0;
149 virtual void Terminate() { function in class:cricket::CompositeMediaEngine
150 voice_.Terminate();

Completed in 453 milliseconds

123