/external/autotest/utils/ |
D | autotest-rh.init | 91 restart() { function 97 restart 107 restart) 108 restart 113 condrestart|try-restart)
|
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
D | GMRES.h | 57 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/ |
D | avahi-dnsconfd.in | 60 restart() { 79 restart) 80 restart 87 [ $? = 0 ] && restart || :
|
D | avahi-daemon.in | 60 restart() { 79 restart) 80 restart 87 [ $? = 0 ] && restart || :
|
/external/avahi/initscript/fedora/ |
D | avahi-dnsconfd.in | 77 restart() { 96 restart) 97 restart 104 restart
|
D | avahi-daemon.in | 80 restart() { 99 restart) 100 restart 107 restart
|
/external/selinux/policycoreutils/mcstrans/src/ |
D | mcstrans.init | 72 restart(){ 78 [ -e $lockfile ] && restart 91 restart|force-reload) 92 restart
|
/external/selinux/policycoreutils/restorecond/ |
D | restorecond.init | 60 restart() 78 force-reload|restart|reload) 79 restart 82 [ -e /var/lock/subsys/restorecond ] && restart || :
|
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/ |
D | VideoSource.java | 52 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/ |
D | RepeatAction.java | 33 if (action != null) action.restart(); in delegate() 43 public void restart () { in restart() method in RepeatAction 44 super.restart(); in restart()
|
D | AddAction.java | 40 public void restart () { in restart() method in AddAction 41 if (action != null) action.restart(); in restart()
|
D | DelayAction.java | 46 public void restart () { in restart() method in DelayAction 47 super.restart(); in restart()
|
D | AfterAction.java | 33 public void restart () { in restart() method in AfterAction 34 super.restart(); in restart()
|
/external/avahi/initscript/suse/ |
D | avahi-daemon.in | 29 try-restart|condrestart) 35 $0 restart 41 restart)
|
D | avahi-dnsconfd.in | 29 restart) 34 try-restart|condrestart) 40 $0 restart
|
/external/openssh/contrib/suse/ |
D | rc.sshd | 67 try-restart) 70 $0 status >/dev/null && $0 restart 75 restart)
|
/external/iputils/ |
D | tracepath.c | 107 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()
|
D | tracepath6.c | 120 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/ |
D | restart_adbd.sh | 15 function restart() { function 20 restart &
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.primitive_restart.txt | 19 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/ |
D | pingpong.c | 341 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/ |
D | msvc-inval.h | 154 jmp_buf restart; member 181 if (setjmp (msvc_inval_current->restart) == 0) \
|
/external/dnsmasq/contrib/Suse/ |
D | rc.dnsmasq-suse | 45 try-restart) 49 restart)
|
/external/autotest/client/site_tests/platform_DaemonsRespawn/ |
D | control | 4 Tests that daemons restart automatically when killed. This will kill 9 PURPOSE = 'Verify that daemons restart when they are killed.'
|
/external/skia/src/utils/ |
D | SkPatchUtils.cpp | 42 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()
|