/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/autotest/utils/ |
D | autotest-rh.init | 91 restart() { function 97 restart 107 restart) 108 restart 113 condrestart|try-restart)
|
/external/avahi/initscript/mandriva/ |
D | avahi-daemon.in | 60 restart() { 79 restart) 80 restart 87 [ $? = 0 ] && restart || :
|
D | avahi-dnsconfd.in | 60 restart() { 79 restart) 80 restart 87 [ $? = 0 ] && 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/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/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/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/opencv3/apps/traincascade/ |
D | imagestorage.h | 9 void restart() { posReader.restart(); } in restart() function 21 void 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/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/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()
|
/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/autotest/client/common_lib/ |
D | base_check_version.py | 27 self.restart() 63 def restart(self): member in base_check_python_version
|
/external/autotest/client/site_tests/graphics_Stress/ |
D | control.restart | 6 NAME = "graphics_Stress.restart" 23 job.run_test('graphics_Stress', subtest='restart')
|
/external/dbus/dbus/ |
D | dbus-message-factory.c | 832 restart: in generate_wrong_length() 845 goto restart; in generate_wrong_length() 912 restart: in generate_byte_changed() 928 goto restart; in generate_byte_changed() 959 restart: 986 goto restart; 1042 restart: 1069 goto restart; 1267 restart: in _dbus_message_data_iter_get_and_next() 1295 goto restart; in _dbus_message_data_iter_get_and_next()
|
/external/ipsec-tools/src/racoon/ |
D | throttle.c | 106 restart: 114 goto restart;
|
/external/autotest/site_utils/deploy_autotest/ |
D | README.yo | 18 lab_deploy.py (sync,restart) (devservers, drones, scheduler)+. 24 lab_deploy.py restart drones scheduler
|