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

1 2 3

  /external/v8/src/libplatform/
task-queue.cc 51 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/toolchain-utils/crosperf/
experiment.py 140 def Terminate(self):
142 self._schedv2.terminate()
147 t.Terminate()
benchmark_run.py 149 def Terminate(self):
151 self.suite_runner.Terminate()
suite_runner.py 287 def Terminate(self):
288 self._ct.Terminate()
  /external/lzma/CPP/Windows/
Thread.h 30 bool Terminate(DWORD exitCode) { return BOOLToBool(::TerminateThread(thread, exitCode)); }
  /external/toolchain-utils/automation/common/
command_executer.py 81 child.terminate()
128 command_terminator.Terminate()
130 # Check if terminate request was received.
162 # terminate loop if EWOULDBLOCK (EAGAIN) is received
226 def Terminate(self):
  /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()
  /external/skia/infra/bots/recipe_modules/core/resources/
elf_symbolizer.py 190 a2l.Terminate()
318 def Terminate(self):
321 The poller |_thread| will terminate as well due to the broken pipe."""
391 self.Terminate()
  /external/skqp/infra/bots/recipe_modules/core/resources/
elf_symbolizer.py 190 a2l.Terminate()
318 def Terminate(self):
321 The poller |_thread| will terminate as well due to the broken pipe."""
391 self.Terminate()
  /prebuilts/ndk/r16/sources/android/ndk_helper/
GLContext.cpp 75 Terminate();
172 Terminate();
180 void GLContext::Terminate()
242 Terminate();
262 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();
  /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();
  /external/toolchain-utils/cros_utils/
command_executer.py 535 timeout: terminate command after this timeout.
685 def Terminate(self):
  /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());

Completed in 465 milliseconds

1 2 3