Home
last modified time | relevance | path

Searched refs:sec (Results 176 - 200 of 608) sorted by relevance

12345678910>>...25

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dbgscan_learn.c580 if (now.sec > data->last_bgscan.sec + 1) in bgscan_learn_notify_signal_change()
595 if (now.sec > data->last_bgscan.sec + 10) in bgscan_learn_notify_signal_change()
H A Dbss.c273 update_time->sec = fetch_time->sec; in calculate_update_time()
275 update_time->sec -= age_ms / 1000; in calculate_update_time()
278 update_time->sec--; in calculate_update_time()
691 (unsigned int) bss->last_update.sec, in wpa_bss_update()
696 (unsigned int) update_time.sec, in wpa_bss_update()
851 (unsigned int) age.sec, in wpa_bss_update_scan_res()
1044 t.sec -= age; in wpa_bss_flush_by_age()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DIBMCalendarTest.java1186 private int sec; field in IBMCalendarTest.CalFields
1189 CalFields(int year, int month, int day, int hour, int min, int sec) { in CalFields() argument
1190 this(year, month, day, hour, min, sec, 0); in CalFields()
1193 CalFields(int year, int month, int day, int hour, int min, int sec, int ms) { in CalFields() argument
1199 this.sec = sec; in CalFields()
1205 cal.set(year, month - 1, day, hour, min, sec); in setTo()
1211 return String.format("%04d-%02d-%02d %02d:%02d:%02d.%03d", year, month, day, hour, min, sec, ms); in toString()
1223 && sec == otr.sec in equals()
[all...]
/third_party/python/Modules/
H A Dfaulthandler.c677 unsigned long sec, min, hour; in format_timeout() local
681 sec = (unsigned long)(us / SEC_TO_US); in format_timeout()
684 min = sec / 60; in format_timeout()
685 sec %= 60; in format_timeout()
692 hour, min, sec, (unsigned int)us); in format_timeout()
697 hour, min, sec); in format_timeout()
/third_party/lzma/CPP/7zip/UI/Console/
H A DMain.cpp504 UInt64 sec = val / kFreq; in PrintTime() local
505 PrintNum(sec, 6); in PrintTime()
507 UInt32 ms = (UInt32)(val - (sec * kFreq)) / (kFreq / 1000); in PrintTime()
676 UInt64 sec, ms;
680 sec = val / 1000000;
685 sec = val / kFreq;
686 ms = (UInt32)((val - (sec * kFreq)) * 1000 / kFreq);
689 PrintNum(sec, 6);
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dbss.c282 update_time->sec = fetch_time->sec; in calculate_update_time()
284 update_time->sec -= age_ms / 1000; in calculate_update_time()
287 update_time->sec--; in calculate_update_time()
626 (unsigned int) bss->last_update.sec, in wpa_bss_update()
631 (unsigned int) update_time.sec, in wpa_bss_update()
756 (unsigned int) age.sec, in wpa_bss_update_scan_res()
930 t.sec -= age; in wpa_bss_flush_by_age()
/third_party/icu/icu4c/source/test/intltest/
H A Dcalcasts.h38 int32_t sec; member
H A Dcaltest.cpp1109 int32_t y = 1997, m = UCAL_FEBRUARY, d = 1, hr = 1, min = 1, sec = 0, ms = 0; in TestAddRollExtensive() local
1116 temp->set(UCAL_SECOND, sec); in TestAddRollExtensive()
1140 check520(temp, y, m, d, hr, min, sec, ms, e); in TestAddRollExtensive()
1166 check520(temp, y, m, d, hr, min, sec, ms, e); in TestAddRollExtensive()
1178 int32_t hr, int32_t min, int32_t sec, in check520()
1188 c->get(UCAL_SECOND, status) != sec || in check520()
1193 hr + ":" + min + ":" + sec + ":" + ms + in check520()
1208 hr + ":" + min + ":" + sec + ":" + ms); in check520()
2474 CalFields(int32_t year, int32_t month, int32_t day, int32_t hour, int32_t min, int32_t sec, int32_t ms = 0);
2488 int32_t sec; member in CalFields
1176 check520(Calendar* c, int32_t y, int32_t m, int32_t d, int32_t hr, int32_t min, int32_t sec, int32_t ms, UCalendarDateFields field) check520() argument
2492 CalFields(int32_t year, int32_t month, int32_t day, int32_t hour, int32_t min, int32_t sec, int32_t ms) CalFields() argument
[all...]
H A Dtzrulets.h51 int32_t hour=0, int32_t min=0, int32_t sec=0, int32_t msec=0);
/third_party/node/deps/openssl/openssl/apps/include/
H A Dcmp_mock_srv.h32 int ossl_cmp_mock_srv_set_checkAfterTime(OSSL_CMP_SRV_CTX *srv_ctx, int sec);
H A Dopt.h353 #define OPT_SECTION(sec) { OPT_SECTION_STR, 1, '-', sec " options:\n" }
/third_party/openssl/apps/include/
H A Dcmp_mock_srv.h32 int ossl_cmp_mock_srv_set_checkAfterTime(OSSL_CMP_SRV_CTX *srv_ctx, int sec);
H A Dopt.h353 #define OPT_SECTION(sec) { OPT_SECTION_STR, 1, '-', sec " options:\n" }
/test/testfwk/xdevice/src/xdevice/_core/
H A Dconstants.py64 sec = "security" variable in TestType
88 "SEC": TestType.sec,
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dnameserndk.cpp160 ns_sect sec = ns_s_qd; in NsSkiPrr() local
161 ret = ns_skiprr(ptr, eom, sec, PARAM_1); in NsSkiPrr()
/third_party/mesa3d/.gitlab-ci/bin/
H A Dci_run_n_monitor.py115 def pretty_wait(sec: int) -> None:
117 for val in range(sec, 0, -1):
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DTimeValue.h281 /// The seconds component of the TimeValue is set to \p sec without
285 void seconds (SecondsType sec ) { in seconds()
286 this->seconds_ = sec; in seconds()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dreciprocal.hpp34 GLM_FUNC_DECL genType sec(genType angle);
/third_party/node/deps/icu-small/source/i18n/
H A Dvtzone.cpp198 int32_t sec = t / U_MILLIS_PER_SECOND; in getDateTimeString() local
202 appendAsciiDigits(sec, 2, str); in getDateTimeString()
224 int32_t year = 0, month = 0, day = 0, hour = 0, min = 0, sec = 0; in parseDateTimeString() local
251 sec = parseAsciiDigits(str, 13, 2, status); in parseDateTimeString()
260 hour < 0 || hour >= 24 || min < 0 || min >= 60 || sec < 0 || sec >= 60) { in parseDateTimeString()
273 time += (hour * U_MILLIS_PER_HOUR + min * U_MILLIS_PER_MINUTE + sec * U_MILLIS_PER_SECOND); in parseDateTimeString()
289 int32_t sign = 0, hour = 0, min = 0, sec = 0; in offsetStrToMillis() local
310 sec = parseAsciiDigits(str, 5, 2, status); in offsetStrToMillis()
322 int32_t millis = sign * ((hour * 60 + min) * 60 + sec) * 100 in offsetStrToMillis()
337 int32_t hour, min, sec; millisToOffset() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dvtzone.cpp198 int32_t sec = t / U_MILLIS_PER_SECOND; in getDateTimeString() local
202 appendAsciiDigits(sec, 2, str); in getDateTimeString()
224 int32_t year = 0, month = 0, day = 0, hour = 0, min = 0, sec = 0; in parseDateTimeString() local
251 sec = parseAsciiDigits(str, 13, 2, status); in parseDateTimeString()
260 hour < 0 || hour >= 24 || min < 0 || min >= 60 || sec < 0 || sec >= 60) { in parseDateTimeString()
273 time += (hour * U_MILLIS_PER_HOUR + min * U_MILLIS_PER_MINUTE + sec * U_MILLIS_PER_SECOND); in parseDateTimeString()
289 int32_t sign = 0, hour = 0, min = 0, sec = 0; in offsetStrToMillis() local
310 sec = parseAsciiDigits(str, 5, 2, status); in offsetStrToMillis()
322 int32_t millis = sign * ((hour * 60 + min) * 60 + sec) * 100 in offsetStrToMillis()
337 int32_t hour, min, sec; millisToOffset() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dvtzone.cpp206 int32_t sec = t / U_MILLIS_PER_SECOND; in getDateTimeString() local
210 appendAsciiDigits(sec, 2, str); in getDateTimeString()
232 int32_t year = 0, month = 0, day = 0, hour = 0, min = 0, sec = 0; in parseDateTimeString() local
259 sec = parseAsciiDigits(str, 13, 2, status); in parseDateTimeString()
268 hour < 0 || hour >= 24 || min < 0 || min >= 60 || sec < 0 || sec >= 60) { in parseDateTimeString()
281 time += (hour * U_MILLIS_PER_HOUR + min * U_MILLIS_PER_MINUTE + sec * U_MILLIS_PER_SECOND); in parseDateTimeString()
297 int32_t sign = 0, hour = 0, min = 0, sec = 0; in offsetStrToMillis() local
318 sec = parseAsciiDigits(str, 5, 2, status); in offsetStrToMillis()
330 int32_t millis = sign * ((hour * 60 + min) * 60 + sec) * 100 in offsetStrToMillis()
345 int32_t hour, min, sec; millisToOffset() local
[all...]
/third_party/node/deps/openssl/openssl/ssl/
H A Dd1_lib.c262 unsigned int sec, usec; in dtls1_start_timer() local
289 sec = s->d1->timeout_duration_us / 1000000; in dtls1_start_timer()
290 usec = s->d1->timeout_duration_us - (sec * 1000000); in dtls1_start_timer()
292 s->d1->next_timeout.tv_sec += sec; in dtls1_start_timer()
/third_party/openssl/ssl/
H A Dd1_lib.c245 unsigned int sec, usec; in dtls1_start_timer() local
272 sec = s->d1->timeout_duration_us / 1000000; in dtls1_start_timer()
273 usec = s->d1->timeout_duration_us - (sec * 1000000); in dtls1_start_timer()
275 s->d1->next_timeout.tv_sec += sec; in dtls1_start_timer()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dcommon.c246 u32 sec, usec; in wpa_get_ntp_timestamp() local
251 sec = now.sec + 2208988800U; /* Epoch to 1900 */ in wpa_get_ntp_timestamp()
255 tmp = host_to_be32(sec); in wpa_get_ntp_timestamp()
/third_party/curl/lib/vtls/
H A Dx509asn1.c555 const char *sec; in UTime2str() local
560 sec = beg + 10; in UTime2str()
561 switch(tzp - sec) { in UTime2str()
563 sec = "00"; in UTime2str()
584 beg + 6, beg + 8, sec, in UTime2str()

Completed in 32 milliseconds

12345678910>>...25