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

1 2 3 4 5 6 7 8 9

  /external/libcxx/test/language.support/support.exception/exception.terminate/terminate/
Android.mk 17 test_makefile := external/libcxx/test/language.support/support.exception/exception.terminate/terminate/Android.mk
19 test_name := language.support/support.exception/exception.terminate/terminate/terminate
20 test_src := terminate.pass.cpp
terminate.pass.cpp 10 // test terminate
24 std::terminate();
  /external/libcxx/test/language.support/support.exception/exception.terminate/set.terminate/
Android.mk 17 test_makefile := external/libcxx/test/language.support/support.exception/exception.terminate/set.terminate/Android.mk
19 test_name := language.support/support.exception/exception.terminate/set.terminate/set_terminate
23 test_name := language.support/support.exception/exception.terminate/set.terminate/get_terminate
  /external/libcxx/test/language.support/support.exception/exception.terminate/terminate.handler/
Android.mk 17 test_makefile := external/libcxx/test/language.support/support.exception/exception.terminate/terminate.handler/Android.mk
19 test_name := language.support/support.exception/exception.terminate/terminate.handler/terminate_handler
  /external/libcxx/test/language.support/support.exception/exception.terminate/
Android.mk 17 test_makefile := external/libcxx/test/language.support/support.exception/exception.terminate/Android.mk
19 test_name := language.support/support.exception/exception.terminate/nothing_to_do
  /external/chromium_org/third_party/WebKit/Source/core/workers/
Worker.idl 41 void terminate();
Worker.h 59 void terminate();
Worker.cpp 102 void Worker::terminate() function in class:blink::Worker
110 terminate();
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorker.idl 50 [RaisesException] void terminate();
ServiceWorker.h 60 void terminate(ExceptionState&);
  /external/deqp/execserver/
xsTestProcess.hpp 45 virtual void terminate (void) = DE_NULL;
  /external/nist-sip/java/javax/sip/
Transaction.java 25 void terminate() throws ObjectInUseException; method in interface:Transaction
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
ApplicationLifetime.java 44 public static void terminate(boolean restart) { method in class:ApplicationLifetime
  /external/deqp/framework/delibs/decpp/
deProcess.hpp 50 void terminate (void);
deProcess.cpp 55 void Process::terminate (void) function in class:de::Process
  /external/chromium_org/chrome/test/chromedriver/server/
server.py 40 self._process.terminate()
73 self._process.terminate()
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
ptw32_callUserDestroyRoutines.c 53 std::terminate; member in class:std
200 * the application has set up it's own terminate
205 terminate ();
  /external/deqp/framework/common/
tcuTestContext.hpp 70 void setTerminateAfter (bool terminate) { m_terminateAfter = terminate; }
82 bool m_terminateAfter; //!< Should tester terminate after execution of the current test
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseThread.h 61 void terminate();
  /external/libcxx/src/
exception.cpp 27 // shared library. The globals holding the current terminate handler and
67 terminate();
85 terminate() _NOEXCEPT
260 terminate();
293 // if p.__ptr_ is NULL, above returns so we terminate
294 terminate();
  /external/chromium_org/net/data/proxy_resolver_v8_tracing_unittest/
terminate.js 16 // If the script didn't terminate when abandoned, then it will reach this and
  /external/libcxxabi/src/
cxa_exception.cpp 17 #include <exception> // for std::terminate
143 // ** A terminate() call due to a throw.
157 // std::terminate. Return a pointer to the memory to be used for the
163 std::terminate();
182 std::terminate();
218 will call terminate, assuming that there was no handler for the
295 // chain the foreign exception, terminate it.
297 std::terminate();
322 // We have no choice but terminate the program now.
323 std::terminate();
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventRepeater.java 70 public void terminate() { listener.terminate(); } method in class:DebugEventRepeater
  /external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/mac/
APPRTCAppDelegate.m 73 [NSApp terminate:self];
  /external/chromium_org/third_party/libxml/src/
DOCBparser.c 103 * @terminate: last chunk indicator
113 int terminate ATTRIBUTE_UNUSED)
123 return (xmlParseChunk(ctxt, chunk, size, terminate));

Completed in 539 milliseconds

1 2 3 4 5 6 7 8 9