Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 25 of 241) sorted by relevance

12345678910

/minix/external/bsd/kyua-cli/dist/utils/
H A Ddatetime_test.cpp188 const datetime::timestamp ts1 = datetime::timestamp::from_values( in ATF_TEST_CASE_BODY()
192 const datetime::timestamp ts3 = datetime::timestamp::from_values( in ATF_TEST_CASE_BODY()
205 const datetime::timestamp ts = datetime::timestamp::from_microseconds( in ATF_TEST_CASE_BODY()
237 const datetime::timestamp now = datetime::timestamp::now(); in ATF_TEST_CASE_BODY()
252 const datetime::timestamp first = datetime::timestamp::now(); in ATF_TEST_CASE_BODY()
254 const datetime::timestamp second = datetime::timestamp::now(); in ATF_TEST_CASE_BODY()
262 const datetime::timestamp ts1 = datetime::timestamp::from_values( in ATF_TEST_CASE_BODY()
267 const datetime::timestamp ts2 = datetime::timestamp::from_values( in ATF_TEST_CASE_BODY()
276 const datetime::timestamp ts1 = datetime::timestamp::from_values( in ATF_TEST_CASE_BODY()
285 const datetime::timestamp ts1 = datetime::timestamp::from_values( in ATF_TEST_CASE_BODY()
[all …]
H A Ddatetime.cpp166 struct timestamp::impl {
186 datetime::timestamp::timestamp(std::shared_ptr< impl > pimpl_) : in timestamp() function in datetime::timestamp
197 datetime::timestamp
220 datetime::timestamp
267 datetime::timestamp
268 datetime::timestamp::now(void) in now()
314 datetime::timestamp::to_microseconds(void) const in to_microseconds()
325 datetime::timestamp::to_seconds(void) const in to_seconds()
349 datetime::timestamp::operator==(const datetime::timestamp& other) const in operator ==()
362 datetime::timestamp::operator!=(const datetime::timestamp& other) const in operator !=()
[all …]
H A Ddatetime.hpp81 class timestamp { class
87 timestamp(std::shared_ptr< impl >);
90 static timestamp from_microseconds(const int64_t);
91 static timestamp from_values(const int, const int, const int,
94 static timestamp now(void);
100 bool operator==(const timestamp&) const;
101 bool operator!=(const timestamp&) const;
103 delta operator-(const timestamp&) const;
107 std::ostream& operator<<(std::ostream&, const timestamp&);
/minix/external/bsd/tcpdump/dist/tests/
H A Dbabel_rtt.out2 Hello seqno 58805 interval 4.00s sub-timestamp 2222.954827s
4 Hello seqno 15585 interval 4.00s sub-timestamp 94.665527s
5 IHU fe80::5054:ff:fe85:5da9 txcost 96 interval 12.00s sub-timestamp 2222.954827s|91.378052s
7 Hello seqno 58806 interval 4.00s sub-timestamp 2226.449854s
8 IHU fe80::5054:ff:fe23:4567 txcost 96 interval 12.00s sub-timestamp 90.173759s|2222.137366s
10 Hello seqno 58807 interval 4.00s sub-timestamp 2229.725353s
12 Hello seqno 15586 interval 4.00s sub-timestamp 98.956759s
14 Hello seqno 15587 interval 4.00s sub-timestamp 102.558329s
16 Hello seqno 58808 interval 4.00s sub-timestamp 2234.612063s
18 Hello seqno 15588 interval 4.00s sub-timestamp 106.492002s
[all …]
/minix/external/bsd/llvm/dist/clang/test/Modules/
H A Dprune.m13 // Run Clang twice so we end up creating the timestamp file (the second time).
16 // RUN: ls %t | grep modules.timestamp
20 // Set the timestamp back more than two days. We should try to prune,
22 // RUN: touch -m -a -t 201101010000 %t/modules.timestamp
24 // RUN: ls %t | grep modules.timestamp
29 // This shouldn't prune anything, because the timestamp has been updated, so
33 // RUN: ls %t | grep modules.timestamp
37 // Set both timestamp and DependsOnModule.pcm back beyond the cutoff.
39 // RUN: touch -m -a -t 201101010000 %t/modules.timestamp
42 // RUN: ls %t | grep modules.timestamp
/minix/crypto/external/bsd/heimdal/dist/admin/
H A Dpurge.c47 time_t timestamp; member
63 add_entry (krb5_principal princ, int vno, time_t timestamp, struct e **head) in add_entry() argument
72 e->timestamp = timestamp; in add_entry()
83 e->timestamp = timestamp; in add_entry()
131 add_entry (entry.principal, entry.vno, entry.timestamp, &head); in kt_purge()
153 && judgement_day - e->timestamp > age) { in kt_purge()
/minix/external/bsd/llvm/dist/clang/test/Driver/
H A Dmodules.m13 // RUN: %clang -fbuild-session-timestamp=1280703457 -### %s 2>&1 | FileCheck -check-prefix=TIMESTAM…
14 // TIMESTAMP_ONLY: -fbuild-session-timestamp=128
16 // RUN: %clang -fbuild-session-file=%t.build-session-file -fbuild-session-timestamp=123 -### %s 2>&…
17 …ument '-fbuild-session-file={{.*}}.build-session-file' not allowed with '-fbuild-session-timestamp'
19 // RUN: %clang -fbuild-session-timestamp=123 -fmodules-validate-once-per-build-session -### %s 2>&1…
20 // MODULES_VALIDATE_ONCE: -fbuild-session-timestamp=123
24 // MODULES_VALIDATE_ONCE_FILE: -fbuild-session-timestamp=128
28 …n '-fmodules-validate-once-per-build-session' requires '-fbuild-session-timestamp=<seconds since E…
/minix/external/bsd/bind/dist/lib/tests/
H A DMakefile.in39 TARGETS = timestamp
52 timestamp: libt_api.@A@
53 touch timestamp
56 rm -f t_api.@O@ libt_api.@A@ timestamp
/minix/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dmk_safe.c73 krb5_us_timeofday (context, &rdata.timestamp, &rdata.usec); in krb5_mk_safe()
76 s.safe_body.timestamp = &rdata.timestamp; in krb5_mk_safe()
79 s.safe_body.timestamp = NULL; in krb5_mk_safe()
84 outdata->timestamp = rdata.timestamp; in krb5_mk_safe()
H A Dmk_priv.c71 krb5_us_timeofday (context, &rdata.timestamp, &rdata.usec); in krb5_mk_priv()
74 part.timestamp = &rdata.timestamp; in krb5_mk_priv()
77 part.timestamp = NULL; in krb5_mk_priv()
82 outdata->timestamp = rdata.timestamp; in krb5_mk_priv()
H A Drd_priv.c139 if (part.timestamp == NULL || in krb5_rd_priv()
141 abs(*part.timestamp - sec) > context->max_skew) { in krb5_rd_priv()
172 if(part.timestamp) in krb5_rd_priv()
173 outdata->timestamp = *part.timestamp; in krb5_rd_priv()
H A Drd_safe.c162 if (safe.safe_body.timestamp == NULL || in krb5_rd_safe()
164 abs(*safe.safe_body.timestamp - sec) > context->max_skew) { in krb5_rd_safe()
206 if(safe.safe_body.timestamp) in krb5_rd_safe()
207 outdata->timestamp = *safe.safe_body.timestamp; in krb5_rd_safe()
H A Drd_cred.c225 if (enc_krb_cred_part.timestamp == NULL || in krb5_rd_cred()
227 abs(*enc_krb_cred_part.timestamp - sec) in krb5_rd_cred()
240 if(enc_krb_cred_part.timestamp) in krb5_rd_cred()
241 outdata->timestamp = *enc_krb_cred_part.timestamp; in krb5_rd_cred()
/minix/etc/usr/
H A Ddaily22 timestamp=daily.lasttime
23 if test -f $timestamp
25 set -- `ls -lT $timestamp`
30 echo >$timestamp
/minix/external/bsd/kyua-cli/dist/store/
H A Ddbtypes.cpp93 const datetime::timestamp& timestamp) in bind_timestamp() argument
95 stmt.bind(field, timestamp.to_microseconds()); in bind_timestamp()
174 datetime::timestamp
185 return datetime::timestamp::from_microseconds(value); in column_timestamp()
H A Ddbtypes_test.cpp161 datetime::timestamp::from_microseconds(0), in ATF_TEST_CASE_BODY()
164 datetime::timestamp::from_microseconds(123), in ATF_TEST_CASE_BODY()
168 datetime::timestamp::from_values(2012, 2, 9, 23, 15, 51, 987654), in ATF_TEST_CASE_BODY()
171 datetime::timestamp::from_values(1980, 1, 2, 3, 4, 5, 0), in ATF_TEST_CASE_BODY()
H A Ddbtypes.hpp58 const utils::datetime::timestamp&);
62 utils::datetime::timestamp column_timestamp(utils::sqlite::statement&,
H A Dbackend_test.cpp110 const datetime::timestamp before = datetime::timestamp::now(); in ATF_TEST_CASE_BODY()
112 const datetime::timestamp after = datetime::timestamp::now(); in ATF_TEST_CASE_BODY()
114 ATF_REQUIRE(md.timestamp() >= before.to_seconds()); in ATF_TEST_CASE_BODY()
115 ATF_REQUIRE(md.timestamp() <= after.to_microseconds()); in ATF_TEST_CASE_BODY()
/minix/sys/fs/udf/
H A Decma167-udf.h239 struct timestamp { struct
344 struct timestamp time;
605 struct timestamp time;
622 struct timestamp time;
746 struct timestamp atime;
747 struct timestamp mtime;
748 struct timestamp attrtime;
777 struct timestamp atime;
778 struct timestamp mtime;
779 struct timestamp ctime;
[all …]
/minix/external/bsd/kyua-cli/dist/utils/logging/
H A Doperations.cpp91 static optional< datetime::timestamp > first_timestamp = none;
140 first_timestamp = datetime::timestamp::now(); in generate_log_name()
160 const datetime::timestamp now = datetime::timestamp::now(); in log()
/minix/external/bsd/kyua-cli/dist/engine/drivers/
H A Drun_tests.cpp135 const datetime::timestamp start_time = datetime::timestamp::now(); in run_test_program()
138 const datetime::timestamp end_time = datetime::timestamp::now(); in run_test_program()
H A Dscan_action_test.cpp141 const datetime::timestamp start = in populate_db()
142 datetime::timestamp::from_microseconds(1000010); in populate_db()
143 const datetime::timestamp end = in populate_db()
144 datetime::timestamp::from_microseconds(5000020 + i + j); in populate_db()
/minix/external/bsd/tcpdump/dist/
H A Dprint-lspping.c475 struct timeval timestamp; in lspping_print() local
557 timestamp.tv_sec=EXTRACT_32BITS(lspping_com_header->ts_sent_sec); in lspping_print()
558 timestamp.tv_usec=EXTRACT_32BITS(lspping_com_header->ts_sent_usec); in lspping_print()
560 ts_print(ndo, &timestamp); in lspping_print()
562 timestamp.tv_sec=EXTRACT_32BITS(lspping_com_header->ts_rcvd_sec); in lspping_print()
563 timestamp.tv_usec=EXTRACT_32BITS(lspping_com_header->ts_rcvd_usec); in lspping_print()
565 if ((timestamp.tv_sec != 0) && (timestamp.tv_usec != 0)) in lspping_print()
566 ts_print(ndo, &timestamp); in lspping_print()
/minix/external/mit/xorg/lib/libxcb/files/
H A Drandr.h223 xcb_timestamp_t timestamp; /**< */ member
300 xcb_timestamp_t timestamp; /**< */ member
435 xcb_timestamp_t timestamp; /**< */ member
479 xcb_timestamp_t timestamp; /**< */ member
800 xcb_timestamp_t timestamp; /**< */ member
911 xcb_timestamp_t timestamp; /**< */ member
1010 xcb_timestamp_t timestamp; /**< */ member
1066 xcb_timestamp_t timestamp; /**< */ member
1142 xcb_timestamp_t timestamp; /**< */ member
1183 xcb_timestamp_t timestamp; /**< */ member
[all …]
/minix/crypto/external/bsd/netpgp/dist/src/libpaa/
H A Dlibpaa.c124 id->timestamp = strtoll(t, NULL, 10); in fill_identity()
333 if (id->timestamp < t - (3 * 60)) { in paa_check_response()
335 t - id->timestamp); in paa_check_response()
338 if (id->timestamp > t + (3 * 60)) { in paa_check_response()
340 id->timestamp - t); in paa_check_response()
354 ctime(&id->timestamp)); in paa_print_identity()

12345678910