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

1234567891011>>

/external/libcxxabi/src/
H A Dcxa_aux_runtime.cpp23 std::terminate();
31 std::terminate();
40 std::terminate();
H A Dcxa_noexception.cpp19 #include <exception> // for std::terminate
32 std::terminate();
38 std::terminate();
47 std::terminate();
H A Dcxa_exception.cpp17 #include <exception> // for std::terminate
126 // ** A terminate() call due to a throw.
140 // std::terminate. Return a pointer to the memory to be used for the
147 std::terminate();
166 std::terminate();
202 will call terminate, assuming that there was no handler for the
273 // chain the foreign exception, terminate it.
275 std::terminate();
300 // We have no choice but terminate the program now.
301 std::terminate();
[all...]
/external/libcxx/test/std/language.support/support.exception/exception.terminate/terminate/
H A Dterminate.pass.cpp10 // test terminate
24 std::terminate();
/external/libbrillo/brillo/message_loops/
H A Dmessage_loop_utils.cc15 base::Callback<bool()> terminate) {
22 while (!timeout_called && (terminate.is_null() || !terminate.Run()))
12 MessageLoopRunUntil( MessageLoop* loop, base::TimeDelta timeout, base::Callback<bool()> terminate) argument
H A Dmessage_loop_utils.h16 // Run the MessageLoop until the condition passed in |terminate| returns true
21 base::Callback<bool()> terminate);
/external/parameter-framework/upstream/utility/
H A DAlwaysAssert.hpp36 #define ALWAYS_ASSERT_FAILURE(cond) std::terminate()
/external/selinux/restorecond/
H A Drestorecond.h29 extern int terminate;
/external/deqp/execserver/
H A DxsTestProcess.hpp45 virtual void terminate (void) = DE_NULL;
/external/nist-sip/java/javax/sip/
H A DTransaction.java25 void terminate() throws ObjectInUseException; method in interface:Transaction
/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/libcxxabi/test/
H A Dcxa_bad_cast.pass.cpp34 // swap-out the terminate handler
53 // failure, restore the default terminate handler and fire
55 std::terminate();
H A Dcxa_bad_typeid.pass.cpp34 // swap-out the terminate handler
52 // failure, restore the default terminate handler and fire
54 std::terminate();
/external/deqp/framework/common/
H A DtcuTestContext.hpp70 void setTerminateAfter (bool terminate) { m_terminateAfter = terminate; } argument
86 bool m_terminateAfter; //!< Should tester terminate after execution of the current test
/external/autotest/client/cros/cellular/
H A Dmmtest.py131 self.fakenet_process.terminate()
138 self.fakemodem_process.terminate()
145 self.modemmanager.terminate()
/external/libdrm/tests/planetest/
H A Dplanetest.c19 static int terminate = 0; variable
23 terminate = 1;
92 while (!terminate) {
H A Datomictest.c19 static int terminate = 0; variable
23 terminate = 1;
109 while (!terminate) {
/external/autotest/site_utils/tester_feedback/
H A Dservice.py62 self._server_process.terminate()
/external/swiftshader/src/OpenGL/libGL/
H A DDisplay.h44 void terminate();
H A DDisplay.cpp56 terminate();
101 terminate();
109 void Display::terminate() function in class:gl::Display
/external/valgrind/drd/tests/
H A Dstd_thread.cpp39 std::terminate();
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
H A Dmultiprocessing_shim.py39 def terminate(self): member in class:ProcessShim
43 self._proc.terminate()
/external/selinux/sandbox/
H A DsandboxX.sh23 (/usr/bin/Xephyr -resizeable -title "$TITLE" -terminate -screen $SCREENSIZE -dpi $DPI -nolisten tcp -displayfd 5 5>&1 2>/dev/null) | while read D; do
/external/deqp/framework/platform/android/
H A DtcuAndroidPlatformCapabilityQueryJNI.cpp152 egl.terminate(display);
157 egl.terminate(display);
160 egl.terminate(display);

Completed in 662 milliseconds

1234567891011>>