HomeSort by relevance Sort by last modified time
    Searched refs:Terminate (Results 126 - 150 of 172) sorted by null

1 2 3 4 56 7

  /external/chromium_org/sandbox/win/src/
broker_services.cc 33 // while in SpawnTarget and we must terminate the target process.
38 target->Terminate();
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
filemediaengine_unittest.cc 237 engine_->Terminate();
videoengine_unittest.h 130 engine_.Terminate(); \
142 engine_.Terminate();
154 engine_.Terminate();
155 // Refcount after terminate should be 1; this tests if it is nonzero.
492 engine_.Terminate();
    [all...]
fakemediaengine.h 685 void Terminate() {}
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.cc 427 session_->Terminate();
  /external/clang/lib/CodeGen/
CGException.cpp 126 // In C++, use std::terminate().
375 // std::terminate to be invoked.
389 // to a copy constructor, then according to [except.terminate]p1 we
390 // must call std::terminate() if that constructor throws, because
502 // noexcept functions are simple terminate scopes.
651 case EHScope::Terminate:
669 case EHScope::Terminate:
757 case EHScope::Terminate:
824 case EHScope::Terminate:
825 // Terminate scopes are basically catch-alls
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 164 Terminate();
189 void DeviceManager::Terminate() {
  /external/chromium_org/third_party/libjingle/source/talk/sound/
pulseaudiosoundsystem.cc 981 Terminate();
1029 void PulseAudioSoundSystem::Terminate() {
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
Profiler.cs 350 public override void Terminate() {
RemoteDebugEventSocketListener.cs 429 } else if (elements[0].Equals("terminate")) {
430 listener.Terminate();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Profiler.cs 387 public override void Terminate()
RemoteDebugEventSocketListener.cs 554 else if ( elements[0].Equals( "terminate" ) )
556 listener.Terminate();
  /external/chromium_org/net/proxy/
proxy_resolver_v8_unittest.cc 37 bool* terminate) OVERRIDE {
38 *terminate = should_terminate;
92 // Whether ResolveDns() should terminate script execution.
586 // termination of the script. Also test that repeatedly calling terminate is
588 TEST(ProxyResolverV8Test, Terminate) {
590 int result = resolver.SetPacScriptFromDisk("terminate.js");
595 // Terminate script execution upon reaching dnsResolve(). Note that
proxy_resolver_v8_tracing_unittest.cc 951 TEST_F(ProxyResolverV8TracingTest, Terminate) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnection.cc 538 session_->Terminate();
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.cc 471 Terminate();
561 void WebRtcVoiceEngine::Terminate() {
562 LOG(LS_INFO) << "WebRtcVoiceEngine::Terminate";
567 voe_wrapper_sc_->base()->Terminate();
568 voe_wrapper_->base()->Terminate();
    [all...]
webrtcvideoengine_unittest.cc 185 engine_.Terminate();
229 engine_.Terminate();
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session.h 228 STATE_SENTTERMINATE, // sent terminate (any time / either side)
229 STATE_RECEIVEDTERMINATE, // received terminate (any time / either side)
565 bool Terminate() {
569 // Fired whenever we receive a terminate message along with a reason
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d.c 659 gdrv->base.API.Terminate = egl_g3d_terminate;
  /external/chromium_org/ui/compositor/
compositor.cc 535 void Compositor::Terminate() {
layer_unittest.cc 95 Compositor::Terminate();
359 Compositor::Terminate();
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d.c 659 gdrv->base.API.Terminate = egl_g3d_terminate;
  /external/chromium/third_party/libjingle/source/talk/examples/call/
callclient.cc 178 // TODO: do more shutdown here, move to Terminate()
179 call_->Terminate();
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
session.cc 207 Terminate();
348 // Either side can terminate, at any time.
356 // We don't need to send terminate if we sent or received a reject...
363 LOG(LS_ERROR) << "Could not send terminate message: " << error.text;
560 // terminate since we can't actually send data. If the transport is writable,
712 // terminate anyway. The exceptions are transport-specific error tags,
    [all...]
  /external/chromium_org/chrome_frame/
protocol_sink_wrap.cc     [all...]

Completed in 485 milliseconds

1 2 3 4 56 7