Home
last modified time | relevance | path

Searched refs:last_record (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/dports/databases/p5-DBD-XBase/DBD-XBase-1.08/t/
H A D2_write.t52 my $last_record = $table->last_record();
53 if ($last_record != 2)
54 { print "Expecting 2, got $last_record\nnot "; }
70 $last_record = $table->last_record();
71 if ($last_record != 2)
72 { print "Expecting 2, got $last_record\nnot "; }
87 $last_record = $table->last_record();
88 if ($last_record != 3)
89 { print "Expecting 3, got $last_record\nnot "; }
H A D1_header.t30 $table->version, $table->last_record, $table->last_field;
88 my $last_record = $table->last_record;
89 if ($last_record != 2) {
90 print "recompute_lastrecno computed $last_record records\nnot ";
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/mojo/services/
H A Dwatch_time_recorder.cc250 auto& last_record = ukm_records_.back(); in FinalizeWatchTime() local
251 last_record.total_underflow_count += underflow_count_; in FinalizeWatchTime()
253 last_record.total_underflow_duration += underflow_duration_; in FinalizeWatchTime()
272 auto& last_record = ukm_records_.back(); in UpdateSecondaryProperties() local
284 last_record.secondary_properties->audio_codec_profile == in UpdateSecondaryProperties()
286 last_record.secondary_properties->video_codec_profile == in UpdateSecondaryProperties()
324 last_record.total_underflow_count += underflow_count_; in UpdateSecondaryProperties()
326 last_record.total_underflow_duration += underflow_duration_; in UpdateSecondaryProperties()
356 auto& last_record = ukm_records_.back(); in UpdateSecondaryProperties() local
357 last_record.total_underflow_count = -underflow_count_; in UpdateSecondaryProperties()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/mojo/services/
H A Dwatch_time_recorder.cc249 auto& last_record = ukm_records_.back(); in FinalizeWatchTime() local
250 last_record.total_underflow_count += underflow_count_; in FinalizeWatchTime()
252 last_record.total_underflow_duration += underflow_duration_; in FinalizeWatchTime()
271 auto& last_record = ukm_records_.back(); in UpdateSecondaryProperties() local
283 last_record.secondary_properties->audio_codec_profile == in UpdateSecondaryProperties()
285 last_record.secondary_properties->video_codec_profile == in UpdateSecondaryProperties()
323 last_record.total_underflow_count += underflow_count_; in UpdateSecondaryProperties()
325 last_record.total_underflow_duration += underflow_duration_; in UpdateSecondaryProperties()
355 auto& last_record = ukm_records_.back(); in UpdateSecondaryProperties() local
356 last_record.total_underflow_count = -underflow_count_; in UpdateSecondaryProperties()
[all …]
/dports/databases/p5-DBD-XBase/DBD-XBase-1.08/lib/XBase/
H A DMemo.pm71 if ($num < 0 or $num > $self->last_record()) {
82 sub last_record { subroutine
121 my $last = $self->last_record();
148 if ($num >= 0 and $num <= $self->last_record()) {
158 $num = $self->last_record() + 1;
162 $num = $self->last_record() + 1;
180 my $last = $self->last_record;
220 if ($num >= 0 and $num <= $self->last_record()) {
230 $num = $self->last_record() + 1;
233 $num = $self->last_record() + 1;
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/ece/src/
H A Dcommon.rs98 let mut last_record = false; in common_encrypt() localVariable
100 while !last_record { in common_encrypt()
132 last_record = true; in common_encrypt()
135 if !last_record && block_len < max_block_len { in common_encrypt()
146 last_record, in common_encrypt()
197 let last_record = count == records_count - 1; in common_decrypt() localVariable
201 Ok(Self::unpad(&plaintext, last_record)?.to_vec()) in common_decrypt()
213 fn pad(plaintext: &[u8], block_pad_len: usize, last_record: bool) -> Result<Vec<u8>>; in pad()
214 fn unpad(block: &[u8], last_record: bool) -> Result<&[u8]>; in unpad()
H A Daes128gcm.rs144 fn pad(plaintext: &[u8], block_pad_len: usize, last_record: bool) -> Result<Vec<u8>> { in pad()
147 block.push(if last_record { 2 } else { 1 }); in pad()
153 fn unpad(block: &[u8], last_record: bool) -> Result<&[u8]> { in unpad()
158 let expected_delim = if last_record { 2 } else { 1 }; in unpad()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/pubseq_gateway/cache/
H A Dpsg_cache_blob_prop.cpp157 auto& last_record = response[response.size() - 1]; in Fetch() local
158 last_record.SetKey(sat_key); in Fetch()
159 last_record.SetModified(last_modified); in Fetch()
161 if (!x_ExtractRecord(last_record, val)) { in Fetch()
196 auto& last_record = response[response.size() - 1]; in FetchLast() local
197 last_record.SetKey(sat_key); in FetchLast()
198 last_record.SetModified(last_modified); in FetchLast()
200 if (!x_ExtractRecord(last_record, val)) { in FetchLast()
H A Dpsg_cache_si2csi.cpp129 auto& last_record = response[response.size() - 1]; in Fetch() local
130 last_record in Fetch()
134 if (!x_ExtractRecord(last_record, val)) { in Fetch()
158 auto& last_record = response[response.size() - 1]; in FetchLast() local
159 last_record in FetchLast()
163 if (!x_ExtractRecord(last_record, val)) { in FetchLast()
H A Dpsg_cache_bioseq_info.cpp196 auto& last_record = response[response.size() - 1]; in Fetch() local
197 last_record in Fetch()
203 if (!x_ExtractRecord(last_record, val)) { in Fetch()
229 auto& last_record = response[response.size() - 1]; in FetchLast() local
230 last_record in FetchLast()
236 if (!x_ExtractRecord(last_record, val)) { in FetchLast()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/recipes/
H A D70-test_sslextension.t111 my $last_record = @{$proxy->{record_list}}[-1];
112 $fatal_alert = 1 if $last_record->is_fatal_alert(1);
127 my $last_record = @{$proxy->{record_list}}[-1];
128 $fatal_alert = 1 if $last_record->is_fatal_alert(0);
145 my $last_record = @{$proxy->record_list}[-1];
146 $fatal_alert = 1 if $last_record->is_fatal_alert(0);
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/recipes/
H A D70-test_sslextension.t111 my $last_record = @{$proxy->{record_list}}[-1];
112 $fatal_alert = 1 if $last_record->is_fatal_alert(1);
127 my $last_record = @{$proxy->{record_list}}[-1];
128 $fatal_alert = 1 if $last_record->is_fatal_alert(0);
145 my $last_record = @{$proxy->record_list}[-1];
146 $fatal_alert = 1 if $last_record->is_fatal_alert(0);
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/recipes/
H A D70-test_sslextension.t111 my $last_record = @{$proxy->{record_list}}[-1];
112 $fatal_alert = 1 if $last_record->is_fatal_alert(1);
127 my $last_record = @{$proxy->{record_list}}[-1];
128 $fatal_alert = 1 if $last_record->is_fatal_alert(0);
145 my $last_record = @{$proxy->record_list}[-1];
146 $fatal_alert = 1 if $last_record->is_fatal_alert(0);
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/recipes/
H A D70-test_sslextension.t111 my $last_record = @{$proxy->{record_list}}[-1];
112 $fatal_alert = 1 if $last_record->is_fatal_alert(1);
127 my $last_record = @{$proxy->{record_list}}[-1];
128 $fatal_alert = 1 if $last_record->is_fatal_alert(0);
145 my $last_record = @{$proxy->record_list}[-1];
146 $fatal_alert = 1 if $last_record->is_fatal_alert(0);
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/recipes/
H A D70-test_sslextension.t111 my $last_record = @{$proxy->{record_list}}[-1];
112 $fatal_alert = 1 if $last_record->is_fatal_alert(1);
127 my $last_record = @{$proxy->{record_list}}[-1];
128 $fatal_alert = 1 if $last_record->is_fatal_alert(0);
145 my $last_record = @{$proxy->record_list}[-1];
146 $fatal_alert = 1 if $last_record->is_fatal_alert(0);
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/test/recipes/
H A D70-test_sslextension.t111 my $last_record = @{$proxy->{record_list}}[-1];
112 $fatal_alert = 1 if $last_record->is_fatal_alert(1);
127 my $last_record = @{$proxy->{record_list}}[-1];
128 $fatal_alert = 1 if $last_record->is_fatal_alert(0);
145 my $last_record = @{$proxy->record_list}[-1];
146 $fatal_alert = 1 if $last_record->is_fatal_alert(0);
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/test/recipes/
H A D70-test_sslextension.t111 my $last_record = @{$proxy->{record_list}}[-1];
112 $fatal_alert = 1 if $last_record->is_fatal_alert(1);
127 my $last_record = @{$proxy->{record_list}}[-1];
128 $fatal_alert = 1 if $last_record->is_fatal_alert(0);
145 my $last_record = @{$proxy->record_list}[-1];
146 $fatal_alert = 1 if $last_record->is_fatal_alert(0);
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/recipes/
H A D70-test_sslextension.t111 my $last_record = @{$proxy->{record_list}}[-1];
112 $fatal_alert = 1 if $last_record->is_fatal_alert(1);
127 my $last_record = @{$proxy->{record_list}}[-1];
128 $fatal_alert = 1 if $last_record->is_fatal_alert(0);
145 my $last_record = @{$proxy->record_list}[-1];
146 $fatal_alert = 1 if $last_record->is_fatal_alert(0);
/dports/security/openssl/openssl-1.1.1n/test/recipes/
H A D70-test_sslextension.t111 my $last_record = @{$proxy->{record_list}}[-1];
112 $fatal_alert = 1 if $last_record->is_fatal_alert(1);
127 my $last_record = @{$proxy->{record_list}}[-1];
128 $fatal_alert = 1 if $last_record->is_fatal_alert(0);
145 my $last_record = @{$proxy->record_list}[-1];
146 $fatal_alert = 1 if $last_record->is_fatal_alert(0);
/dports/security/openssl-static/openssl-1.1.1l/test/recipes/
H A D70-test_sslextension.t111 my $last_record = @{$proxy->{record_list}}[-1];
112 $fatal_alert = 1 if $last_record->is_fatal_alert(1);
127 my $last_record = @{$proxy->{record_list}}[-1];
128 $fatal_alert = 1 if $last_record->is_fatal_alert(0);
145 my $last_record = @{$proxy->record_list}[-1];
146 $fatal_alert = 1 if $last_record->is_fatal_alert(0);
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/test/recipes/
H A D70-test_sslextension.t111 my $last_record = @{$proxy->{record_list}}[-1];
112 $fatal_alert = 1 if $last_record->is_fatal_alert(1);
127 my $last_record = @{$proxy->{record_list}}[-1];
128 $fatal_alert = 1 if $last_record->is_fatal_alert(0);
145 my $last_record = @{$proxy->record_list}[-1];
146 $fatal_alert = 1 if $last_record->is_fatal_alert(0);
/dports/security/openssl-devel/openssl-3.0.2/test/recipes/
H A D70-test_sslextension.t111 my $last_record = @{$proxy->{record_list}}[-1];
112 $fatal_alert = 1 if $last_record->is_fatal_alert(1);
127 my $last_record = @{$proxy->{record_list}}[-1];
128 $fatal_alert = 1 if $last_record->is_fatal_alert(0);
145 my $last_record = @{$proxy->record_list}[-1];
146 $fatal_alert = 1 if $last_record->is_fatal_alert(0);
/dports/sysutils/edk2/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/test/recipes/
H A D70-test_sslextension.t111 my $last_record = @{$proxy->{record_list}}[-1];
112 $fatal_alert = 1 if $last_record->is_fatal_alert(1);
127 my $last_record = @{$proxy->{record_list}}[-1];
128 $fatal_alert = 1 if $last_record->is_fatal_alert(0);
145 my $last_record = @{$proxy->record_list}[-1];
146 $fatal_alert = 1 if $last_record->is_fatal_alert(0);
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/add-contextual-data/
H A Dcontextual-data-record-scanner.c33 ContextualDataRecord last_record; member
160 contextual_data_record_init(&self->last_record); in contextual_data_record_scanner_get_next()
161 if (!_get_next_record(self, input, &self->last_record)) in contextual_data_record_scanner_get_next()
163 contextual_data_record_clean(&self->last_record); in contextual_data_record_scanner_get_next()
170 return &self->last_record; in contextual_data_record_scanner_get_next()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/pagination/keyset/
H A Diterator.rb27 last_record = relation.last
28 break unless last_record
30 @cursor = order.cursor_attributes_for_node(last_record)

12345678910>>...14