Searched refs:sampler (Results 1 – 8 of 8) sorted by relevance
55 ->given($sampler = new CUT())56 ->when($x = $sampler->getInteger())64 ->given($sampler = new CUT())65 ->when($x = $sampler->getInteger(-5, 5))70 ->when($y = $sampler->getInteger(42, 42))79 ->given($sampler = new CUT([83 ->when($x = $sampler->getInteger())94 $sampler = new CUT()96 ->when($x = $sampler->getInteger(0, 2, $exclude))103 ->when($y = $sampler->getInteger(0, 2, $exclude))[all …]
25 public $sampler; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1TraceSamplingConfig34 public function setSampler($sampler) argument36 $this->sampler = $sampler;43 return $this->sampler;
25 public $sampler; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1RuntimeTraceSamplingConfig34 public function setSampler($sampler) argument36 $this->sampler = $sampler;43 return $this->sampler;
61 $sampler = new Compiler\Llk\Sampler\BoundedExhaustive(78 ->when(function () use (&$sampler, &$compiler, &$visitor) {79 foreach ($sampler as $i=> $expression) {
68 public function __construct(Math\Sampler $sampler) argument70 $this->_sampler = $sampler;
237 $sampler = new Hoa\Compiler\Llk\Sampler\Coverage(240 // Token sampler.244 foreach ($sampler as $i => $data) {
474 public function sampler(string $name): Sampler function in Elastica\\QueryBuilder\\DSL\\Aggregation
245 * Fixed type-hint for `Elastica\QueryBuilder\DSL\Aggregation::sampler()` not consistent with the un…