Home
last modified time | relevance | path

Searched refs:restart (Results 1 – 25 of 204) sorted by relevance

123456789

/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DGMRES.h57 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/
Drc.sshd67 try-restart)
70 $0 status >/dev/null && $0 restart
75 restart)
/external/openssh/
Dbuffer.c116 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/
Dmsvc-inval.h154 jmp_buf restart; member
181 if (setjmp (msvc_inval_current->restart) == 0) \
Dmsvc-inval.c106 longjmp (current->restart, 1); in gl_msvc_invalid_parameter_handler()
/external/dnsmasq/contrib/Suse/
Drc.dnsmasq-suse45 try-restart)
49 restart)
/external/ipsec-tools/src/racoon/
Dthrottle.c106 restart:
114 goto restart;
/external/dropbear/debian/
Ddropbear.postinst63 invoke-rc.d dropbear restart
65 /etc/init.d/dropbear restart
/external/grub/stage2/
Dstage2.c249 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/
Dcbcp.c84 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()
Dcbcp.h56 u_char restart; /* FSM Send again ? */ member
/external/chromium/chrome/browser/ui/cocoa/
Drestart_browser.mm44 // Nothing to do. User will restart later.
46 // Set the flag to restore state after the restart.
Dabout_window_controller_unittest.mm119 // 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/
DHaltablePlugin.h38 virtual void restart() = 0;
/external/openssh/openbsd-compat/
Dreadpassphrase.c70 restart: in readpassphrase()
184 goto restart; in readpassphrase()
/external/mdnsresponder/mDNSPosix/
Dmdnsd.sh60 reload|restart|force-reload)
/external/jmonkeyengine/engine/src/test/jme3test/app/
DTestContextRestart.java52 app.restart(); in main()
/external/valgrind/main/coregrind/
Dpub_core_syswrap.h55 Bool restart
/external/e2fsprogs/misc/
Duuidd.rc45 force-reload|restart)
/external/jmonkeyengine/engine/src/core/com/jme3/system/
DJmeContext.java175 public void restart(); in restart() method
/external/ppp/pppd/
Dlcp.h75 bool restart; /* Restart vs. exit after close */ member
/external/eigen/Eigen/src/SparseCore/
DTriangularSolver.h227 tempVector.restart();
237 tempVector.restart();
253 tempVector.restart();
/external/bluetooth/bluedroid/gki/ulinux/
Dgki_ulinux.c615 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/
Dsshd.init106 restart)
/external/webkit/Source/WebCore/svg/animation/
DSVGSMILElement.cpp528 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()

123456789