Home
last modified time | relevance | path

Searched refs:terminate (Results 1 – 25 of 998) sorted by relevance

12345678910>>...40

/external/llvm/test/Transforms/Inline/
Dinvoke-cost.ll15 invoke void @f() to label %cont1 unwind label %terminate.lpad
18 invoke void @f() to label %cont2 unwind label %terminate.lpad
21 invoke void @f() to label %cont3 unwind label %terminate.lpad
24 invoke void @f() to label %cont4 unwind label %terminate.lpad
29 terminate.lpad:
/external/lmfit/lib/
Dlmmin.c241 goto terminate; in lmmin()
248 goto terminate; in lmmin()
251 goto terminate; in lmmin()
266 goto terminate; in lmmin()
338 goto terminate; in lmmin()
370 goto terminate; in lmmin()
397 goto terminate; in lmmin()
408 goto terminate; in lmmin()
423 goto terminate; in lmmin()
427 goto terminate; in lmmin()
[all …]
/external/scapy/test/
Dsendsniff.uts26 * It will terminate when 5 IP packets from 1.2.3.4 have been sniffed
35 * It will terminate when 5 IP packets from 1.2.3.4 have been forwarded
51 * It will terminate when 5 IP packets from 2.3.4.5 have been sniffed
60 * It will "NAT" packets from 1.2.3.4 to 2.3.4.5 and will terminate when 5 IP packets have been forw…
108 * It will terminate when 5 IP packets from 1.2.3.4 have been sniffed
117 * It will terminate when 5 IP packets from 1.2.3.4 have been forwarded.
135 * It will terminate when 5 IP packets from 2.3.4.5 have been sniffed
144 * It will "NAT" packets from 1.2.3.4 to 2.3.4.5 and will terminate when 5 IP packets have been forw…
/external/libcxxabi/src/
Dcxa_noexception.cpp29 std::terminate(); in __cxa_increment_exception_refcount()
35 std::terminate(); in __cxa_decrement_exception_refcount()
44 std::terminate(); in __cxa_rethrow_primary_exception()
Dcxa_aux_runtime.cpp23 std::terminate(); in __cxa_bad_cast()
31 std::terminate(); in __cxa_bad_typeid()
40 std::terminate(); in __cxa_throw_bad_array_new_length()
Dcxa_exception.cpp178 std::terminate(); in __cxa_allocate_exception()
203 std::terminate(); in __cxa_allocate_dependent_exception()
316 std::terminate(); in __cxa_begin_cleanup()
342 std::terminate(); in __cxa_end_cleanup_impl()
442 std::terminate(); in __cxa_begin_catch()
573 std::terminate(); // throw; called outside of a exception handler in __cxa_rethrow()
604 std::terminate(); in __cxa_rethrow()
/external/libbrillo/brillo/message_loops/
Dmessage_loop_utils.cc15 base::Callback<bool()> terminate) { in MessageLoopRunUntil() argument
22 while (!timeout_called && (terminate.is_null() || !terminate.Run())) in MessageLoopRunUntil()
/external/llvm/test/CodeGen/X86/
Deh-null-personality.ll7 declare void @terminate(i8*)
17 call void @terminate(i8* %ptr)
25 ; CHECK: callq terminate
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/command/
DStorCommandHandler.groovy28 * <li>If the user has not logged in, then reply with 530 and terminate</li>
29 * <li>If the required pathname parameter is missing, then reply with 501 and terminate</li>
31 …If the pathname parameter does not specify a valid filename, then reply with 553 and terminate</li>
32 * <li>If file write/store fails, then reply with 553 and terminate</li>
/external/ipsec-tools/
Dmain.c135 static void terminate(int signal) in terminate() function
170 signal(SIGHUP, terminate); in main()
171 signal(SIGINT, terminate); in main()
172 signal(SIGTERM, terminate); in main()
/external/llvm/test/CodeGen/ARM/
D2011-05-04-MultipleLandingPadSuccs.ll41 to label %eh.resume unwind label %terminate.lpad
47 to label %eh.resume unwind label %terminate.lpad
63 to label %eh.resume unwind label %terminate.lpad
69 terminate.lpad:
/external/libcxx/src/support/runtime/
Dexception_pointer_cxxabi.ipp52 terminate();
70 // if p.__ptr_ is NULL, above returns so we terminate
71 terminate();
/external/llvm/test/Transforms/ADCE/
D2005-02-17-PHI-Invoke-Crash.ll21 to label %tmp.1.i.i183.noexc unwind label %terminate
34 to label %tmp.1.i.i162.noexc unwind label %terminate
45 terminate: ; preds = %invoke_catch.1, %invoke_catch.0
/external/swiftshader/third_party/LLVM/test/Transforms/ADCE/
D2005-02-17-PHI-Invoke-Crash.ll21 to label %tmp.1.i.i183.noexc unwind label %terminate
34 to label %tmp.1.i.i162.noexc unwind label %terminate
45 terminate: ; preds = %invoke_catch.1, %invoke_catch.0
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/core/server/
DAbstractFtpServer.java91 private volatile boolean terminate = false; field in AbstractFtpServer
147 while (!terminate) { in run()
186 terminate = false; in run()
196 terminate = true; in stop()
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/core/server/
DAbstractFtpServer.java91 private volatile boolean terminate = false; field in AbstractFtpServer
147 while (!terminate) { in run()
186 terminate = false; in run()
196 terminate = true; in stop()
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/core/server/
DAbstractFtpServer.java91 private volatile boolean terminate = false; field in AbstractFtpServer
147 while (!terminate) { in run()
191 terminate = false; in run()
201 terminate = true; in stop()
/external/libdrm/tests/planetest/
Dplanetest.c19 static int terminate = 0; variable
23 terminate = 1; in sigint_handler()
92 while (!terminate) { in main()
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
D2011-05-04-MultipleLandingPadSuccs.ll41 to label %eh.resume unwind label %terminate.lpad
47 to label %eh.resume unwind label %terminate.lpad
63 to label %eh.resume unwind label %terminate.lpad
70 terminate.lpad:
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/core/server/
DAbstractFtpServer.java91 private volatile boolean terminate = false; field in AbstractFtpServer
150 while (!terminate) { in run()
194 terminate = false; in run()
204 terminate = true; in stop()
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/core/server/
DAbstractFtpServer.java92 private volatile boolean terminate = false; field in AbstractFtpServer
151 while (!terminate) { in run()
195 terminate = false; in run()
205 terminate = true; in stop()
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/core/server/
DAbstractFtpServer.java92 private volatile boolean terminate = false; field in AbstractFtpServer
151 while (!terminate) { in run()
195 terminate = false; in run()
205 terminate = true; in stop()
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/server/
DAbstractFtpServer.java92 private volatile boolean terminate = false; field in AbstractFtpServer
151 while (!terminate) { in run()
195 terminate = false; in run()
205 terminate = true; in stop()
/external/fio/
Dlibfio.c233 td->terminate = 1; in fio_mark_td_terminate()
249 if (td->terminate) in fio_terminate_threads()
265 if (ops && ops->terminate) in fio_terminate_threads()
266 ops->terminate(td); in fio_terminate_threads()
/external/autotest/client/cros/cellular/
Dmmtest.py131 self.fakenet_process.terminate()
138 self.fakemodem_process.terminate()
145 self.modemmanager.terminate()

12345678910>>...40