Home
last modified time | relevance | path

Searched full:timestamp (Results 1 – 25 of 1773) sorted by relevance

12345678910>>...71

/freebsd/contrib/kyua/utils/
H A Ddatetime.cpp54 static optional< datetime::timestamp > mock_now = none;
260 /// Internal representation for datetime::timestamp.
261 struct timestamp::impl : utils::noncopyable {
262 /// The raw timestamp as provided by libc.
267 /// \param data_ The raw timestamp to use.
278 /// Constructs a new timestamp.
281 datetime::timestamp::timestamp(std::shared_ptr< impl > pimpl_) : in timestamp() function in datetime::timestamp
287 /// Constructs a timestamp from the amount of microseconds since the epoch.
291 /// \return A new timestamp.
292 datetime::timestamp
[all …]
H A Ddatetime_test.cpp267 const datetime::timestamp ts1 = datetime::timestamp::from_values( in ATF_TEST_CASE_BODY()
270 const datetime::timestamp ts2 = ts1; in ATF_TEST_CASE_BODY()
271 const datetime::timestamp ts3 = datetime::timestamp::from_values( in ATF_TEST_CASE_BODY()
284 const datetime::timestamp ts = datetime::timestamp::from_microseconds( in ATF_TEST_CASE_BODY()
297 datetime::timestamp::now().strftime("%Y-%m-%d %H:%M:%S")); in ATF_TEST_CASE_BODY()
299 datetime::set_mock_now(datetime::timestamp::from_values( in ATF_TEST_CASE_BODY()
302 datetime::timestamp::now().strftime("%Y-%m-%d %H:%M:%S")); in ATF_TEST_CASE_BODY()
304 datetime::timestamp::now().strftime("%Y-%m-%d %H:%M:%S")); in ATF_TEST_CASE_BODY()
317 const datetime::timestamp now = datetime::timestamp::now(); in ATF_TEST_CASE_BODY()
332 const datetime::timestamp first = datetime::timestamp::now(); in ATF_TEST_CASE_BODY()
[all …]
H A Ddatetime.hpp94 class timestamp { class
100 timestamp(std::shared_ptr< impl >);
103 static timestamp from_microseconds(const int64_t);
104 static timestamp from_values(const int, const int, const int,
107 static timestamp now(void);
114 bool operator==(const timestamp&) const;
115 bool operator!=(const timestamp&) const;
116 bool operator<(const timestamp&) const;
117 bool operator<=(const timestamp&) const;
118 bool operator>(const timestamp&) const;
[all …]
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_xml_output_unittest.py70 <testsuites tests="26" failures="5" disabled="2" errors="0" time="*" timestamp="*" name="AllTests" …
71 …"SuccessfulTest" tests="1" failures="0" disabled="0" skipped="0" errors="0" time="*" timestamp="*">
72 …output_unittest_.cc" line="53" status="run" result="completed" time="*" timestamp="*" classname="S…
74 …ame="FailedTest" tests="1" failures="1" disabled="0" skipped="0" errors="0" time="*" timestamp="*">
75 …output_unittest_.cc" line="61" status="run" result="completed" time="*" timestamp="*" classname="F…
82 …MixedResultTest" tests="3" failures="1" disabled="1" skipped="0" errors="0" time="*" timestamp="*">
83 …output_unittest_.cc" line="88" status="run" result="completed" time="*" timestamp="*" classname="M…
84 …output_unittest_.cc" line="93" status="run" result="completed" time="*" timestamp="*" classname="M…
94 …ut_unittest_.cc" line="98" status="notrun" result="suppressed" time="*" timestamp="*" classname="M…
96 …"XmlQuotingTest" tests="1" failures="1" disabled="0" skipped="0" errors="0" time="*" timestamp="*">
[all …]
H A Dgoogletest-json-output-unittest.py64 'timestamp': '*',
76 'timestamp': '*',
84 'timestamp': '*',
95 'timestamp': '*',
103 'timestamp': '*',
123 'timestamp': '*',
131 'timestamp': '*',
142 'timestamp': '*',
151 'timestamp': '*',
164 'timestamp': '*',
[all …]
/freebsd/secure/usr.bin/openssl/man/
H A Dopenssl-ts.1197 [\fB\-attime\fR \fItimestamp\fR]
241 signs them and sends the timestamp token back to the client. By
245 The \s-1TSA\s0 client receives the timestamp token and verifies the
250 timestamp request to the \s-1TSA\s0 and one for sending the timestamp response
252 creating a timestamp request based on a data file,
253 creating a timestamp response based on a request, verifying if a
266 Generate a \s-1TS\s0 query. For details see \*(L"Timestamp Request generation\*(R".
269 Generate a \s-1TS\s0 reply. For details see \*(L"Timestamp Response generation\*(R".
272 Verify a \s-1TS\s0 response. For details see \*(L"Timestamp Response verification\*(R".
273 .SS "Timestamp Request generation"
[all …]
H A Dtsget.1159 This command can be used for sending a timestamp request, as specified
160 in \s-1RFC 3161,\s0 to a timestamp server over \s-1HTTP\s0 or \s-1HTTPS\s0 and storing the
161 timestamp response in a file. It cannot be used for creating the requests
166 This command sends the following \s-1HTTP\s0 request for each timestamp request:
173 \& Content\-Type: application/timestamp\-query
174 \& Accept: application/timestamp\-reply
180 It expects a response of type application/timestamp\-reply, which is
186 The \s-1URL\s0 of the \s-1HTTP/HTTPS\s0 server listening for timestamp requests.
195 server. The timestamp response will be written to the given output file. '\-'
196 means standard output. In case of multiple timestamp requests or the absence
[all …]
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-ts.pod.in78 signs them and sends the timestamp token back to the client. By
84 The TSA client receives the timestamp token and verifies the
91 timestamp request to the TSA and one for sending the timestamp response
93 creating a timestamp request based on a data file,
94 creating a timestamp response based on a request, verifying if a
111 Generate a TS query. For details see L</Timestamp Request generation>.
115 Generate a TS reply. For details see L</Timestamp Response generation>.
119 Verify a TS response. For details see L</Timestamp Response verification>.
123 =head2 Timestamp Request generation
125 The B<-query> command can be used for creating and printing a timestamp
[all …]
H A Dtsget.pod26 This command can be used for sending a timestamp request, as specified
27 in RFC 3161, to a timestamp server over HTTP or HTTPS and storing the
28 timestamp response in a file. It cannot be used for creating the requests
33 This command sends the following HTTP request for each timestamp request:
39 Content-Type: application/timestamp-query
40 Accept: application/timestamp-reply
45 It expects a response of type application/timestamp-reply, which is
54 The URL of the HTTP/HTTPS server listening for timestamp requests.
65 server. The timestamp response will be written to the given output file. '-'
66 means standard output. In case of multiple timestamp requests or the absence
[all …]
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dtrace.h79 __entry->info = ar->pdev->timestamp.info;
80 __entry->sync_tstmp_lo_us = ar->pdev->timestamp.sync_timestamp_hi_us;
81 __entry->sync_tstmp_hi_us = ar->pdev->timestamp.sync_timestamp_lo_us;
82 __entry->mlo_offset_lo = ar->pdev->timestamp.mlo_offset_lo;
83 __entry->mlo_offset_hi = ar->pdev->timestamp.mlo_offset_hi;
84 __entry->mlo_offset_clks = ar->pdev->timestamp.mlo_offset_clks;
85 __entry->mlo_comp_clks = ar->pdev->timestamp.mlo_comp_clks;
86 __entry->mlo_comp_timer = ar->pdev->timestamp.mlo_comp_timer;
124 __entry->info = ar->pdev->timestamp.info;
125 __entry->sync_tstmp_lo_us = ar->pdev->timestamp.sync_timestamp_hi_us;
[all …]
/freebsd/usr.sbin/makefs/tests/
H A Dmakefs_msdos_tests.sh56 "The msdos backend saves the wrong timestamp value" \
57 "(possibly due to the 2s resolution for FAT timestamp)"
58 timestamp=1742574909
64 $MAKEFS -T $timestamp -s 1m $TEST_IMAGE $TEST_INPUTS_DIR
68 atf_check_equal $st_atime $timestamp
69 atf_check_equal $st_mtime $timestamp
70 atf_check_equal $st_ctime $timestamp
108 timestamp=1742574908 # Even value, timestamp precision is 2s.
116 $MAKEFS -T $timestamp -s 1m $TEST_IMAGE $TEST_SPEC_FILE
121 #atf_check_equal $st_atime $timestamp
[all …]
/freebsd/sys/contrib/device-tree/Bindings/timestamp/
H A Dhardware-timestamps-common.yaml4 $id: http://devicetree.org/schemas/timestamp/hardware-timestamps-common.yaml#
7 title: Hardware timestamp providers
13 Some devices/SoCs have hardware timestamp engines (HTE) which can use
14 hardware means to timestamp entity in realtime. The entity could be anything
15 from GPIOs, IRQs, Bus and so on. The hardware timestamp engine present
20 pattern: "^timestamp(@.*|-([0-9]|[1-9][0-9]+))?$"
22 "#timestamp-cells":
27 - "#timestamp-cells"
H A Dnvidia,tegra194-hte.yaml4 $id: http://devicetree.org/schemas/timestamp/nvidia,tegra194-hte.yaml#
16 timestamp (taken from system counter) in its internal hardware FIFO. It has
48 line/signal that it can enable/configure for the timestamp. It is u32
60 '#timestamp-cells':
72 - "#timestamp-cells"
123 tegra_hte_aon: timestamp@c1e0000 {
128 #timestamp-cells = <1>;
132 tegra_hte_lic: timestamp@3aa0000 {
137 #timestamp-cells = <1>;
/freebsd/contrib/bmake/unit-tests/
H A Dopt-tracefile.exp4 <timestamp> 0 BEG <make-pid> <curdir>
5 <timestamp> 1 JOB <make-pid> <curdir> dependency1 <job-pid> --- OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS…
6 <timestamp> 1 DON <make-pid> <curdir> dependency1 <job-pid> --- OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS…
7 <timestamp> 1 JOB <make-pid> <curdir> dependency2 <job-pid> --- OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS…
8 <timestamp> 1 DON <make-pid> <curdir> dependency2 <job-pid> --- OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS…
9 <timestamp> 1 JOB <make-pid> <curdir> trace <job-pid> --- OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS|OP_DE…
10 <timestamp> 1 DON <make-pid> <curdir> trace <job-pid> --- OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS|OP_DE…
11 <timestamp> 0 END <make-pid> <curdir>
/freebsd/contrib/kyua/utils/signals/
H A Dtimer.cpp100 /// Collection of active timestamps by their activation timestamp.
104 typedef std::map< datetime::timestamp, timers_set > timers_by_timestamp_map;
113 datetime::timestamp _timer_activation;
115 /// Mapping of all active timers using their timestamp as the key.
152 /// Calculates all timers to execute at this timestamp.
154 /// \param now The current timestamp.
164 const datetime::timestamp& now, in compute_timers_to_run_and_prune_old()
187 /// \param now The current timestamp.
192 const datetime::timestamp& now, in reprogram_system_timer()
210 datetime::timestamp next = (*iter).first; in reprogram_system_timer()
[all …]
/freebsd/sys/dev/drm2/
H A Ddrm_irq.c39 /* Access macro for slots in vblank timestamp ringbuffer. */
44 /* Retry timestamp calculation up to 3 times to satisfy
82 * Clear vblank timestamp buffer for a crtc.
115 * vblank timestamp, repeat until they are consistent. in vblank_disable_and_save()
133 /* Compute time difference to stored timestamp of last vblank in vblank_disable_and_save()
141 * timestamp and tvblank, then we are currently executing our in vblank_disable_and_save()
142 * disable inside a new vblank interval, the tvblank timestamp in vblank_disable_and_save()
148 * Skip this step if there isn't any high precision timestamp in vblank_disable_and_save()
252 DRM_INFO("Supports vblank timestamp caching Rev 1 (10.10.2010).\n"); in drm_vblank_init()
256 DRM_INFO("Driver supports precise vblank timestamp query.\n"); in drm_vblank_init()
[all …]
/freebsd/lib/libc/rpc/
H A Dsvc_auth_des.c40 * (1) The timestamp microseconds do not exceed 1 million.
41 * (2) The timestamp plus the window is less than the current time.
42 * (3) The timestamp is not less than the one previously
121 struct timeval timestamp; in _svcauth_des() local
201 * Decrypt the timestamp in _svcauth_des()
221 * XDR the decrypted timestamp in _svcauth_des()
224 timestamp.tv_sec = IXDR_GET_LONG(ixdr); in _svcauth_des()
225 timestamp.tv_usec = IXDR_GET_LONG(ixdr); in _svcauth_des()
246 &timestamp); in _svcauth_des()
257 if ((u_long)timestamp.tv_usec >= USEC_PER_SEC) { in _svcauth_des()
[all …]
/freebsd/tools/sched/
H A Dschedgraph.d71 …up:\"load\", id:\"global load\", counter:\"%d\", attributes: \"none\"\n", cpu, timestamp, args[1]);
77 …ad\", id:\"CPU %d load\", counter:\"%d\", attributes: \"none\"\n", cpu, timestamp, args[0], args[1…
83 … id:\"%s/%s tid %d\", state:\"proc exit\", attributes: prio:td\n", cpu, timestamp, curthread->td_p…
88 …ad\", id:\"%s/%s tid %d\", state:\"exit\", attributes: prio:td\n", cpu, timestamp, curthread->td_p…
93 …", attributes: prio:%d, new prio:%d, linkedto:\"%s/%s tid %d\"\n", cpu, timestamp, args[0]->td_pro…
98 …", attributes: prio:%d, new prio:%d, linkedto:\"%s/%s tid %d\"\n", cpu, timestamp, curthread->td_p…
103 …e:\"runq add\", attributes: prio:%d, linkedto:\"%s/%s tid %d\"\n", cpu, timestamp, args[0]->td_pro…
104 … %d\", point:\"wokeup\", attributes: linkedto:\"%s/%s tid %d\"\n", cpu, timestamp, curthread->td_p…
109 …e:\"runq rem\", attributes: prio:%d, linkedto:\"%s/%s tid %d\"\n", cpu, timestamp, args[0]->td_pro…
114 … tid %d\", point:\"statclock\", attributes: prio:%d, stathz:%d\n", cpu, timestamp, args[0]->td_pro…
[all …]
/freebsd/contrib/ntp/sntp/tests/
H A DkodFile.c54 TEST_ASSERT_EQUAL(0x12345678, res->timestamp); in test_ReadCorrectFile()
59 TEST_ASSERT_EQUAL(0xfff, res->timestamp); in test_ReadCorrectFile()
74 TEST_ASSERT_EQUAL(0x12345678, res->timestamp); in test_ReadFileWithBlankLines()
79 TEST_ASSERT_EQUAL(0xfff, res->timestamp); in test_ReadFileWithBlankLines()
84 TEST_ASSERT_EQUAL(0xabcd, res->timestamp); in test_ReadFileWithBlankLines()
111 kod_db[0]->timestamp = 1; in test_WriteFileWithSingleEntry()
139 kod_db[0]->timestamp = 0xabcd; in test_WriteFileWithMultipleEntries()
140 kod_db[1]->timestamp = 0xabcd; in test_WriteFileWithMultipleEntries()
141 kod_db[2]->timestamp = 0xabcd; in test_WriteFileWithMultipleEntries()
/freebsd/crypto/krb5/doc/html/_sources/appdev/refs/api/
H A Dkrb5_timestamp_to_sfstring.rst.txt1 krb5_timestamp_to_sfstring - Convert a timestamp to a string, with optional output padding.
6 .. c:function:: krb5_error_code krb5_timestamp_to_sfstring(krb5_timestamp timestamp, char * buffer,…
13 **[in]** **timestamp** - Timestamp to convert
15 **[out]** **buffer** - Buffer to hold the converted timestamp
19 **[in]** **pad** - Optional value to pad *buffer* if converted timestamp does not fill it
/freebsd/crypto/krb5/src/tests/
H A Dt_preauth.py17 # PA-FX-COOKIE; 2 is encrypted timestamp.
42 # timestamp.
51 'Encrypted timestamp (for ',
53 'preauth for next request: PA-FX-COOKIE (133), PA-ENC-TIMESTAMP (2)',
59 # timestamp.
69 'Encrypted timestamp (for ',
71 'preauth for next request: PA-FX-COOKIE (133), PA-ENC-TIMESTAMP (2)',
108 # falling back to encrypted timestamp.
122 'Encrypted timestamp (for ',
124 'preauth for next request: PA-FX-COOKIE (133), PA-ENC-TIMESTAMP (2)',
[all …]
/freebsd/crypto/krb5/doc/html/appdev/refs/api/
H A Dkrb5_timestamp_to_string.html9 …<title>krb5_timestamp_to_string - Convert a timestamp to a string. &#8212; MIT Kerberos Documentat…
22 …<link rel="prev" title="krb5_timestamp_to_sfstring - Convert a timestamp to a string, with optiona…
34 …mestamp_to_sfstring.html" title="krb5_timestamp_to_sfstring - Convert a timestamp to a string, wit…
42 …gs@mit.edu?subject=Documentation__krb5_timestamp_to_string - Convert a timestamp to a string.">fe…
55 <section id="krb5-timestamp-to-string-convert-a-timestamp-to-a-string">
56 …stamp_to_string - Convert a timestamp to a string.<a class="headerlink" href="#krb5-timestamp-to-…
59 …an></span></a><span class="w"> </span><span class="n"><span class="pre">timestamp</span></span>, <…
64 <dd class="field-odd"><p><strong>[in]</strong> <strong>timestamp</strong> - Timestamp to convert</p>
65 <p><strong>[out]</strong> <strong>buffer</strong> - Buffer to hold converted timestamp</p>
89 <li><a class="reference internal" href="#">krb5_timestamp_to_string - Convert a timestamp to a str…
[all …]
H A Dkrb5_timestamp_to_sfstring.html9 …<title>krb5_timestamp_to_sfstring - Convert a timestamp to a string, with optional output padding.…
21 …<link rel="next" title="krb5_timestamp_to_string - Convert a timestamp to a string." href="krb5_ti…
36 …"krb5_timestamp_to_string.html" title="krb5_timestamp_to_string - Convert a timestamp to a string."
42 …@mit.edu?subject=Documentation__krb5_timestamp_to_sfstring - Convert a timestamp to a string, wit…
55 …<section id="krb5-timestamp-to-sfstring-convert-a-timestamp-to-a-string-with-optional-output-paddi…
56 …- Convert a timestamp to a string, with optional output padding.<a class="headerlink" href="#krb5…
59 …an></span></a><span class="w"> </span><span class="n"><span class="pre">timestamp</span></span>, <…
64 <dd class="field-odd"><p><strong>[in]</strong> <strong>timestamp</strong> - Timestamp to convert</p>
65 <p><strong>[out]</strong> <strong>buffer</strong> - Buffer to hold the converted timestamp</p>
67 …trong>pad</strong> - Optional value to pad <em>buffer</em> if converted timestamp does not fill it…
[all …]
/freebsd/contrib/kyua/utils/process/
H A Ddeadline_killer_test.cpp72 datetime::timestamp start = datetime::timestamp::now(); in ATF_TEST_CASE_BODY()
76 datetime::timestamp end = datetime::timestamp::now(); in ATF_TEST_CASE_BODY()
91 datetime::timestamp start = datetime::timestamp::now(); in ATF_TEST_CASE_BODY()
95 datetime::timestamp end = datetime::timestamp::now(); in ATF_TEST_CASE_BODY()
/freebsd/contrib/tcpdump/
H A Dprint-arista.c16 The Arista timestamp header consists of the following fields:
18 2. A 2-byte subtype field; 0x01 indicates the timestamp header
20 4. A 48-bit or 64-bit timestamp field, depending on the contents of the version field
37 | timestamp... |
44 2. The timestamp format and length. Currently assigned values include:
45 1 = 64-bit timestamp
46 2 = 48-bit timestamp
64 { ARISTA_SUBTYPE_TIMESTAMP, "Timestamp" },
134 // Timestamp has 32-bit lsb in nanosec and remaining msb in sec in arista_ethertype_print()
135 ND_PRINT("Format %s (%u), HwInfo %s (%u), Timestamp ", in arista_ethertype_print()

12345678910>>...71