Home
last modified time | relevance | path

Searched refs:add_timestamp (Results 1 – 25 of 116) sorted by relevance

12345

/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/tests/unit/merge/
H A Dtimestamp_calculator.cpp47 calc.add_timestamp(10000000000); in TEST()
56 calc.add_timestamp(20000000000); in TEST()
57 calc.add_timestamp(21000000000); in TEST()
58 calc.add_timestamp(22000000000); in TEST()
70 calc.add_timestamp(packet); in TEST()
80 calc.add_timestamp(packet); in TEST()
82 calc.add_timestamp(packet); in TEST()
84 calc.add_timestamp(packet); in TEST()
96 calc.add_timestamp(timestamp_c{}); in TEST()
97 calc.add_timestamp(-1); in TEST()
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/cmetrics/src/
H A Dcmt_encode_prometheus.c66 int add_timestamp) in append_metric_value() argument
76 if (add_timestamp) { in append_metric_value()
92 struct cmt_metric *metric, int add_timestamp) in format_metric() argument
160 append_metric_value(buf, metric, add_timestamp); in format_metric()
166 append_metric_value(buf, metric, add_timestamp); in format_metric()
172 int add_timestamp) in format_metrics() argument
182 format_metric(cmt, buf, map, &map->metric, add_timestamp); in format_metrics()
194 format_metric(cmt, buf, map, metric, add_timestamp); in format_metrics()
216 format_metrics(cmt, &buf, counter->map, add_timestamp); in cmt_encode_prometheus_create()
222 format_metrics(cmt, &buf, gauge->map, add_timestamp); in cmt_encode_prometheus_create()
[all …]
H A Dcmt_encode_influx.c177 cmt_sds_t *buf, struct cmt_map *map, int add_timestamp)
194 cmt_sds_t cmt_encode_influx_create(struct cmt *cmt, int add_timestamp, ...)
211 format_metrics(cmt, &buf, counter->map, add_timestamp);
217 format_metrics(cmt, &buf, gauge->map, add_timestamp);
223 format_metrics(cmt, &buf, untyped->map, add_timestamp);
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/merge/
H A Dtimestamp_calculator.cpp31 timestamp_calculator_c::add_timestamp(timestamp_c const &timestamp, in add_timestamp() function in timestamp_calculator_c
46 timestamp_calculator_c::add_timestamp(int64_t timestamp, in add_timestamp() function in timestamp_calculator_c
49 add_timestamp(timestamp_c::ns(timestamp), stream_position); in add_timestamp()
53 timestamp_calculator_c::add_timestamp(std::optional<int64_t> const &timestamp, in add_timestamp() function in timestamp_calculator_c
56 add_timestamp(timestamp_c::ns(*timestamp), stream_position); in add_timestamp()
60 timestamp_calculator_c::add_timestamp(packet_cptr const &packet, in add_timestamp() function in timestamp_calculator_c
63 add_timestamp(timestamp_c::ns(packet->timestamp), stream_position); in add_timestamp()
H A Dtimestamp_calculator.h37 …void add_timestamp(std::optional<int64_t> const &timestamp, std::optional<uint64_t> stream_positio…
38 …void add_timestamp(timestamp_c const &timestamp, std::optional<uint64_t> stream_position = std::nu…
39 void add_timestamp(int64_t timestamp, std::optional<uint64_t> stream_position = std::nullopt);
40 …void add_timestamp(packet_cptr const &packet, std::optional<uint64_t> stream_position = std::nullo…
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/tftp/src/
H A Dtftp_logger.erl52 {Format2, Data2} = add_timestamp(Format, Data),
66 {Format2, Data2} = add_timestamp(Format, Data),
80 {Format2, Data2} = add_timestamp(Format, Data),
87 add_timestamp(Format, Data) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/tftp/src/
H A Dtftp_logger.erl52 {Format2, Data2} = add_timestamp(Format, Data),
66 {Format2, Data2} = add_timestamp(Format, Data),
80 {Format2, Data2} = add_timestamp(Format, Data),
87 add_timestamp(Format, Data) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/tftp/src/
H A Dtftp_logger.erl52 {Format2, Data2} = add_timestamp(Format, Data),
66 {Format2, Data2} = add_timestamp(Format, Data),
80 {Format2, Data2} = add_timestamp(Format, Data),
87 add_timestamp(Format, Data) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/tftp/src/
H A Dtftp_logger.erl52 {Format2, Data2} = add_timestamp(Format, Data),
66 {Format2, Data2} = add_timestamp(Format, Data),
80 {Format2, Data2} = add_timestamp(Format, Data),
87 add_timestamp(Format, Data) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/tftp/src/
H A Dtftp_logger.erl52 {Format2, Data2} = add_timestamp(Format, Data),
66 {Format2, Data2} = add_timestamp(Format, Data),
80 {Format2, Data2} = add_timestamp(Format, Data),
87 add_timestamp(Format, Data) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/tftp/src/
H A Dtftp_logger.erl52 {Format2, Data2} = add_timestamp(Format, Data),
66 {Format2, Data2} = add_timestamp(Format, Data),
80 {Format2, Data2} = add_timestamp(Format, Data),
87 add_timestamp(Format, Data) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/tftp/src/
H A Dtftp_logger.erl52 {Format2, Data2} = add_timestamp(Format, Data),
66 {Format2, Data2} = add_timestamp(Format, Data),
80 {Format2, Data2} = add_timestamp(Format, Data),
87 add_timestamp(Format, Data) -> function
/dports/astro/py-metpy/MetPy-1.1.0/tests/plots/
H A Dtest_util.py13 from metpy.plots import add_metpy_logo, add_timestamp, add_unidata_logo, convert_gempak_color
23 add_timestamp(ax, time=datetime(2017, 1, 1))
32 add_timestamp(ax, time=datetime(2017, 1, 1), time_format='%H:%M:%S %Y/%m/%d')
41 add_timestamp(ax, time=datetime(2017, 1, 1), pretext='Valid: ')
50 add_timestamp(ax, time=datetime(2017, 1, 1), high_contrast=True)
/dports/net-im/py-slixmpp/slixmpp-1.7.1/tests/
H A Dtest_stanza_xep_0323.py240 ts = node.add_timestamp("2013-03-07T16:24:30")
262 ts = node.add_timestamp("EmptyTimestamp")
283 ts = node.add_timestamp("2013-05-03T12:00:01")
354 ts = node.add_timestamp("2013-03-07T16:24:30")
355 ts = node.add_timestamp("2013-03-07T16:24:31")
/dports/net-mgmt/xymon-server/xymon-4.3.30/xymongen/
H A Dxymongen.c548 add_timestamp("Startup"); in main()
589 add_timestamp("Load links done"); in main()
591 add_timestamp("Load hosts.cfg done"); in main()
596 add_timestamp("ACK removal done"); in main()
606 add_timestamp("Load STATE done"); in main()
628 add_timestamp("Color calculation done"); in main()
645 add_timestamp("Xymon pagegen start"); in main()
652 add_timestamp("Xymon pagegen done"); in main()
680 add_timestamp("Summary transmission done"); in main()
686 add_timestamp("WML generation done"); in main()
[all …]
/dports/net-mgmt/xymon-client/xymon-4.3.30/xymongen/
H A Dxymongen.c548 add_timestamp("Startup"); in main()
589 add_timestamp("Load links done"); in main()
591 add_timestamp("Load hosts.cfg done"); in main()
596 add_timestamp("ACK removal done"); in main()
606 add_timestamp("Load STATE done"); in main()
628 add_timestamp("Color calculation done"); in main()
645 add_timestamp("Xymon pagegen start"); in main()
652 add_timestamp("Xymon pagegen done"); in main()
680 add_timestamp("Summary transmission done"); in main()
686 add_timestamp("WML generation done"); in main()
[all …]
/dports/multimedia/zoneminder/zoneminder-1.36.5/src/
H A Dzm_mpeg.h58 bool add_timestamp; variable
76 …double ActuallyEncodeFrame( const uint8_t *buffer, int buffer_size, bool add_timestamp=false, unsi…
83 …double EncodeFrame( const uint8_t *buffer, int buffer_size, bool add_timestamp=false, unsigned int…
/dports/www/firefox/firefox-99.0/third_party/python/pip/pip/_internal/utils/
H A Dlogging.py95 add_timestamp=False, # type: bool argument
105 self.add_timestamp = add_timestamp
136 if self.add_timestamp:
/dports/devel/libassa/libassa-3.5.1/assa/
H A DStdOutLogger.cpp42 add_timestamp (std::cerr); in log_msg()
69 add_timestamp (std::cerr); in log_func()
H A DRemoteLogger.cpp143 add_timestamp (os); in log_msg()
191 add_timestamp (os); in log_func()
/dports/astro/py-metpy/MetPy-1.1.0/examples/formats/
H A DGINI_Water_Vapor.py17 from metpy.plots import add_metpy_logo, add_timestamp, colortables
46 add_timestamp(ax, f.prod_desc.datetime, y=0.02, high_contrast=True)
H A DNEXRAD_Level_3_File.py15 from metpy.plots import add_metpy_logo, add_timestamp, colortables
47 add_timestamp(ax, f.metadata['prod_time'], y=0.02, high_contrast=True)
H A DNEXRAD_Level_2_File.py15 from metpy.plots import add_metpy_logo, add_timestamp
60 add_timestamp(ax, f.dt, y=0.02, high_contrast=True)
/dports/astro/py-metpy/MetPy-1.1.0/examples/
H A Disentropic_example.py22 from metpy.plots import add_metpy_logo, add_timestamp
136 add_timestamp(ax, isent_data['time'].values.astype('datetime64[ms]').astype('O'),
186 add_timestamp(ax, isent_data['time'].values.astype('datetime64[ms]').astype('O'),
H A Dsigma_to_pressure_interpolation.py20 from metpy.plots import add_metpy_logo, add_timestamp
94 add_timestamp(ax, vtimes[FH], y=0.02, high_contrast=True)

12345