/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
D | GMRES.h | 57 int &iters, const int &restart, typename Dest::RealScalar & tol_error) { in gmres() argument 78 VectorType w = VectorType::Zero(restart + 1); in gmres() 80 FMatrixType H = FMatrixType::Zero(m, restart + 1); in gmres() 81 VectorType tau = VectorType::Zero(restart + 1); in gmres() 82 std::vector < JacobiRotation < Scalar > > G(restart); in gmres() 91 for (int k = 1; k <= restart; ++k) { in gmres() 113 if (k <= restart) { in gmres() 149 if (stop || k == restart) { in gmres() 179 w = VectorType::Zero(restart + 1); in gmres() 180 H = FMatrixType::Zero(m, restart + 1); in gmres() [all …]
|
/external/openssh/contrib/suse/ |
D | rc.sshd | 67 try-restart) 70 $0 status >/dev/null && $0 restart 75 restart)
|
/external/openssh/ |
D | buffer.c | 116 restart: in buffer_append_space() 126 goto restart; in buffer_append_space() 135 goto restart; in buffer_append_space() 150 restart: in buffer_check_alloc() 154 goto restart; in buffer_check_alloc()
|
/external/bison/lib/ |
D | msvc-inval.h | 154 jmp_buf restart; member 181 if (setjmp (msvc_inval_current->restart) == 0) \
|
D | msvc-inval.c | 106 longjmp (current->restart, 1); in gl_msvc_invalid_parameter_handler()
|
/external/dnsmasq/contrib/Suse/ |
D | rc.dnsmasq-suse | 45 try-restart) 49 restart)
|
/external/ipsec-tools/src/racoon/ |
D | throttle.c | 106 restart: 114 goto restart;
|
/external/dropbear/debian/ |
D | dropbear.postinst | 63 invoke-rc.d dropbear restart 65 /etc/init.d/dropbear restart
|
/external/grub/stage2/ |
D | stage2.c | 249 restart: in run_menu() 616 goto restart; in run_menu() 623 goto restart; in run_menu() 701 goto restart; in run_menu() 706 goto restart; in run_menu() 760 goto restart; in run_menu()
|
/external/libppp/src/ |
D | cbcp.c | 84 if (cbcp->fsm.restart) { in cbcp_Timeout() 308 cbcp->fsm.restart--; in cbcp_SendReq() 347 cbcp->fsm.restart = DEF_FSMTRIES; in cbcp_Up() 503 cbcp->fsm.restart--; in cbcp_SendResponse() 616 cbcp->fsm.restart--; in cbcp_SendAck() 665 cbcp->fsm.restart = DEF_FSMTRIES; in cbcp_Input() 691 cbcp->fsm.restart = DEF_FSMTRIES; in cbcp_Input()
|
D | cbcp.h | 56 u_char restart; /* FSM Send again ? */ member
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | restart_browser.mm | 44 // Nothing to do. User will restart later. 46 // Set the flag to restore state after the restart.
|
D | about_window_controller_unittest.mm | 119 // because it leaks restart dialogs. If the About box is revised to use 120 // a button within the box to advise a restart instead of popping dialogs,
|
/external/webkit/Source/WebCore/page/ |
D | HaltablePlugin.h | 38 virtual void restart() = 0;
|
/external/openssh/openbsd-compat/ |
D | readpassphrase.c | 70 restart: in readpassphrase() 184 goto restart; in readpassphrase()
|
/external/mdnsresponder/mDNSPosix/ |
D | mdnsd.sh | 60 reload|restart|force-reload)
|
/external/jmonkeyengine/engine/src/test/jme3test/app/ |
D | TestContextRestart.java | 52 app.restart(); in main()
|
/external/valgrind/main/coregrind/ |
D | pub_core_syswrap.h | 55 Bool restart
|
/external/e2fsprogs/misc/ |
D | uuidd.rc | 45 force-reload|restart)
|
/external/jmonkeyengine/engine/src/core/com/jme3/system/ |
D | JmeContext.java | 175 public void restart(); in restart() method
|
/external/ppp/pppd/ |
D | lcp.h | 75 bool restart; /* Restart vs. exit after close */ member
|
/external/eigen/Eigen/src/SparseCore/ |
D | TriangularSolver.h | 227 tempVector.restart(); 237 tempVector.restart(); 253 tempVector.restart();
|
/external/bluetooth/bluedroid/gki/ulinux/ |
D | gki_ulinux.c | 615 int restart; in timer_thread() local 620 restart = 1; in timer_thread() 644 restart = 1; in timer_thread() 652 if (__unlikely(restart)) in timer_thread() 655 restart = 0; in timer_thread()
|
/external/openssh/contrib/caldera/ |
D | sshd.init | 106 restart)
|
/external/webkit/Source/WebCore/svg/animation/ |
D | SVGSMILElement.cpp | 528 SVGSMILElement::Restart SVGSMILElement::restart() const in restart() function in WebCore::SVGSMILElement 710 if (restart() == RestartNever) in resolveInterval() 802 Restart restart = this->restart(); in checkRestart() local 803 if (restart == RestartNever) in checkRestart() 807 if (restart != RestartAlways) in checkRestart()
|