Home
last modified time | relevance | path

Searched refs:time_stamp (Results 1 – 25 of 5001) sorted by relevance

12345678910>>...201

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/mysql-test/columnstore/csinternal/devregression/r/
H A Dmcs7056_regression_bug3229.result11 `time_stamp`,
12 DATE(`time_stamp`) as `Date`,
13 case when `time_stamp` is null then 'N/A' else DATE(`time_stamp`) end as
16 if(`time_stamp` is null, 'N/A', DATE(`time_stamp`)) as `Test3`,
17 if(`time_stamp`<='2010-11-08 17:46:44',DATE(`time_stamp`),'N/A') as `Test4`,
18 if(`time_stamp`<='2010-11-08 17:46:44',DATE(`time_stamp`),DATE('2010-11-08 17:46:44')) as `Test5`
26 `time_stamp`,
27 YEAR(`time_stamp`) as `Date`,
28 case when `time_stamp` is null then 'N/A' else YEAR(`time_stamp`) end as
31 if(`time_stamp` is null, 'N/A', YEAR(`time_stamp`)) as `Test3`,
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/mysql-test/columnstore/csinternal/devregression/r/
H A Dmcs7056_regression_bug3229.result11 `time_stamp`,
12 DATE(`time_stamp`) as `Date`,
13 case when `time_stamp` is null then 'N/A' else DATE(`time_stamp`) end as
16 if(`time_stamp` is null, 'N/A', DATE(`time_stamp`)) as `Test3`,
17 if(`time_stamp`<='2010-11-08 17:46:44',DATE(`time_stamp`),'N/A') as `Test4`,
18 if(`time_stamp`<='2010-11-08 17:46:44',DATE(`time_stamp`),DATE('2010-11-08 17:46:44')) as `Test5`
26 `time_stamp`,
27 YEAR(`time_stamp`) as `Date`,
28 case when `time_stamp` is null then 'N/A' else YEAR(`time_stamp`) end as
31 if(`time_stamp` is null, 'N/A', YEAR(`time_stamp`)) as `Test3`,
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/mysql-test/columnstore/csinternal/devregression/t/
H A Dmcs7056_regression_bug3229.test20 `time_stamp`,
21 DATE(`time_stamp`) as `Date`,
22 case when `time_stamp` is null then 'N/A' else DATE(`time_stamp`) end as
25 if(`time_stamp` is null, 'N/A', DATE(`time_stamp`)) as `Test3`,
26 if(`time_stamp`<='2010-11-08 17:46:44',DATE(`time_stamp`),'N/A') as `Test4`,
27 if(`time_stamp`<='2010-11-08 17:46:44',DATE(`time_stamp`),DATE('2010-11-08 17:46:44')) as `Test5`
32 `time_stamp`,
33 YEAR(`time_stamp`) as `Date`,
34 case when `time_stamp` is null then 'N/A' else YEAR(`time_stamp`) end as
37 if(`time_stamp` is null, 'N/A', YEAR(`time_stamp`)) as `Test3`,
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/mysql-test/columnstore/csinternal/devregression/t/
H A Dmcs7056_regression_bug3229.test20 `time_stamp`,
21 DATE(`time_stamp`) as `Date`,
22 case when `time_stamp` is null then 'N/A' else DATE(`time_stamp`) end as
25 if(`time_stamp` is null, 'N/A', DATE(`time_stamp`)) as `Test3`,
26 if(`time_stamp`<='2010-11-08 17:46:44',DATE(`time_stamp`),'N/A') as `Test4`,
27 if(`time_stamp`<='2010-11-08 17:46:44',DATE(`time_stamp`),DATE('2010-11-08 17:46:44')) as `Test5`
32 `time_stamp`,
33 YEAR(`time_stamp`) as `Date`,
34 case when `time_stamp` is null then 'N/A' else YEAR(`time_stamp`) end as
37 if(`time_stamp` is null, 'N/A', YEAR(`time_stamp`)) as `Test3`,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/prediction/
H A Dprediction_metrics_handler.cc30 if (!events_queue_.empty() && time_stamp <= events_queue_.back().time_stamp) { in AddRealEvent()
35 if (events_queue_[i].time_stamp == time_stamp) in AddRealEvent()
47 e.time_stamp = time_stamp; in AddRealEvent()
54 const base::TimeTicks& time_stamp, in AddPredictedEvent() argument
60 if (time_stamp < events_queue_.front().time_stamp) in AddPredictedEvent()
68 time_stamp < predicted_events_queue_.back().time_stamp) in AddPredictedEvent()
76 e.time_stamp = time_stamp; in AddPredictedEvent()
85 return a.time_stamp < b.time_stamp; in AddPredictedEvent()
94 events_queue_.back().time_stamp <= in EvaluatePrediction()
96 events_queue_.back().time_stamp <= in EvaluatePrediction()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/blink/prediction/
H A Dprediction_metrics_handler.cc20 time_stamp >= events_queue_.back().time_stamp); in AddRealEvent()
26 e.time_stamp = time_stamp; in AddRealEvent()
33 const base::TimeTicks& time_stamp, in AddPredictedEvent() argument
39 if (time_stamp < events_queue_.front().time_stamp) in AddPredictedEvent()
47 time_stamp < predicted_events_queue_.back().time_stamp) in AddPredictedEvent()
55 e.time_stamp = time_stamp; in AddPredictedEvent()
64 return a.time_stamp < b.time_stamp; in AddPredictedEvent()
73 events_queue_.back().time_stamp <= in EvaluatePrediction()
74 predicted_events_queue_.front().time_stamp || in EvaluatePrediction()
75 events_queue_.back().time_stamp <= in EvaluatePrediction()
[all …]
/dports/games/ldmud/ldmud-3.3.720/src/util/xerq/
H A Derq.c112 time_stamp (void) in time_stamp() function
174 , time_stamp()); in main()
196 , time_stamp()); in main()
459 , time_stamp(), len, 9-pos)); in erq_cmd()
471 , time_stamp(), mesg_len); in erq_cmd()
545 , time_stamp(), pid, status); in sig_child()
558 , time_stamp(), pid, chp); in sig_child()
581 , time_stamp(), pid); in sig_child()
714 , time_stamp(), num); in replyn()
815 time_stamp(), errno); in write1()
[all …]
H A Dexecute.c102 , time_stamp(), argp - args - 2, argp[-2])); in execute()
157 , time_stamp(), expected & 0xff)); in execute()
168 , time_stamp(), myerrno); in execute()
179 XPRINTF((stderr, "%s Child resumes.\n", time_stamp())); in execute()
237 XPRINTF((stderr, "%s New child %p.\n", time_stamp(), chp)); in new_child()
261 XPRINTF((stderr, "%s Freeing child %p.\n", time_stamp(), chp)); in free_child()
408 , time_stamp(), ga_data & 0xff)); in erq_execute()
478 , time_stamp(), ga_data)); in erq_spawn()
488 , time_stamp(), ga_data, chp, myerrno); in erq_spawn()
544 , time_stamp(), chp, chp->pid, sig)); in erq_kill()
[all …]
/dports/games/ldmud/ldmud-3.3.720/src/
H A Dpkg-openssl.c239 , time_stamp()); in tls_verify_init()
317 time_stamp()); in tls_verify_init()
319 time_stamp()); in tls_verify_init()
370 , time_stamp()); in tls_global_init()
414 , time_stamp()); in tls_global_init()
428 , time_stamp()); in tls_global_init()
430 , time_stamp()); in tls_global_init()
437 , time_stamp()); in tls_global_init()
439 , time_stamp()); in tls_global_init()
449 , time_stamp()); in tls_global_init()
[all …]
H A Dpkg-gnutls.c180 , time_stamp(), tls_trustfile); in tls_verify_init()
202 , time_stamp(), tls_trustdirectory); in tls_verify_init()
223 , time_stamp(), strerror(errno)); in tls_verify_init()
259 , time_stamp()); in tls_verify_init()
261 , time_stamp()); in tls_verify_init()
270 , time_stamp(), tls_crlfile); in tls_verify_init()
272 , time_stamp(), tls_crlfile); in tls_verify_init()
292 , time_stamp(), tls_crldirectory); in tls_verify_init()
349 , time_stamp()); in tls_verify_init()
351 , time_stamp()); in tls_verify_init()
[all …]
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_span-718.0.0/src/
H A Dcaching_source_map_view.rs8 time_stamp: usize, field
33 time_stamp: usize, in update()
44 self.touch(time_stamp); in update()
49 self.time_stamp = time_stamp; in touch()
57 time_stamp: usize, field
65 time_stamp: 0, in new()
75 time_stamp: 0, in new()
83 self.time_stamp += 1; in byte_pos_to_line_and_col()
118 self.time_stamp += 1; in span_data_to_lines_and_cols()
249 if self.line_cache[idx].time_stamp < self.line_cache[oldest].time_stamp { in oldest_cache_entry_index()
[all …]
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_span-722.0.0/src/
H A Dcaching_source_map_view.rs8 time_stamp: usize, field
33 time_stamp: usize, in update()
44 self.touch(time_stamp); in update()
49 self.time_stamp = time_stamp; in touch()
57 time_stamp: usize, field
65 time_stamp: 0, in new()
75 time_stamp: 0, in new()
83 self.time_stamp += 1; in byte_pos_to_line_and_col()
118 self.time_stamp += 1; in span_data_to_lines_and_cols()
249 if self.line_cache[idx].time_stamp < self.line_cache[oldest].time_stamp { in oldest_cache_entry_index()
[all …]
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_span/src/
H A Dcaching_source_map_view.rs8 time_stamp: usize, field
33 time_stamp: usize, in update()
44 self.touch(time_stamp); in update()
49 self.time_stamp = time_stamp; in touch()
57 time_stamp: usize, field
65 time_stamp: 0, in new()
75 time_stamp: 0, in new()
83 self.time_stamp += 1; in byte_pos_to_line_and_col()
118 self.time_stamp += 1; in span_data_to_lines_and_cols()
249 if self.line_cache[idx].time_stamp < self.line_cache[oldest].time_stamp { in oldest_cache_entry_index()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_span/src/
H A Dcaching_source_map_view.rs8 time_stamp: usize, field
33 time_stamp: usize, in update()
44 self.touch(time_stamp); in update()
49 self.time_stamp = time_stamp; in touch()
57 time_stamp: usize, field
65 time_stamp: 0, in new()
75 time_stamp: 0, in new()
83 self.time_stamp += 1; in byte_pos_to_line_and_col()
118 self.time_stamp += 1; in span_data_to_lines_and_cols()
249 if self.line_cache[idx].time_stamp < self.line_cache[oldest].time_stamp { in oldest_cache_entry_index()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/exo/wayland/
H A Dwayland_pointer_delegate.cc60 void WaylandPointerDelegate::OnPointerMotion(base::TimeTicks time_stamp, in OnPointerMotion() argument
62 SendTimestamp(time_stamp); in OnPointerMotion()
68 void WaylandPointerDelegate::OnPointerButton(base::TimeTicks time_stamp, in OnPointerButton() argument
83 SendTimestamp(time_stamp); in OnPointerButton()
96 void WaylandPointerDelegate::OnPointerScroll(base::TimeTicks time_stamp, in OnPointerScroll() argument
142 SendTimestamp(time_stamp); in OnPointerScroll()
147 SendTimestamp(time_stamp); in OnPointerScroll()
156 SendTimestamp(time_stamp); in OnPointerScrollStop()
158 TimeTicksToMilliseconds(time_stamp), in OnPointerScrollStop()
160 SendTimestamp(time_stamp); in OnPointerScrollStop()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/exo/wayland/
H A Dwayland_pointer_delegate.cc60 void WaylandPointerDelegate::OnPointerMotion(base::TimeTicks time_stamp, in OnPointerMotion() argument
62 SendTimestamp(time_stamp); in OnPointerMotion()
68 void WaylandPointerDelegate::OnPointerButton(base::TimeTicks time_stamp, in OnPointerButton() argument
83 SendTimestamp(time_stamp); in OnPointerButton()
96 void WaylandPointerDelegate::OnPointerScroll(base::TimeTicks time_stamp, in OnPointerScroll() argument
142 SendTimestamp(time_stamp); in OnPointerScroll()
147 SendTimestamp(time_stamp); in OnPointerScroll()
156 SendTimestamp(time_stamp); in OnPointerScrollStop()
158 TimeTicksToMilliseconds(time_stamp), in OnPointerScrollStop()
160 SendTimestamp(time_stamp); in OnPointerScrollStop()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DTime_stamper.h36 if(pt->time_stamp() == std::size_t(-1)) { in set_time_stamp()
48 time_stamp_ = (std::max)(time_stamp_, pt->time_stamp() + 1); in set_time_stamp()
52 const std::size_t new_value = pt->time_stamp() + 1; in set_time_stamp()
61 static std::size_t time_stamp(const T* pt) in time_stamp() function
66 return pt->time_stamp(); in time_stamp()
73 return p->time_stamp(); in hash_value()
80 CGAL_assertion((p_t1 == p_t2) == (time_stamp(p_t1) == time_stamp(p_t2))); in less()
81 return time_stamp(p_t1) < time_stamp(p_t2); in less()
99 static std::size_t time_stamp(const T*) in time_stamp() function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/snmp/src/agent/
H A Dsnmp_shadow_table.erl26 -record(time_stamp, {key, data}). record
57 {attributes, record_info(fields, time_stamp)}],
58 create_table(time_stamp, Props, ram_copies, false),
60 case mnesia:dirty_read({time_stamp, ref_count}) of
62 [#time_stamp{data = Ref}] -> Ref + 1
67 Tab = time_stamp,
73 [#time_stamp{data = 1}] ->
75 [#time_stamp{data = Ref}] ->
81 case mnesia:dirty_read({time_stamp, Name}) of
82 [#time_stamp{data = Expire}] when CurrentTime =< Expire -> ok;
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmp_shadow_table.erl26 -record(time_stamp, {key, data}). record
57 {attributes, record_info(fields, time_stamp)}],
58 create_table(time_stamp, Props, ram_copies, false),
60 case mnesia:dirty_read({time_stamp, ref_count}) of
62 [#time_stamp{data = Ref}] -> Ref + 1
67 Tab = time_stamp,
73 [#time_stamp{data = 1}] ->
75 [#time_stamp{data = Ref}] ->
81 case mnesia:dirty_read({time_stamp, Name}) of
82 [#time_stamp{data = Expire}] when CurrentTime =< Expire -> ok;
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/snmp/src/agent/
H A Dsnmp_shadow_table.erl26 -record(time_stamp, {key, data}). record
57 {attributes, record_info(fields, time_stamp)}],
58 create_table(time_stamp, Props, ram_copies, false),
60 case mnesia:dirty_read({time_stamp, ref_count}) of
62 [#time_stamp{data = Ref}] -> Ref + 1
67 Tab = time_stamp,
73 [#time_stamp{data = 1}] ->
75 [#time_stamp{data = Ref}] ->
81 case mnesia:dirty_read({time_stamp, Name}) of
82 [#time_stamp{data = Expire}] when CurrentTime =< Expire -> ok;
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/snmp/src/agent/
H A Dsnmp_shadow_table.erl26 -record(time_stamp, {key, data}). record
57 {attributes, record_info(fields, time_stamp)}],
58 create_table(time_stamp, Props, ram_copies, false),
60 case mnesia:dirty_read({time_stamp, ref_count}) of
62 [#time_stamp{data = Ref}] -> Ref + 1
67 Tab = time_stamp,
73 [#time_stamp{data = 1}] ->
75 [#time_stamp{data = Ref}] ->
81 case mnesia:dirty_read({time_stamp, Name}) of
82 [#time_stamp{data = Expire}] when CurrentTime =< Expire -> ok;
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmp_shadow_table.erl26 -record(time_stamp, {key, data}). record
57 {attributes, record_info(fields, time_stamp)}],
58 create_table(time_stamp, Props, ram_copies, false),
60 case mnesia:dirty_read({time_stamp, ref_count}) of
62 [#time_stamp{data = Ref}] -> Ref + 1
67 Tab = time_stamp,
73 [#time_stamp{data = 1}] ->
75 [#time_stamp{data = Ref}] ->
81 case mnesia:dirty_read({time_stamp, Name}) of
82 [#time_stamp{data = Expire}] when CurrentTime =< Expire -> ok;
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmp_shadow_table.erl26 -record(time_stamp, {key, data}). record
57 {attributes, record_info(fields, time_stamp)}],
58 create_table(time_stamp, Props, ram_copies, false),
60 case mnesia:dirty_read({time_stamp, ref_count}) of
62 [#time_stamp{data = Ref}] -> Ref + 1
67 Tab = time_stamp,
73 [#time_stamp{data = 1}] ->
75 [#time_stamp{data = Ref}] ->
81 case mnesia:dirty_read({time_stamp, Name}) of
82 [#time_stamp{data = Expire}] when CurrentTime =< Expire -> ok;
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmp_shadow_table.erl26 -record(time_stamp, {key, data}). record
57 {attributes, record_info(fields, time_stamp)}],
58 create_table(time_stamp, Props, ram_copies, false),
60 case mnesia:dirty_read({time_stamp, ref_count}) of
62 [#time_stamp{data = Ref}] -> Ref + 1
67 Tab = time_stamp,
73 [#time_stamp{data = 1}] ->
75 [#time_stamp{data = Ref}] ->
81 case mnesia:dirty_read({time_stamp, Name}) of
82 [#time_stamp{data = Expire}] when CurrentTime =< Expire -> ok;
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/wave/util/
H A Dtime_conversion_helper.hpp58 memset (&time_stamp, 0, sizeof(tm)); in time_conversion_grammar()
80 = month[spirit_assign_actor(self.time_stamp.tm_mon)] in definition()
81 >> int_p[spirit_assign_actor(self.time_stamp.tm_mday)] in definition()
82 >> int_p[spirit_assign_actor(self.time_stamp.tm_year)] in definition()
83 >> int_p[spirit_assign_actor(self.time_stamp.tm_hour)] >> ':' in definition()
84 >> int_p[spirit_assign_actor(self.time_stamp.tm_min)] >> ':' in definition()
85 >> int_p[spirit_assign_actor(self.time_stamp.tm_sec)] in definition()
101 time_stamp.tm_year -= 1900; in correct_year()
106 mutable tm time_stamp; member in boost::wave::util::time_conversion::time_conversion_grammar
125 compile_time = mktime(&g.time_stamp); in time_conversion_helper()

12345678910>>...201