Home
last modified time | relevance | path

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

12345678910>>...13

/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/autotest/utils/
Dautotest-rh.init91 restart() { function
97 restart
107 restart)
108 restart
113 condrestart|try-restart)
/external/avahi/initscript/mandriva/
Davahi-daemon.in60 restart() {
79 restart)
80 restart
87 [ $? = 0 ] && restart || :
Davahi-dnsconfd.in60 restart() {
79 restart)
80 restart
87 [ $? = 0 ] && restart || :
/external/selinux/policycoreutils/restorecond/
Drestorecond.init60 restart()
78 force-reload|restart|reload)
79 restart
82 [ -e /var/lock/subsys/restorecond ] && 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/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/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/opencv3/apps/traincascade/
Dimagestorage.h9 void restart() { posReader.restart(); } in restart() function
21 void 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/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/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()
/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/autotest/client/common_lib/
Dbase_check_version.py27 self.restart()
63 def restart(self): member in base_check_python_version
/external/autotest/client/site_tests/graphics_Stress/
Dcontrol.restart6 NAME = "graphics_Stress.restart"
23 job.run_test('graphics_Stress', subtest='restart')
/external/dbus/dbus/
Ddbus-message-factory.c832 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/
Dthrottle.c106 restart:
114 goto restart;
/external/autotest/site_utils/deploy_autotest/
DREADME.yo18 lab_deploy.py (sync,restart) (devservers, drones, scheduler)+.
24 lab_deploy.py restart drones scheduler

12345678910>>...13