Searched defs:restart (Results 1 - 25 of 43) sorted by relevance

12

/external/stlport/test/unit/cppunit/
H A Dcppunit_timer.h40 void restart() { function in class:Timer
/external/libppp/src/
H A Dcbcp.h56 u_char restart; /* FSM Send again ? */ member in struct:cbcp::__anon8616
H A Dtimer.c276 timer_InitService(int restart) argument
281 if (!restart)
H A Dfsm.h109 int restart; /* Restart counter value */ member in struct:fsm
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
H A DLwjglDisplay.java171 // This method is overriden to do restart
186 public void restart() { method in class:LwjglDisplay
190 logger.warning("Display is not created, cannot restart window.");
H A DLwjglAbstractDisplay.java77 public abstract void restart(); method in class:LwjglAbstractDisplay
H A DLwjglOffscreenBuffer.java169 public void restart() { method in class:LwjglOffscreenBuffer
H A DLwjglCanvas.java178 public void restart() { method in class:LwjglCanvas
/external/jmonkeyengine/engine/src/core/com/jme3/system/
H A DJmeContext.java91 * the context has already been created, then <code>restart()</code> must be called
175 public void restart(); method in interface:JmeContext
H A DNullContext.java159 public void restart() { method in class:NullContext
/external/webkit/Source/WebCore/plugins/
H A DPluginViewNone.cpp127 void PluginView::restart() function in class:WebCore::PluginView
/external/eigen/Eigen/src/SparseCore/
H A DAmbiVector.h46 void restart();
159 void AmbiVector<_Scalar,_Index>::restart() function in class:Eigen::internal::AmbiVector
217 eigen_assert(i>=llElements[m_llCurrent].index && "you must call restart() before inserting an element with lower or equal index");
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DGMRES.h29 * \param restart number of iterations for a restart
57 int &iters, const int &restart, typename Dest::RealScalar & tol_error) {
78 VectorType w = VectorType::Zero(restart + 1);
80 FMatrixType H = FMatrixType::Zero(m, restart + 1);
81 VectorType tau = VectorType::Zero(restart + 1);
82 std::vector < JacobiRotation < Scalar > > G(restart);
91 for (int k = 1; k <= restart; ++k) {
113 if (k <= restart) {
149 if (stop || k == restart) {
56 gmres(const MatrixType & mat, const Rhs & rhs, Dest & x, const Preconditioner & precond, int &iters, const int &restart, typename Dest::RealScalar & tol_error) argument
309 set_restart(const int restart) argument
[all...]
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
H A DOGLESContext.java439 public void restart() { method in class:OGLESContext
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
H A DAwtPanelsContext.java198 public void restart() { method in class:AwtPanelsContext
/external/ppp/pppd/
H A Dlcp.h75 bool restart; /* Restart vs. exit after close */ member in struct:lcp_options
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-main.c1745 /* Back up guest state to restart a system call. */
1870 // DDD: #warning GrP fixme amd64 restart unimplemented
1910 [1-2) restart nothing has happened (restart syscall)
1911 [2] restart syscall hasn't started, or kernel wants to restart
1915 Sometimes we never want to restart an interrupted syscall (because
1916 sigaction says not to), so we only restart if "restart" is True.
1921 syscall is set up for restart, whic
1926 fixup_guest_state_after_syscall_interrupted( ThreadId tid, Addr ip, SysRes sres, Bool restart) argument
[all...]
/external/webkit/Source/WebCore/plugins/symbian/
H A DPluginViewSymbian.cpp444 void PluginView::restart() function in class:WebCore::PluginView
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dwebkit.py392 def restart(self): member in class:WebKitDriver
/external/jmonkeyengine/engine/src/core/com/jme3/app/
H A DApplication.java175 * {@link #restart() } must be called to apply the settings to the display.
458 * to restart, applying the new settings.
460 public void restart(){ method in class:Application
462 context.restart();
/external/bluetooth/bluedroid/gki/ulinux/
H A Dgki_ulinux.c574 /* restart GKI_timer_update() loop */
615 int restart; local
620 restart = 1;
644 restart = 1;
652 if (__unlikely(restart))
654 /* Clear the restart indication */
655 restart = 0;
/external/webkit/Source/WebCore/plugins/android/
H A DPluginViewAndroid.cpp729 void PluginView::restart() { function in class:WebCore::PluginView
/external/webkit/Source/WebCore/plugins/gtk/
H A DPluginViewGtk.cpp919 void PluginView::restart() function in class:WebCore::PluginView
/external/webkit/Source/WebCore/plugins/win/
H A DPluginViewWin.cpp1067 void PluginView::restart() function in class:WebCore::PluginView
/external/clang/include/clang/Sema/
H A DLookup.h554 void restart() { function in class:clang::LookupResult::Filter

Completed in 539 milliseconds

12