Home
last modified time | relevance | path

Searched defs:seconds (Results 26 - 50 of 328) sorted by relevance

12345678910>>...14

/third_party/glfw/src/
H A Dposix_poll.c48 const time_t seconds = (time_t) *timeout; in _glfwPollPOSIX() local
53 const time_t seconds = (time_t) *timeout; in _glfwPollPOSIX() local
/third_party/node/deps/icu-small/source/i18n/
H A Dutmscale.cpp19 #define seconds (milliseconds * 1000) macro
/third_party/musl/libc-test/src/functional/
H A Dtest-malloc-disable.c55 size_t seconds = end - start; in test_malloc_while_disabled() local
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/WellKnownTypes/
H A DDurationTest.cs106 public void ToTimeSpan_Invalid(long seconds, int nanoseconds) in ToTimeSpan_Invalid() argument
117 public void ToTimeSpan_Valid(long seconds, int nanoseconds) in ToTimeSpan_Valid() argument
H A DTimestampTest.cs69 public void ToDateTime_OutOfRange(long seconds, int nanoseconds) in ToDateTime_OutOfRange() argument
81 public void ToDateTime_ValidBoundaries(long seconds, int nanoseconds) in ToDateTime_ValidBoundaries() argument
/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
H A DDurationTest.cs106 public void ToTimeSpan_Invalid(long seconds, int nanoseconds) in ToTimeSpan_Invalid() argument
117 public void ToTimeSpan_Valid(long seconds, int nanoseconds) in ToTimeSpan_Valid() argument
H A DTimestampTest.cs69 public void ToDateTime_OutOfRange(long seconds, int nanoseconds) in ToDateTime_OutOfRange() argument
81 public void ToDateTime_ValidBoundaries(long seconds, int nanoseconds) in ToDateTime_ValidBoundaries() argument
/third_party/protobuf/php/src/Google/Protobuf/
H A DTimestamp.php83 private $seconds variable
141 $this->seconds = $var; global() variable
185 $this->seconds = $datetime->getTimestamp(); global() variable
[all...]
/base/tee/tee_client/services/teecd/include/
H A Dmisc_work_agent.h37 uint32_t seconds; member
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/
H A Dseccomp_benchmark.c50 int seconds = 15; in calibrate() local
/kernel/linux/linux-6.6/include/linux/
H A Dmap_benchmark.h24 __u32 seconds; /* how long the test will last */ member
/kernel/linux/linux-6.6/tools/include/nolibc/
H A Dunistd.h35 unsigned int sleep(unsigned int seconds) in sleep() argument
/third_party/icu/icu4c/source/i18n/
H A Dutmscale.cpp19 #define seconds (milliseconds * 1000) macro
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timescale/
H A DGenerateCTimeScaleData.java40 private static final long seconds = milliseconds * 1000; field in GenerateCTimeScaleData
H A DEpochOffsets.java41 private static final long seconds = milliseconds * 1000; field in EpochOffsets
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
H A Dsys_clock_test.cpp201 auto seconds = std::chrono::duration_cast<std::chrono::seconds>(duratio in HWTEST_F() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dutmscale.cpp19 #define seconds (milliseconds * 1000) macro
/third_party/protobuf/src/google/protobuf/stubs/
H A Dtime_test.cc68 int64 seconds; in TEST() local
153 int64 seconds; in TEST() local
233 int64 seconds; TEST() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H A Dkernel_timeout.h145 int64_t seconds = (std::min)(n / kNanosPerSecond, in MakeAbsTimespec() local
/base/hiviewdfx/hiview_lite/
H A Dhiview_util.h58 uint8 seconds; member
/base/notification/distributed_notification_service/test/fuzztest/reminderdatamanager_fuzzer/
H A Dreminderdatamanager_fuzzer.cpp31 constexpr uint64_t seconds = 1200; in DoSomethingInterestingWithManager() local
81 constexpr uint64_t seconds = 1200; in DoSomethingInterestingWithReminder() local
/base/security/code_signature/services/key_enable/utils/src/
H A Dunlock_event_helper.cpp117 int64_t seconds = 0; in WaitForCommonEventManager() local
/base/security/device_security_level/baselib/msglib/src/utils/
H A Dmessenger_utils.h55 static inline void MessengerSleep(uint32_t seconds) in MessengerSleep() argument
/foundation/ability/ability_runtime/test/unittest/ams_service_app_spawn_msg_wrapper_test/
H A Dams_service_app_spawn_msg_wrapper_test.cpp25 int MockSleep([[maybe_unused]] uint32_t seconds) in MockSleep() argument
/foundation/arkui/ace_engine_lite/frameworks/common/memory/
H A Dmem_proc.cpp55 time_t seconds = time(NULL); in ClearUp() local

Completed in 14 milliseconds

12345678910>>...14