Searched refs:shouldStop (Results 1 – 7 of 7) sorted by relevance
29 public $shouldStop; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1CheckTrialEarlyStoppingStateResponse52 public function setShouldStop($shouldStop) argument54 $this->shouldStop = $shouldStop;61 return $this->shouldStop;
78 for ($i = 0; $i < $this->timesRepeat && !$result->shouldStop(); $i++) {
183 for ($i = 0; $i < sizeof($this->_tests) && !$result->shouldStop(); $i++) {
265 function shouldStop() { function in PHPUnit_TestResult
705 if ($result->shouldStop()) {721 if ($result->shouldStop()) {
907 public function shouldStop() function in PHPUnit_Framework_TestResult
1 …shouldStop = t => !!t, defaultValue = null) {\n let index = 0;\n const len = promiseFactorie…