Home
last modified time | relevance | path

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

12345678910>>...13

/external/autotest/utils/
Dautotest-rh.init91 restart() { function
97 restart
107 restart)
108 restart
113 condrestart|try-restart)
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DGMRES.h57 int &iters, const int &restart, typename Dest::RealScalar & tol_error) { in gmres() argument
81 VectorType w = VectorType::Zero(restart + 1); in gmres()
83 FMatrixType H = FMatrixType::Zero(m, restart + 1); // Hessenberg matrix in gmres()
84 VectorType tau = VectorType::Zero(restart + 1); in gmres()
85 std::vector < JacobiRotation < Scalar > > G(restart); in gmres()
94 for (int k = 1; k <= restart; ++k) { in gmres()
116 if (k <= restart) { in gmres()
152 if (stop || k == restart) { in gmres()
182 w = VectorType::Zero(restart + 1); in gmres()
183 H = FMatrixType::Zero(m, restart + 1); in gmres()
[all …]
/external/avahi/initscript/mandriva/
Davahi-dnsconfd.in60 restart() {
79 restart)
80 restart
87 [ $? = 0 ] && restart || :
Davahi-daemon.in60 restart() {
79 restart)
80 restart
87 [ $? = 0 ] && restart || :
/external/avahi/initscript/fedora/
Davahi-dnsconfd.in77 restart() {
96 restart)
97 restart
104 restart
Davahi-daemon.in80 restart() {
99 restart)
100 restart
107 restart
/external/selinux/policycoreutils/mcstrans/src/
Dmcstrans.init72 restart(){
78 [ -e $lockfile ] && restart
91 restart|force-reload)
92 restart
/external/selinux/policycoreutils/restorecond/
Drestorecond.init60 restart()
78 force-reload|restart|reload)
79 restart
82 [ -e /var/lock/subsys/restorecond ] && restart || :
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DVideoSource.java52 public void restart() { in restart() method in VideoSource
53 restart(nativeSource); in restart()
62 private static native void restart(long nativeSource); in restart() method in VideoSource
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/actions/
DRepeatAction.java33 if (action != null) action.restart(); in delegate()
43 public void restart () { in restart() method in RepeatAction
44 super.restart(); in restart()
DAddAction.java40 public void restart () { in restart() method in AddAction
41 if (action != null) action.restart(); in restart()
DDelayAction.java46 public void restart () { in restart() method in DelayAction
47 super.restart(); in restart()
DAfterAction.java33 public void restart () { in restart() method in AfterAction
34 super.restart(); in restart()
/external/avahi/initscript/suse/
Davahi-daemon.in29 try-restart|condrestart)
35 $0 restart
41 restart)
Davahi-dnsconfd.in29 restart)
34 try-restart|condrestart)
40 $0 restart
/external/openssh/contrib/suse/
Drc.sshd67 try-restart)
70 $0 status >/dev/null && $0 restart
75 restart)
/external/iputils/
Dtracepath.c107 restart: in recverr()
124 goto restart; in recverr()
255 goto restart; in recverr()
264 restart: in probe_ttl()
280 goto restart; in probe_ttl()
427 restart: in main()
434 goto restart; in main()
Dtracepath6.c120 restart: in recverr()
137 goto restart; in recverr()
317 goto restart; in recverr()
326 restart: in probe_ttl()
350 goto restart; in probe_ttl()
556 restart: in main()
563 goto restart; in main()
/external/v8/build/android/pylib/
Drestart_adbd.sh15 function restart() { function
20 restart &
/external/deqp/doc/testspecs/GLES3/
Dfunctional.primitive_restart.txt19 Primitive restart tests
31 + Primitive restart index placing special cases:
43 defined with the same index array, using the fixed primitive restart index to
54 largest non-restart index in the index array.
/external/curl/lib/
Dpingpong.c341 bool restart = FALSE; in Curl_pp_readresp() local
395 restart = TRUE; in Curl_pp_readresp()
408 restart = TRUE; in Curl_pp_readresp()
419 restart = TRUE; in Curl_pp_readresp()
423 restart = TRUE; in Curl_pp_readresp()
433 if(restart) { in Curl_pp_readresp()
/external/bison/lib/
Dmsvc-inval.h154 jmp_buf restart; member
181 if (setjmp (msvc_inval_current->restart) == 0) \
/external/dnsmasq/contrib/Suse/
Drc.dnsmasq-suse45 try-restart)
49 restart)
/external/autotest/client/site_tests/platform_DaemonsRespawn/
Dcontrol4 Tests that daemons restart automatically when killed. This will kill
9 PURPOSE = 'Verify that daemons restart when they are killed.'
/external/skia/src/utils/
DSkPatchUtils.cpp42 this->restart(1); in FwDCubicEvaluator()
48 void restart(int divisions) { in restart() function in FwDCubicEvaluator
229 fBottom.restart(lodX); in getVertexData()
230 fTop.restart(lodX); in getVertexData()
236 fLeft.restart(lodY); in getVertexData()
237 fRight.restart(lodY); in getVertexData()

12345678910>>...13