Home
last modified time | relevance | path

Searched refs:next_result (Results 1 – 25 of 776) sorted by relevance

12345678910>>...32

/dports/databases/p5-DBIx-SQLEngine/DBIx-SQLEngine-0.93/test_core/
H A Dnull_results.t17 $sqldb->next_result( hashref => [
25 $sqldb->next_result( hashref => [
34 $sqldb->next_result( rowcount => 1 );
39 $sqldb->next_result( rowcount => 0 );
46 $sqldb->next_result( rowcount => 4 );
51 $sqldb->next_result( rowcount => 1 );
56 $sqldb->next_result( rowcount => 0 );
63 $sqldb->next_result( rowcount => 4 );
68 $sqldb->next_result( rowcount => 0 );
/dports/deskutils/spice-gtk/spice-gtk-0.37/subprojects/spice-common/tests/
H A Dtest-ssl-verify.c20 static gchar **next_result = NULL; variable
28 g_assert_null(next_result); in setup_results()
32 next_result = result_set; in setup_results()
39 g_assert_nonnull(next_result); in tear_results()
40 g_assert_null(*next_result); in tear_results()
44 next_result = NULL; in tear_results()
50 g_assert_nonnull(next_result); in get_next_result()
51 g_assert_nonnull(*next_result); in get_next_result()
52 return *next_result++; in get_next_result()
/dports/devel/libspice-server/spice-0.15.0/subprojects/spice-common/tests/
H A Dtest-ssl-verify.c20 static gchar **next_result = NULL; variable
28 g_assert_null(next_result); in setup_results()
32 next_result = result_set; in setup_results()
39 g_assert_nonnull(next_result); in tear_results()
40 g_assert_null(*next_result); in tear_results()
44 next_result = NULL; in tear_results()
50 g_assert_nonnull(next_result); in get_next_result()
51 g_assert_nonnull(*next_result); in get_next_result()
52 return *next_result++; in get_next_result()
/dports/biology/p5-Bio-Das/Bio-Das-1.17/Das/
H A DFeatureIterator.pm51 return shift @{$self->{next_result}}
52 if $self->{next_result} && @{$self->{next_result}};
59 $self->{next_result} = \@r;
60 return shift @{$self->{next_result}} if @{$self->{next_result}};
/dports/databases/php80-mysqli/php-8.0.15/ext/mysqli/tests/
H A Dps_cursor_multiple_result_sets.phpt34 $stmt->next_result();
39 $stmt->next_result();
50 $stmt->next_result();
56 $stmt->next_result();
66 $stmt->next_result();
71 $stmt->next_result();
H A Dmysqli_stmt_multires.phpt59 var_dump("[009] next_result:", $stmt->next_result());
80 var_dump("[013] next_result:", $stmt->next_result());
109 string(18) "[009] next_result:"
117 string(18) "[013] next_result:"
/dports/databases/php74-mysqli/php-7.4.27/ext/mysqli/tests/
H A Dps_cursor_multiple_result_sets.phpt34 $stmt->next_result();
39 $stmt->next_result();
50 $stmt->next_result();
56 $stmt->next_result();
66 $stmt->next_result();
71 $stmt->next_result();
H A Dmysqli_stmt_multires.phpt59 var_dump("[009] next_result:", $stmt->next_result());
80 var_dump("[013] next_result:", $stmt->next_result());
109 string(18) "[009] next_result:"
117 string(18) "[013] next_result:"
/dports/lang/php74/php-7.4.27/ext/mysqli/tests/
H A Dps_cursor_multiple_result_sets.phpt34 $stmt->next_result();
39 $stmt->next_result();
50 $stmt->next_result();
56 $stmt->next_result();
66 $stmt->next_result();
71 $stmt->next_result();
/dports/lang/php80/php-8.0.15/ext/mysqli/tests/
H A Dps_cursor_multiple_result_sets.phpt34 $stmt->next_result();
39 $stmt->next_result();
50 $stmt->next_result();
56 $stmt->next_result();
66 $stmt->next_result();
71 $stmt->next_result();
/dports/www/mod_php74/php-7.4.27/ext/mysqli/tests/
H A Dps_cursor_multiple_result_sets.phpt34 $stmt->next_result();
39 $stmt->next_result();
50 $stmt->next_result();
56 $stmt->next_result();
66 $stmt->next_result();
71 $stmt->next_result();
/dports/www/mod_php80/php-8.0.15/ext/mysqli/tests/
H A Dps_cursor_multiple_result_sets.phpt34 $stmt->next_result();
39 $stmt->next_result();
50 $stmt->next_result();
56 $stmt->next_result();
66 $stmt->next_result();
71 $stmt->next_result();
/dports/databases/php81-mysqli/php-8.1.1/ext/mysqli/tests/
H A Dps_cursor_multiple_result_sets.phpt35 $stmt->next_result();
40 $stmt->next_result();
51 $stmt->next_result();
57 $stmt->next_result();
67 $stmt->next_result();
72 $stmt->next_result();
H A Dmysqli_stmt_multires.phpt60 var_dump("[009] next_result:", $stmt->next_result());
81 var_dump("[013] next_result:", $stmt->next_result());
110 string(18) "[009] next_result:"
118 string(18) "[013] next_result:"
/dports/www/mod_php81/php-8.1.1/ext/mysqli/tests/
H A Dps_cursor_multiple_result_sets.phpt35 $stmt->next_result();
40 $stmt->next_result();
51 $stmt->next_result();
57 $stmt->next_result();
67 $stmt->next_result();
72 $stmt->next_result();
H A Dmysqli_stmt_multires.phpt60 var_dump("[009] next_result:", $stmt->next_result());
81 var_dump("[013] next_result:", $stmt->next_result());
110 string(18) "[009] next_result:"
118 string(18) "[013] next_result:"
/dports/lang/php81/php-8.1.1/ext/mysqli/tests/
H A Dps_cursor_multiple_result_sets.phpt35 $stmt->next_result();
40 $stmt->next_result();
51 $stmt->next_result();
57 $stmt->next_result();
67 $stmt->next_result();
72 $stmt->next_result();
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/rustdct-0.4.0/src/algorithm/
H A Dtype4_convert_to_fft.rs118 let next_result = fft_output[4 * i + 3] * (output_sign * result_scale); in process_dct4() localVariable
121 output[i * 2 + 1] = -next_result.re + next_result.im; in process_dct4()
123 output[len - i * 2 - 2] = (next_result.re + next_result.im) * second_half_sign; in process_dct4()
209 let next_result = fft_output[4 * i + 3] * (output_sign * result_scale); in process_dst4() localVariable
212 output[i * 2 + 1] = next_result.re - next_result.im; in process_dst4()
214 output[len - i * 2 - 2] = -(next_result.re + next_result.im) * second_half_sign; in process_dst4()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Dasync_generator.h118 auto next_result = next_fut.result(); in operator() local
119 if (next_result.ok()) { in operator()
120 last_value_ = *next_result; in operator()
122 return Future<V>::MakeFinished(next_result.status()); in operator()
127 return next_fut.Then([self](const Result<T>& next_result) { in operator()
128 if (next_result.ok()) { in operator()
129 self->last_value_ = *next_result; in operator()
132 return Future<V>::MakeFinished(next_result.status()); in operator()
186 mark_finished_if_done_ = [finished](const Result<T>& next_result) { in ReadaheadGenerator()
187 if (!next_result.ok()) { in ReadaheadGenerator()
[all …]
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/SearchIO/
H A Dblast_pull.pm132 next_result => undef,
198 …$self->_fields->{next_result} = Bio::Search::Result::BlastPullResult->new(-chunk => [($self->chunk…
208 … $self->_fields->{next_result} = Bio::Search::Result::BlastPullResult->new(-chunk => [$chunk],
227 sub next_result { subroutine
231 undef $self->_fields->{next_result};
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/zucchini/
H A Drel32_finder_unittest.cc126 NextIterators Scan(ConstBufferView region) override { return next_result; } in Scan()
130 NextIterators next_result; member in zucchini::__anon4cf408b80211::TestRel32Finder
155 finder.next_result = {image.begin() + 1, image.begin() + 1}; in TEST()
159 finder.next_result = {image.begin() + 2, image.begin() + 2}; in TEST()
163 finder.next_result = {image.begin() + 5, image.begin() + 6}; in TEST()
169 finder.next_result = {image.begin() + 7, image.begin() + 7}; in TEST()
173 finder.next_result = {image.begin() + 8, image.begin() + 8}; in TEST()
177 finder.next_result = {image.begin() + 99, image.begin() + 99}; in TEST()
181 finder.next_result = {nullptr, nullptr}; in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/zucchini/
H A Drel32_finder_unittest.cc126 NextIterators Scan(ConstBufferView region) override { return next_result; } in Scan()
130 NextIterators next_result; member in zucchini::__anonc61abb130211::TestRel32Finder
155 finder.next_result = {image.begin() + 1, image.begin() + 1}; in TEST()
159 finder.next_result = {image.begin() + 2, image.begin() + 2}; in TEST()
163 finder.next_result = {image.begin() + 5, image.begin() + 6}; in TEST()
169 finder.next_result = {image.begin() + 7, image.begin() + 7}; in TEST()
173 finder.next_result = {image.begin() + 8, image.begin() + 8}; in TEST()
177 finder.next_result = {image.begin() + 99, image.begin() + 99}; in TEST()
181 finder.next_result = {nullptr, nullptr}; in TEST()
/dports/biology/p5-BioPerl/BioPerl-1.7.7/t/SearchIO/
H A Dpsl.t17 my $result = $pslparser->next_result;
57 $result = $pslparser->next_result;
95 local $TODO = "next_result should really return undef, not empty string";
96 is( $pslparser->next_result, undef, 'next_result should be undef');
106 lives_ok { my $result = $searchio->next_result };
/dports/lang/php73/php-7.3.33/ext/mysqli/tests/
H A Dmysqli_stmt_multires.phpt59 var_dump("[009] next_result:", $stmt->next_result());
80 var_dump("[013] next_result:", $stmt->next_result());
109 string(18) "[009] next_result:"
117 string(18) "[013] next_result:"
/dports/databases/php73-mysqli/php-7.3.33/ext/mysqli/tests/
H A Dmysqli_stmt_multires.phpt59 var_dump("[009] next_result:", $stmt->next_result());
80 var_dump("[013] next_result:", $stmt->next_result());
109 string(18) "[009] next_result:"
117 string(18) "[013] next_result:"

12345678910>>...32