/third_party/boost/boost/date_time/ |
D | time_system_split.hpp | 85 const time_duration_type& tod, in get_time_rep() argument 88 if(day.is_special() || tod.is_special()) { in get_time_rep() 89 if(day.is_not_a_date() || tod.is_not_a_date_time()) { in get_time_rep() 94 if(tod.is_neg_infinity()) { in get_time_rep() 103 if(tod.is_pos_infinity()) { in get_time_rep() 111 else if(tod.is_pos_infinity()) { in get_time_rep() 117 return time_rep_type(date_type(pos_infin), tod); in get_time_rep() 120 else if(tod.is_neg_infinity()) { in get_time_rep() 126 return time_rep_type(date_type(neg_infin), tod); in get_time_rep() 130 return time_rep_type(day, tod); in get_time_rep()
|
D | time_system_counted.hpp | 90 BOOST_CXX14_CONSTEXPR int_type tod() const in tod() function 141 const time_duration_type& tod, in get_time_rep() argument 145 return time_rep_type(day, tod); in get_time_rep() 187 return time_duration_type(0,0,0,val.tod()); in get_time_of_day()
|
/third_party/boost/tools/inspect/ |
D | time_string.hpp | 40 time_t tod; in time_string() local 43 time ( &tod ) != no_cal_time in time_string() 44 && strftime( buffer, sz, format.c_str(), gmtime( &tod ) ) != 0 in time_string()
|
/third_party/wayland_standard/tests/ |
D | event-loop-test.c | 358 struct timer_order_data *tod = data; in timer_order_callback() local 361 assert(tod->number == *tod->last_number + 2); in timer_order_callback() 362 *tod->last_number = tod->number; in timer_order_callback()
|
/third_party/boost/boost/log/support/ |
D | date_time.hpp | 64 inline void decompose_time_of_day(TimeDurationT const& tod, boost::log::aux::decomposed_time_wrappe… in decompose_time_of_day() argument 66 v.hours = static_cast< uint32_t >(tod.hours()); in decompose_time_of_day() 67 v.minutes = static_cast< uint32_t >(tod.minutes()); in decompose_time_of_day() 68 v.seconds = static_cast< uint32_t >(tod.seconds()); in decompose_time_of_day() 77 uint64_t frac = tod.fractional_seconds(); in decompose_time_of_day()
|
/third_party/boost/boost/date_time/posix_time/ |
D | posix_time_config.hpp | 84 BOOST_CXX14_CONSTEXPR simple_time_rep(date_type d, time_duration_type tod) : in simple_time_rep() 86 time_of_day(tod) in simple_time_rep()
|
/third_party/mbedtls/tests/data_files/ |
D | cli-rsa.key | 12 l5HZBJ68ybTXfQ5U9o/QKA3dd0toBEhhdRUDGzWtjvwkEQfqF1reGWj/tod/gCpf
|
/third_party/icu/icu4c/source/tools/tzcode/ |
D | zic.c | 1272 zic_t dayoff, tod; in inleap() local 1335 tod = gethms(fields[LP_TIME], _("invalid time of day"), FALSE); in inleap() 1363 leapadd(tadd(t, tod), positive, lp->l_value, count); in inleap() 2024 register zic_t tod = rp->r_tod; in stringrule() local 2051 tod += wdayoff * SECSPERDAY; in stringrule() 2061 tod += wdayoff * SECSPERDAY; in stringrule() 2071 tod += gmtoff; in stringrule() 2073 tod += dstoff; in stringrule() 2074 if (tod != 2 * SECSPERMIN * MINSPERHOUR) { in stringrule() 2076 if (stringoffset(end(result), tod) != 0) in stringrule() [all …]
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | zic.c | 1272 zic_t dayoff, tod; in inleap() local 1335 tod = gethms(fields[LP_TIME], _("invalid time of day"), FALSE); in inleap() 1363 leapadd(tadd(t, tod), positive, lp->l_value, count); in inleap() 2024 register zic_t tod = rp->r_tod; in stringrule() local 2051 tod += wdayoff * SECSPERDAY; in stringrule() 2061 tod += wdayoff * SECSPERDAY; in stringrule() 2071 tod += gmtoff; in stringrule() 2073 tod += dstoff; in stringrule() 2074 if (tod != 2 * SECSPERMIN * MINSPERHOUR) { in stringrule() 2076 if (stringoffset(end(result), tod) != 0) in stringrule() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/ |
D | zic.c | 1272 zic_t dayoff, tod; in inleap() local 1335 tod = gethms(fields[LP_TIME], _("invalid time of day"), FALSE); in inleap() 1363 leapadd(tadd(t, tod), positive, lp->l_value, count); in inleap() 2024 register zic_t tod = rp->r_tod; in stringrule() local 2051 tod += wdayoff * SECSPERDAY; in stringrule() 2061 tod += wdayoff * SECSPERDAY; in stringrule() 2071 tod += gmtoff; in stringrule() 2073 tod += dstoff; in stringrule() 2074 if (tod != 2 * SECSPERMIN * MINSPERHOUR) { in stringrule() 2076 if (stringoffset(end(result), tod) != 0) in stringrule() [all …]
|
/third_party/tzdata/ |
D | zic.c | 1513 zic_t dayoff, tod; in getleapdatetime() local 1571 tod = gethms(fields[LP_TIME], _("invalid time of day")); in getleapdatetime() 1572 t = tadd(t, tod); in getleapdatetime() 2388 register zic_t tod = rp->r_tod; in stringrule() local 2414 tod += wdayoff * SECSPERDAY; in stringrule() 2424 tod += wdayoff * SECSPERDAY; in stringrule() 2434 tod += stdoff; in stringrule() 2436 tod += save; in stringrule() 2437 if (tod != 2 * SECSPERMIN * MINSPERHOUR) { in stringrule() 2439 if (! stringoffset(result, tod)) in stringrule() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | tls.h | 60 int tod; member
|
D | tls_openssl.c | 2174 int tod = 0; in openssl_cert_tod() local 2189 tod = 1; in openssl_cert_tod() 2192 return tod; in openssl_cert_tod() 2288 ev.peer_cert.tod = openssl_cert_tod(err_cert); in openssl_tls_cert_event()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | tls.h | 60 int tod; member
|
D | tls_openssl.c | 2185 int tod = 0; in openssl_cert_tod() local 2200 tod = 1; /* TOD-STRICT */ in openssl_cert_tod() 2201 else if (os_strcmp(buf, "1.3.6.1.4.1.40808.1.3.2") == 0 && !tod) in openssl_cert_tod() 2202 tod = 2; /* TOD-TOFU */ in openssl_cert_tod() 2206 return tod; in openssl_cert_tod() 2302 ev.peer_cert.tod = openssl_cert_tod(err_cert); in openssl_tls_cert_event()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | notify.c | 833 cert->tod == 2 ? " tod=2" : "", in wpas_notify_certification() 834 cert->tod == 1 ? " tod=1" : ""); in wpas_notify_certification()
|
/third_party/glslang/Test/ |
D | cppSimple.vert | 133 //float PASTE(tod, ay) = 17;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
D | tlsv1_client_read.c | 317 ev.peer_cert.tod = 1; in tls_peer_cert_event() 320 ev.peer_cert.tod = 2; in tls_peer_cert_event()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | notify.c | 821 cert->tod ? " tod=1" : ""); in wpas_notify_certification()
|
/third_party/harfbuzz/perf/texts/ |
D | en-words.txt | 10962 tod
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 10962 tod
|
/third_party/mindspore/ |
D | RELEASE.md | 1178 2. Converter unify, do not compile tod and iod converter separately.
|
/third_party/mindspore/tests/ut/data/mindrecord/testAclImdbData/ |
D | vocab.txt | 28682 tod
|
/third_party/openh264/res/ |
D | Cisco_Absolute_Power_1280x720_30fps.yuv | 3873 …pdVE@<49:98<W����������������������������~yqpqqmjlnoz~����z{zzyyytv}~�|tod^`dl���������������…
|