/third_party/node/deps/v8/src/base/platform/ |
H A D | platform-win32.cc | 317 Win32Time::Win32Time(int year, int mon, int day, int hour, int min, int sec) { in Win32Time() argument
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x509_vfy.c | 1074 int day, sec; in get_crl_sk() local 1861 int i, day, sec, ret = 0; in X509_cmp_time() local
|
/third_party/openssl/crypto/x509/ |
H A D | x509_vfy.c | 1074 int day, sec; in get_crl_sk() local 1863 int i, day, sec, ret = 0; in X509_cmp_time() local
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | vtzone.cpp | 206 int32_t sec = t / U_MILLIS_PER_SECOND; in getDateTimeString() local 232 int32_t year = 0, month = 0, day = 0, hour = 0, min = 0, sec = 0; in parseDateTimeString() local 297 int32_t sign = 0, hour = 0, min = 0, sec = 0; in offsetStrToMillis() local 345 int32_t hour, min, sec; millisToOffset() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp.c | 2232 unsigned int year, month, day, hour, min, sec; in dpp_key_expired() local
|
/third_party/ffmpeg/libavformat/ |
H A D | mpegts.c | 1110 MpegTSSectionFilter *sec; in mpegts_open_section_filter() local
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | dtfmttst.cpp | 410 int32_t y, m, day, hr, min, sec; in TestTwoDigitYearDSTParse() local 847 int32_t month,yr,day,hr,min,sec; dateToFields(d,yr,month,day,hr,min,sec); in TestCzechMonths459() local 911 int32_t year,month,day,hour,min,sec; dateToFields(today,year,month,day,hour,min,sec); in TestDayOfYearPattern195() local
|
/third_party/libbpf/src/ |
H A D | btf.c | 5212 struct btf_ext_info_sec *sec; local 5243 struct btf_ext_info_sec *sec; local [all...] |
H A D | libbpf.c | 387 char *sec; member 2612 bpf_object__init_user_btf_map(struct bpf_object *obj, const struct btf_type *sec, int var_idx, int sec_idx, const Elf_Data *data, bool strict, const char *pin_root_path) global() argument 2715 const struct btf_type *sec = NULL; global() local 2972 const struct btf_ext_info_sec *sec; global() local 4112 const struct btf_type *sec; global() local 4149 struct btf_type *sec, *kcfg_sec = NULL, *ksym_sec = NULL; global() local 6188 const struct btf_ext_info_sec *sec; global() local 6469 const struct btf_ext_info_sec *sec; global() local 7043 const struct btf_type *sec, *var, *def; global() local 9325 libbpf_register_prog_handler(const char *sec, enum bpf_prog_type prog_type, enum bpf_attach_type exp_attach_type, const struct libbpf_prog_handler_opts *opts) global() argument [all...] |
/third_party/node/deps/v8/src/execution/s390/ |
H A D | simulator-s390.cc | 4531 static void VectorUnaryOp(Simulator* sim, int dst, int src, int sec, Op op) { in VectorUnaryOp() argument
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-objects.cc | 5575 int sec = (time_in_day_ms / 1000) % 60; in SetCachedFields() local
|
H A D | js-temporal-objects.cc | 1032 int sec = 0; GetISOPartsFromEpoch() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
H A D | p2p.c | 204 void p2p_set_timeout(struct p2p_data *p2p, unsigned int sec, unsigned int usec) in p2p_set_timeout() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wpa_supplicant.c | 243 wpa_supplicant_req_auth_timeout(struct wpa_supplicant *wpa_s, int sec, int usec) wpa_supplicant_req_auth_timeout() argument 7481 wpa_bss_tmp_disallow(struct wpa_supplicant *wpa_s, const u8 *bssid, unsigned int sec, int rssi_threshold) global() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
H A D | p2p.c | 254 void p2p_set_timeout(struct p2p_data *p2p, unsigned int sec, unsigned int usec) in p2p_set_timeout() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wpa_supplicant.c | 287 wpa_supplicant_req_auth_timeout(struct wpa_supplicant *wpa_s, int sec, int usec) wpa_supplicant_req_auth_timeout() argument 8987 wpa_bss_tmp_disallow(struct wpa_supplicant *wpa_s, const u8 *bssid, unsigned int sec, int rssi_threshold) global() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dpp.c | 5309 unsigned int year, month, day, hour, min, sec; in dpp_key_expired() local
|
/third_party/elfutils/src/ |
H A D | readelf.c | 11970 Dwarf_Word sec; in handle_core_item() local
|
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 7020 int sec = jsondec_tsdigits(d, &ptr, 2, NULL); in jsondec_timestamp() local 7518 int L, N, I, J, K, hour, min, sec; in jsonenc_timestamp() local
|
/third_party/python/Modules/ |
H A D | _testcapimodule.c | 3839 time_t sec; in test_pytime_object_to_time_t() local 3854 time_t sec; in test_pytime_object_to_timeval() local 3870 time_t sec; in test_pytime_object_to_timespec() local
|
H A D | posixmodule.c | 2372 fill_time(PyObject *module, PyObject *v, int index, time_t sec, unsigned long nsec) in fill_time() argument
|
/third_party/sqlite/src/ |
H A D | shell.c | 7570 int Y,M,D,X1,X2,A,B,sec,min,hr; in zipfileMtime() local 7601 int hr, min, sec; in zipfileMtimeToDos() local
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |