Searched refs:terminate (Results 1 - 25 of 225) sorted by relevance

123456789

/external/libcxx/test/language.support/support.exception/exception.terminate/terminate/
H A DAndroid.mk17 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
H A Dterminate.pass.cpp10 // test terminate
24 std::terminate();
/external/libcxx/test/language.support/support.exception/exception.terminate/set.terminate/
H A DAndroid.mk17 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/
H A DAndroid.mk17 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/
H A DAndroid.mk17 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/
H A DWorker.idl41 void terminate();
H A DWorker.h59 void terminate();
H A DWorker.cpp102 void Worker::terminate() function in class:blink::Worker
110 terminate();
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DServiceWorker.idl50 [RaisesException] void terminate();
/external/deqp/execserver/
H A DxsTestProcess.hpp45 virtual void terminate (void) = DE_NULL;
H A DxsWin32TestProcess.hpp142 void terminate (void);
186 virtual void terminate (void);
/external/nist-sip/java/javax/sip/
H A DTransaction.java25 void terminate() throws ObjectInUseException; method in interface:Transaction
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestlock.c32 void terminate(int sig) function
34 signal(SIGINT, terminate);
98 signal(SIGINT, terminate);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DApplicationLifetime.java44 public static void terminate(boolean restart) { method in class:ApplicationLifetime
/external/deqp/framework/delibs/decpp/
H A DdeProcess.hpp50 void terminate (void);
H A DdeProcess.cpp55 void Process::terminate (void) function in class:de::Process
/external/chromium_org/chrome/test/chromedriver/server/
H A Dserver.py40 self._process.terminate()
73 self._process.terminate()
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dptw32_callUserDestroyRoutines.c53 std::terminate; member in class:std
200 * the application has set up it's own terminate
205 terminate ();
/external/deqp/framework/common/
H A DtcuTestContext.hpp70 void setTerminateAfter (bool terminate) { m_terminateAfter = terminate; } argument
82 bool m_terminateAfter; //!< Should tester terminate after execution of the current test
/external/libcxx/src/
H A Dexception.cpp27 // 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/libcxxabi/src/
H A Dcxa_exception.cpp17 #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/
H A DDebugEventRepeater.java70 public void terminate() { listener.terminate(); } method in class:DebugEventRepeater
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/mac/
H A DAPPRTCAppDelegate.m73 [NSApp terminate:self];
/external/chromium_org/third_party/libxml/src/
H A DDOCBparser.c103 * @terminate: last chunk indicator
113 int terminate ATTRIBUTE_UNUSED)
123 return (xmlParseChunk(ctxt, chunk, size, terminate));
/external/chromium_org/v8/tools/testrunner/local/
H A Dpool.py101 self.terminate()
121 def terminate(self): member in class:Pool

Completed in 661 milliseconds

123456789