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

1 2 3 4 5 6 7

  /external/webrtc/webrtc/sound/
platformsoundsystemfactory.cc 36 instance_->Terminate();
automaticallychosensoundsystem.h 35 virtual void Terminate();
71 kNumSoundSystems>::Terminate() {
75 wrapped_->Terminate();
nullsoundsystem.h 33 void Terminate() override;
soundsysteminterface.h 81 virtual void Terminate() = 0;
  /external/libchrome/base/process/
kill.cc 18 result &= process.Terminate(exit_code, true);
process.h 41 // The destructor does not terminate the process.
88 // Close the process handle. This will not terminate the process.
93 // for up to one minute for the process to actually terminate.
96 bool Terminate(int exit_code, bool wait) const;
  /external/v8/src/libplatform/
task-queue.h 32 // Terminate the queue.
33 void Terminate();
task-queue.cc 49 void TaskQueue::Terminate() {
  /external/webrtc/talk/media/devices/
win32devicemanager.h 47 virtual void Terminate();
  /external/ppp/pppd/plugins/radius/etc/
dictionary 84 ATTRIBUTE Acct-Terminate-Cause 49 integer
193 # Acct Terminate Causes, available in 3.3.2 and later
195 VALUE Acct-Terminate-Cause User-Request 1
196 VALUE Acct-Terminate-Cause Lost-Carrier 2
197 VALUE Acct-Terminate-Cause Lost-Service 3
198 VALUE Acct-Terminate-Cause Idle-Timeout 4
199 VALUE Acct-Terminate-Cause Session-Timeout 5
200 VALUE Acct-Terminate-Cause Admin-Reset 6
201 VALUE Acct-Terminate-Cause Admin-Reboot 7
202 VALUE Acct-Terminate-Cause Port-Error
    [all...]
  /external/v8/test/unittests/libplatform/
task-queue-unittest.cc 43 queue.Terminate();
54 queue.Terminate();
worker-thread-unittest.cc 44 queue.Terminate();
  /external/libchrome/base/threading/
worker_pool_posix.h 57 void Terminate();
  /external/webrtc/webrtc/voice_engine/
voice_engine_fixture.cc 27 EXPECT_EQ(0, base_->Terminate());
voe_audio_processing_unittest.cc 28 base_->Terminate();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iadmext.h 40 virtual HRESULT WINAPI Terminate(void) = 0;
  /external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/
dllmain.cpp 36 Module<InProc>::GetModule().Terminate();
51 return (module.Terminate()) ? S_OK : S_FALSE;
  /development/ndk/sources/android/ndk_helper/
GLContext.cpp 75 Terminate();
180 Terminate();
188 void GLContext::Terminate()
250 Terminate();
270 Terminate();
GLContext.h 75 void Terminate();
  /external/webrtc/talk/media/base/
mediaengine.h 76 virtual void Terminate() = 0;
149 virtual void Terminate() {
150 voice_.Terminate();
  /external/webrtc/webrtc/modules/audio_conference_mixer/source/
memory_pool_win.h 57 int32_t Terminate();
85 Terminate();
160 int32_t MemoryPoolImpl<MemoryType>::Terminate()
  /external/lzma/CPP/Windows/
Thread.h 30 bool Terminate(DWORD exitCode) { return BOOLToBool(::TerminateThread(thread, exitCode)); }
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
BlankDebugEventListener.cs 57 Terminate();
97 public virtual void Terminate() {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
BlankDebugEventListener.cs 63 Terminate();
122 public virtual void Terminate()
  /external/webrtc/talk/session/media/
channelmanager_unittest.cc 98 cm_->Terminate();
113 cm_->Terminate();
134 cm_->Terminate();
159 cm_->Terminate();
183 cm_->Terminate();
244 // Can set again after terminate.
245 cm_->Terminate();

Completed in 657 milliseconds

1 2 3 4 5 6 7