Home
last modified time | relevance | path

Searched refs:result_object (Results 1 – 25 of 149) sorted by relevance

123456

/dports/devel/injeqt/injeqt-1.2.0/test/unit/
H A Dfactory-method-test.cpp34 class result_object : public QObject class
49 result_object * create_result_object() { return nullptr; } in create_result_object()
68 Q_INVOKABLE result_object * create_result_object() { return new result_object{}; } in create_result_object()
82 Q_INVOKABLE result_object * create_result_object() { return new result_object{}; } in create_result_object()
92 …Q_INVOKABLE result_object * create_result_object(int a = 0) { (void)a; return new result_object{};… in create_result_object()
101 Q_INVOKABLE result_object * create_result_object(int) { return new result_object{}; } in create_result_object()
132 make_type<result_object>(), in factory_method_test()
179 QCOMPARE(f1.result_type(), make_type<result_object>()); in should_create_valid_with_invokable_factory_method()
184 QCOMPARE(f2.result_type(), make_type<result_object>()); in should_create_valid_with_invokable_factory_method()
194 QCOMPARE(f1.result_type(), make_type<result_object>()); in should_create_valid_subtype_with_invokable_factory_method()
[all …]
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/
H A Dpts_render.php94 $result_object->remove_unchanged_results();
98 $result_object->remove_noisy_results();
102 $result_object->test_result_buffer->sort_buffer_items();
118 $result_object->sort_results_by_performance();
122 $result_object->test_result_buffer->buffer_values_reverse();
131 foreach($result_object->test_result_buffer->buffer_items as &$buffer_item)
193 $result_object->test_profile->set_display_format('LINE_GRAPH');
228 $result_object->test_result_buffer = new pts_test_result_buffer();
234 $result_object->test_profile->set_display_format('BAR_GRAPH');
248 switch($result_object->test_profile->get_display_format())
[all …]
H A Dpts_result_viewer_embed.php72 foreach($result_object->test_result_buffer->buffer_items as &$bi)
88 if($result_file->get_test_run_log_for_result($result_object, -2))
260 $ro = clone $result_object;
268 if($result_object->test_profile->get_title() != $prev_title)
285 $prev_title = $result_object->test_profile->get_title();
300result_object->test_profile->get_display_format(), array('LINE_GRAPH', 'BOX_PLOT')) && $result_obj…
303 $ro = clone $result_object;
409 if($result_file->get_test_run_log_for_result($result_object, -2))
428 else if($result_object->dynamically_generated)
434 if($result_object->get_annotation() == null)
[all …]
H A Dpts_result_viewer_settings.php102 foreach($result_file->get_result_objects() as $i => $result_object)
118 …$multi_test_run_options_tracking[$result_object->test_profile->get_identifier()][] = $result_objec…
127 $ti_no_version = $result_object->test_profile->get_identifier(false);
500 foreach($results as $i => &$result_object)
502 $spreads[$i] = $result_object->get_spread();
548 foreach($result_file->get_result_objects() as $i => $result_object)
553result_object->get_arguments_description(), $search_check) === false && stripos($result_object->te…
636 if($result_object->get_parent_hash())
652 foreach($result_file->get_result_objects() as $i => $result_object)
654 if($result_object->result_flat())
[all …]
H A Dpts_result_file_output.php34 'test' => $result_object->test_profile->get_identifier(),
39 foreach($result_object->test_result_buffer as &$buffers)
120 …output .= '"' . $result_object->test_profile->get_title() . ' - ' . $result_object->get_arguments_…
147 …v_output .= '"' . $result_object->test_profile->get_title() . $result_object->test_profile->get_ap…
253 …$result_output .= PHP_EOL . ' ' . trim($result_object->test_profile->get_title() . ' ' . $resul…
1051 $result_object->sort_results_by_performance();
1055 if($result_object->get_annotation() != null)
1057 $pdf->WriteText($result_object->get_annotation());
1068 foreach($geo_mean_for_suites as $result_object)
1073 if($result_object->get_annotation() != null)
[all …]
H A Dpts_result_file.php184 public function get_test_log_dir(&$result_object = null) argument
192 …return $log_dir . '/test-logs/' . ($result_object != null ? $result_object->get_comparison_hash(tr…
422 foreach($this->get_result_objects() as $result_object)
446 foreach($this->get_result_objects() as $result_object)
804 public function result_hash_exists(&$result_object) argument
806 $ch = $result_object->get_comparison_hash(true, false);
811 if($result_object == null)
819 if($result_object->get_annotation() != null)
835 $this->result_objects[$ch] = $result_object;
838 $parent = $result_object->get_parent_hash();
[all …]
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/modules/
H A Dob_auto_compare.php49 foreach($result_file->get_result_objects() as $result_object)
51 …echo trim($result_object->test_profile->get_title() . ' ' . $result_object->test_profile->get_app_…
74 protected static function request_compare($result_object, $system_type) argument
80 $comparison_hash = $result_object->get_comparison_hash();
86 $comparison_hash = $result_object->get_comparison_hash(true, false);
152 $ch = $result_object->get_comparison_hash(true, false);
153 $test_profile = $result_object->test_profile->get_identifier(false);
161 $active_result = is_object($result_object->active) ? $result_object->active->get_result() : null;
164 $v = $result_object->test_result_buffer->get_values();
257 …chived_percentiles[$result_object->test_profile->get_test_hardware_type()][$result_object->test_pr…
[all …]
H A Dresults_custom_export.php66 foreach($result_file->get_result_objects() as $result_object)
68 foreach($result_object->test_result_buffer->buffer_items as &$buffer)
73 $result_object->test_profile->get_test_hardware_type(),
74 $result_object->test_profile->get_test_software_type(),
75 … $result_object->test_profile->get_title() . ' ' . $result_object->test_profile->get_app_version(),
76 $result_object->get_arguments_description(),
H A Dhtml_results_export.php51 foreach($result_file->get_result_objects() as $result_object)
53 …$res = pts_render::render_graph_inline_embed($result_object, $result_file, $extra_attributes, true…
60 $html .= '<h2>' . $result_object->test_profile->get_title() . '</h2>';
61 $html .= '<h3>' . $result_object->get_arguments_description() . '</h3>';
65 unset($result_object);
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/pts_Graph/
H A Dpts_ResultFileTable.php40 $result_object = $result_file->get_result_objects($result_object_index);
41 if(isset($result_object[0]))
43 $this->i['graph_title'] = $result_object[0]->test_profile->get_title();
44 $this->graph_sub_titles[] = $result_object[0]->get_arguments_description();
73 foreach($result_file->get_result_objects($result_object_index) as $ri => $result_object)
75 if($result_object->test_profile->get_identifier() == null)
84 $result_object->test_result_buffer->buffer_values_reverse();
97 $result_object->normalize_buffer_values($normalize_against);
114 if($result_object->test_profile->get_identifier() != null)
116 …t_counter] = new pts_graph_ir_value($result_object->test_profile->get_identifier_base_name() . ': …
[all …]
H A Dpts_OverviewGraph.php38 $result_object = null;
39 parent::__construct($result_object, $result_file);
57 foreach($result_file->get_result_objects() as $result_object)
59 if($result_object->test_profile->get_display_format() == 'BAR_GRAPH')
61 $result_objects[] = $result_object;
62 $test_titles[] = $result_object->test_profile->get_title();
133 foreach($this->result_file->get_result_objects() as $i => $result_object)
142 if($result_object->test_profile->get_display_format() == 'BAR_GRAPH')
144 $all_values = $result_object->test_result_buffer->get_values();
158 switch($result_object->test_profile->get_result_proportion())
[all …]
/dports/devel/p5-Path-IsDev/Path-IsDev-1.001002/lib/Path/IsDev/Role/Matcher/Child/BaseName/MatchRegexp/
H A DFile.pm38 my ( $self, $result_object, $child ) = @_;
48 $result_object->add_reason( $self, 1, "$child is a file", $ctx );
52 $result_object->add_reason( $self, 0, "$child is not a file", $ctx );
71 my ( $self, $result_object, $regexp ) = @_;
72 for my $child ( $result_object->path->children ) {
74 if $self->_this_child_matchregexp( $result_object, $child, $regexp )
75 and $self->_this_child_isfile( $result_object, $child );
/dports/devel/p5-Path-IsDev/Path-IsDev-1.001002/lib/Path/IsDev/Role/Matcher/Child/Exists/Any/
H A DFile.pm38 my ( $self, $result_object, $child ) = @_;
40 my $child_path = $result_object->path->child($child);
48 $result_object->add_reason( $self, 1, "$child_path is a file", $ctx );
52 $result_object->add_reason( $self, 0, "$child_path is not a file", $ctx );
66 my ( $self, $result_object, @children ) = @_;
68 …return 1 if $self->child_exists( $result_object, $child ) and $self->child_exists_file( $result_ob…
H A DDir.pm38 my ( $self, $result_object, $child ) = @_;
40 my $child_path = $result_object->path->child($child);
46 $result_object->add_reason( $self, 1, "$child_path is a dir", $ctx );
50 $result_object->add_reason( $self, 0, "$child_path is not a dir", $ctx );
64 my ( $self, $result_object, @children ) = @_;
66 …return 1 if $self->child_exists( $result_object, $child ) and $self->child_exists_dir( $result_obj…
/dports/www/Stikked/Stikked-0.13.0/htdocs/system/database/
H A DDB_result.php79 public $result_object = array(); variable in CI_DB_result
140 elseif (count($this->result_object) > 0)
164 return $this->result_object();
233 public function result_object() function in CI_DB_result
235 if (count($this->result_object) > 0)
237 return $this->result_object;
255 return $this->result_object;
261 $this->result_object[] = $row;
264 return $this->result_object;
289 if (($c = count($this->result_object)) > 0)
[all …]
/dports/www/codeigniter/CodeIgniter-3.1.11/system/database/
H A DDB_result.php79 public $result_object = array(); variable in CI_DB_result
140 elseif (count($this->result_object) > 0)
164 return $this->result_object();
233 public function result_object() function in CI_DB_result
235 if (count($this->result_object) > 0)
237 return $this->result_object;
255 return $this->result_object;
261 $this->result_object[] = $row;
264 return $this->result_object;
289 if (($c = count($this->result_object)) > 0)
[all …]
/dports/devel/p5-Path-IsDev/Path-IsDev-1.001002/lib/Path/IsDev/Role/Matcher/FullPath/Is/
H A DAny.pm44 my ( $self, $result_object, $this, $comparator ) = @_;
56 $result_object->add_reason( $self, 0, "comparative path $comparator does not exist", $context );
69 $result_object->add_reason( $self, 0, "$this ne $realpath", $context );
73 $result_object->add_reason( $self, 1, "$this eq $realpath", $context );
90 my ( $self, $result_object, @dirnames ) = @_;
91 my $current = $result_object->path->realpath;
93 return 1 if $self->_fullpath_is( $result_object, $current, $dirname );
/dports/devel/p5-Path-IsDev/Path-IsDev-1.001002/lib/Path/IsDev/
H A DObject.pm171 my $result_object = Path::IsDev::Result->new( path => $path );
176 $self->_debug( 'Matching ' . $result_object->path );
177 $result = $self->loaded_set_module->matches($result_object);
180 if ( !!$result != !!$result_object->result ) {
183 return $result_object;
199 my $result_object = $self->_matches($path);
201 if ( not $result_object->result ) {
206 return $result_object->result;
/dports/devel/p5-Path-IsDev/Path-IsDev-1.001002/lib/Path/IsDev/Role/Matcher/Child/Exists/
H A DAny.pm36 my ( $self, $result_object, $child ) = @_;
38 my $child_path = $result_object->path->child($child);
45 $result_object->add_reason( $self, 1, "$child exists", $ctx );
49 $result_object->add_reason( $self, 0, "$child does not exist", $ctx );
62 my ( $self, $result_object, @children ) = @_;
64 return 1 if $self->child_exists( $result_object, $child );
/dports/devel/p5-Path-IsDev/Path-IsDev-1.001002/lib/Path/IsDev/Role/Matcher/Child/BaseName/
H A DMatchRegexp.pm36 my ( $self, $result_object, $child, $regexp ) = @_;
47 $result_object->add_reason( $self, 1, $child->basename . " matches $regexp", $ctx );
51 $result_object->add_reason( $self, 0, $child->basename . " does not match $regexp", $ctx );
68 my ( $self, $result_object, $regexp ) = @_;
69 for my $child ( $result_object->path->children ) {
70 return 1 if $self->_this_child_matchregexp( $result_object, $child, $regexp );
/dports/devel/p5-Path-IsDev/Path-IsDev-1.001002/lib/Path/IsDev/Role/
H A DHeuristicSet.pm66 my ( $self, $result_object ) = @_;
70 if ( $module->excludes($result_object) ) {
71 _debug( $module->name . q[ excludes path ] . $result_object->path );
76 next unless $module->matches($result_object);
78 _debug( $name . q[ matched path ] . $result_object->path );
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/phoromatic/export-public-viewer/
H A Dindex.php201 foreach($result_file->get_result_objects() as $i => $result_object)
209 $poi = $result_object->points_of_possible_interest(0.02, true);
214 …$regression_text.= '<h4>' . $result_object->test_profile->get_title() . '<br /><em>' . $result_obj…
411 foreach($result_file->get_result_objects() as $i => $result_object)
419 …$poi = $result_object->points_of_possible_interest(isset($_REQUEST['regression_threshold']) ? $_RE…
423 …echo '<h4>' . $result_object->test_profile->get_title() . '<br />' . $result_object->get_arguments…
454 …et($_REQUEST['show_only_changed_results']) ? 'ONLY_CHANGED_RESULTS' : -1)) as $i => $result_object)
456 if(stripos($result_object->get_arguments_description(), 'frame time') !== false)
458 $res = pts_render::render_graph_inline_embed($result_object, $result_file, $extra_attributes);
465 echo '<h2><a name="r-' . $i . '"></a>' . $result_object->test_profile->get_title() . '</h2>';
[all …]
/dports/lang/p5-v6/v6-0.047/lib/Perlito6/Parrot/
H A DMatch.pm22 sub result_object { $_[0]->{result_object} }; subroutine
31 if (defined($self->{result_object})) {
32 return scalar ($self->{result_object})
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/commands/
H A Dfinish_run.php42 foreach($result_file->get_result_objects() as $pos => $result_object)
45 if($result_object->test_profile->get_identifier() == null)
50 $this_result_object_identifiers = $result_object->test_result_buffer->get_identifiers();
54 …if(!in_array($system_identifier, $this_result_object_identifiers) || $result_object->test_result_b…
/dports/devel/p5-Path-IsDev/Path-IsDev-1.001002/lib/Path/IsDev/Heuristic/
H A DDevDirMarker.pm51 my ( $self, $result_object ) = @_;
52 if ( $self->child_exists_any_file( $result_object, $self->files ) ) {
53 $result_object->result(1);

123456