Home
last modified time | relevance | path

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

12345678910>>...21

/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DGMRES.h57 Index &iters, const Index &restart, typename Dest::RealScalar & tol_error) { in gmres() argument
87 FMatrixType H = FMatrixType::Zero(m, restart + 1); in gmres()
88 VectorType w = VectorType::Zero(restart + 1); in gmres()
89 VectorType tau = VectorType::Zero(restart + 1); in gmres()
92 std::vector < JacobiRotation < Scalar > > G(restart); in gmres()
103 for (Index k = 1; k <= restart; ++k) in gmres()
127 if (k <= restart) in gmres()
163 if (stop || k == restart) in gmres()
306 void set_restart(const Index restart) { m_restart=restart; }
/external/selinux/restorecond/
Drestorecond.init60 restart()
78 force-reload|restart|reload)
79 restart
82 [ -e /var/lock/subsys/restorecond ] && restart || :
/external/selinux/mcstrans/src/
Dmcstrans.init72 restart(){
78 [ -e $lockfile ] && restart
91 restart|force-reload)
92 restart
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResXMLTree.java64 mParser.restart(); in ResXMLTree()
108 mParser.restart(); in setTo()
132 mParser.restart(); in setTo()
156 mParser.restart(); in setTo()
163 mParser.restart(); in setTo()
185 mParser.restart(); in setTo()
192 mParser.restart(); in setTo()
209 mParser.restart(); in uninit()
/external/openssh/contrib/suse/
Drc.sshd67 try-restart)
70 $0 status >/dev/null && $0 restart
75 restart)
/external/ltp/testcases/kdump/lib/
Dtest.sh201 /etc/init.d/kdump restart
210 /etc/init.d/kdump restart
219 /etc/init.d/kdump restart
228 /etc/init.d/kdump restart
242 /etc/init.d/kdump restart
255 /etc/init.d/kdump restart
262 /etc/init.d/kdump restart
/external/ltp/testcases/lib/
Ddaemonlib.sh83 systemctl restart $1.service > /dev/null 2>&1
85 service $1 restart > /dev/null 2>&1
87 /etc/init.d/$1 restart > /dev/null 2>&1
/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/oboe/apps/fxlab/app/src/main/cpp/
DDuplexCallback.h34 kBufferSize(buffer_size), inRef(inStream), f(fun), restart(restartFunction) {} in DuplexCallback()
66 restart(); in onErrorAfterClose()
76 std::function<void(void)> restart; variable
/external/libchrome/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/mesa3d/src/mesa/vbo/
Dvbo_minmax_index.c233 unsigned restartIndex, bool restart, in vbo_get_minmax_index_mapped() argument
242 if (restart) { in vbo_get_minmax_index_mapped()
270 if (restart) { in vbo_get_minmax_index_mapped()
292 if (restart) { in vbo_get_minmax_index_mapped()
329 const GLboolean restart = ctx->Array._PrimitiveRestart; in vbo_get_minmax_index() local
350 restart, indices, min_index, max_index); in vbo_get_minmax_index()
/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/helper_scripts/
Dprepare_build_linux_rc33 sudo systemctl restart docker.service
36 sudo service docker restart
/external/curl/lib/
Dpingpong.c352 bool restart = FALSE; in Curl_pp_readresp() local
406 restart = TRUE; in Curl_pp_readresp()
419 restart = TRUE; in Curl_pp_readresp()
430 restart = TRUE; in Curl_pp_readresp()
434 restart = TRUE; in Curl_pp_readresp()
444 if(restart) { in Curl_pp_readresp()
/external/autotest/client/common_lib/
Dcheck_version.py31 self.restart()
46 def restart(self): member in check_python_version
/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/site_tests/graphics_Stress/
Dcontrol.restart6 NAME = "graphics_Stress.restart"
22 job.run_test('graphics_Stress', subtest='restart')
/external/webrtc/modules/video_coding/codecs/av1/
Dscalable_video_controller_no_layering.cc42 ScalableVideoControllerNoLayering::NextFrameConfig(bool restart) { in NextFrameConfig() argument
44 if (restart || start_) { in NextFrameConfig()
/external/skia/src/core/
DSkArenaAlloc.cpp104 restart: in allocObjectWithFooter()
115 goto restart; in allocObjectWithFooter()
123 goto restart; in allocObjectWithFooter()
/external/skqp/src/utils/
DSkPatchUtils.cpp78 this->restart(1); in FwDCubicEvaluator()
84 void restart(int divisions) { in restart() function in FwDCubicEvaluator
301 fBottom.restart(lodX); in MakeVertices()
302 fTop.restart(lodX); in MakeVertices()
308 fLeft.restart(lodY); in MakeVertices()
309 fRight.restart(lodY); in MakeVertices()
/external/skia/src/utils/
DSkPatchUtils.cpp80 this->restart(1); in FwDCubicEvaluator()
86 void restart(int divisions) { in restart() function in FwDCubicEvaluator
303 fBottom.restart(lodX); in MakeVertices()
304 fTop.restart(lodX); in MakeVertices()
310 fLeft.restart(lodY); in MakeVertices()
311 fRight.restart(lodY); in MakeVertices()
/external/autotest/server/cros/multimedia/
Dbrowser_facade_adapter.py44 def start_default_chrome(self, restart=False, extra_browser_args=None): argument
54 restart, extra_browser_args)
/external/autotest/client/cros/multimedia/
Dbrowser_facade_native.py36 def start_default_chrome(self, restart=False, extra_browser_args=None, argument
47 return self._resource.start_default_chrome(restart, extra_browser_args,
/external/ipsec-tools/src/racoon/
Dthrottle.c106 restart:
114 goto restart;

12345678910>>...21