/external/llvm/test/Transforms/Inline/ |
D | invoke-cost.ll | 15 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/tlsdate/ |
D | events.dot | 15 wake -> terminate; 16 sync -> terminate; 17 save -> terminate; 47 tlsdate_fail -> terminate; 54 save_fail -> terminate;
|
/external/libbrillo/brillo/message_loops/ |
D | message_loop_utils.cc | 15 base::Callback<bool()> terminate) { in MessageLoopRunUntil() argument 21 while (!timeout_called && (terminate.is_null() || !terminate.Run())) in MessageLoopRunUntil()
|
/external/llvm/test/CodeGen/X86/ |
D | eh-null-personality.ll | 7 declare void @terminate(i8*) 17 call void @terminate(i8* %ptr) 25 ; CHECK: callq terminate
|
/external/libcxxabi/src/ |
D | cxa_exception.cpp | 163 std::terminate(); in __cxa_allocate_exception() 182 std::terminate(); in __cxa_allocate_dependent_exception() 295 std::terminate(); in __cxa_begin_cleanup() 321 std::terminate(); in __cxa_end_cleanup_impl() 421 std::terminate(); in __cxa_begin_catch() 555 std::terminate(); // throw; called outside of a exception handler in __cxa_rethrow() 586 std::terminate(); in __cxa_rethrow()
|
/external/llvm/test/Transforms/ADCE/ |
D | 2005-02-17-PHI-Invoke-Crash.ll | 21 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/v8/test/mjsunit/regress/ |
D | regress-4271.js | 8 Worker.prototype.terminate(); method in Worker 23 worker.terminate();
|
/external/v8/test/mjsunit/harmony/ |
D | futex.js | 123 worker.terminate(); 134 worker2.terminate(); 146 worker3.terminate(); 203 workers[id].terminate(); 217 workers[waitingId].terminate(); 335 workers[id].terminate();
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/command/ |
D | StorCommandHandler.groovy | 28 * <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/llvm/test/CodeGen/ARM/ |
D | 2011-05-04-MultipleLandingPadSuccs.ll | 41 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/ipsec-tools/ |
D | main.c | 136 static void terminate(int signal) in terminate() function 183 signal(SIGHUP, terminate); in main() 184 signal(SIGINT, terminate); in main() 185 signal(SIGTERM, terminate); in main()
|
/external/libcxx/src/ |
D | exception.cpp | 67 terminate(); in unexpected() 85 terminate() _NOEXCEPT in terminate() function 266 terminate(); in rethrow_nested() 300 terminate(); in rethrow_exception()
|
/external/libdrm/tests/planetest/ |
D | planetest.c | 19 static int terminate = 0; variable 23 terminate = 1; in sigint_handler() 92 while (!terminate) { in main()
|
D | atomictest.c | 19 static int terminate = 0; variable 23 terminate = 1; in sigint_handler() 109 while (!terminate) { in main()
|
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/core/server/ |
D | AbstractFtpServer.java | 91 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.0.2/src/main/java/org/mockftpserver/core/server/ |
D | AbstractFtpServer.java | 91 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/ |
D | AbstractFtpServer.java | 91 private volatile boolean terminate = false; field in AbstractFtpServer 147 while (!terminate) { in run() 191 terminate = false; in run() 201 terminate = true; in stop()
|
/external/fio/ |
D | libfio.c | 197 td->terminate = 1; in fio_mark_td_terminate() 213 if (td->terminate) in fio_terminate_threads() 229 if (ops && ops->terminate) in fio_terminate_threads() 230 ops->terminate(td); in fio_terminate_threads()
|
/external/autotest/client/cros/cellular/ |
D | mmtest.py | 131 self.fakenet_process.terminate() 138 self.fakemodem_process.terminate() 145 self.modemmanager.terminate()
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/server/ |
D | AbstractFtpServer.java | 92 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/ |
D | AbstractFtpServer.java | 92 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.3/src/main/java/org/mockftpserver/core/server/ |
D | AbstractFtpServer.java | 91 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/ |
D | AbstractFtpServer.java | 92 private volatile boolean terminate = false; field in AbstractFtpServer 151 while (!terminate) { in run() 195 terminate = false; in run() 205 terminate = true; in stop()
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidPlatformCapabilityQueryJNI.cpp | 152 egl.terminate(display); in isRenderConfigSupported() 157 egl.terminate(display); in isRenderConfigSupported() 160 egl.terminate(display); in isRenderConfigSupported()
|
/external/v8/test/mjsunit/ |
D | d8-worker-sharedarraybuffer.js | 67 w.terminate(); 99 workers[id].terminate();
|