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

1 2 3

  /external/chromium/chrome/browser/
chrome_browser_application_mac.h 14 // Our implementation of |-terminate:| only attempts to terminate the
42 // Calls -[NSApp terminate:].
43 void Terminate();
45 // Cancels a termination started by |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/chromium/base/
process_posix.cc 39 void Process::Terminate(int result_code) {
process_win.cc 19 void Process::Terminate(int result_code) {
process.h 76 // Close the process handle. This will not terminate the process.
82 void Terminate(int result_code);
  /external/chromium/base/threading/
worker_pool_posix.h 55 void Terminate();
worker_pool_posix.cc 42 pool_->Terminate();
114 void PosixDynamicThreadPool::Terminate() {
159 // the thread to terminate.
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediaengine.h 94 virtual void Terminate() = 0;
163 voice_.Terminate();
169 virtual void Terminate() {
170 video_.Terminate();
171 voice_.Terminate();
284 void Terminate() {}
313 void Terminate() {}
devicemanager.h 67 virtual void Terminate();
call.h 56 void Terminate();
channelmanager.h 100 void Terminate();
filemediaengine.h 81 virtual void Terminate() {}
call.cc 75 // After this timeout, terminate the call because the callee isn't
121 (*it)->Terminate();
124 void Call::Terminate() {
128 // There may be more than one session to terminate
187 // Callee didn't answer - terminate call
188 Terminate();
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
BlankDebugEventListener.cs 57 Terminate();
97 public virtual void Terminate() {
IDebugEventListener.cs 221 * terminate
267 void Terminate();
DebugEventRepeater.cs 119 public virtual void Terminate() {
120 _listener.Terminate();
DebugEventHub.cs 219 public virtual void Terminate() {
222 listener.Terminate();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
BlankDebugEventListener.cs 63 Terminate();
122 public virtual void Terminate()
DebugEventRepeater.cs 144 public virtual void Terminate()
146 _listener.Terminate();
DebugEventHub.cs 266 public virtual void Terminate()
271 listener.Terminate();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/
IDebugEventListener.cs 223 * terminate
269 void Terminate();
  /external/clang/lib/CodeGen/
CGCleanup.h 94 enum Kind { Cleanup, Catch, Terminate, Filter };
426 /// An exceptions scope which calls std::terminate if any exception
431 : EHScope(Terminate, enclosingEHScope) {}
435 return scope->getKind() == Terminate;
473 case EHScope::Terminate:
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
cvei.h 394 virtual TCVEI_RETVAL Terminate() = 0;
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
Dbg.stg 192 DebugListener.Terminate();
203 // dbg.Terminate();
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
Dbg.stg 191 DebugListener.Terminate();
202 // dbg.Terminate();

Completed in 445 milliseconds

1 2 3