/third_party/mbedtls/tests/data_files/ |
D | cli-rsa.key | 12 l5HZBJ68ybTXfQ5U9o/QKA3dd0toBEhhdRUDGzWtjvwkEQfqF1reGWj/tod/gCpf
|
/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/icu/icu4c/source/tools/tzcode/ |
D | zic.c | 1273 zic_t dayoff, tod; in inleap() local 1336 tod = gethms(fields[LP_TIME], _("invalid time of day"), false); in inleap() 1364 leapadd(tadd(t, tod), positive, lp->l_value, count); in inleap() 2025 register zic_t tod = rp->r_tod; in stringrule() local 2052 tod += wdayoff * SECSPERDAY; in stringrule() 2062 tod += wdayoff * SECSPERDAY; in stringrule() 2072 tod += gmtoff; in stringrule() 2074 tod += dstoff; in stringrule() 2075 if (tod != 2 * SECSPERMIN * MINSPERHOUR) { in stringrule() 2077 if (stringoffset(end(result), tod) != 0) in stringrule() [all …]
|
/third_party/tzdata/ |
D | zic.c | 1979 zic_t dayoff, tod; in getleapdatetime() local 2037 tod = gethms(fields[LP_TIME], _("invalid time of day")); in getleapdatetime() 2038 t = tadd(t, tod); in getleapdatetime() 2871 register zic_t tod = rp->r_tod; in stringrule() local 2897 tod += wdayoff * SECSPERDAY; in stringrule() 2907 tod += wdayoff * SECSPERDAY; in stringrule() 2917 tod += stdoff; in stringrule() 2919 tod += save; in stringrule() 2920 if (tod != 2 * SECSPERMIN * MINSPERHOUR) { in stringrule() 2922 if (! stringoffset(result, tod)) in stringrule() [all …]
|
/third_party/libabigail/src/ |
D | abg-reporter-priv.h | 167 report_loc_info(const type_or_decl_base_sptr& tod,
|
D | abg-ir.cc | 8340 get_name(const type_or_decl_base *tod, bool qualified) in get_name() argument 8344 type_or_decl_base* a = const_cast<type_or_decl_base*>(tod); in get_name() 8372 get_name(const type_or_decl_base_sptr& tod, bool qualified) in get_name() argument 8373 {return get_name(tod.get(), qualified);} in get_name() 8927 get_pretty_representation(const type_or_decl_base* tod, bool internal) in get_pretty_representation() argument 8931 if (type_base* t = is_type(const_cast<type_or_decl_base*>(tod))) in get_pretty_representation() 8933 else if (decl_base* d = is_decl(const_cast<type_or_decl_base*>(tod))) in get_pretty_representation() 8955 get_pretty_representation(const type_or_decl_base_sptr& tod, bool internal) in get_pretty_representation() argument 8956 {return get_pretty_representation(tod.get(), internal);} in get_pretty_representation() 9839 is_function_parameter(const type_or_decl_base* tod) in is_function_parameter() argument [all …]
|
D | abg-reporter-priv.cc | 845 report_loc_info(const type_or_decl_base_sptr& tod, in report_loc_info() argument 852 decl_base_sptr decl = is_decl(tod); in report_loc_info()
|
/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 | 2187 int tod = 0; in openssl_cert_tod() local 2202 tod = 1; /* TOD-STRICT */ in openssl_cert_tod() 2203 else if (os_strcmp(buf, "1.3.6.1.4.1.40808.1.3.2") == 0 && !tod) in openssl_cert_tod() 2204 tod = 2; /* TOD-TOFU */ in openssl_cert_tod() 2208 return tod; in openssl_cert_tod() 2304 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 | 1061 cert->tod == 2 ? " tod=2" : "", in wpas_notify_certification() 1062 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/libabigail/include/ |
D | abg-fwd.h | 398 is_type(const type_or_decl_base_sptr& tod);
|
D | abg-ir.h | 3253 is_function_parameter(const type_or_decl_base_sptr tod);
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 10962 tod
|
/third_party/astc-encoder/Test/Images/HDRIHaven/HDR-RGB/ |
D | hdr-rgb-arboretum.hdr | 1212 …�MQ�ygXhJ��iQ]l��tJ�UQ��p�`�]�_�]T��c\gf�Us`l�\~Yf�vwX�xP�e�\IbG�OYOsoz`Wu�tod�c�lR�jwNsROGP�jNqTQ… 1505 …����������������������^_���Vwuiof�rig}�������l�WZqn�h��dpCubO������������m�tod��p���m�Ĥ�{�}�x�wj�r…
|
/third_party/openh264/res/ |
D | Cisco_Absolute_Power_1280x720_30fps.yuv | 3873 …pdVE@<49:98<W����������������������������~yqpqqmjlnoz~����z{zzyyytv}~�|tod^`dl���������������…
|