| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| H A D | dpp_supplicant.c | 2373 unsigned int seconds; in wpas_dpp_rx_peer_disc_resp() local
|
| /base/security/huks/services/huks_standard/huks_engine/main/device_cert_manager/src/ |
| H A D | dcm_attest.c | 387 uint32_t seconds = rtcTime;
in GenerateSysDateTime() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/ |
| H A D | video_pattern.cpp | 74 auto seconds = time % SECONDS_PER_MINUTE; in IntTimeToText() local
|
| /third_party/ffmpeg/libavformat/ |
| H A D | dashenc.c | 762 int seconds = time / AV_TIME_BASE; in write_time() local
|
| H A D | mxfdec.c | 4103 int64_t seconds; in mxf_read_seek() local
|
| /third_party/backends/backend/genesys/ |
| H A D | genesys.cpp | 3840 unsigned seconds = 0; in genesys_warmup_lamp() local
|
| /third_party/lz4/programs/ |
| H A D | lz4io.c | 480 { double const seconds = (double)(clockEnd - clockStart) / CLOCKS_PER_SEC; in LZ4IO_compressFilename_Legacy() local 1356 double const seconds = (double)(end - start) / CLOCKS_PER_SEC; in LZ4IO_decompressFilename() local
|
| /third_party/tzdata/ |
| H A D | localtime.c | 1511 register time_t seconds; in localsub() local [all...] |
| H A D | zic.c | 2789 int seconds, minutes; in abbroffset() local 2876 register int seconds; stringoffset() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/pipeline/ |
| H A D | pipeline_context.cpp | 89 void ThreadStuckTask(int32_t seconds) in ThreadStuckTask() argument
|
| /foundation/bundlemanager/bundle_tool/frameworks/src/ |
| H A D | bundle_test_tool.cpp | 3820 void BundleTestTool::Sleep(int32_t seconds) in Sleep() argument
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | dtfmttst.cpp | 258 int32_t offset, hours, minutes, seconds; in TestWallyWedel() local [all...] |
| /third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
| H A D | libcpuset.c | 2433 cpuset_nuke(const char *relpath, unsigned int seconds) cpuset_nuke() argument [all...] |
| /third_party/icu/icu4c/source/tools/tzcode/ |
| H A D | zic.c | 1996 register int seconds; in stringoffset() local 2016 (void) sprintf(end(result), ":%02d", seconds); in stringoffset() local [all...] |
| /third_party/node/deps/openssl/openssl/apps/ |
| H A D | speed.c | 1381 openssl_speed_sec_t seconds = { SECONDS, RSA_SECONDS, DSA_SECONDS, in speed_main() local 3629 multiblock_speed(const EVP_CIPHER *evp_cipher, int lengths_single, const openssl_speed_sec_t *seconds) multiblock_speed() argument [all...] |
| /third_party/openssl/apps/ |
| H A D | speed.c | 1367 openssl_speed_sec_t seconds = { SECONDS, RSA_SECONDS, DSA_SECONDS, in speed_main() local 3605 multiblock_speed(const EVP_CIPHER *evp_cipher, int lengths_single, const openssl_speed_sec_t *seconds) multiblock_speed() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
| H A D | zic.c | 1995 register int seconds; in stringoffset() local 2015 (void) sprintf(end(result), ":%02d", seconds); in stringoffset() local [all...] |
| /third_party/backends/backend/ |
| H A D | hp3500.c | 3838 int seconds = atoi (getenv ("HP3500_SLEEP")); in reader_process() local
|
| H A D | hp3900_rts8822.c | 10128 Reading_Wait(struct st_device *dev, SANE_Byte Channels_per_dot, SANE_Byte Channel_size, SANE_Int size, SANE_Int * last_amount, SANE_Int seconds, SANE_Byte op) Reading_Wait() argument [all...] |
| /third_party/mesa3d/src/gtest/src/ |
| H A D | gtest.cc | 3715 static bool PortableLocaltime(time_t seconds, struct tm* out) { in PortableLocaltime() argument
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | js-temporal-objects.cc | 94 int64_t seconds; member 793 CreateTemporalDuration( Isolate* isolate, Handle<JSFunction> target, Handle<HeapObject> new_target, int64_t years, int64_t months, int64_t weeks, int64_t days, int64_t hours, int64_t minutes, int64_t seconds, int64_t milliseconds, int64_t microseconds, int64_t nanoseconds) CreateTemporalDuration() argument 846 CreateTemporalDuration( Isolate* isolate, int64_t years, int64_t months, int64_t weeks, int64_t days, int64_t hours, int64_t minutes, int64_t seconds, int64_t milliseconds, int64_t microseconds, int64_t nanoseconds) CreateTemporalDuration() argument 2218 int64_t seconds = (offset_nanoseconds / 1000000000) % 60; FormatTimeZoneOffsetString() local 2603 int32_t seconds = ParseTemporalTimeZoneString() local 2729 int64_t seconds = parsed.tzuo_second_is_undefined() ? 0 : parsed.tzuo_second; ParseTimeZoneOffsetString() local 3596 BalanceDuration(Isolate* isolate, int64_t* days, int64_t* hours, int64_t* minutes, int64_t* seconds, int64_t* milliseconds, int64_t* microseconds, int64_t* nanoseconds, Unit largest_unit, const char* method_name) BalanceDuration() argument 3609 BalanceDuration(Isolate* isolate, int64_t* days, int64_t* hours, int64_t* minutes, int64_t* seconds, int64_t* milliseconds, int64_t* microseconds, int64_t* nanoseconds, Unit largest_unit, Handle<Object> relative_to_obj, const char* method_name) BalanceDuration() argument 4228 AddInstant(Isolate* isolate, Handle<BigInt> epoch_nanoseconds, int64_t hours, int64_t minutes, int64_t seconds, int64_t milliseconds, int64_t microseconds, int64_t nanoseconds) AddInstant() argument 4629 AddTime(Isolate* isolate, int64_t hour, int64_t minute, int64_t second, int64_t millisecond, int64_t microsecond, int64_t nanosecond, int64_t hours, int64_t minutes, int64_t seconds, int64_t milliseconds, int64_t microseconds, int64_t nanoseconds) AddTime() argument 4657 TotalDurationNanoseconds(Isolate* isolate, int64_t days, int64_t hours, int64_t minutes, int64_t seconds, int64_t milliseconds, int64_t microseconds, int64_t nanoseconds, int64_t offset_shift) TotalDurationNanoseconds() argument 4693 Constructor( Isolate* isolate, Handle<JSFunction> target, Handle<HeapObject> new_target, Handle<Object> years, Handle<Object> months, Handle<Object> weeks, Handle<Object> days, Handle<Object> hours, Handle<Object> minutes, Handle<Object> seconds, Handle<Object> milliseconds, Handle<Object> microseconds, Handle<Object> nanoseconds) Constructor() argument [all...] |
| /third_party/python/Modules/ |
| H A D | _datetimemodule.c | 1116 new_delta_ex(int days, int seconds, int microseconds, int normalize, in new_delta_ex() argument 1431 format_ctime(PyDateTime_Date *date, int hours, int minutes, int seconds) format_ctime() argument 1466 int hours, minutes, seconds, microseconds; format_utcoffset() local 2164 int seconds = GET_TD_SECONDS(left) + GET_TD_SECONDS(right); delta_add() local 2223 int seconds = GET_TD_SECONDS(left) - GET_TD_SECONDS(right); delta_subtract() local 2682 int seconds = GET_TD_SECONDS(self); delta_str() local 3982 int hours, minutes, seconds, microseconds; timezone_str() local 4570 int seconds, microseconds; time_hash() local 6018 int days, seconds; datetime_hash() local 6152 PyObject *seconds; local_timezone() local 6182 long long seconds; local_timezone_from_local() local 6391 long long seconds; datetime_timestamp() local [all...] |
| H A D | socketmodule.c | 2961 double seconds = _PyTime_AsSecondsDouble(s->sock_timeout); in sock_gettimeout() local 6776 double seconds = _PyTime_AsSecondsDouble(defaulttimeout); local [all...] |
| H A D | _testcapimodule.c | 2884 int days, seconds, microseconds; in get_delta_fromdsu() local 3012 int days, seconds, microseconds; in test_PyDateTime_DELTA_GET() local 4803 int seconds; in test_pytime_fromseconds() local 4864 PyObject *seconds = PyLong_FromLongLong(tv.tv_sec); test_PyTime_AsTimeval() local 4889 PyObject *seconds = PyLong_FromLongLong(tv.tv_sec); test_PyTime_AsTimeval_clamp() local [all...] |
| /third_party/protobuf/php/ext/google/protobuf/ |
| H A D | php-upb.c | 7005 upb_msgval seconds; in jsondec_timestamp() local 7065 upb_msgval seconds; in jsondec_duration() local 7516 int64_t seconds = upb_msg_get(msg, seconds_f).int64_val; jsonenc_timestamp() local 7557 int64_t seconds = upb_msg_get(msg, seconds_f).int64_val; jsonenc_duration() local [all...] |